diff --git a/api/swagger-spec/apps_v1alpha1.json b/api/swagger-spec/apps_v1alpha1.json index bacfc413311..f368df82807 100644 --- a/api/swagger-spec/apps_v1alpha1.json +++ b/api/swagger-spec/apps_v1alpha1.json @@ -1526,6 +1526,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1544,6 +1549,11 @@ "path": { "type": "string", "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1808,6 +1818,11 @@ "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of downward API volume file" + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1829,6 +1844,11 @@ "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1936,6 +1956,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 3c56516cbde..a583634d1c1 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -1531,6 +1531,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1549,6 +1554,11 @@ "path": { "type": "string", "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1813,6 +1823,11 @@ "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of downward API volume file" + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1834,6 +1849,11 @@ "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -1941,6 +1961,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index c4e822bff8e..dcaf86dca77 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -8695,6 +8695,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -8713,6 +8718,11 @@ "path": { "type": "string", "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -8977,6 +8987,11 @@ "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of downward API volume file" + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -8998,6 +9013,11 @@ "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -9105,6 +9125,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 90dfc14874b..3c443dd61f2 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -17927,6 +17927,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -17945,6 +17950,11 @@ "path": { "type": "string", "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -17975,6 +17985,11 @@ "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of downward API volume file" + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -17996,6 +18011,11 @@ "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." + }, + "mode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, @@ -18051,6 +18071,11 @@ "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'." + }, + "defaultMode": { + "type": "integer", + "format": "int32", + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index 88b49e309a9..76b57b0fe0f 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -851,6 +851,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.DownwardAPIVolumeFile array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -1039,6 +1046,13 @@ Examples:

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -2527,6 +2541,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -2863,6 +2884,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

string

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -3619,6 +3647,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.ResourceFieldSelector

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -4103,7 +4138,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 9a647c767b7..46f7dc26329 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1070,6 +1070,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.DownwardAPIVolumeFile array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -1354,6 +1361,13 @@ Examples:

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -2497,6 +2511,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -2799,6 +2820,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

string

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -3541,6 +3569,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.ResourceFieldSelector

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -6491,7 +6526,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 886af7040aa..da543723b3c 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -968,6 +968,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.DownwardAPIVolumeFile array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -1396,6 +1403,13 @@ Examples:

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

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

v1.KeyToPath array

+ +

defaultMode

+

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

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

string

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

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

v1.ResourceFieldSelector

+ +

mode

+

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

+

false

+

integer (int32)

+ + @@ -8167,7 +8202,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 fcc399e283f..dc5dd02e2a5 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -11256,14 +11256,15 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep759 := !z.EncBinary() yy2arr759 := z.EncBasicHandle().StructToArray - var yyq759 [2]bool + var yyq759 [3]bool _, _, _ = yysep759, yyq759, yy2arr759 const yyr759 bool = false yyq759[0] = x.SecretName != "" yyq759[1] = len(x.Items) != 0 + yyq759[2] = x.DefaultMode != nil var yynn759 int if yyr759 || yy2arr759 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { yynn759 = 0 for _, b := range yyq759 { @@ -11332,6 +11333,41 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr759 || yy2arr759 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq759[2] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy767 := *x.DefaultMode + yym768 := z.EncBinary() + _ = yym768 + if false { + } else { + r.EncodeInt(int64(yy767)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq759[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy769 := *x.DefaultMode + yym770 := z.EncBinary() + _ = yym770 + if false { + } else { + r.EncodeInt(int64(yy769)) + } + } + } + } if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -11345,25 +11381,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym766 := z.DecBinary() - _ = yym766 + yym771 := z.DecBinary() + _ = yym771 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct767 := r.ContainerType() - if yyct767 == codecSelferValueTypeMap1234 { - yyl767 := r.ReadMapStart() - if yyl767 == 0 { + yyct772 := r.ContainerType() + if yyct772 == codecSelferValueTypeMap1234 { + yyl772 := r.ReadMapStart() + if yyl772 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl767, d) + x.codecDecodeSelfFromMap(yyl772, d) } - } else if yyct767 == codecSelferValueTypeArray1234 { - yyl767 := r.ReadArrayStart() - if yyl767 == 0 { + } else if yyct772 == codecSelferValueTypeArray1234 { + yyl772 := r.ReadArrayStart() + if yyl772 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl767, d) + x.codecDecodeSelfFromArray(yyl772, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11375,12 +11411,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys768Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys768Slc - var yyhl768 bool = l >= 0 - for yyj768 := 0; ; yyj768++ { - if yyhl768 { - if yyj768 >= l { + var yys773Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys773Slc + var yyhl773 bool = l >= 0 + for yyj773 := 0; ; yyj773++ { + if yyhl773 { + if yyj773 >= l { break } } else { @@ -11389,10 +11425,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys768Slc = r.DecodeBytes(yys768Slc, true, true) - yys768 := string(yys768Slc) + yys773Slc = r.DecodeBytes(yys773Slc, true, true) + yys773 := string(yys773Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys768 { + switch yys773 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -11403,18 +11439,34 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv770 := &x.Items - yym771 := z.DecBinary() - _ = yym771 + yyv775 := &x.Items + yym776 := z.DecBinary() + _ = yym776 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv770), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv775), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym778 := z.DecBinary() + _ = yym778 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys768) - } // end switch yys768 - } // end for yyj768 + z.DecStructFieldNotFound(-1, yys773) + } // end switch yys773 + } // end for yyj773 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11422,16 +11474,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj772 int - var yyb772 bool - var yyhl772 bool = l >= 0 - yyj772++ - if yyhl772 { - yyb772 = yyj772 > l + var yyj779 int + var yyb779 bool + var yyhl779 bool = l >= 0 + yyj779++ + if yyhl779 { + yyb779 = yyj779 > l } else { - yyb772 = r.CheckBreak() + yyb779 = r.CheckBreak() } - if yyb772 { + if yyb779 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11441,13 +11493,13 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretName = string(r.DecodeString()) } - yyj772++ - if yyhl772 { - yyb772 = yyj772 > l + yyj779++ + if yyhl779 { + yyb779 = yyj779 > l } else { - yyb772 = r.CheckBreak() + yyb779 = r.CheckBreak() } - if yyb772 { + if yyb779 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11455,26 +11507,52 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv774 := &x.Items - yym775 := z.DecBinary() - _ = yym775 + yyv781 := &x.Items + yym782 := z.DecBinary() + _ = yym782 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv774), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv781), d) + } + } + yyj779++ + if yyhl779 { + yyb779 = yyj779 > l + } else { + yyb779 = r.CheckBreak() + } + if yyb779 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym784 := z.DecBinary() + _ = yym784 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj772++ - if yyhl772 { - yyb772 = yyj772 > l + yyj779++ + if yyhl779 { + yyb779 = yyj779 > l } else { - yyb772 = r.CheckBreak() + yyb779 = r.CheckBreak() } - if yyb772 { + if yyb779 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj772-1, "") + z.DecStructFieldNotFound(yyj779-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11486,34 +11564,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym776 := z.EncBinary() - _ = yym776 + yym785 := z.EncBinary() + _ = yym785 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep777 := !z.EncBinary() - yy2arr777 := z.EncBasicHandle().StructToArray - var yyq777 [3]bool - _, _, _ = yysep777, yyq777, yy2arr777 - const yyr777 bool = false - yyq777[2] = x.ReadOnly != false - var yynn777 int - if yyr777 || yy2arr777 { + yysep786 := !z.EncBinary() + yy2arr786 := z.EncBasicHandle().StructToArray + var yyq786 [3]bool + _, _, _ = yysep786, yyq786, yy2arr786 + const yyr786 bool = false + yyq786[2] = x.ReadOnly != false + var yynn786 int + if yyr786 || yy2arr786 { r.EncodeArrayStart(3) } else { - yynn777 = 2 - for _, b := range yyq777 { + yynn786 = 2 + for _, b := range yyq786 { if b { - yynn777++ + yynn786++ } } - r.EncodeMapStart(yynn777) - yynn777 = 0 + r.EncodeMapStart(yynn786) + yynn786 = 0 } - if yyr777 || yy2arr777 { + if yyr786 || yy2arr786 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym779 := z.EncBinary() - _ = yym779 + yym788 := z.EncBinary() + _ = yym788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -11522,17 +11600,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym780 := z.EncBinary() - _ = yym780 + yym789 := z.EncBinary() + _ = yym789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr777 || yy2arr777 { + if yyr786 || yy2arr786 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym782 := z.EncBinary() - _ = yym782 + yym791 := z.EncBinary() + _ = yym791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -11541,18 +11619,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym783 := z.EncBinary() - _ = yym783 + yym792 := z.EncBinary() + _ = yym792 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr777 || yy2arr777 { + if yyr786 || yy2arr786 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq777[2] { - yym785 := z.EncBinary() - _ = yym785 + if yyq786[2] { + yym794 := z.EncBinary() + _ = yym794 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11561,19 +11639,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq777[2] { + if yyq786[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym786 := z.EncBinary() - _ = yym786 + yym795 := z.EncBinary() + _ = yym795 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr777 || yy2arr777 { + if yyr786 || yy2arr786 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11586,25 +11664,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym787 := z.DecBinary() - _ = yym787 + yym796 := z.DecBinary() + _ = yym796 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct788 := r.ContainerType() - if yyct788 == codecSelferValueTypeMap1234 { - yyl788 := r.ReadMapStart() - if yyl788 == 0 { + yyct797 := r.ContainerType() + if yyct797 == codecSelferValueTypeMap1234 { + yyl797 := r.ReadMapStart() + if yyl797 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl788, d) + x.codecDecodeSelfFromMap(yyl797, d) } - } else if yyct788 == codecSelferValueTypeArray1234 { - yyl788 := r.ReadArrayStart() - if yyl788 == 0 { + } else if yyct797 == codecSelferValueTypeArray1234 { + yyl797 := r.ReadArrayStart() + if yyl797 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl788, d) + x.codecDecodeSelfFromArray(yyl797, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11616,12 +11694,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys789Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys789Slc - var yyhl789 bool = l >= 0 - for yyj789 := 0; ; yyj789++ { - if yyhl789 { - if yyj789 >= l { + var yys798Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys798Slc + var yyhl798 bool = l >= 0 + for yyj798 := 0; ; yyj798++ { + if yyhl798 { + if yyj798 >= l { break } } else { @@ -11630,10 +11708,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys789Slc = r.DecodeBytes(yys789Slc, true, true) - yys789 := string(yys789Slc) + yys798Slc = r.DecodeBytes(yys798Slc, true, true) + yys798 := string(yys798Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys789 { + switch yys798 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -11653,9 +11731,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys789) - } // end switch yys789 - } // end for yyj789 + z.DecStructFieldNotFound(-1, yys798) + } // end switch yys798 + } // end for yyj798 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11663,16 +11741,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj793 int - var yyb793 bool - var yyhl793 bool = l >= 0 - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + var yyj802 int + var yyb802 bool + var yyhl802 bool = l >= 0 + yyj802++ + if yyhl802 { + yyb802 = yyj802 > l } else { - yyb793 = r.CheckBreak() + yyb802 = r.CheckBreak() } - if yyb793 { + if yyb802 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11682,13 +11760,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj802++ + if yyhl802 { + yyb802 = yyj802 > l } else { - yyb793 = r.CheckBreak() + yyb802 = r.CheckBreak() } - if yyb793 { + if yyb802 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11698,13 +11776,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj802++ + if yyhl802 { + yyb802 = yyj802 > l } else { - yyb793 = r.CheckBreak() + yyb802 = r.CheckBreak() } - if yyb793 { + if yyb802 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11715,17 +11793,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj802++ + if yyhl802 { + yyb802 = yyj802 > l } else { - yyb793 = r.CheckBreak() + yyb802 = r.CheckBreak() } - if yyb793 { + if yyb802 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj793-1, "") + z.DecStructFieldNotFound(yyj802-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11737,34 +11815,34 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym797 := z.EncBinary() - _ = yym797 + yym806 := z.EncBinary() + _ = yym806 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep798 := !z.EncBinary() - yy2arr798 := z.EncBasicHandle().StructToArray - var yyq798 [3]bool - _, _, _ = yysep798, yyq798, yy2arr798 - const yyr798 bool = false - yyq798[2] = x.ReadOnly != false - var yynn798 int - if yyr798 || yy2arr798 { + yysep807 := !z.EncBinary() + yy2arr807 := z.EncBasicHandle().StructToArray + var yyq807 [3]bool + _, _, _ = yysep807, yyq807, yy2arr807 + const yyr807 bool = false + yyq807[2] = x.ReadOnly != false + var yynn807 int + if yyr807 || yy2arr807 { r.EncodeArrayStart(3) } else { - yynn798 = 2 - for _, b := range yyq798 { + yynn807 = 2 + for _, b := range yyq807 { if b { - yynn798++ + yynn807++ } } - r.EncodeMapStart(yynn798) - yynn798 = 0 + r.EncodeMapStart(yynn807) + yynn807 = 0 } - if yyr798 || yy2arr798 { + if yyr807 || yy2arr807 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym800 := z.EncBinary() - _ = yym800 + yym809 := z.EncBinary() + _ = yym809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) @@ -11773,17 +11851,17 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("endpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym801 := z.EncBinary() - _ = yym801 + yym810 := z.EncBinary() + _ = yym810 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) } } - if yyr798 || yy2arr798 { + if yyr807 || yy2arr807 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym803 := z.EncBinary() - _ = yym803 + yym812 := z.EncBinary() + _ = yym812 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -11792,18 +11870,18 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym804 := z.EncBinary() - _ = yym804 + yym813 := z.EncBinary() + _ = yym813 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr798 || yy2arr798 { + if yyr807 || yy2arr807 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq798[2] { - yym806 := z.EncBinary() - _ = yym806 + if yyq807[2] { + yym815 := z.EncBinary() + _ = yym815 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11812,19 +11890,19 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq798[2] { + if yyq807[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym807 := z.EncBinary() - _ = yym807 + yym816 := z.EncBinary() + _ = yym816 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr798 || yy2arr798 { + if yyr807 || yy2arr807 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11837,25 +11915,25 @@ func (x *GlusterfsVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym808 := z.DecBinary() - _ = yym808 + yym817 := z.DecBinary() + _ = yym817 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct809 := r.ContainerType() - if yyct809 == codecSelferValueTypeMap1234 { - yyl809 := r.ReadMapStart() - if yyl809 == 0 { + yyct818 := r.ContainerType() + if yyct818 == codecSelferValueTypeMap1234 { + yyl818 := r.ReadMapStart() + if yyl818 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl809, d) + x.codecDecodeSelfFromMap(yyl818, d) } - } else if yyct809 == codecSelferValueTypeArray1234 { - yyl809 := r.ReadArrayStart() - if yyl809 == 0 { + } else if yyct818 == codecSelferValueTypeArray1234 { + yyl818 := r.ReadArrayStart() + if yyl818 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl809, d) + x.codecDecodeSelfFromArray(yyl818, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11867,12 +11945,12 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys810Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys810Slc - var yyhl810 bool = l >= 0 - for yyj810 := 0; ; yyj810++ { - if yyhl810 { - if yyj810 >= l { + var yys819Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys819Slc + var yyhl819 bool = l >= 0 + for yyj819 := 0; ; yyj819++ { + if yyhl819 { + if yyj819 >= l { break } } else { @@ -11881,10 +11959,10 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys810Slc = r.DecodeBytes(yys810Slc, true, true) - yys810 := string(yys810Slc) + yys819Slc = r.DecodeBytes(yys819Slc, true, true) + yys819 := string(yys819Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys810 { + switch yys819 { case "endpoints": if r.TryDecodeAsNil() { x.EndpointsName = "" @@ -11904,9 +11982,9 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys810) - } // end switch yys810 - } // end for yyj810 + z.DecStructFieldNotFound(-1, yys819) + } // end switch yys819 + } // end for yyj819 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11914,16 +11992,16 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj814 int - var yyb814 bool - var yyhl814 bool = l >= 0 - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + var yyj823 int + var yyb823 bool + var yyhl823 bool = l >= 0 + yyj823++ + if yyhl823 { + yyb823 = yyj823 > l } else { - yyb814 = r.CheckBreak() + yyb823 = r.CheckBreak() } - if yyb814 { + if yyb823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11933,13 +12011,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.EndpointsName = string(r.DecodeString()) } - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + yyj823++ + if yyhl823 { + yyb823 = yyj823 > l } else { - yyb814 = r.CheckBreak() + yyb823 = r.CheckBreak() } - if yyb814 { + if yyb823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11949,13 +12027,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + yyj823++ + if yyhl823 { + yyb823 = yyj823 > l } else { - yyb814 = r.CheckBreak() + yyb823 = r.CheckBreak() } - if yyb814 { + if yyb823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11966,17 +12044,17 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + yyj823++ + if yyhl823 { + yyb823 = yyj823 > l } else { - yyb814 = r.CheckBreak() + yyb823 = r.CheckBreak() } - if yyb814 { + if yyb823 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj814-1, "") + z.DecStructFieldNotFound(yyj823-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11988,42 +12066,42 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym818 := z.EncBinary() - _ = yym818 + yym827 := z.EncBinary() + _ = yym827 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep819 := !z.EncBinary() - yy2arr819 := z.EncBasicHandle().StructToArray - var yyq819 [8]bool - _, _, _ = yysep819, yyq819, yy2arr819 - const yyr819 bool = false - yyq819[2] = x.FSType != "" - yyq819[3] = x.RBDPool != "" - yyq819[4] = x.RadosUser != "" - yyq819[5] = x.Keyring != "" - yyq819[6] = x.SecretRef != nil - yyq819[7] = x.ReadOnly != false - var yynn819 int - if yyr819 || yy2arr819 { + yysep828 := !z.EncBinary() + yy2arr828 := z.EncBasicHandle().StructToArray + var yyq828 [8]bool + _, _, _ = yysep828, yyq828, yy2arr828 + const yyr828 bool = false + yyq828[2] = x.FSType != "" + yyq828[3] = x.RBDPool != "" + yyq828[4] = x.RadosUser != "" + yyq828[5] = x.Keyring != "" + yyq828[6] = x.SecretRef != nil + yyq828[7] = x.ReadOnly != false + var yynn828 int + if yyr828 || yy2arr828 { r.EncodeArrayStart(8) } else { - yynn819 = 2 - for _, b := range yyq819 { + yynn828 = 2 + for _, b := range yyq828 { if b { - yynn819++ + yynn828++ } } - r.EncodeMapStart(yynn819) - yynn819 = 0 + r.EncodeMapStart(yynn828) + yynn828 = 0 } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.CephMonitors == nil { r.EncodeNil() } else { - yym821 := z.EncBinary() - _ = yym821 + yym830 := z.EncBinary() + _ = yym830 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) @@ -12036,18 +12114,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.CephMonitors == nil { r.EncodeNil() } else { - yym822 := z.EncBinary() - _ = yym822 + yym831 := z.EncBinary() + _ = yym831 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) } } } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym824 := z.EncBinary() - _ = yym824 + yym833 := z.EncBinary() + _ = yym833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) @@ -12056,116 +12134,116 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym825 := z.EncBinary() - _ = yym825 + yym834 := z.EncBinary() + _ = yym834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) } } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[2] { - yym827 := z.EncBinary() - _ = yym827 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq819[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fsType")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym828 := z.EncBinary() - _ = yym828 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) - } - } - } - if yyr819 || yy2arr819 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[3] { - yym830 := z.EncBinary() - _ = yym830 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq819[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("pool")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym831 := z.EncBinary() - _ = yym831 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) - } - } - } - if yyr819 || yy2arr819 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[4] { - yym833 := z.EncBinary() - _ = yym833 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq819[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("user")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym834 := z.EncBinary() - _ = yym834 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) - } - } - } - if yyr819 || yy2arr819 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[5] { + if yyq828[2] { yym836 := z.EncBinary() _ = yym836 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq819[5] { + if yyq828[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("keyring")) + r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym837 := z.EncBinary() _ = yym837 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) + } + } + } + if yyr828 || yy2arr828 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq828[3] { + yym839 := z.EncBinary() + _ = yym839 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq828[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("pool")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym840 := z.EncBinary() + _ = yym840 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) + } + } + } + if yyr828 || yy2arr828 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq828[4] { + yym842 := z.EncBinary() + _ = yym842 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq828[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("user")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym843 := z.EncBinary() + _ = yym843 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) + } + } + } + if yyr828 || yy2arr828 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq828[5] { + yym845 := z.EncBinary() + _ = yym845 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq828[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("keyring")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym846 := z.EncBinary() + _ = yym846 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) } } } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[6] { + if yyq828[6] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -12175,7 +12253,7 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq819[6] { + if yyq828[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12186,11 +12264,11 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq819[7] { - yym840 := z.EncBinary() - _ = yym840 + if yyq828[7] { + yym849 := z.EncBinary() + _ = yym849 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12199,19 +12277,19 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq819[7] { + if yyq828[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym841 := z.EncBinary() - _ = yym841 + yym850 := z.EncBinary() + _ = yym850 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr819 || yy2arr819 { + if yyr828 || yy2arr828 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12224,25 +12302,25 @@ func (x *RBDVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym842 := z.DecBinary() - _ = yym842 + yym851 := z.DecBinary() + _ = yym851 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct843 := r.ContainerType() - if yyct843 == codecSelferValueTypeMap1234 { - yyl843 := r.ReadMapStart() - if yyl843 == 0 { + yyct852 := r.ContainerType() + if yyct852 == codecSelferValueTypeMap1234 { + yyl852 := r.ReadMapStart() + if yyl852 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl843, d) + x.codecDecodeSelfFromMap(yyl852, d) } - } else if yyct843 == codecSelferValueTypeArray1234 { - yyl843 := r.ReadArrayStart() - if yyl843 == 0 { + } else if yyct852 == codecSelferValueTypeArray1234 { + yyl852 := r.ReadArrayStart() + if yyl852 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl843, d) + x.codecDecodeSelfFromArray(yyl852, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12254,12 +12332,12 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys844Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys844Slc - var yyhl844 bool = l >= 0 - for yyj844 := 0; ; yyj844++ { - if yyhl844 { - if yyj844 >= l { + var yys853Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys853Slc + var yyhl853 bool = l >= 0 + for yyj853 := 0; ; yyj853++ { + if yyhl853 { + if yyj853 >= l { break } } else { @@ -12268,20 +12346,20 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys844Slc = r.DecodeBytes(yys844Slc, true, true) - yys844 := string(yys844Slc) + yys853Slc = r.DecodeBytes(yys853Slc, true, true) + yys853 := string(yys853Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys844 { + switch yys853 { case "monitors": if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv845 := &x.CephMonitors - yym846 := z.DecBinary() - _ = yym846 + yyv854 := &x.CephMonitors + yym855 := z.DecBinary() + _ = yym855 if false { } else { - z.F.DecSliceStringX(yyv845, false, d) + z.F.DecSliceStringX(yyv854, false, d) } } case "image": @@ -12332,9 +12410,9 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys844) - } // end switch yys844 - } // end for yyj844 + z.DecStructFieldNotFound(-1, yys853) + } // end switch yys853 + } // end for yyj853 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12342,16 +12420,16 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj854 int - var yyb854 bool - var yyhl854 bool = l >= 0 - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + var yyj863 int + var yyb863 bool + var yyhl863 bool = l >= 0 + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12359,21 +12437,21 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv855 := &x.CephMonitors - yym856 := z.DecBinary() - _ = yym856 + yyv864 := &x.CephMonitors + yym865 := z.DecBinary() + _ = yym865 if false { } else { - z.F.DecSliceStringX(yyv855, false, d) + z.F.DecSliceStringX(yyv864, false, d) } } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12383,13 +12461,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDImage = string(r.DecodeString()) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12399,13 +12477,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12415,13 +12493,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDPool = string(r.DecodeString()) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12431,13 +12509,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RadosUser = string(r.DecodeString()) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12447,13 +12525,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Keyring = string(r.DecodeString()) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12468,13 +12546,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12485,17 +12563,17 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj854++ - if yyhl854 { - yyb854 = yyj854 > l + yyj863++ + if yyhl863 { + yyb863 = yyj863 > l } else { - yyb854 = r.CheckBreak() + yyb863 = r.CheckBreak() } - if yyb854 { + if yyb863 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj854-1, "") + z.DecStructFieldNotFound(yyj863-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12507,35 +12585,35 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym864 := z.EncBinary() - _ = yym864 + yym873 := z.EncBinary() + _ = yym873 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.FSType != "" - yyq865[2] = x.ReadOnly != false - var yynn865 int - if yyr865 || yy2arr865 { + yysep874 := !z.EncBinary() + yy2arr874 := z.EncBasicHandle().StructToArray + var yyq874 [3]bool + _, _, _ = yysep874, yyq874, yy2arr874 + const yyr874 bool = false + yyq874[1] = x.FSType != "" + yyq874[2] = x.ReadOnly != false + var yynn874 int + if yyr874 || yy2arr874 { r.EncodeArrayStart(3) } else { - yynn865 = 1 - for _, b := range yyq865 { + yynn874 = 1 + for _, b := range yyq874 { if b { - yynn865++ + yynn874++ } } - r.EncodeMapStart(yynn865) - yynn865 = 0 + r.EncodeMapStart(yynn874) + yynn874 = 0 } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym867 := z.EncBinary() - _ = yym867 + yym876 := z.EncBinary() + _ = yym876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -12544,18 +12622,18 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym868 := z.EncBinary() - _ = yym868 + yym877 := z.EncBinary() + _ = yym877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[1] { - yym870 := z.EncBinary() - _ = yym870 + if yyq874[1] { + yym879 := z.EncBinary() + _ = yym879 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12564,23 +12642,23 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq865[1] { + if yyq874[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym871 := z.EncBinary() - _ = yym871 + yym880 := z.EncBinary() + _ = yym880 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[2] { - yym873 := z.EncBinary() - _ = yym873 + if yyq874[2] { + yym882 := z.EncBinary() + _ = yym882 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12589,19 +12667,19 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq865[2] { + if yyq874[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym874 := z.EncBinary() - _ = yym874 + yym883 := z.EncBinary() + _ = yym883 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12614,25 +12692,25 @@ func (x *CinderVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym875 := z.DecBinary() - _ = yym875 + yym884 := z.DecBinary() + _ = yym884 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct876 := r.ContainerType() - if yyct876 == codecSelferValueTypeMap1234 { - yyl876 := r.ReadMapStart() - if yyl876 == 0 { + yyct885 := r.ContainerType() + if yyct885 == codecSelferValueTypeMap1234 { + yyl885 := r.ReadMapStart() + if yyl885 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl876, d) + x.codecDecodeSelfFromMap(yyl885, d) } - } else if yyct876 == codecSelferValueTypeArray1234 { - yyl876 := r.ReadArrayStart() - if yyl876 == 0 { + } else if yyct885 == codecSelferValueTypeArray1234 { + yyl885 := r.ReadArrayStart() + if yyl885 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl876, d) + x.codecDecodeSelfFromArray(yyl885, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12644,12 +12722,12 @@ func (x *CinderVolumeSource) 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 yys886Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys886Slc + var yyhl886 bool = l >= 0 + for yyj886 := 0; ; yyj886++ { + if yyhl886 { + if yyj886 >= l { break } } else { @@ -12658,10 +12736,10 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys877Slc = r.DecodeBytes(yys877Slc, true, true) - yys877 := string(yys877Slc) + yys886Slc = r.DecodeBytes(yys886Slc, true, true) + yys886 := string(yys886Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys877 { + switch yys886 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -12681,9 +12759,9 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys877) - } // end switch yys877 - } // end for yyj877 + z.DecStructFieldNotFound(-1, yys886) + } // end switch yys886 + } // end for yyj886 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12691,16 +12769,16 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode 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 yyj890 int + var yyb890 bool + var yyhl890 bool = l >= 0 + yyj890++ + if yyhl890 { + yyb890 = yyj890 > l } else { - yyb881 = r.CheckBreak() + yyb890 = r.CheckBreak() } - if yyb881 { + if yyb890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12710,13 +12788,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.VolumeID = string(r.DecodeString()) } - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj890++ + if yyhl890 { + yyb890 = yyj890 > l } else { - yyb881 = r.CheckBreak() + yyb890 = r.CheckBreak() } - if yyb881 { + if yyb890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12726,13 +12804,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.FSType = string(r.DecodeString()) } - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj890++ + if yyhl890 { + yyb890 = yyj890 > l } else { - yyb881 = r.CheckBreak() + yyb890 = r.CheckBreak() } - if yyb881 { + if yyb890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12743,17 +12821,17 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj890++ + if yyhl890 { + yyb890 = yyj890 > l } else { - yyb881 = r.CheckBreak() + yyb890 = r.CheckBreak() } - if yyb881 { + if yyb890 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj881-1, "") + z.DecStructFieldNotFound(yyj890-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12765,41 +12843,41 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym885 := z.EncBinary() - _ = yym885 + yym894 := z.EncBinary() + _ = yym894 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep886 := !z.EncBinary() - yy2arr886 := z.EncBasicHandle().StructToArray - var yyq886 [6]bool - _, _, _ = yysep886, yyq886, yy2arr886 - const yyr886 bool = false - yyq886[1] = x.Path != "" - yyq886[2] = x.User != "" - yyq886[3] = x.SecretFile != "" - yyq886[4] = x.SecretRef != nil - yyq886[5] = x.ReadOnly != false - var yynn886 int - if yyr886 || yy2arr886 { + yysep895 := !z.EncBinary() + yy2arr895 := z.EncBasicHandle().StructToArray + var yyq895 [6]bool + _, _, _ = yysep895, yyq895, yy2arr895 + const yyr895 bool = false + yyq895[1] = x.Path != "" + yyq895[2] = x.User != "" + yyq895[3] = x.SecretFile != "" + yyq895[4] = x.SecretRef != nil + yyq895[5] = x.ReadOnly != false + var yynn895 int + if yyr895 || yy2arr895 { r.EncodeArrayStart(6) } else { - yynn886 = 1 - for _, b := range yyq886 { + yynn895 = 1 + for _, b := range yyq895 { if b { - yynn886++ + yynn895++ } } - r.EncodeMapStart(yynn886) - yynn886 = 0 + r.EncodeMapStart(yynn895) + yynn895 = 0 } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Monitors == nil { r.EncodeNil() } else { - yym888 := z.EncBinary() - _ = yym888 + yym897 := z.EncBinary() + _ = yym897 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) @@ -12812,19 +12890,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Monitors == nil { r.EncodeNil() } else { - yym889 := z.EncBinary() - _ = yym889 + yym898 := z.EncBinary() + _ = yym898 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[1] { - yym891 := z.EncBinary() - _ = yym891 + if yyq895[1] { + yym900 := z.EncBinary() + _ = yym900 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12833,23 +12911,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq886[1] { + if yyq895[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym892 := z.EncBinary() - _ = yym892 + yym901 := z.EncBinary() + _ = yym901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[2] { - yym894 := z.EncBinary() - _ = yym894 + if yyq895[2] { + yym903 := z.EncBinary() + _ = yym903 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -12858,23 +12936,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq886[2] { + if yyq895[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym895 := z.EncBinary() - _ = yym895 + yym904 := z.EncBinary() + _ = yym904 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[3] { - yym897 := z.EncBinary() - _ = yym897 + if yyq895[3] { + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) @@ -12883,21 +12961,21 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq886[3] { + if yyq895[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym898 := z.EncBinary() - _ = yym898 + yym907 := z.EncBinary() + _ = yym907 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[4] { + if yyq895[4] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -12907,7 +12985,7 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq886[4] { + if yyq895[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12918,11 +12996,11 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[5] { - yym901 := z.EncBinary() - _ = yym901 + if yyq895[5] { + yym910 := z.EncBinary() + _ = yym910 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12931,19 +13009,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq886[5] { + if yyq895[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym902 := z.EncBinary() - _ = yym902 + yym911 := z.EncBinary() + _ = yym911 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr886 || yy2arr886 { + if yyr895 || yy2arr895 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12956,25 +13034,25 @@ func (x *CephFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym903 := z.DecBinary() - _ = yym903 + yym912 := z.DecBinary() + _ = yym912 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct904 := r.ContainerType() - if yyct904 == codecSelferValueTypeMap1234 { - yyl904 := r.ReadMapStart() - if yyl904 == 0 { + yyct913 := r.ContainerType() + if yyct913 == codecSelferValueTypeMap1234 { + yyl913 := r.ReadMapStart() + if yyl913 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl904, d) + x.codecDecodeSelfFromMap(yyl913, d) } - } else if yyct904 == codecSelferValueTypeArray1234 { - yyl904 := r.ReadArrayStart() - if yyl904 == 0 { + } else if yyct913 == codecSelferValueTypeArray1234 { + yyl913 := r.ReadArrayStart() + if yyl913 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl904, d) + x.codecDecodeSelfFromArray(yyl913, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12986,12 +13064,12 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys905Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys905Slc - var yyhl905 bool = l >= 0 - for yyj905 := 0; ; yyj905++ { - if yyhl905 { - if yyj905 >= l { + var yys914Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys914Slc + var yyhl914 bool = l >= 0 + for yyj914 := 0; ; yyj914++ { + if yyhl914 { + if yyj914 >= l { break } } else { @@ -13000,20 +13078,20 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys905Slc = r.DecodeBytes(yys905Slc, true, true) - yys905 := string(yys905Slc) + yys914Slc = r.DecodeBytes(yys914Slc, true, true) + yys914 := string(yys914Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys905 { + switch yys914 { case "monitors": if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv906 := &x.Monitors - yym907 := z.DecBinary() - _ = yym907 + yyv915 := &x.Monitors + yym916 := z.DecBinary() + _ = yym916 if false { } else { - z.F.DecSliceStringX(yyv906, false, d) + z.F.DecSliceStringX(yyv915, false, d) } } case "path": @@ -13052,9 +13130,9 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys905) - } // end switch yys905 - } // end for yyj905 + z.DecStructFieldNotFound(-1, yys914) + } // end switch yys914 + } // end for yyj914 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13062,16 +13140,16 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj913 int - var yyb913 bool - var yyhl913 bool = l >= 0 - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + var yyj922 int + var yyb922 bool + var yyhl922 bool = l >= 0 + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13079,21 +13157,21 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv914 := &x.Monitors - yym915 := z.DecBinary() - _ = yym915 + yyv923 := &x.Monitors + yym924 := z.DecBinary() + _ = yym924 if false { } else { - z.F.DecSliceStringX(yyv914, false, d) + z.F.DecSliceStringX(yyv923, false, d) } } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13103,13 +13181,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Path = string(r.DecodeString()) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13119,13 +13197,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.User = string(r.DecodeString()) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13135,13 +13213,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretFile = string(r.DecodeString()) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13156,13 +13234,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SecretRef.CodecDecodeSelf(d) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13173,17 +13251,17 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj922++ + if yyhl922 { + yyb922 = yyj922 > l } else { - yyb913 = r.CheckBreak() + yyb922 = r.CheckBreak() } - if yyb913 { + if yyb922 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj913-1, "") + z.DecStructFieldNotFound(yyj922-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13195,33 +13273,33 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym921 := z.EncBinary() - _ = yym921 + yym930 := z.EncBinary() + _ = yym930 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep922 := !z.EncBinary() - yy2arr922 := z.EncBasicHandle().StructToArray - var yyq922 [1]bool - _, _, _ = yysep922, yyq922, yy2arr922 - const yyr922 bool = false - var yynn922 int - if yyr922 || yy2arr922 { + yysep931 := !z.EncBinary() + yy2arr931 := z.EncBasicHandle().StructToArray + var yyq931 [1]bool + _, _, _ = yysep931, yyq931, yy2arr931 + const yyr931 bool = false + var yynn931 int + if yyr931 || yy2arr931 { r.EncodeArrayStart(1) } else { - yynn922 = 1 - for _, b := range yyq922 { + yynn931 = 1 + for _, b := range yyq931 { if b { - yynn922++ + yynn931++ } } - r.EncodeMapStart(yynn922) - yynn922 = 0 + r.EncodeMapStart(yynn931) + yynn931 = 0 } - if yyr922 || yy2arr922 { + if yyr931 || yy2arr931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym924 := z.EncBinary() - _ = yym924 + yym933 := z.EncBinary() + _ = yym933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) @@ -13230,14 +13308,14 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym925 := z.EncBinary() - _ = yym925 + yym934 := z.EncBinary() + _ = yym934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) } } - if yyr922 || yy2arr922 { + if yyr931 || yy2arr931 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13250,25 +13328,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym926 := z.DecBinary() - _ = yym926 + yym935 := z.DecBinary() + _ = yym935 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct927 := r.ContainerType() - if yyct927 == codecSelferValueTypeMap1234 { - yyl927 := r.ReadMapStart() - if yyl927 == 0 { + yyct936 := r.ContainerType() + if yyct936 == codecSelferValueTypeMap1234 { + yyl936 := r.ReadMapStart() + if yyl936 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl927, d) + x.codecDecodeSelfFromMap(yyl936, d) } - } else if yyct927 == codecSelferValueTypeArray1234 { - yyl927 := r.ReadArrayStart() - if yyl927 == 0 { + } else if yyct936 == codecSelferValueTypeArray1234 { + yyl936 := r.ReadArrayStart() + if yyl936 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl927, d) + x.codecDecodeSelfFromArray(yyl936, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13280,12 +13358,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys928Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys928Slc - var yyhl928 bool = l >= 0 - for yyj928 := 0; ; yyj928++ { - if yyhl928 { - if yyj928 >= l { + var yys937Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys937Slc + var yyhl937 bool = l >= 0 + for yyj937 := 0; ; yyj937++ { + if yyhl937 { + if yyj937 >= l { break } } else { @@ -13294,10 +13372,10 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys928Slc = r.DecodeBytes(yys928Slc, true, true) - yys928 := string(yys928Slc) + yys937Slc = r.DecodeBytes(yys937Slc, true, true) + yys937 := string(yys937Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys928 { + switch yys937 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" @@ -13305,9 +13383,9 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.DatasetName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys928) - } // end switch yys928 - } // end for yyj928 + z.DecStructFieldNotFound(-1, yys937) + } // end switch yys937 + } // end for yyj937 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13315,16 +13393,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj930 int - var yyb930 bool - var yyhl930 bool = l >= 0 - yyj930++ - if yyhl930 { - yyb930 = yyj930 > l + var yyj939 int + var yyb939 bool + var yyhl939 bool = l >= 0 + yyj939++ + if yyhl939 { + yyb939 = yyj939 > l } else { - yyb930 = r.CheckBreak() + yyb939 = r.CheckBreak() } - if yyb930 { + if yyb939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13335,17 +13413,17 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.DatasetName = string(r.DecodeString()) } for { - yyj930++ - if yyhl930 { - yyb930 = yyj930 > l + yyj939++ + if yyhl939 { + yyb939 = yyj939 > l } else { - yyb930 = r.CheckBreak() + yyb939 = r.CheckBreak() } - if yyb930 { + if yyb939 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj930-1, "") + z.DecStructFieldNotFound(yyj939-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13357,38 +13435,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym932 := z.EncBinary() - _ = yym932 + yym941 := z.EncBinary() + _ = yym941 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep933 := !z.EncBinary() - yy2arr933 := z.EncBasicHandle().StructToArray - var yyq933 [1]bool - _, _, _ = yysep933, yyq933, yy2arr933 - const yyr933 bool = false - yyq933[0] = len(x.Items) != 0 - var yynn933 int - if yyr933 || yy2arr933 { - r.EncodeArrayStart(1) + yysep942 := !z.EncBinary() + yy2arr942 := z.EncBasicHandle().StructToArray + var yyq942 [2]bool + _, _, _ = yysep942, yyq942, yy2arr942 + const yyr942 bool = false + yyq942[0] = len(x.Items) != 0 + yyq942[1] = x.DefaultMode != nil + var yynn942 int + if yyr942 || yy2arr942 { + r.EncodeArrayStart(2) } else { - yynn933 = 0 - for _, b := range yyq933 { + yynn942 = 0 + for _, b := range yyq942 { if b { - yynn933++ + yynn942++ } } - r.EncodeMapStart(yynn933) - yynn933 = 0 + r.EncodeMapStart(yynn942) + yynn942 = 0 } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[0] { + if yyq942[0] { if x.Items == nil { r.EncodeNil() } else { - yym935 := z.EncBinary() - _ = yym935 + yym944 := z.EncBinary() + _ = yym944 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -13398,15 +13477,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq933[0] { + if yyq942[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym936 := z.EncBinary() - _ = yym936 + yym945 := z.EncBinary() + _ = yym945 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -13414,7 +13493,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq942[1] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy947 := *x.DefaultMode + yym948 := z.EncBinary() + _ = yym948 + if false { + } else { + r.EncodeInt(int64(yy947)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq942[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy949 := *x.DefaultMode + yym950 := z.EncBinary() + _ = yym950 + if false { + } else { + r.EncodeInt(int64(yy949)) + } + } + } + } + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13427,25 +13541,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym937 := z.DecBinary() - _ = yym937 + yym951 := z.DecBinary() + _ = yym951 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct938 := r.ContainerType() - if yyct938 == codecSelferValueTypeMap1234 { - yyl938 := r.ReadMapStart() - if yyl938 == 0 { + yyct952 := r.ContainerType() + if yyct952 == codecSelferValueTypeMap1234 { + yyl952 := r.ReadMapStart() + if yyl952 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl938, d) + x.codecDecodeSelfFromMap(yyl952, d) } - } else if yyct938 == codecSelferValueTypeArray1234 { - yyl938 := r.ReadArrayStart() - if yyl938 == 0 { + } else if yyct952 == codecSelferValueTypeArray1234 { + yyl952 := r.ReadArrayStart() + if yyl952 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl938, d) + x.codecDecodeSelfFromArray(yyl952, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13457,12 +13571,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys939Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys939Slc - var yyhl939 bool = l >= 0 - for yyj939 := 0; ; yyj939++ { - if yyhl939 { - if yyj939 >= l { + var yys953Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys953Slc + var yyhl953 bool = l >= 0 + for yyj953 := 0; ; yyj953++ { + if yyhl953 { + if yyj953 >= l { break } } else { @@ -13471,26 +13585,42 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys939Slc = r.DecodeBytes(yys939Slc, true, true) - yys939 := string(yys939Slc) + yys953Slc = r.DecodeBytes(yys953Slc, true, true) + yys953 := string(yys953Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys939 { + switch yys953 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv940 := &x.Items - yym941 := z.DecBinary() - _ = yym941 + yyv954 := &x.Items + yym955 := z.DecBinary() + _ = yym955 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv940), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv954), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym957 := z.DecBinary() + _ = yym957 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys939) - } // end switch yys939 - } // end for yyj939 + z.DecStructFieldNotFound(-1, yys953) + } // end switch yys953 + } // end for yyj953 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13498,16 +13628,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj942 int - var yyb942 bool - var yyhl942 bool = l >= 0 - yyj942++ - if yyhl942 { - yyb942 = yyj942 > l + var yyj958 int + var yyb958 bool + var yyhl958 bool = l >= 0 + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb942 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb942 { + if yyb958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13515,26 +13645,52 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv943 := &x.Items - yym944 := z.DecBinary() - _ = yym944 + yyv959 := &x.Items + yym960 := z.DecBinary() + _ = yym960 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv943), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv959), d) + } + } + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l + } else { + yyb958 = r.CheckBreak() + } + if yyb958 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym962 := z.DecBinary() + _ = yym962 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj942++ - if yyhl942 { - yyb942 = yyj942 > l + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb942 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb942 { + if yyb958 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj942-1, "") + z.DecStructFieldNotFound(yyj958-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13546,35 +13702,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym945 := z.EncBinary() - _ = yym945 + yym963 := z.EncBinary() + _ = yym963 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep946 := !z.EncBinary() - yy2arr946 := z.EncBasicHandle().StructToArray - var yyq946 [3]bool - _, _, _ = yysep946, yyq946, yy2arr946 - const yyr946 bool = false - yyq946[1] = x.FieldRef != nil - yyq946[2] = x.ResourceFieldRef != nil - var yynn946 int - if yyr946 || yy2arr946 { - r.EncodeArrayStart(3) + yysep964 := !z.EncBinary() + yy2arr964 := z.EncBasicHandle().StructToArray + var yyq964 [4]bool + _, _, _ = yysep964, yyq964, yy2arr964 + const yyr964 bool = false + yyq964[1] = x.FieldRef != nil + yyq964[2] = x.ResourceFieldRef != nil + yyq964[3] = x.Mode != nil + var yynn964 int + if yyr964 || yy2arr964 { + r.EncodeArrayStart(4) } else { - yynn946 = 1 - for _, b := range yyq946 { + yynn964 = 1 + for _, b := range yyq964 { if b { - yynn946++ + yynn964++ } } - r.EncodeMapStart(yynn946) - yynn946 = 0 + r.EncodeMapStart(yynn964) + yynn964 = 0 } - if yyr946 || yy2arr946 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym948 := z.EncBinary() - _ = yym948 + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13583,16 +13740,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym949 := z.EncBinary() - _ = yym949 + yym967 := z.EncBinary() + _ = yym967 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr946 || yy2arr946 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq946[1] { + if yyq964[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -13602,7 +13759,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq946[1] { + if yyq964[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -13613,9 +13770,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr946 || yy2arr946 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq946[2] { + if yyq964[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -13625,7 +13782,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq946[2] { + if yyq964[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -13636,7 +13793,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr946 || yy2arr946 { + if yyr964 || yy2arr964 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq964[3] { + if x.Mode == nil { + r.EncodeNil() + } else { + yy971 := *x.Mode + yym972 := z.EncBinary() + _ = yym972 + if false { + } else { + r.EncodeInt(int64(yy971)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq964[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Mode == nil { + r.EncodeNil() + } else { + yy973 := *x.Mode + yym974 := z.EncBinary() + _ = yym974 + if false { + } else { + r.EncodeInt(int64(yy973)) + } + } + } + } + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13649,25 +13841,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym952 := z.DecBinary() - _ = yym952 + yym975 := z.DecBinary() + _ = yym975 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct953 := r.ContainerType() - if yyct953 == codecSelferValueTypeMap1234 { - yyl953 := r.ReadMapStart() - if yyl953 == 0 { + yyct976 := r.ContainerType() + if yyct976 == codecSelferValueTypeMap1234 { + yyl976 := r.ReadMapStart() + if yyl976 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl953, d) + x.codecDecodeSelfFromMap(yyl976, d) } - } else if yyct953 == codecSelferValueTypeArray1234 { - yyl953 := r.ReadArrayStart() - if yyl953 == 0 { + } else if yyct976 == codecSelferValueTypeArray1234 { + yyl976 := r.ReadArrayStart() + if yyl976 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl953, d) + x.codecDecodeSelfFromArray(yyl976, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13679,12 +13871,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys954Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys954Slc - var yyhl954 bool = l >= 0 - for yyj954 := 0; ; yyj954++ { - if yyhl954 { - if yyj954 >= l { + var yys977Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys977Slc + var yyhl977 bool = l >= 0 + for yyj977 := 0; ; yyj977++ { + if yyhl977 { + if yyj977 >= l { break } } else { @@ -13693,10 +13885,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys954Slc = r.DecodeBytes(yys954Slc, true, true) - yys954 := string(yys954Slc) + yys977Slc = r.DecodeBytes(yys977Slc, true, true) + yys977 := string(yys977Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys954 { + switch yys977 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -13725,10 +13917,26 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } x.ResourceFieldRef.CodecDecodeSelf(d) } + case "mode": + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil + } + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym982 := z.DecBinary() + _ = yym982 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } default: - z.DecStructFieldNotFound(-1, yys954) - } // end switch yys954 - } // end for yyj954 + z.DecStructFieldNotFound(-1, yys977) + } // end switch yys977 + } // end for yyj977 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13736,16 +13944,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj958 int - var yyb958 bool - var yyhl958 bool = l >= 0 - yyj958++ - if yyhl958 { - yyb958 = yyj958 > l + var yyj983 int + var yyb983 bool + var yyhl983 bool = l >= 0 + yyj983++ + if yyhl983 { + yyb983 = yyj983 > l } else { - yyb958 = r.CheckBreak() + yyb983 = r.CheckBreak() } - if yyb958 { + if yyb983 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13755,13 +13963,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj958++ - if yyhl958 { - yyb958 = yyj958 > l + yyj983++ + if yyhl983 { + yyb983 = yyj983 > l } else { - yyb958 = r.CheckBreak() + yyb983 = r.CheckBreak() } - if yyb958 { + if yyb983 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13776,13 +13984,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj958++ - if yyhl958 { - yyb958 = yyj958 > l + yyj983++ + if yyhl983 { + yyb983 = yyj983 > l } else { - yyb958 = r.CheckBreak() + yyb983 = r.CheckBreak() } - if yyb958 { + if yyb983 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13797,18 +14005,44 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - for { - yyj958++ - if yyhl958 { - yyb958 = yyj958 > l - } else { - yyb958 = r.CheckBreak() + yyj983++ + if yyhl983 { + yyb983 = yyj983 > l + } else { + yyb983 = r.CheckBreak() + } + if yyb983 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil } - if yyb958 { + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym988 := z.DecBinary() + _ = yym988 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } + for { + yyj983++ + if yyhl983 { + yyb983 = yyj983 > l + } else { + yyb983 = r.CheckBreak() + } + if yyb983 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj958-1, "") + z.DecStructFieldNotFound(yyj983-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13820,34 +14054,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym962 := z.EncBinary() - _ = yym962 + yym989 := z.EncBinary() + _ = yym989 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep963 := !z.EncBinary() - yy2arr963 := z.EncBasicHandle().StructToArray - var yyq963 [3]bool - _, _, _ = yysep963, yyq963, yy2arr963 - const yyr963 bool = false - yyq963[2] = x.ReadOnly != false - var yynn963 int - if yyr963 || yy2arr963 { + yysep990 := !z.EncBinary() + yy2arr990 := z.EncBasicHandle().StructToArray + var yyq990 [3]bool + _, _, _ = yysep990, yyq990, yy2arr990 + const yyr990 bool = false + yyq990[2] = x.ReadOnly != false + var yynn990 int + if yyr990 || yy2arr990 { r.EncodeArrayStart(3) } else { - yynn963 = 2 - for _, b := range yyq963 { + yynn990 = 2 + for _, b := range yyq990 { if b { - yynn963++ + yynn990++ } } - r.EncodeMapStart(yynn963) - yynn963 = 0 + r.EncodeMapStart(yynn990) + yynn990 = 0 } - if yyr963 || yy2arr963 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym965 := z.EncBinary() - _ = yym965 + yym992 := z.EncBinary() + _ = yym992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -13856,17 +14090,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym966 := z.EncBinary() - _ = yym966 + yym993 := z.EncBinary() + _ = yym993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr963 || yy2arr963 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym968 := z.EncBinary() - _ = yym968 + yym995 := z.EncBinary() + _ = yym995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -13875,18 +14109,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym969 := z.EncBinary() - _ = yym969 + yym996 := z.EncBinary() + _ = yym996 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr963 || yy2arr963 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq963[2] { - yym971 := z.EncBinary() - _ = yym971 + if yyq990[2] { + yym998 := z.EncBinary() + _ = yym998 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13895,19 +14129,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq963[2] { + if yyq990[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym972 := z.EncBinary() - _ = yym972 + yym999 := z.EncBinary() + _ = yym999 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr963 || yy2arr963 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13920,25 +14154,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym973 := z.DecBinary() - _ = yym973 + yym1000 := z.DecBinary() + _ = yym1000 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct974 := r.ContainerType() - if yyct974 == codecSelferValueTypeMap1234 { - yyl974 := r.ReadMapStart() - if yyl974 == 0 { + yyct1001 := r.ContainerType() + if yyct1001 == codecSelferValueTypeMap1234 { + yyl1001 := r.ReadMapStart() + if yyl1001 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl974, d) + x.codecDecodeSelfFromMap(yyl1001, d) } - } else if yyct974 == codecSelferValueTypeArray1234 { - yyl974 := r.ReadArrayStart() - if yyl974 == 0 { + } else if yyct1001 == codecSelferValueTypeArray1234 { + yyl1001 := r.ReadArrayStart() + if yyl1001 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl974, d) + x.codecDecodeSelfFromArray(yyl1001, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13950,12 +14184,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys975Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys975Slc - var yyhl975 bool = l >= 0 - for yyj975 := 0; ; yyj975++ { - if yyhl975 { - if yyj975 >= l { + var yys1002Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1002Slc + var yyhl1002 bool = l >= 0 + for yyj1002 := 0; ; yyj1002++ { + if yyhl1002 { + if yyj1002 >= l { break } } else { @@ -13964,10 +14198,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys975Slc = r.DecodeBytes(yys975Slc, true, true) - yys975 := string(yys975Slc) + yys1002Slc = r.DecodeBytes(yys1002Slc, true, true) + yys1002 := string(yys1002Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys975 { + switch yys1002 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -13987,9 +14221,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys975) - } // end switch yys975 - } // end for yyj975 + z.DecStructFieldNotFound(-1, yys1002) + } // end switch yys1002 + } // end for yyj1002 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13997,16 +14231,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj979 int - var yyb979 bool - var yyhl979 bool = l >= 0 - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + var yyj1006 int + var yyb1006 bool + var yyhl1006 bool = l >= 0 + yyj1006++ + if yyhl1006 { + yyb1006 = yyj1006 > l } else { - yyb979 = r.CheckBreak() + yyb1006 = r.CheckBreak() } - if yyb979 { + if yyb1006 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14016,13 +14250,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + yyj1006++ + if yyhl1006 { + yyb1006 = yyj1006 > l } else { - yyb979 = r.CheckBreak() + yyb1006 = r.CheckBreak() } - if yyb979 { + if yyb1006 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14032,13 +14266,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + yyj1006++ + if yyhl1006 { + yyb1006 = yyj1006 > l } else { - yyb979 = r.CheckBreak() + yyb1006 = r.CheckBreak() } - if yyb979 { + if yyb1006 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14049,17 +14283,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + yyj1006++ + if yyhl1006 { + yyb1006 = yyj1006 > l } else { - yyb979 = r.CheckBreak() + yyb1006 = r.CheckBreak() } - if yyb979 { + if yyb1006 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj979-1, "") + z.DecStructFieldNotFound(yyj1006-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14071,34 +14305,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym983 := z.EncBinary() - _ = yym983 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep984 := !z.EncBinary() - yy2arr984 := z.EncBasicHandle().StructToArray - var yyq984 [2]bool - _, _, _ = yysep984, yyq984, yy2arr984 - const yyr984 bool = false - yyq984[1] = x.FSType != "" - var yynn984 int - if yyr984 || yy2arr984 { + yysep1011 := !z.EncBinary() + yy2arr1011 := z.EncBasicHandle().StructToArray + var yyq1011 [2]bool + _, _, _ = yysep1011, yyq1011, yy2arr1011 + const yyr1011 bool = false + yyq1011[1] = x.FSType != "" + var yynn1011 int + if yyr1011 || yy2arr1011 { r.EncodeArrayStart(2) } else { - yynn984 = 1 - for _, b := range yyq984 { + yynn1011 = 1 + for _, b := range yyq1011 { if b { - yynn984++ + yynn1011++ } } - r.EncodeMapStart(yynn984) - yynn984 = 0 + r.EncodeMapStart(yynn1011) + yynn1011 = 0 } - if yyr984 || yy2arr984 { + if yyr1011 || yy2arr1011 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym986 := z.EncBinary() - _ = yym986 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -14107,18 +14341,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym987 := z.EncBinary() - _ = yym987 + yym1014 := z.EncBinary() + _ = yym1014 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr984 || yy2arr984 { + if yyr1011 || yy2arr1011 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq984[1] { - yym989 := z.EncBinary() - _ = yym989 + if yyq1011[1] { + yym1016 := z.EncBinary() + _ = yym1016 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -14127,19 +14361,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq984[1] { + if yyq1011[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym990 := z.EncBinary() - _ = yym990 + yym1017 := z.EncBinary() + _ = yym1017 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr984 || yy2arr984 { + if yyr1011 || yy2arr1011 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14152,25 +14386,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym991 := z.DecBinary() - _ = yym991 + yym1018 := z.DecBinary() + _ = yym1018 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct992 := r.ContainerType() - if yyct992 == codecSelferValueTypeMap1234 { - yyl992 := r.ReadMapStart() - if yyl992 == 0 { + yyct1019 := r.ContainerType() + if yyct1019 == codecSelferValueTypeMap1234 { + yyl1019 := r.ReadMapStart() + if yyl1019 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl992, d) + x.codecDecodeSelfFromMap(yyl1019, d) } - } else if yyct992 == codecSelferValueTypeArray1234 { - yyl992 := r.ReadArrayStart() - if yyl992 == 0 { + } else if yyct1019 == codecSelferValueTypeArray1234 { + yyl1019 := r.ReadArrayStart() + if yyl1019 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl992, d) + x.codecDecodeSelfFromArray(yyl1019, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14182,12 +14416,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys993Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys993Slc - var yyhl993 bool = l >= 0 - for yyj993 := 0; ; yyj993++ { - if yyhl993 { - if yyj993 >= l { + var yys1020Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1020Slc + var yyhl1020 bool = l >= 0 + for yyj1020 := 0; ; yyj1020++ { + if yyhl1020 { + if yyj1020 >= l { break } } else { @@ -14196,10 +14430,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys993Slc = r.DecodeBytes(yys993Slc, true, true) - yys993 := string(yys993Slc) + yys1020Slc = r.DecodeBytes(yys1020Slc, true, true) + yys1020 := string(yys1020Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys993 { + switch yys1020 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -14213,9 +14447,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys993) - } // end switch yys993 - } // end for yyj993 + z.DecStructFieldNotFound(-1, yys1020) + } // end switch yys1020 + } // end for yyj1020 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14223,16 +14457,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj996 int - var yyb996 bool - var yyhl996 bool = l >= 0 - yyj996++ - if yyhl996 { - yyb996 = yyj996 > l + var yyj1023 int + var yyb1023 bool + var yyhl1023 bool = l >= 0 + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb996 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb996 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14242,13 +14476,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj996++ - if yyhl996 { - yyb996 = yyj996 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb996 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb996 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14259,17 +14493,17 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj996++ - if yyhl996 { - yyb996 = yyj996 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb996 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb996 { + if yyb1023 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj996-1, "") + z.DecStructFieldNotFound(yyj1023-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14281,34 +14515,35 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym999 := z.EncBinary() - _ = yym999 + yym1026 := z.EncBinary() + _ = yym1026 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1000 := !z.EncBinary() - yy2arr1000 := z.EncBasicHandle().StructToArray - var yyq1000 [2]bool - _, _, _ = yysep1000, yyq1000, yy2arr1000 - const yyr1000 bool = false - yyq1000[1] = len(x.Items) != 0 - var yynn1000 int - if yyr1000 || yy2arr1000 { - r.EncodeArrayStart(2) + yysep1027 := !z.EncBinary() + yy2arr1027 := z.EncBasicHandle().StructToArray + var yyq1027 [3]bool + _, _, _ = yysep1027, yyq1027, yy2arr1027 + const yyr1027 bool = false + yyq1027[1] = len(x.Items) != 0 + yyq1027[2] = x.DefaultMode != nil + var yynn1027 int + if yyr1027 || yy2arr1027 { + r.EncodeArrayStart(3) } else { - yynn1000 = 1 - for _, b := range yyq1000 { + yynn1027 = 1 + for _, b := range yyq1027 { if b { - yynn1000++ + yynn1027++ } } - r.EncodeMapStart(yynn1000) - yynn1000 = 0 + r.EncodeMapStart(yynn1027) + yynn1027 = 0 } - if yyr1000 || yy2arr1000 { + if yyr1027 || yy2arr1027 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1002 := z.EncBinary() - _ = yym1002 + yym1029 := z.EncBinary() + _ = yym1029 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -14317,21 +14552,21 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1003 := z.EncBinary() - _ = yym1003 + yym1030 := z.EncBinary() + _ = yym1030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1000 || yy2arr1000 { + if yyr1027 || yy2arr1027 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1000[1] { + if yyq1027[1] { if x.Items == nil { r.EncodeNil() } else { - yym1005 := z.EncBinary() - _ = yym1005 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -14341,15 +14576,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1000[1] { + if yyq1027[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1006 := z.EncBinary() - _ = yym1006 + yym1033 := z.EncBinary() + _ = yym1033 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -14357,7 +14592,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1000 || yy2arr1000 { + if yyr1027 || yy2arr1027 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1027[2] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy1035 := *x.DefaultMode + yym1036 := z.EncBinary() + _ = yym1036 + if false { + } else { + r.EncodeInt(int64(yy1035)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1027[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy1037 := *x.DefaultMode + yym1038 := z.EncBinary() + _ = yym1038 + if false { + } else { + r.EncodeInt(int64(yy1037)) + } + } + } + } + if yyr1027 || yy2arr1027 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14370,25 +14640,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1007 := z.DecBinary() - _ = yym1007 + yym1039 := z.DecBinary() + _ = yym1039 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1008 := r.ContainerType() - if yyct1008 == codecSelferValueTypeMap1234 { - yyl1008 := r.ReadMapStart() - if yyl1008 == 0 { + yyct1040 := r.ContainerType() + if yyct1040 == codecSelferValueTypeMap1234 { + yyl1040 := r.ReadMapStart() + if yyl1040 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1008, d) + x.codecDecodeSelfFromMap(yyl1040, d) } - } else if yyct1008 == codecSelferValueTypeArray1234 { - yyl1008 := r.ReadArrayStart() - if yyl1008 == 0 { + } else if yyct1040 == codecSelferValueTypeArray1234 { + yyl1040 := r.ReadArrayStart() + if yyl1040 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1008, d) + x.codecDecodeSelfFromArray(yyl1040, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14400,12 +14670,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1009Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1009Slc - var yyhl1009 bool = l >= 0 - for yyj1009 := 0; ; yyj1009++ { - if yyhl1009 { - if yyj1009 >= l { + var yys1041Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1041Slc + var yyhl1041 bool = l >= 0 + for yyj1041 := 0; ; yyj1041++ { + if yyhl1041 { + if yyj1041 >= l { break } } else { @@ -14414,10 +14684,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1009Slc = r.DecodeBytes(yys1009Slc, true, true) - yys1009 := string(yys1009Slc) + yys1041Slc = r.DecodeBytes(yys1041Slc, true, true) + yys1041 := string(yys1041Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1009 { + switch yys1041 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -14428,18 +14698,34 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1011 := &x.Items - yym1012 := z.DecBinary() - _ = yym1012 + yyv1043 := &x.Items + yym1044 := z.DecBinary() + _ = yym1044 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1011), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1043), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym1046 := z.DecBinary() + _ = yym1046 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1009) - } // end switch yys1009 - } // end for yyj1009 + z.DecStructFieldNotFound(-1, yys1041) + } // end switch yys1041 + } // end for yyj1041 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14447,16 +14733,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1013 int - var yyb1013 bool - var yyhl1013 bool = l >= 0 - yyj1013++ - if yyhl1013 { - yyb1013 = yyj1013 > l + var yyj1047 int + var yyb1047 bool + var yyhl1047 bool = l >= 0 + yyj1047++ + if yyhl1047 { + yyb1047 = yyj1047 > l } else { - yyb1013 = r.CheckBreak() + yyb1047 = r.CheckBreak() } - if yyb1013 { + if yyb1047 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14466,13 +14752,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj1013++ - if yyhl1013 { - yyb1013 = yyj1013 > l + yyj1047++ + if yyhl1047 { + yyb1047 = yyj1047 > l } else { - yyb1013 = r.CheckBreak() + yyb1047 = r.CheckBreak() } - if yyb1013 { + if yyb1047 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14480,26 +14766,52 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1015 := &x.Items - yym1016 := z.DecBinary() - _ = yym1016 + yyv1049 := &x.Items + yym1050 := z.DecBinary() + _ = yym1050 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1015), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1049), d) + } + } + yyj1047++ + if yyhl1047 { + yyb1047 = yyj1047 > l + } else { + yyb1047 = r.CheckBreak() + } + if yyb1047 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym1052 := z.DecBinary() + _ = yym1052 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1013++ - if yyhl1013 { - yyb1013 = yyj1013 > l + yyj1047++ + if yyhl1047 { + yyb1047 = yyj1047 > l } else { - yyb1013 = r.CheckBreak() + yyb1047 = r.CheckBreak() } - if yyb1013 { + if yyb1047 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1013-1, "") + z.DecStructFieldNotFound(yyj1047-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14511,33 +14823,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1017 := z.EncBinary() - _ = yym1017 + yym1053 := z.EncBinary() + _ = yym1053 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1018 := !z.EncBinary() - yy2arr1018 := z.EncBasicHandle().StructToArray - var yyq1018 [2]bool - _, _, _ = yysep1018, yyq1018, yy2arr1018 - const yyr1018 bool = false - var yynn1018 int - if yyr1018 || yy2arr1018 { - r.EncodeArrayStart(2) + yysep1054 := !z.EncBinary() + yy2arr1054 := z.EncBasicHandle().StructToArray + var yyq1054 [3]bool + _, _, _ = yysep1054, yyq1054, yy2arr1054 + const yyr1054 bool = false + yyq1054[2] = x.Mode != nil + var yynn1054 int + if yyr1054 || yy2arr1054 { + r.EncodeArrayStart(3) } else { - yynn1018 = 2 - for _, b := range yyq1018 { + yynn1054 = 2 + for _, b := range yyq1054 { if b { - yynn1018++ + yynn1054++ } } - r.EncodeMapStart(yynn1018) - yynn1018 = 0 + r.EncodeMapStart(yynn1054) + yynn1054 = 0 } - if yyr1018 || yy2arr1018 { + if yyr1054 || yy2arr1054 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1020 := z.EncBinary() - _ = yym1020 + yym1056 := z.EncBinary() + _ = yym1056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -14546,17 +14859,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1021 := z.EncBinary() - _ = yym1021 + yym1057 := z.EncBinary() + _ = yym1057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1018 || yy2arr1018 { + if yyr1054 || yy2arr1054 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1023 := z.EncBinary() - _ = yym1023 + yym1059 := z.EncBinary() + _ = yym1059 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -14565,14 +14878,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1024 := z.EncBinary() - _ = yym1024 + yym1060 := z.EncBinary() + _ = yym1060 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1018 || yy2arr1018 { + if yyr1054 || yy2arr1054 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1054[2] { + if x.Mode == nil { + r.EncodeNil() + } else { + yy1062 := *x.Mode + yym1063 := z.EncBinary() + _ = yym1063 + if false { + } else { + r.EncodeInt(int64(yy1062)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1054[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Mode == nil { + r.EncodeNil() + } else { + yy1064 := *x.Mode + yym1065 := z.EncBinary() + _ = yym1065 + if false { + } else { + r.EncodeInt(int64(yy1064)) + } + } + } + } + if yyr1054 || yy2arr1054 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14585,25 +14933,25 @@ func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1025 := z.DecBinary() - _ = yym1025 + yym1066 := z.DecBinary() + _ = yym1066 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1026 := r.ContainerType() - if yyct1026 == codecSelferValueTypeMap1234 { - yyl1026 := r.ReadMapStart() - if yyl1026 == 0 { + yyct1067 := r.ContainerType() + if yyct1067 == codecSelferValueTypeMap1234 { + yyl1067 := r.ReadMapStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1026, d) + x.codecDecodeSelfFromMap(yyl1067, d) } - } else if yyct1026 == codecSelferValueTypeArray1234 { - yyl1026 := r.ReadArrayStart() - if yyl1026 == 0 { + } else if yyct1067 == codecSelferValueTypeArray1234 { + yyl1067 := r.ReadArrayStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1026, d) + x.codecDecodeSelfFromArray(yyl1067, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14615,12 +14963,12 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1027Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1027Slc - var yyhl1027 bool = l >= 0 - for yyj1027 := 0; ; yyj1027++ { - if yyhl1027 { - if yyj1027 >= 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 { @@ -14629,10 +14977,10 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1027Slc = r.DecodeBytes(yys1027Slc, true, true) - yys1027 := string(yys1027Slc) + yys1068Slc = r.DecodeBytes(yys1068Slc, true, true) + yys1068 := string(yys1068Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1027 { + switch yys1068 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -14645,10 +14993,26 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } + case "mode": + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil + } + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym1072 := z.DecBinary() + _ = yym1072 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } default: - z.DecStructFieldNotFound(-1, yys1027) - } // end switch yys1027 - } // end for yyj1027 + z.DecStructFieldNotFound(-1, yys1068) + } // end switch yys1068 + } // end for yyj1068 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14656,16 +15020,16 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1030 int - var yyb1030 bool - var yyhl1030 bool = l >= 0 - yyj1030++ - if yyhl1030 { - yyb1030 = yyj1030 > l + var yyj1073 int + var yyb1073 bool + var yyhl1073 bool = l >= 0 + yyj1073++ + if yyhl1073 { + yyb1073 = yyj1073 > l } else { - yyb1030 = r.CheckBreak() + yyb1073 = r.CheckBreak() } - if yyb1030 { + if yyb1073 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14675,13 +15039,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1030++ - if yyhl1030 { - yyb1030 = yyj1030 > l + yyj1073++ + if yyhl1073 { + yyb1073 = yyj1073 > l } else { - yyb1030 = r.CheckBreak() + yyb1073 = r.CheckBreak() } - if yyb1030 { + if yyb1073 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14691,18 +15055,44 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - for { - yyj1030++ - if yyhl1030 { - yyb1030 = yyj1030 > l - } else { - yyb1030 = r.CheckBreak() + yyj1073++ + if yyhl1073 { + yyb1073 = yyj1073 > l + } else { + yyb1073 = r.CheckBreak() + } + if yyb1073 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil } - if yyb1030 { + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym1077 := z.DecBinary() + _ = yym1077 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } + for { + yyj1073++ + if yyhl1073 { + yyb1073 = yyj1073 > l + } else { + yyb1073 = r.CheckBreak() + } + if yyb1073 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1030-1, "") + z.DecStructFieldNotFound(yyj1073-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14714,38 +15104,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1033 := z.EncBinary() - _ = yym1033 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1034 := !z.EncBinary() - yy2arr1034 := z.EncBasicHandle().StructToArray - var yyq1034 [5]bool - _, _, _ = yysep1034, yyq1034, yy2arr1034 - const yyr1034 bool = false - yyq1034[0] = x.Name != "" - yyq1034[1] = x.HostPort != 0 - yyq1034[3] = x.Protocol != "" - yyq1034[4] = x.HostIP != "" - var yynn1034 int - if yyr1034 || yy2arr1034 { + yysep1079 := !z.EncBinary() + yy2arr1079 := z.EncBasicHandle().StructToArray + var yyq1079 [5]bool + _, _, _ = yysep1079, yyq1079, yy2arr1079 + const yyr1079 bool = false + yyq1079[0] = x.Name != "" + yyq1079[1] = x.HostPort != 0 + yyq1079[3] = x.Protocol != "" + yyq1079[4] = x.HostIP != "" + var yynn1079 int + if yyr1079 || yy2arr1079 { r.EncodeArrayStart(5) } else { - yynn1034 = 1 - for _, b := range yyq1034 { + yynn1079 = 1 + for _, b := range yyq1079 { if b { - yynn1034++ + yynn1079++ } } - r.EncodeMapStart(yynn1034) - yynn1034 = 0 + r.EncodeMapStart(yynn1079) + yynn1079 = 0 } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1034[0] { - yym1036 := z.EncBinary() - _ = yym1036 + if yyq1079[0] { + yym1081 := z.EncBinary() + _ = yym1081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -14754,23 +15144,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1034[0] { + if yyq1079[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1037 := z.EncBinary() - _ = yym1037 + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1034[1] { - yym1039 := z.EncBinary() - _ = yym1039 + if yyq1079[1] { + yym1084 := z.EncBinary() + _ = yym1084 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -14779,22 +15169,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1034[1] { + if yyq1079[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1040 := z.EncBinary() - _ = yym1040 + yym1085 := z.EncBinary() + _ = yym1085 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1042 := z.EncBinary() - _ = yym1042 + yym1087 := z.EncBinary() + _ = yym1087 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -14803,33 +15193,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1043 := z.EncBinary() - _ = yym1043 + yym1088 := z.EncBinary() + _ = yym1088 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1034[3] { + if yyq1079[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1034[3] { + if yyq1079[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1034[4] { - yym1046 := z.EncBinary() - _ = yym1046 + if yyq1079[4] { + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -14838,19 +15228,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1034[4] { + if yyq1079[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1047 := z.EncBinary() - _ = yym1047 + yym1092 := z.EncBinary() + _ = yym1092 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr1034 || yy2arr1034 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14863,25 +15253,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1048 := z.DecBinary() - _ = yym1048 + yym1093 := z.DecBinary() + _ = yym1093 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1049 := r.ContainerType() - if yyct1049 == codecSelferValueTypeMap1234 { - yyl1049 := r.ReadMapStart() - if yyl1049 == 0 { + yyct1094 := r.ContainerType() + if yyct1094 == codecSelferValueTypeMap1234 { + yyl1094 := r.ReadMapStart() + if yyl1094 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1049, d) + x.codecDecodeSelfFromMap(yyl1094, d) } - } else if yyct1049 == codecSelferValueTypeArray1234 { - yyl1049 := r.ReadArrayStart() - if yyl1049 == 0 { + } else if yyct1094 == codecSelferValueTypeArray1234 { + yyl1094 := r.ReadArrayStart() + if yyl1094 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1049, d) + x.codecDecodeSelfFromArray(yyl1094, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14893,12 +15283,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1050Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1050Slc - var yyhl1050 bool = l >= 0 - for yyj1050 := 0; ; yyj1050++ { - if yyhl1050 { - if yyj1050 >= l { + var yys1095Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1095Slc + var yyhl1095 bool = l >= 0 + for yyj1095 := 0; ; yyj1095++ { + if yyhl1095 { + if yyj1095 >= l { break } } else { @@ -14907,10 +15297,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1050Slc = r.DecodeBytes(yys1050Slc, true, true) - yys1050 := string(yys1050Slc) + yys1095Slc = r.DecodeBytes(yys1095Slc, true, true) + yys1095 := string(yys1095Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1050 { + switch yys1095 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -14942,9 +15332,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1050) - } // end switch yys1050 - } // end for yyj1050 + z.DecStructFieldNotFound(-1, yys1095) + } // end switch yys1095 + } // end for yyj1095 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14952,16 +15342,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1056 int - var yyb1056 bool - var yyhl1056 bool = l >= 0 - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + var yyj1101 int + var yyb1101 bool + var yyhl1101 bool = l >= 0 + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14971,13 +15361,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14987,13 +15377,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15003,13 +15393,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15019,13 +15409,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15036,17 +15426,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1101++ + if yyhl1101 { + yyb1101 = yyj1101 > l } else { - yyb1056 = r.CheckBreak() + yyb1101 = r.CheckBreak() } - if yyb1056 { + if yyb1101 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1056-1, "") + z.DecStructFieldNotFound(yyj1101-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15058,35 +15448,35 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1062 := z.EncBinary() - _ = yym1062 + yym1107 := z.EncBinary() + _ = yym1107 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1063 := !z.EncBinary() - yy2arr1063 := z.EncBasicHandle().StructToArray - var yyq1063 [4]bool - _, _, _ = yysep1063, yyq1063, yy2arr1063 - const yyr1063 bool = false - yyq1063[1] = x.ReadOnly != false - yyq1063[3] = x.SubPath != "" - var yynn1063 int - if yyr1063 || yy2arr1063 { + yysep1108 := !z.EncBinary() + yy2arr1108 := z.EncBasicHandle().StructToArray + var yyq1108 [4]bool + _, _, _ = yysep1108, yyq1108, yy2arr1108 + const yyr1108 bool = false + yyq1108[1] = x.ReadOnly != false + yyq1108[3] = x.SubPath != "" + var yynn1108 int + if yyr1108 || yy2arr1108 { r.EncodeArrayStart(4) } else { - yynn1063 = 2 - for _, b := range yyq1063 { + yynn1108 = 2 + for _, b := range yyq1108 { if b { - yynn1063++ + yynn1108++ } } - r.EncodeMapStart(yynn1063) - yynn1063 = 0 + r.EncodeMapStart(yynn1108) + yynn1108 = 0 } - if yyr1063 || yy2arr1063 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1065 := z.EncBinary() - _ = yym1065 + yym1110 := z.EncBinary() + _ = yym1110 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15095,18 +15485,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1066 := z.EncBinary() - _ = yym1066 + yym1111 := z.EncBinary() + _ = yym1111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1063 || yy2arr1063 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1063[1] { - yym1068 := z.EncBinary() - _ = yym1068 + if yyq1108[1] { + yym1113 := z.EncBinary() + _ = yym1113 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -15115,22 +15505,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1063[1] { + if yyq1108[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1069 := z.EncBinary() - _ = yym1069 + yym1114 := z.EncBinary() + _ = yym1114 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1063 || yy2arr1063 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1071 := z.EncBinary() - _ = yym1071 + yym1116 := z.EncBinary() + _ = yym1116 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -15139,18 +15529,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1072 := z.EncBinary() - _ = yym1072 + yym1117 := z.EncBinary() + _ = yym1117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr1063 || yy2arr1063 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1063[3] { - yym1074 := z.EncBinary() - _ = yym1074 + if yyq1108[3] { + yym1119 := z.EncBinary() + _ = yym1119 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) @@ -15159,19 +15549,19 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1063[3] { + if yyq1108[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1075 := z.EncBinary() - _ = yym1075 + yym1120 := z.EncBinary() + _ = yym1120 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) } } } - if yyr1063 || yy2arr1063 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15184,25 +15574,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1076 := z.DecBinary() - _ = yym1076 + yym1121 := z.DecBinary() + _ = yym1121 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1077 := r.ContainerType() - if yyct1077 == codecSelferValueTypeMap1234 { - yyl1077 := r.ReadMapStart() - if yyl1077 == 0 { + yyct1122 := r.ContainerType() + if yyct1122 == codecSelferValueTypeMap1234 { + yyl1122 := r.ReadMapStart() + if yyl1122 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1077, d) + x.codecDecodeSelfFromMap(yyl1122, d) } - } else if yyct1077 == codecSelferValueTypeArray1234 { - yyl1077 := r.ReadArrayStart() - if yyl1077 == 0 { + } else if yyct1122 == codecSelferValueTypeArray1234 { + yyl1122 := r.ReadArrayStart() + if yyl1122 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1077, d) + x.codecDecodeSelfFromArray(yyl1122, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15214,12 +15604,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1078Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1078Slc - var yyhl1078 bool = l >= 0 - for yyj1078 := 0; ; yyj1078++ { - if yyhl1078 { - if yyj1078 >= l { + var yys1123Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1123Slc + var yyhl1123 bool = l >= 0 + for yyj1123 := 0; ; yyj1123++ { + if yyhl1123 { + if yyj1123 >= l { break } } else { @@ -15228,10 +15618,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1078Slc = r.DecodeBytes(yys1078Slc, true, true) - yys1078 := string(yys1078Slc) + yys1123Slc = r.DecodeBytes(yys1123Slc, true, true) + yys1123 := string(yys1123Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1078 { + switch yys1123 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15257,9 +15647,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1078) - } // end switch yys1078 - } // end for yyj1078 + z.DecStructFieldNotFound(-1, yys1123) + } // end switch yys1123 + } // end for yyj1123 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15267,16 +15657,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj1128 int + var yyb1128 bool + var yyhl1128 bool = l >= 0 + yyj1128++ + if yyhl1128 { + yyb1128 = yyj1128 > l } else { - yyb1083 = r.CheckBreak() + yyb1128 = r.CheckBreak() } - if yyb1083 { + if yyb1128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15286,13 +15676,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1128++ + if yyhl1128 { + yyb1128 = yyj1128 > l } else { - yyb1083 = r.CheckBreak() + yyb1128 = r.CheckBreak() } - if yyb1083 { + if yyb1128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15302,13 +15692,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1128++ + if yyhl1128 { + yyb1128 = yyj1128 > l } else { - yyb1083 = r.CheckBreak() + yyb1128 = r.CheckBreak() } - if yyb1083 { + if yyb1128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15318,13 +15708,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MountPath = string(r.DecodeString()) } - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1128++ + if yyhl1128 { + yyb1128 = yyj1128 > l } else { - yyb1083 = r.CheckBreak() + yyb1128 = r.CheckBreak() } - if yyb1083 { + if yyb1128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15335,17 +15725,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } for { - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1128++ + if yyhl1128 { + yyb1128 = yyj1128 > l } else { - yyb1083 = r.CheckBreak() + yyb1128 = r.CheckBreak() } - if yyb1083 { + if yyb1128 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1083-1, "") + z.DecStructFieldNotFound(yyj1128-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15357,35 +15747,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1088 := z.EncBinary() - _ = yym1088 + yym1133 := z.EncBinary() + _ = yym1133 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1089 := !z.EncBinary() - yy2arr1089 := z.EncBasicHandle().StructToArray - var yyq1089 [3]bool - _, _, _ = yysep1089, yyq1089, yy2arr1089 - const yyr1089 bool = false - yyq1089[1] = x.Value != "" - yyq1089[2] = x.ValueFrom != nil - var yynn1089 int - if yyr1089 || yy2arr1089 { + yysep1134 := !z.EncBinary() + yy2arr1134 := z.EncBasicHandle().StructToArray + var yyq1134 [3]bool + _, _, _ = yysep1134, yyq1134, yy2arr1134 + const yyr1134 bool = false + yyq1134[1] = x.Value != "" + yyq1134[2] = x.ValueFrom != nil + var yynn1134 int + if yyr1134 || yy2arr1134 { r.EncodeArrayStart(3) } else { - yynn1089 = 1 - for _, b := range yyq1089 { + yynn1134 = 1 + for _, b := range yyq1134 { if b { - yynn1089++ + yynn1134++ } } - r.EncodeMapStart(yynn1089) - yynn1089 = 0 + r.EncodeMapStart(yynn1134) + yynn1134 = 0 } - if yyr1089 || yy2arr1089 { + if yyr1134 || yy2arr1134 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1091 := z.EncBinary() - _ = yym1091 + yym1136 := z.EncBinary() + _ = yym1136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15394,18 +15784,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1092 := z.EncBinary() - _ = yym1092 + yym1137 := z.EncBinary() + _ = yym1137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1089 || yy2arr1089 { + if yyr1134 || yy2arr1134 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1089[1] { - yym1094 := z.EncBinary() - _ = yym1094 + if yyq1134[1] { + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -15414,21 +15804,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1089[1] { + if yyq1134[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1095 := z.EncBinary() - _ = yym1095 + yym1140 := z.EncBinary() + _ = yym1140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1089 || yy2arr1089 { + if yyr1134 || yy2arr1134 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1089[2] { + if yyq1134[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -15438,7 +15828,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1089[2] { + if yyq1134[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15449,7 +15839,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1089 || yy2arr1089 { + if yyr1134 || yy2arr1134 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15462,25 +15852,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1097 := z.DecBinary() - _ = yym1097 + yym1142 := z.DecBinary() + _ = yym1142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1098 := r.ContainerType() - if yyct1098 == codecSelferValueTypeMap1234 { - yyl1098 := r.ReadMapStart() - if yyl1098 == 0 { + yyct1143 := r.ContainerType() + if yyct1143 == codecSelferValueTypeMap1234 { + yyl1143 := r.ReadMapStart() + if yyl1143 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1098, d) + x.codecDecodeSelfFromMap(yyl1143, d) } - } else if yyct1098 == codecSelferValueTypeArray1234 { - yyl1098 := r.ReadArrayStart() - if yyl1098 == 0 { + } else if yyct1143 == codecSelferValueTypeArray1234 { + yyl1143 := r.ReadArrayStart() + if yyl1143 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1098, d) + x.codecDecodeSelfFromArray(yyl1143, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15492,12 +15882,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1099Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1099Slc - var yyhl1099 bool = l >= 0 - for yyj1099 := 0; ; yyj1099++ { - if yyhl1099 { - if yyj1099 >= l { + var yys1144Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1144Slc + var yyhl1144 bool = l >= 0 + for yyj1144 := 0; ; yyj1144++ { + if yyhl1144 { + if yyj1144 >= l { break } } else { @@ -15506,10 +15896,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1099Slc = r.DecodeBytes(yys1099Slc, true, true) - yys1099 := string(yys1099Slc) + yys1144Slc = r.DecodeBytes(yys1144Slc, true, true) + yys1144 := string(yys1144Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1099 { + switch yys1144 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15534,9 +15924,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1099) - } // end switch yys1099 - } // end for yyj1099 + z.DecStructFieldNotFound(-1, yys1144) + } // end switch yys1144 + } // end for yyj1144 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15544,16 +15934,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1103 int - var yyb1103 bool - var yyhl1103 bool = l >= 0 - yyj1103++ - if yyhl1103 { - yyb1103 = yyj1103 > l + var yyj1148 int + var yyb1148 bool + var yyhl1148 bool = l >= 0 + yyj1148++ + if yyhl1148 { + yyb1148 = yyj1148 > l } else { - yyb1103 = r.CheckBreak() + yyb1148 = r.CheckBreak() } - if yyb1103 { + if yyb1148 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15563,13 +15953,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1103++ - if yyhl1103 { - yyb1103 = yyj1103 > l + yyj1148++ + if yyhl1148 { + yyb1148 = yyj1148 > l } else { - yyb1103 = r.CheckBreak() + yyb1148 = r.CheckBreak() } - if yyb1103 { + if yyb1148 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15579,13 +15969,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1103++ - if yyhl1103 { - yyb1103 = yyj1103 > l + yyj1148++ + if yyhl1148 { + yyb1148 = yyj1148 > l } else { - yyb1103 = r.CheckBreak() + yyb1148 = r.CheckBreak() } - if yyb1103 { + if yyb1148 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15601,17 +15991,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1103++ - if yyhl1103 { - yyb1103 = yyj1103 > l + yyj1148++ + if yyhl1148 { + yyb1148 = yyj1148 > l } else { - yyb1103 = r.CheckBreak() + yyb1148 = r.CheckBreak() } - if yyb1103 { + if yyb1148 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1103-1, "") + z.DecStructFieldNotFound(yyj1148-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15623,36 +16013,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1107 := z.EncBinary() - _ = yym1107 + yym1152 := z.EncBinary() + _ = yym1152 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1108 := !z.EncBinary() - yy2arr1108 := z.EncBasicHandle().StructToArray - var yyq1108 [4]bool - _, _, _ = yysep1108, yyq1108, yy2arr1108 - const yyr1108 bool = false - yyq1108[0] = x.FieldRef != nil - yyq1108[1] = x.ResourceFieldRef != nil - yyq1108[2] = x.ConfigMapKeyRef != nil - yyq1108[3] = x.SecretKeyRef != nil - var yynn1108 int - if yyr1108 || yy2arr1108 { + yysep1153 := !z.EncBinary() + yy2arr1153 := z.EncBasicHandle().StructToArray + var yyq1153 [4]bool + _, _, _ = yysep1153, yyq1153, yy2arr1153 + const yyr1153 bool = false + yyq1153[0] = x.FieldRef != nil + yyq1153[1] = x.ResourceFieldRef != nil + yyq1153[2] = x.ConfigMapKeyRef != nil + yyq1153[3] = x.SecretKeyRef != nil + var yynn1153 int + if yyr1153 || yy2arr1153 { r.EncodeArrayStart(4) } else { - yynn1108 = 0 - for _, b := range yyq1108 { + yynn1153 = 0 + for _, b := range yyq1153 { if b { - yynn1108++ + yynn1153++ } } - r.EncodeMapStart(yynn1108) - yynn1108 = 0 + r.EncodeMapStart(yynn1153) + yynn1153 = 0 } - if yyr1108 || yy2arr1108 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1108[0] { + if yyq1153[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -15662,7 +16052,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1108[0] { + if yyq1153[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15673,9 +16063,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1108 || yy2arr1108 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1108[1] { + if yyq1153[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -15685,7 +16075,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1108[1] { + if yyq1153[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15696,9 +16086,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1108 || yy2arr1108 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1108[2] { + if yyq1153[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -15708,7 +16098,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1108[2] { + if yyq1153[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15719,9 +16109,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1108 || yy2arr1108 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1108[3] { + if yyq1153[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -15731,7 +16121,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1108[3] { + if yyq1153[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15742,7 +16132,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1108 || yy2arr1108 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15755,25 +16145,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1113 := z.DecBinary() - _ = yym1113 + yym1158 := z.DecBinary() + _ = yym1158 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1114 := r.ContainerType() - if yyct1114 == codecSelferValueTypeMap1234 { - yyl1114 := r.ReadMapStart() - if yyl1114 == 0 { + yyct1159 := r.ContainerType() + if yyct1159 == codecSelferValueTypeMap1234 { + yyl1159 := r.ReadMapStart() + if yyl1159 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1114, d) + x.codecDecodeSelfFromMap(yyl1159, d) } - } else if yyct1114 == codecSelferValueTypeArray1234 { - yyl1114 := r.ReadArrayStart() - if yyl1114 == 0 { + } else if yyct1159 == codecSelferValueTypeArray1234 { + yyl1159 := r.ReadArrayStart() + if yyl1159 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1114, d) + x.codecDecodeSelfFromArray(yyl1159, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15785,12 +16175,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1115Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1115Slc - var yyhl1115 bool = l >= 0 - for yyj1115 := 0; ; yyj1115++ { - if yyhl1115 { - if yyj1115 >= l { + var yys1160Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1160Slc + var yyhl1160 bool = l >= 0 + for yyj1160 := 0; ; yyj1160++ { + if yyhl1160 { + if yyj1160 >= l { break } } else { @@ -15799,10 +16189,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1115Slc = r.DecodeBytes(yys1115Slc, true, true) - yys1115 := string(yys1115Slc) + yys1160Slc = r.DecodeBytes(yys1160Slc, true, true) + yys1160 := string(yys1160Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1115 { + switch yys1160 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -15848,9 +16238,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1115) - } // end switch yys1115 - } // end for yyj1115 + z.DecStructFieldNotFound(-1, yys1160) + } // end switch yys1160 + } // end for yyj1160 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15858,16 +16248,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1120 int - var yyb1120 bool - var yyhl1120 bool = l >= 0 - yyj1120++ - if yyhl1120 { - yyb1120 = yyj1120 > l + var yyj1165 int + var yyb1165 bool + var yyhl1165 bool = l >= 0 + yyj1165++ + if yyhl1165 { + yyb1165 = yyj1165 > l } else { - yyb1120 = r.CheckBreak() + yyb1165 = r.CheckBreak() } - if yyb1120 { + if yyb1165 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15882,13 +16272,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1120++ - if yyhl1120 { - yyb1120 = yyj1120 > l + yyj1165++ + if yyhl1165 { + yyb1165 = yyj1165 > l } else { - yyb1120 = r.CheckBreak() + yyb1165 = r.CheckBreak() } - if yyb1120 { + if yyb1165 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15903,13 +16293,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1120++ - if yyhl1120 { - yyb1120 = yyj1120 > l + yyj1165++ + if yyhl1165 { + yyb1165 = yyj1165 > l } else { - yyb1120 = r.CheckBreak() + yyb1165 = r.CheckBreak() } - if yyb1120 { + if yyb1165 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15924,13 +16314,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1120++ - if yyhl1120 { - yyb1120 = yyj1120 > l + yyj1165++ + if yyhl1165 { + yyb1165 = yyj1165 > l } else { - yyb1120 = r.CheckBreak() + yyb1165 = r.CheckBreak() } - if yyb1120 { + if yyb1165 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15946,17 +16336,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1120++ - if yyhl1120 { - yyb1120 = yyj1120 > l + yyj1165++ + if yyhl1165 { + yyb1165 = yyj1165 > l } else { - yyb1120 = r.CheckBreak() + yyb1165 = r.CheckBreak() } - if yyb1120 { + if yyb1165 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1120-1, "") + z.DecStructFieldNotFound(yyj1165-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15968,33 +16358,33 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1125 := z.EncBinary() - _ = yym1125 + yym1170 := z.EncBinary() + _ = yym1170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1126 := !z.EncBinary() - yy2arr1126 := z.EncBasicHandle().StructToArray - var yyq1126 [2]bool - _, _, _ = yysep1126, yyq1126, yy2arr1126 - const yyr1126 bool = false - var yynn1126 int - if yyr1126 || yy2arr1126 { + yysep1171 := !z.EncBinary() + yy2arr1171 := z.EncBasicHandle().StructToArray + var yyq1171 [2]bool + _, _, _ = yysep1171, yyq1171, yy2arr1171 + const yyr1171 bool = false + var yynn1171 int + if yyr1171 || yy2arr1171 { r.EncodeArrayStart(2) } else { - yynn1126 = 2 - for _, b := range yyq1126 { + yynn1171 = 2 + for _, b := range yyq1171 { if b { - yynn1126++ + yynn1171++ } } - r.EncodeMapStart(yynn1126) - yynn1126 = 0 + r.EncodeMapStart(yynn1171) + yynn1171 = 0 } - if yyr1126 || yy2arr1126 { + if yyr1171 || yy2arr1171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1128 := z.EncBinary() - _ = yym1128 + yym1173 := z.EncBinary() + _ = yym1173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -16003,17 +16393,17 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1129 := z.EncBinary() - _ = yym1129 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr1126 || yy2arr1126 { + if yyr1171 || yy2arr1171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1131 := z.EncBinary() - _ = yym1131 + yym1176 := z.EncBinary() + _ = yym1176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -16022,14 +16412,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1132 := z.EncBinary() - _ = yym1132 + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1126 || yy2arr1126 { + if yyr1171 || yy2arr1171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16042,25 +16432,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1133 := z.DecBinary() - _ = yym1133 + yym1178 := z.DecBinary() + _ = yym1178 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1134 := r.ContainerType() - if yyct1134 == codecSelferValueTypeMap1234 { - yyl1134 := r.ReadMapStart() - if yyl1134 == 0 { + yyct1179 := r.ContainerType() + if yyct1179 == codecSelferValueTypeMap1234 { + yyl1179 := r.ReadMapStart() + if yyl1179 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1134, d) + x.codecDecodeSelfFromMap(yyl1179, d) } - } else if yyct1134 == codecSelferValueTypeArray1234 { - yyl1134 := r.ReadArrayStart() - if yyl1134 == 0 { + } else if yyct1179 == codecSelferValueTypeArray1234 { + yyl1179 := r.ReadArrayStart() + if yyl1179 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1134, d) + x.codecDecodeSelfFromArray(yyl1179, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16072,12 +16462,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1135Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1135Slc - var yyhl1135 bool = l >= 0 - for yyj1135 := 0; ; yyj1135++ { - if yyhl1135 { - if yyj1135 >= l { + var yys1180Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1180Slc + var yyhl1180 bool = l >= 0 + for yyj1180 := 0; ; yyj1180++ { + if yyhl1180 { + if yyj1180 >= l { break } } else { @@ -16086,10 +16476,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1135Slc = r.DecodeBytes(yys1135Slc, true, true) - yys1135 := string(yys1135Slc) + yys1180Slc = r.DecodeBytes(yys1180Slc, true, true) + yys1180 := string(yys1180Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1135 { + switch yys1180 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -16103,9 +16493,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1135) - } // end switch yys1135 - } // end for yyj1135 + z.DecStructFieldNotFound(-1, yys1180) + } // end switch yys1180 + } // end for yyj1180 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16113,16 +16503,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1138 int - var yyb1138 bool - var yyhl1138 bool = l >= 0 - yyj1138++ - if yyhl1138 { - yyb1138 = yyj1138 > l + var yyj1183 int + var yyb1183 bool + var yyhl1183 bool = l >= 0 + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1138 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1138 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16132,13 +16522,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1138++ - if yyhl1138 { - yyb1138 = yyj1138 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1138 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1138 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16149,17 +16539,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1138++ - if yyhl1138 { - yyb1138 = yyj1138 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1138 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1138 { + if yyb1183 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1138-1, "") + z.DecStructFieldNotFound(yyj1183-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16171,36 +16561,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1141 := z.EncBinary() - _ = yym1141 + yym1186 := z.EncBinary() + _ = yym1186 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1142 := !z.EncBinary() - yy2arr1142 := z.EncBasicHandle().StructToArray - var yyq1142 [3]bool - _, _, _ = yysep1142, yyq1142, yy2arr1142 - const yyr1142 bool = false - yyq1142[0] = x.ContainerName != "" - yyq1142[2] = true - var yynn1142 int - if yyr1142 || yy2arr1142 { + yysep1187 := !z.EncBinary() + yy2arr1187 := z.EncBasicHandle().StructToArray + var yyq1187 [3]bool + _, _, _ = yysep1187, yyq1187, yy2arr1187 + const yyr1187 bool = false + yyq1187[0] = x.ContainerName != "" + yyq1187[2] = true + var yynn1187 int + if yyr1187 || yy2arr1187 { r.EncodeArrayStart(3) } else { - yynn1142 = 1 - for _, b := range yyq1142 { + yynn1187 = 1 + for _, b := range yyq1187 { if b { - yynn1142++ + yynn1187++ } } - r.EncodeMapStart(yynn1142) - yynn1142 = 0 + r.EncodeMapStart(yynn1187) + yynn1187 = 0 } - if yyr1142 || yy2arr1142 { + if yyr1187 || yy2arr1187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1142[0] { - yym1144 := z.EncBinary() - _ = yym1144 + if yyq1187[0] { + yym1189 := z.EncBinary() + _ = yym1189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -16209,22 +16599,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1142[0] { + if yyq1187[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1145 := z.EncBinary() - _ = yym1145 + yym1190 := z.EncBinary() + _ = yym1190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1142 || yy2arr1142 { + if yyr1187 || yy2arr1187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1147 := z.EncBinary() - _ = yym1147 + yym1192 := z.EncBinary() + _ = yym1192 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -16233,47 +16623,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1148 := z.EncBinary() - _ = yym1148 + yym1193 := z.EncBinary() + _ = yym1193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1142 || yy2arr1142 { + if yyr1187 || yy2arr1187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1142[2] { - yy1150 := &x.Divisor - yym1151 := z.EncBinary() - _ = yym1151 + if yyq1187[2] { + yy1195 := &x.Divisor + yym1196 := z.EncBinary() + _ = yym1196 if false { - } else if z.HasExtensions() && z.EncExt(yy1150) { - } else if !yym1151 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1150) + } else if z.HasExtensions() && z.EncExt(yy1195) { + } else if !yym1196 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1195) } else { - z.EncFallback(yy1150) + z.EncFallback(yy1195) } } else { r.EncodeNil() } } else { - if yyq1142[2] { + if yyq1187[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1152 := &x.Divisor - yym1153 := z.EncBinary() - _ = yym1153 + yy1197 := &x.Divisor + yym1198 := z.EncBinary() + _ = yym1198 if false { - } else if z.HasExtensions() && z.EncExt(yy1152) { - } else if !yym1153 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1152) + } else if z.HasExtensions() && z.EncExt(yy1197) { + } else if !yym1198 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1197) } else { - z.EncFallback(yy1152) + z.EncFallback(yy1197) } } } - if yyr1142 || yy2arr1142 { + if yyr1187 || yy2arr1187 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16286,25 +16676,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1154 := z.DecBinary() - _ = yym1154 + yym1199 := z.DecBinary() + _ = yym1199 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1155 := r.ContainerType() - if yyct1155 == codecSelferValueTypeMap1234 { - yyl1155 := r.ReadMapStart() - if yyl1155 == 0 { + yyct1200 := r.ContainerType() + if yyct1200 == codecSelferValueTypeMap1234 { + yyl1200 := r.ReadMapStart() + if yyl1200 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1155, d) + x.codecDecodeSelfFromMap(yyl1200, d) } - } else if yyct1155 == codecSelferValueTypeArray1234 { - yyl1155 := r.ReadArrayStart() - if yyl1155 == 0 { + } else if yyct1200 == codecSelferValueTypeArray1234 { + yyl1200 := r.ReadArrayStart() + if yyl1200 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1155, d) + x.codecDecodeSelfFromArray(yyl1200, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16316,12 +16706,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1156Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1156Slc - var yyhl1156 bool = l >= 0 - for yyj1156 := 0; ; yyj1156++ { - if yyhl1156 { - if yyj1156 >= 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 { @@ -16330,10 +16720,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1156Slc = r.DecodeBytes(yys1156Slc, true, true) - yys1156 := string(yys1156Slc) + yys1201Slc = r.DecodeBytes(yys1201Slc, true, true) + yys1201 := string(yys1201Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1156 { + switch yys1201 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -16350,21 +16740,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1159 := &x.Divisor - yym1160 := z.DecBinary() - _ = yym1160 + yyv1204 := &x.Divisor + yym1205 := z.DecBinary() + _ = yym1205 if false { - } else if z.HasExtensions() && z.DecExt(yyv1159) { - } else if !yym1160 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1159) + } else if z.HasExtensions() && z.DecExt(yyv1204) { + } else if !yym1205 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1204) } else { - z.DecFallback(yyv1159, false) + z.DecFallback(yyv1204, false) } } default: - z.DecStructFieldNotFound(-1, yys1156) - } // end switch yys1156 - } // end for yyj1156 + z.DecStructFieldNotFound(-1, yys1201) + } // end switch yys1201 + } // end for yyj1201 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16372,16 +16762,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1161 int - var yyb1161 bool - var yyhl1161 bool = l >= 0 - yyj1161++ - if yyhl1161 { - yyb1161 = yyj1161 > l + var yyj1206 int + var yyb1206 bool + var yyhl1206 bool = l >= 0 + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1161 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1161 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16391,13 +16781,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1161++ - if yyhl1161 { - yyb1161 = yyj1161 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1161 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1161 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16407,13 +16797,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1161++ - if yyhl1161 { - yyb1161 = yyj1161 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1161 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1161 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16421,29 +16811,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1164 := &x.Divisor - yym1165 := z.DecBinary() - _ = yym1165 + yyv1209 := &x.Divisor + yym1210 := z.DecBinary() + _ = yym1210 if false { - } else if z.HasExtensions() && z.DecExt(yyv1164) { - } else if !yym1165 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1164) + } else if z.HasExtensions() && z.DecExt(yyv1209) { + } else if !yym1210 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1209) } else { - z.DecFallback(yyv1164, false) + z.DecFallback(yyv1209, false) } } for { - yyj1161++ - if yyhl1161 { - yyb1161 = yyj1161 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1161 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1161 { + if yyb1206 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1161-1, "") + z.DecStructFieldNotFound(yyj1206-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16455,33 +16845,33 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1166 := z.EncBinary() - _ = yym1166 + yym1211 := z.EncBinary() + _ = yym1211 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1167 := !z.EncBinary() - yy2arr1167 := z.EncBasicHandle().StructToArray - var yyq1167 [2]bool - _, _, _ = yysep1167, yyq1167, yy2arr1167 - const yyr1167 bool = false - var yynn1167 int - if yyr1167 || yy2arr1167 { + yysep1212 := !z.EncBinary() + yy2arr1212 := z.EncBasicHandle().StructToArray + var yyq1212 [2]bool + _, _, _ = yysep1212, yyq1212, yy2arr1212 + const yyr1212 bool = false + var yynn1212 int + if yyr1212 || yy2arr1212 { r.EncodeArrayStart(2) } else { - yynn1167 = 2 - for _, b := range yyq1167 { + yynn1212 = 2 + for _, b := range yyq1212 { if b { - yynn1167++ + yynn1212++ } } - r.EncodeMapStart(yynn1167) - yynn1167 = 0 + r.EncodeMapStart(yynn1212) + yynn1212 = 0 } - if yyr1167 || yy2arr1167 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1169 := z.EncBinary() - _ = yym1169 + yym1214 := z.EncBinary() + _ = yym1214 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16490,17 +16880,17 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1170 := z.EncBinary() - _ = yym1170 + yym1215 := z.EncBinary() + _ = yym1215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1167 || yy2arr1167 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1172 := z.EncBinary() - _ = yym1172 + yym1217 := z.EncBinary() + _ = yym1217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16509,14 +16899,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1173 := z.EncBinary() - _ = yym1173 + yym1218 := z.EncBinary() + _ = yym1218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1167 || yy2arr1167 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16529,25 +16919,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1174 := z.DecBinary() - _ = yym1174 + yym1219 := z.DecBinary() + _ = yym1219 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1175 := r.ContainerType() - if yyct1175 == codecSelferValueTypeMap1234 { - yyl1175 := r.ReadMapStart() - if yyl1175 == 0 { + yyct1220 := r.ContainerType() + if yyct1220 == codecSelferValueTypeMap1234 { + yyl1220 := r.ReadMapStart() + if yyl1220 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1175, d) + x.codecDecodeSelfFromMap(yyl1220, d) } - } else if yyct1175 == codecSelferValueTypeArray1234 { - yyl1175 := r.ReadArrayStart() - if yyl1175 == 0 { + } else if yyct1220 == codecSelferValueTypeArray1234 { + yyl1220 := r.ReadArrayStart() + if yyl1220 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1175, d) + x.codecDecodeSelfFromArray(yyl1220, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16559,12 +16949,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode 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 yys1221Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1221Slc + var yyhl1221 bool = l >= 0 + for yyj1221 := 0; ; yyj1221++ { + if yyhl1221 { + if yyj1221 >= l { break } } else { @@ -16573,10 +16963,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1176Slc = r.DecodeBytes(yys1176Slc, true, true) - yys1176 := string(yys1176Slc) + yys1221Slc = r.DecodeBytes(yys1221Slc, true, true) + yys1221 := string(yys1221Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1176 { + switch yys1221 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -16590,9 +16980,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1176) - } // end switch yys1176 - } // end for yyj1176 + z.DecStructFieldNotFound(-1, yys1221) + } // end switch yys1221 + } // end for yyj1221 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16600,16 +16990,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1179 int - var yyb1179 bool - var yyhl1179 bool = l >= 0 - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + var yyj1224 int + var yyb1224 bool + var yyhl1224 bool = l >= 0 + yyj1224++ + if yyhl1224 { + yyb1224 = yyj1224 > l } else { - yyb1179 = r.CheckBreak() + yyb1224 = r.CheckBreak() } - if yyb1179 { + if yyb1224 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16619,13 +17009,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + yyj1224++ + if yyhl1224 { + yyb1224 = yyj1224 > l } else { - yyb1179 = r.CheckBreak() + yyb1224 = r.CheckBreak() } - if yyb1179 { + if yyb1224 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16636,17 +17026,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + yyj1224++ + if yyhl1224 { + yyb1224 = yyj1224 > l } else { - yyb1179 = r.CheckBreak() + yyb1224 = r.CheckBreak() } - if yyb1179 { + if yyb1224 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1179-1, "") + z.DecStructFieldNotFound(yyj1224-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16658,33 +17048,33 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1182 := z.EncBinary() - _ = yym1182 + yym1227 := z.EncBinary() + _ = yym1227 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1183 := !z.EncBinary() - yy2arr1183 := z.EncBasicHandle().StructToArray - var yyq1183 [2]bool - _, _, _ = yysep1183, yyq1183, yy2arr1183 - const yyr1183 bool = false - var yynn1183 int - if yyr1183 || yy2arr1183 { + yysep1228 := !z.EncBinary() + yy2arr1228 := z.EncBasicHandle().StructToArray + var yyq1228 [2]bool + _, _, _ = yysep1228, yyq1228, yy2arr1228 + const yyr1228 bool = false + var yynn1228 int + if yyr1228 || yy2arr1228 { r.EncodeArrayStart(2) } else { - yynn1183 = 2 - for _, b := range yyq1183 { + yynn1228 = 2 + for _, b := range yyq1228 { if b { - yynn1183++ + yynn1228++ } } - r.EncodeMapStart(yynn1183) - yynn1183 = 0 + r.EncodeMapStart(yynn1228) + yynn1228 = 0 } - if yyr1183 || yy2arr1183 { + if yyr1228 || yy2arr1228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1185 := z.EncBinary() - _ = yym1185 + yym1230 := z.EncBinary() + _ = yym1230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16693,17 +17083,17 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1186 := z.EncBinary() - _ = yym1186 + yym1231 := z.EncBinary() + _ = yym1231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1183 || yy2arr1183 { + if yyr1228 || yy2arr1228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1188 := z.EncBinary() - _ = yym1188 + yym1233 := z.EncBinary() + _ = yym1233 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16712,14 +17102,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1189 := z.EncBinary() - _ = yym1189 + yym1234 := z.EncBinary() + _ = yym1234 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1183 || yy2arr1183 { + if yyr1228 || yy2arr1228 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16732,25 +17122,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1190 := z.DecBinary() - _ = yym1190 + yym1235 := z.DecBinary() + _ = yym1235 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1191 := r.ContainerType() - if yyct1191 == codecSelferValueTypeMap1234 { - yyl1191 := r.ReadMapStart() - if yyl1191 == 0 { + yyct1236 := r.ContainerType() + if yyct1236 == codecSelferValueTypeMap1234 { + yyl1236 := r.ReadMapStart() + if yyl1236 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1191, d) + x.codecDecodeSelfFromMap(yyl1236, d) } - } else if yyct1191 == codecSelferValueTypeArray1234 { - yyl1191 := r.ReadArrayStart() - if yyl1191 == 0 { + } else if yyct1236 == codecSelferValueTypeArray1234 { + yyl1236 := r.ReadArrayStart() + if yyl1236 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1191, d) + x.codecDecodeSelfFromArray(yyl1236, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16762,12 +17152,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1192Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1192Slc - var yyhl1192 bool = l >= 0 - for yyj1192 := 0; ; yyj1192++ { - if yyhl1192 { - if yyj1192 >= l { + var yys1237Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1237Slc + var yyhl1237 bool = l >= 0 + for yyj1237 := 0; ; yyj1237++ { + if yyhl1237 { + if yyj1237 >= l { break } } else { @@ -16776,10 +17166,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1192Slc = r.DecodeBytes(yys1192Slc, true, true) - yys1192 := string(yys1192Slc) + yys1237Slc = r.DecodeBytes(yys1237Slc, true, true) + yys1237 := string(yys1237Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1192 { + switch yys1237 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -16793,9 +17183,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1192) - } // end switch yys1192 - } // end for yyj1192 + z.DecStructFieldNotFound(-1, yys1237) + } // end switch yys1237 + } // end for yyj1237 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16803,16 +17193,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1195 int - var yyb1195 bool - var yyhl1195 bool = l >= 0 - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + var yyj1240 int + var yyb1240 bool + var yyhl1240 bool = l >= 0 + yyj1240++ + if yyhl1240 { + yyb1240 = yyj1240 > l } else { - yyb1195 = r.CheckBreak() + yyb1240 = r.CheckBreak() } - if yyb1195 { + if yyb1240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16822,13 +17212,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + yyj1240++ + if yyhl1240 { + yyb1240 = yyj1240 > l } else { - yyb1195 = r.CheckBreak() + yyb1240 = r.CheckBreak() } - if yyb1195 { + if yyb1240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16839,17 +17229,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + yyj1240++ + if yyhl1240 { + yyb1240 = yyj1240 > l } else { - yyb1195 = r.CheckBreak() + yyb1240 = r.CheckBreak() } - if yyb1195 { + if yyb1240 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1195-1, "") + z.DecStructFieldNotFound(yyj1240-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16861,33 +17251,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1198 := z.EncBinary() - _ = yym1198 + yym1243 := z.EncBinary() + _ = yym1243 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1199 := !z.EncBinary() - yy2arr1199 := z.EncBasicHandle().StructToArray - var yyq1199 [2]bool - _, _, _ = yysep1199, yyq1199, yy2arr1199 - const yyr1199 bool = false - var yynn1199 int - if yyr1199 || yy2arr1199 { + yysep1244 := !z.EncBinary() + yy2arr1244 := z.EncBasicHandle().StructToArray + var yyq1244 [2]bool + _, _, _ = yysep1244, yyq1244, yy2arr1244 + const yyr1244 bool = false + var yynn1244 int + if yyr1244 || yy2arr1244 { r.EncodeArrayStart(2) } else { - yynn1199 = 2 - for _, b := range yyq1199 { + yynn1244 = 2 + for _, b := range yyq1244 { if b { - yynn1199++ + yynn1244++ } } - r.EncodeMapStart(yynn1199) - yynn1199 = 0 + r.EncodeMapStart(yynn1244) + yynn1244 = 0 } - if yyr1199 || yy2arr1199 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1201 := z.EncBinary() - _ = yym1201 + yym1246 := z.EncBinary() + _ = yym1246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16896,17 +17286,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1202 := z.EncBinary() - _ = yym1202 + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1199 || yy2arr1199 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1204 := z.EncBinary() - _ = yym1204 + yym1249 := z.EncBinary() + _ = yym1249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -16915,14 +17305,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1205 := z.EncBinary() - _ = yym1205 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1199 || yy2arr1199 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16935,25 +17325,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1206 := z.DecBinary() - _ = yym1206 + yym1251 := z.DecBinary() + _ = yym1251 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1207 := r.ContainerType() - if yyct1207 == codecSelferValueTypeMap1234 { - yyl1207 := r.ReadMapStart() - if yyl1207 == 0 { + yyct1252 := r.ContainerType() + if yyct1252 == codecSelferValueTypeMap1234 { + yyl1252 := r.ReadMapStart() + if yyl1252 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1207, d) + x.codecDecodeSelfFromMap(yyl1252, d) } - } else if yyct1207 == codecSelferValueTypeArray1234 { - yyl1207 := r.ReadArrayStart() - if yyl1207 == 0 { + } else if yyct1252 == codecSelferValueTypeArray1234 { + yyl1252 := r.ReadArrayStart() + if yyl1252 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1207, d) + x.codecDecodeSelfFromArray(yyl1252, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16965,12 +17355,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1208Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1208Slc - var yyhl1208 bool = l >= 0 - for yyj1208 := 0; ; yyj1208++ { - if yyhl1208 { - if yyj1208 >= l { + var yys1253Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1253Slc + var yyhl1253 bool = l >= 0 + for yyj1253 := 0; ; yyj1253++ { + if yyhl1253 { + if yyj1253 >= l { break } } else { @@ -16979,10 +17369,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1208Slc = r.DecodeBytes(yys1208Slc, true, true) - yys1208 := string(yys1208Slc) + yys1253Slc = r.DecodeBytes(yys1253Slc, true, true) + yys1253 := string(yys1253Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1208 { + switch yys1253 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16996,9 +17386,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1208) - } // end switch yys1208 - } // end for yyj1208 + z.DecStructFieldNotFound(-1, yys1253) + } // end switch yys1253 + } // end for yyj1253 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17006,16 +17396,16 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1211 int - var yyb1211 bool - var yyhl1211 bool = l >= 0 - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + var yyj1256 int + var yyb1256 bool + var yyhl1256 bool = l >= 0 + yyj1256++ + if yyhl1256 { + yyb1256 = yyj1256 > l } else { - yyb1211 = r.CheckBreak() + yyb1256 = r.CheckBreak() } - if yyb1211 { + if yyb1256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17025,13 +17415,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1256++ + if yyhl1256 { + yyb1256 = yyj1256 > l } else { - yyb1211 = r.CheckBreak() + yyb1256 = r.CheckBreak() } - if yyb1211 { + if yyb1256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17042,17 +17432,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1256++ + if yyhl1256 { + yyb1256 = yyj1256 > l } else { - yyb1211 = r.CheckBreak() + yyb1256 = r.CheckBreak() } - if yyb1211 { + if yyb1256 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1211-1, "") + z.DecStructFieldNotFound(yyj1256-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17064,39 +17454,39 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1214 := z.EncBinary() - _ = yym1214 + yym1259 := z.EncBinary() + _ = yym1259 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1215 := !z.EncBinary() - yy2arr1215 := z.EncBasicHandle().StructToArray - var yyq1215 [5]bool - _, _, _ = yysep1215, yyq1215, yy2arr1215 - const yyr1215 bool = false - yyq1215[0] = x.Path != "" - yyq1215[1] = true - yyq1215[2] = x.Host != "" - yyq1215[3] = x.Scheme != "" - yyq1215[4] = len(x.HTTPHeaders) != 0 - var yynn1215 int - if yyr1215 || yy2arr1215 { + yysep1260 := !z.EncBinary() + yy2arr1260 := z.EncBasicHandle().StructToArray + var yyq1260 [5]bool + _, _, _ = yysep1260, yyq1260, yy2arr1260 + const yyr1260 bool = false + yyq1260[0] = x.Path != "" + yyq1260[1] = true + yyq1260[2] = x.Host != "" + yyq1260[3] = x.Scheme != "" + yyq1260[4] = len(x.HTTPHeaders) != 0 + var yynn1260 int + if yyr1260 || yy2arr1260 { r.EncodeArrayStart(5) } else { - yynn1215 = 0 - for _, b := range yyq1215 { + yynn1260 = 0 + for _, b := range yyq1260 { if b { - yynn1215++ + yynn1260++ } } - r.EncodeMapStart(yynn1215) - yynn1215 = 0 + r.EncodeMapStart(yynn1260) + yynn1260 = 0 } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[0] { - yym1217 := z.EncBinary() - _ = yym1217 + if yyq1260[0] { + yym1262 := z.EncBinary() + _ = yym1262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -17105,56 +17495,56 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1215[0] { + if yyq1260[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1218 := z.EncBinary() - _ = yym1218 + yym1263 := z.EncBinary() + _ = yym1263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[1] { - yy1220 := &x.Port - yym1221 := z.EncBinary() - _ = yym1221 + if yyq1260[1] { + yy1265 := &x.Port + yym1266 := z.EncBinary() + _ = yym1266 if false { - } else if z.HasExtensions() && z.EncExt(yy1220) { - } else if !yym1221 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1220) + } else if z.HasExtensions() && z.EncExt(yy1265) { + } else if !yym1266 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1265) } else { - z.EncFallback(yy1220) + z.EncFallback(yy1265) } } else { r.EncodeNil() } } else { - if yyq1215[1] { + if yyq1260[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1222 := &x.Port - yym1223 := z.EncBinary() - _ = yym1223 + yy1267 := &x.Port + yym1268 := z.EncBinary() + _ = yym1268 if false { - } else if z.HasExtensions() && z.EncExt(yy1222) { - } else if !yym1223 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1222) + } else if z.HasExtensions() && z.EncExt(yy1267) { + } else if !yym1268 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1267) } else { - z.EncFallback(yy1222) + z.EncFallback(yy1267) } } } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[2] { - yym1225 := z.EncBinary() - _ = yym1225 + if yyq1260[2] { + yym1270 := z.EncBinary() + _ = yym1270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -17163,41 +17553,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1215[2] { + if yyq1260[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1226 := z.EncBinary() - _ = yym1226 + yym1271 := z.EncBinary() + _ = yym1271 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[3] { + if yyq1260[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1215[3] { + if yyq1260[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[4] { + if yyq1260[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1229 := z.EncBinary() - _ = yym1229 + yym1274 := z.EncBinary() + _ = yym1274 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -17207,15 +17597,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1215[4] { + if yyq1260[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1230 := z.EncBinary() - _ = yym1230 + yym1275 := z.EncBinary() + _ = yym1275 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -17223,7 +17613,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1215 || yy2arr1215 { + if yyr1260 || yy2arr1260 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17236,25 +17626,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1231 := z.DecBinary() - _ = yym1231 + yym1276 := z.DecBinary() + _ = yym1276 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1232 := r.ContainerType() - if yyct1232 == codecSelferValueTypeMap1234 { - yyl1232 := r.ReadMapStart() - if yyl1232 == 0 { + yyct1277 := r.ContainerType() + if yyct1277 == codecSelferValueTypeMap1234 { + yyl1277 := r.ReadMapStart() + if yyl1277 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1232, d) + x.codecDecodeSelfFromMap(yyl1277, d) } - } else if yyct1232 == codecSelferValueTypeArray1234 { - yyl1232 := r.ReadArrayStart() - if yyl1232 == 0 { + } else if yyct1277 == codecSelferValueTypeArray1234 { + yyl1277 := r.ReadArrayStart() + if yyl1277 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1232, d) + x.codecDecodeSelfFromArray(yyl1277, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17266,12 +17656,12 @@ func (x *HTTPGetAction) 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 yys1278Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1278Slc + var yyhl1278 bool = l >= 0 + for yyj1278 := 0; ; yyj1278++ { + if yyhl1278 { + if yyj1278 >= l { break } } else { @@ -17280,10 +17670,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1233Slc = r.DecodeBytes(yys1233Slc, true, true) - yys1233 := string(yys1233Slc) + yys1278Slc = r.DecodeBytes(yys1278Slc, true, true) + yys1278 := string(yys1278Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1233 { + switch yys1278 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -17294,15 +17684,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1235 := &x.Port - yym1236 := z.DecBinary() - _ = yym1236 + yyv1280 := &x.Port + yym1281 := z.DecBinary() + _ = yym1281 if false { - } else if z.HasExtensions() && z.DecExt(yyv1235) { - } else if !yym1236 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1235) + } else if z.HasExtensions() && z.DecExt(yyv1280) { + } else if !yym1281 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1280) } else { - z.DecFallback(yyv1235, false) + z.DecFallback(yyv1280, false) } } case "host": @@ -17321,18 +17711,18 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1239 := &x.HTTPHeaders - yym1240 := z.DecBinary() - _ = yym1240 + yyv1284 := &x.HTTPHeaders + yym1285 := z.DecBinary() + _ = yym1285 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1239), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1284), d) } } default: - z.DecStructFieldNotFound(-1, yys1233) - } // end switch yys1233 - } // end for yyj1233 + z.DecStructFieldNotFound(-1, yys1278) + } // end switch yys1278 + } // end for yyj1278 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17340,16 +17730,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1241 int - var yyb1241 bool - var yyhl1241 bool = l >= 0 - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + var yyj1286 int + var yyb1286 bool + var yyhl1286 bool = l >= 0 + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17359,13 +17749,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17373,24 +17763,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1243 := &x.Port - yym1244 := z.DecBinary() - _ = yym1244 + yyv1288 := &x.Port + yym1289 := z.DecBinary() + _ = yym1289 if false { - } else if z.HasExtensions() && z.DecExt(yyv1243) { - } else if !yym1244 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1243) + } else if z.HasExtensions() && z.DecExt(yyv1288) { + } else if !yym1289 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1288) } else { - z.DecFallback(yyv1243, false) + z.DecFallback(yyv1288, false) } } - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17400,13 +17790,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17416,13 +17806,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Scheme = URIScheme(r.DecodeString()) } - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17430,26 +17820,26 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1247 := &x.HTTPHeaders - yym1248 := z.DecBinary() - _ = yym1248 + yyv1292 := &x.HTTPHeaders + yym1293 := z.DecBinary() + _ = yym1293 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1247), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1292), d) } } for { - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1286++ + if yyhl1286 { + yyb1286 = yyj1286 > l } else { - yyb1241 = r.CheckBreak() + yyb1286 = r.CheckBreak() } - if yyb1241 { + if yyb1286 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1241-1, "") + z.DecStructFieldNotFound(yyj1286-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17458,8 +17848,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1249 := z.EncBinary() - _ = yym1249 + yym1294 := z.EncBinary() + _ = yym1294 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17471,8 +17861,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1250 := z.DecBinary() - _ = yym1250 + yym1295 := z.DecBinary() + _ = yym1295 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17487,64 +17877,64 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1251 := z.EncBinary() - _ = yym1251 + yym1296 := z.EncBinary() + _ = yym1296 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1252 := !z.EncBinary() - yy2arr1252 := z.EncBasicHandle().StructToArray - var yyq1252 [1]bool - _, _, _ = yysep1252, yyq1252, yy2arr1252 - const yyr1252 bool = false - yyq1252[0] = true - var yynn1252 int - if yyr1252 || yy2arr1252 { + yysep1297 := !z.EncBinary() + yy2arr1297 := z.EncBasicHandle().StructToArray + var yyq1297 [1]bool + _, _, _ = yysep1297, yyq1297, yy2arr1297 + const yyr1297 bool = false + yyq1297[0] = true + var yynn1297 int + if yyr1297 || yy2arr1297 { r.EncodeArrayStart(1) } else { - yynn1252 = 0 - for _, b := range yyq1252 { + yynn1297 = 0 + for _, b := range yyq1297 { if b { - yynn1252++ + yynn1297++ } } - r.EncodeMapStart(yynn1252) - yynn1252 = 0 + r.EncodeMapStart(yynn1297) + yynn1297 = 0 } - if yyr1252 || yy2arr1252 { + if yyr1297 || yy2arr1297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1252[0] { - yy1254 := &x.Port - yym1255 := z.EncBinary() - _ = yym1255 + if yyq1297[0] { + yy1299 := &x.Port + yym1300 := z.EncBinary() + _ = yym1300 if false { - } else if z.HasExtensions() && z.EncExt(yy1254) { - } else if !yym1255 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1254) + } else if z.HasExtensions() && z.EncExt(yy1299) { + } else if !yym1300 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1299) } else { - z.EncFallback(yy1254) + z.EncFallback(yy1299) } } else { r.EncodeNil() } } else { - if yyq1252[0] { + if yyq1297[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1256 := &x.Port - yym1257 := z.EncBinary() - _ = yym1257 + yy1301 := &x.Port + yym1302 := z.EncBinary() + _ = yym1302 if false { - } else if z.HasExtensions() && z.EncExt(yy1256) { - } else if !yym1257 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1256) + } else if z.HasExtensions() && z.EncExt(yy1301) { + } else if !yym1302 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1301) } else { - z.EncFallback(yy1256) + z.EncFallback(yy1301) } } } - if yyr1252 || yy2arr1252 { + if yyr1297 || yy2arr1297 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17557,25 +17947,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1258 := z.DecBinary() - _ = yym1258 + yym1303 := z.DecBinary() + _ = yym1303 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1259 := r.ContainerType() - if yyct1259 == codecSelferValueTypeMap1234 { - yyl1259 := r.ReadMapStart() - if yyl1259 == 0 { + yyct1304 := r.ContainerType() + if yyct1304 == codecSelferValueTypeMap1234 { + yyl1304 := r.ReadMapStart() + if yyl1304 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1259, d) + x.codecDecodeSelfFromMap(yyl1304, d) } - } else if yyct1259 == codecSelferValueTypeArray1234 { - yyl1259 := r.ReadArrayStart() - if yyl1259 == 0 { + } else if yyct1304 == codecSelferValueTypeArray1234 { + yyl1304 := r.ReadArrayStart() + if yyl1304 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1259, d) + x.codecDecodeSelfFromArray(yyl1304, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17587,12 +17977,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1260Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1260Slc - var yyhl1260 bool = l >= 0 - for yyj1260 := 0; ; yyj1260++ { - if yyhl1260 { - if yyj1260 >= l { + var yys1305Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1305Slc + var yyhl1305 bool = l >= 0 + for yyj1305 := 0; ; yyj1305++ { + if yyhl1305 { + if yyj1305 >= l { break } } else { @@ -17601,29 +17991,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1260Slc = r.DecodeBytes(yys1260Slc, true, true) - yys1260 := string(yys1260Slc) + yys1305Slc = r.DecodeBytes(yys1305Slc, true, true) + yys1305 := string(yys1305Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1260 { + switch yys1305 { case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1261 := &x.Port - yym1262 := z.DecBinary() - _ = yym1262 + yyv1306 := &x.Port + yym1307 := z.DecBinary() + _ = yym1307 if false { - } else if z.HasExtensions() && z.DecExt(yyv1261) { - } else if !yym1262 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1261) + } else if z.HasExtensions() && z.DecExt(yyv1306) { + } else if !yym1307 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1306) } else { - z.DecFallback(yyv1261, false) + z.DecFallback(yyv1306, false) } } default: - z.DecStructFieldNotFound(-1, yys1260) - } // end switch yys1260 - } // end for yyj1260 + z.DecStructFieldNotFound(-1, yys1305) + } // end switch yys1305 + } // end for yyj1305 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17631,16 +18021,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1263 int - var yyb1263 bool - var yyhl1263 bool = l >= 0 - yyj1263++ - if yyhl1263 { - yyb1263 = yyj1263 > l + var yyj1308 int + var yyb1308 bool + var yyhl1308 bool = l >= 0 + yyj1308++ + if yyhl1308 { + yyb1308 = yyj1308 > l } else { - yyb1263 = r.CheckBreak() + yyb1308 = r.CheckBreak() } - if yyb1263 { + if yyb1308 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17648,29 +18038,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1264 := &x.Port - yym1265 := z.DecBinary() - _ = yym1265 + yyv1309 := &x.Port + yym1310 := z.DecBinary() + _ = yym1310 if false { - } else if z.HasExtensions() && z.DecExt(yyv1264) { - } else if !yym1265 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1264) + } else if z.HasExtensions() && z.DecExt(yyv1309) { + } else if !yym1310 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1309) } else { - z.DecFallback(yyv1264, false) + z.DecFallback(yyv1309, false) } } for { - yyj1263++ - if yyhl1263 { - yyb1263 = yyj1263 > l + yyj1308++ + if yyhl1308 { + yyb1308 = yyj1308 > l } else { - yyb1263 = r.CheckBreak() + yyb1308 = r.CheckBreak() } - if yyb1263 { + if yyb1308 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1263-1, "") + z.DecStructFieldNotFound(yyj1308-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17682,38 +18072,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1266 := z.EncBinary() - _ = yym1266 + yym1311 := z.EncBinary() + _ = yym1311 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1267 := !z.EncBinary() - yy2arr1267 := z.EncBasicHandle().StructToArray - var yyq1267 [1]bool - _, _, _ = yysep1267, yyq1267, yy2arr1267 - const yyr1267 bool = false - yyq1267[0] = len(x.Command) != 0 - var yynn1267 int - if yyr1267 || yy2arr1267 { + yysep1312 := !z.EncBinary() + yy2arr1312 := z.EncBasicHandle().StructToArray + var yyq1312 [1]bool + _, _, _ = yysep1312, yyq1312, yy2arr1312 + const yyr1312 bool = false + yyq1312[0] = len(x.Command) != 0 + var yynn1312 int + if yyr1312 || yy2arr1312 { r.EncodeArrayStart(1) } else { - yynn1267 = 0 - for _, b := range yyq1267 { + yynn1312 = 0 + for _, b := range yyq1312 { if b { - yynn1267++ + yynn1312++ } } - r.EncodeMapStart(yynn1267) - yynn1267 = 0 + r.EncodeMapStart(yynn1312) + yynn1312 = 0 } - if yyr1267 || yy2arr1267 { + if yyr1312 || yy2arr1312 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1267[0] { + if yyq1312[0] { if x.Command == nil { r.EncodeNil() } else { - yym1269 := z.EncBinary() - _ = yym1269 + yym1314 := z.EncBinary() + _ = yym1314 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -17723,15 +18113,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1267[0] { + if yyq1312[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1270 := z.EncBinary() - _ = yym1270 + yym1315 := z.EncBinary() + _ = yym1315 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -17739,7 +18129,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1267 || yy2arr1267 { + if yyr1312 || yy2arr1312 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17752,25 +18142,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1271 := z.DecBinary() - _ = yym1271 + yym1316 := z.DecBinary() + _ = yym1316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1272 := r.ContainerType() - if yyct1272 == codecSelferValueTypeMap1234 { - yyl1272 := r.ReadMapStart() - if yyl1272 == 0 { + yyct1317 := r.ContainerType() + if yyct1317 == codecSelferValueTypeMap1234 { + yyl1317 := r.ReadMapStart() + if yyl1317 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1272, d) + x.codecDecodeSelfFromMap(yyl1317, d) } - } else if yyct1272 == codecSelferValueTypeArray1234 { - yyl1272 := r.ReadArrayStart() - if yyl1272 == 0 { + } else if yyct1317 == codecSelferValueTypeArray1234 { + yyl1317 := r.ReadArrayStart() + if yyl1317 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1272, d) + x.codecDecodeSelfFromArray(yyl1317, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17782,12 +18172,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1273Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1273Slc - var yyhl1273 bool = l >= 0 - for yyj1273 := 0; ; yyj1273++ { - if yyhl1273 { - if yyj1273 >= l { + var yys1318Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1318Slc + var yyhl1318 bool = l >= 0 + for yyj1318 := 0; ; yyj1318++ { + if yyhl1318 { + if yyj1318 >= l { break } } else { @@ -17796,26 +18186,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1273Slc = r.DecodeBytes(yys1273Slc, true, true) - yys1273 := string(yys1273Slc) + yys1318Slc = r.DecodeBytes(yys1318Slc, true, true) + yys1318 := string(yys1318Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1273 { + switch yys1318 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1274 := &x.Command - yym1275 := z.DecBinary() - _ = yym1275 + yyv1319 := &x.Command + yym1320 := z.DecBinary() + _ = yym1320 if false { } else { - z.F.DecSliceStringX(yyv1274, false, d) + z.F.DecSliceStringX(yyv1319, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1273) - } // end switch yys1273 - } // end for yyj1273 + z.DecStructFieldNotFound(-1, yys1318) + } // end switch yys1318 + } // end for yyj1318 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17823,16 +18213,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1276 int - var yyb1276 bool - var yyhl1276 bool = l >= 0 - yyj1276++ - if yyhl1276 { - yyb1276 = yyj1276 > l + var yyj1321 int + var yyb1321 bool + var yyhl1321 bool = l >= 0 + yyj1321++ + if yyhl1321 { + yyb1321 = yyj1321 > l } else { - yyb1276 = r.CheckBreak() + yyb1321 = r.CheckBreak() } - if yyb1276 { + if yyb1321 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17840,26 +18230,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1277 := &x.Command - yym1278 := z.DecBinary() - _ = yym1278 + yyv1322 := &x.Command + yym1323 := z.DecBinary() + _ = yym1323 if false { } else { - z.F.DecSliceStringX(yyv1277, false, d) + z.F.DecSliceStringX(yyv1322, false, d) } } for { - yyj1276++ - if yyhl1276 { - yyb1276 = yyj1276 > l + yyj1321++ + if yyhl1321 { + yyb1321 = yyj1321 > l } else { - yyb1276 = r.CheckBreak() + yyb1321 = r.CheckBreak() } - if yyb1276 { + if yyb1321 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1276-1, "") + z.DecStructFieldNotFound(yyj1321-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17871,49 +18261,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1279 := z.EncBinary() - _ = yym1279 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1280 := !z.EncBinary() - yy2arr1280 := z.EncBasicHandle().StructToArray - var yyq1280 [8]bool - _, _, _ = yysep1280, yyq1280, yy2arr1280 - const yyr1280 bool = false - yyq1280[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1280[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1280[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1280[3] = x.InitialDelaySeconds != 0 - yyq1280[4] = x.TimeoutSeconds != 0 - yyq1280[5] = x.PeriodSeconds != 0 - yyq1280[6] = x.SuccessThreshold != 0 - yyq1280[7] = x.FailureThreshold != 0 - var yynn1280 int - if yyr1280 || yy2arr1280 { + yysep1325 := !z.EncBinary() + yy2arr1325 := z.EncBasicHandle().StructToArray + var yyq1325 [8]bool + _, _, _ = yysep1325, yyq1325, yy2arr1325 + const yyr1325 bool = false + yyq1325[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1325[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1325[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1325[3] = x.InitialDelaySeconds != 0 + yyq1325[4] = x.TimeoutSeconds != 0 + yyq1325[5] = x.PeriodSeconds != 0 + yyq1325[6] = x.SuccessThreshold != 0 + yyq1325[7] = x.FailureThreshold != 0 + var yynn1325 int + if yyr1325 || yy2arr1325 { r.EncodeArrayStart(8) } else { - yynn1280 = 0 - for _, b := range yyq1280 { + yynn1325 = 0 + for _, b := range yyq1325 { if b { - yynn1280++ + yynn1325++ } } - r.EncodeMapStart(yynn1280) - yynn1280 = 0 + r.EncodeMapStart(yynn1325) + yynn1325 = 0 } - var yyn1281 bool + var yyn1326 bool if x.Handler.Exec == nil { - yyn1281 = true - goto LABEL1281 + yyn1326 = true + goto LABEL1326 } - LABEL1281: - if yyr1280 || yy2arr1280 { - if yyn1281 { + LABEL1326: + if yyr1325 || yy2arr1325 { + if yyn1326 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[0] { + if yyq1325[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -17924,11 +18314,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1280[0] { + if yyq1325[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1281 { + if yyn1326 { r.EncodeNil() } else { if x.Exec == nil { @@ -17939,18 +18329,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1282 bool + var yyn1327 bool if x.Handler.HTTPGet == nil { - yyn1282 = true - goto LABEL1282 + yyn1327 = true + goto LABEL1327 } - LABEL1282: - if yyr1280 || yy2arr1280 { - if yyn1282 { + LABEL1327: + if yyr1325 || yy2arr1325 { + if yyn1327 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[1] { + if yyq1325[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -17961,11 +18351,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1280[1] { + if yyq1325[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1282 { + if yyn1327 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -17976,18 +18366,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1283 bool + var yyn1328 bool if x.Handler.TCPSocket == nil { - yyn1283 = true - goto LABEL1283 + yyn1328 = true + goto LABEL1328 } - LABEL1283: - if yyr1280 || yy2arr1280 { - if yyn1283 { + LABEL1328: + if yyr1325 || yy2arr1325 { + if yyn1328 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[2] { + if yyq1325[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -17998,11 +18388,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1280[2] { + if yyq1325[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1283 { + if yyn1328 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -18013,11 +18403,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[3] { - yym1285 := z.EncBinary() - _ = yym1285 + if yyq1325[3] { + yym1330 := z.EncBinary() + _ = yym1330 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -18026,23 +18416,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1280[3] { + if yyq1325[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1286 := z.EncBinary() - _ = yym1286 + yym1331 := z.EncBinary() + _ = yym1331 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[4] { - yym1288 := z.EncBinary() - _ = yym1288 + if yyq1325[4] { + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) @@ -18051,23 +18441,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1280[4] { + if yyq1325[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1289 := z.EncBinary() - _ = yym1289 + yym1334 := z.EncBinary() + _ = yym1334 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[5] { - yym1291 := z.EncBinary() - _ = yym1291 + if yyq1325[5] { + yym1336 := z.EncBinary() + _ = yym1336 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) @@ -18076,23 +18466,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1280[5] { + if yyq1325[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1292 := z.EncBinary() - _ = yym1292 + yym1337 := z.EncBinary() + _ = yym1337 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[6] { - yym1294 := z.EncBinary() - _ = yym1294 + if yyq1325[6] { + yym1339 := z.EncBinary() + _ = yym1339 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) @@ -18101,23 +18491,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1280[6] { + if yyq1325[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1295 := z.EncBinary() - _ = yym1295 + yym1340 := z.EncBinary() + _ = yym1340 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1280[7] { - yym1297 := z.EncBinary() - _ = yym1297 + if yyq1325[7] { + yym1342 := z.EncBinary() + _ = yym1342 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) @@ -18126,19 +18516,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1280[7] { + if yyq1325[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1298 := z.EncBinary() - _ = yym1298 + yym1343 := z.EncBinary() + _ = yym1343 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1280 || yy2arr1280 { + if yyr1325 || yy2arr1325 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18151,25 +18541,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1299 := z.DecBinary() - _ = yym1299 + yym1344 := z.DecBinary() + _ = yym1344 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1300 := r.ContainerType() - if yyct1300 == codecSelferValueTypeMap1234 { - yyl1300 := r.ReadMapStart() - if yyl1300 == 0 { + yyct1345 := r.ContainerType() + if yyct1345 == codecSelferValueTypeMap1234 { + yyl1345 := r.ReadMapStart() + if yyl1345 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1300, d) + x.codecDecodeSelfFromMap(yyl1345, d) } - } else if yyct1300 == codecSelferValueTypeArray1234 { - yyl1300 := r.ReadArrayStart() - if yyl1300 == 0 { + } else if yyct1345 == codecSelferValueTypeArray1234 { + yyl1345 := r.ReadArrayStart() + if yyl1345 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1300, d) + x.codecDecodeSelfFromArray(yyl1345, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18181,12 +18571,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1301Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1301Slc - var yyhl1301 bool = l >= 0 - for yyj1301 := 0; ; yyj1301++ { - if yyhl1301 { - if yyj1301 >= l { + var yys1346Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1346Slc + var yyhl1346 bool = l >= 0 + for yyj1346 := 0; ; yyj1346++ { + if yyhl1346 { + if yyj1346 >= l { break } } else { @@ -18195,10 +18585,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1301Slc = r.DecodeBytes(yys1301Slc, true, true) - yys1301 := string(yys1301Slc) + yys1346Slc = r.DecodeBytes(yys1346Slc, true, true) + yys1346 := string(yys1346Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1301 { + switch yys1346 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -18272,9 +18662,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1301) - } // end switch yys1301 - } // end for yyj1301 + z.DecStructFieldNotFound(-1, yys1346) + } // end switch yys1346 + } // end for yyj1346 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18282,19 +18672,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1310 int - var yyb1310 bool - var yyhl1310 bool = l >= 0 + var yyj1355 int + var yyb1355 bool + var yyhl1355 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18312,13 +18702,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18336,13 +18726,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18357,13 +18747,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18373,13 +18763,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18389,13 +18779,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18405,13 +18795,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18421,13 +18811,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18438,17 +18828,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } for { - yyj1310++ - if yyhl1310 { - yyb1310 = yyj1310 > l + yyj1355++ + if yyhl1355 { + yyb1355 = yyj1355 > l } else { - yyb1310 = r.CheckBreak() + yyb1355 = r.CheckBreak() } - if yyb1310 { + if yyb1355 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1310-1, "") + z.DecStructFieldNotFound(yyj1355-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18457,8 +18847,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1319 := z.EncBinary() - _ = yym1319 + yym1364 := z.EncBinary() + _ = yym1364 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18470,8 +18860,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1320 := z.DecBinary() - _ = yym1320 + yym1365 := z.DecBinary() + _ = yym1365 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18483,8 +18873,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1321 := z.EncBinary() - _ = yym1321 + yym1366 := z.EncBinary() + _ = yym1366 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18496,8 +18886,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1322 := z.DecBinary() - _ = yym1322 + yym1367 := z.DecBinary() + _ = yym1367 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18512,39 +18902,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1323 := z.EncBinary() - _ = yym1323 + yym1368 := z.EncBinary() + _ = yym1368 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1324 := !z.EncBinary() - yy2arr1324 := z.EncBasicHandle().StructToArray - var yyq1324 [2]bool - _, _, _ = yysep1324, yyq1324, yy2arr1324 - const yyr1324 bool = false - yyq1324[0] = len(x.Add) != 0 - yyq1324[1] = len(x.Drop) != 0 - var yynn1324 int - if yyr1324 || yy2arr1324 { + yysep1369 := !z.EncBinary() + yy2arr1369 := z.EncBasicHandle().StructToArray + var yyq1369 [2]bool + _, _, _ = yysep1369, yyq1369, yy2arr1369 + const yyr1369 bool = false + yyq1369[0] = len(x.Add) != 0 + yyq1369[1] = len(x.Drop) != 0 + var yynn1369 int + if yyr1369 || yy2arr1369 { r.EncodeArrayStart(2) } else { - yynn1324 = 0 - for _, b := range yyq1324 { + yynn1369 = 0 + for _, b := range yyq1369 { if b { - yynn1324++ + yynn1369++ } } - r.EncodeMapStart(yynn1324) - yynn1324 = 0 + r.EncodeMapStart(yynn1369) + yynn1369 = 0 } - if yyr1324 || yy2arr1324 { + if yyr1369 || yy2arr1369 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1324[0] { + if yyq1369[0] { if x.Add == nil { r.EncodeNil() } else { - yym1326 := z.EncBinary() - _ = yym1326 + yym1371 := z.EncBinary() + _ = yym1371 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -18554,15 +18944,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1324[0] { + if yyq1369[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1327 := z.EncBinary() - _ = yym1327 + yym1372 := z.EncBinary() + _ = yym1372 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -18570,14 +18960,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1324 || yy2arr1324 { + if yyr1369 || yy2arr1369 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1324[1] { + if yyq1369[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1329 := z.EncBinary() - _ = yym1329 + yym1374 := z.EncBinary() + _ = yym1374 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -18587,15 +18977,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1324[1] { + if yyq1369[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1330 := z.EncBinary() - _ = yym1330 + yym1375 := z.EncBinary() + _ = yym1375 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -18603,7 +18993,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1324 || yy2arr1324 { + if yyr1369 || yy2arr1369 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18616,25 +19006,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1331 := z.DecBinary() - _ = yym1331 + yym1376 := z.DecBinary() + _ = yym1376 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1332 := r.ContainerType() - if yyct1332 == codecSelferValueTypeMap1234 { - yyl1332 := r.ReadMapStart() - if yyl1332 == 0 { + yyct1377 := r.ContainerType() + if yyct1377 == codecSelferValueTypeMap1234 { + yyl1377 := r.ReadMapStart() + if yyl1377 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1332, d) + x.codecDecodeSelfFromMap(yyl1377, d) } - } else if yyct1332 == codecSelferValueTypeArray1234 { - yyl1332 := r.ReadArrayStart() - if yyl1332 == 0 { + } else if yyct1377 == codecSelferValueTypeArray1234 { + yyl1377 := r.ReadArrayStart() + if yyl1377 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1332, d) + x.codecDecodeSelfFromArray(yyl1377, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18646,12 +19036,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1333Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1333Slc - var yyhl1333 bool = l >= 0 - for yyj1333 := 0; ; yyj1333++ { - if yyhl1333 { - if yyj1333 >= l { + var yys1378Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1378Slc + var yyhl1378 bool = l >= 0 + for yyj1378 := 0; ; yyj1378++ { + if yyhl1378 { + if yyj1378 >= l { break } } else { @@ -18660,38 +19050,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1333Slc = r.DecodeBytes(yys1333Slc, true, true) - yys1333 := string(yys1333Slc) + yys1378Slc = r.DecodeBytes(yys1378Slc, true, true) + yys1378 := string(yys1378Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1333 { + switch yys1378 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1334 := &x.Add - yym1335 := z.DecBinary() - _ = yym1335 + yyv1379 := &x.Add + yym1380 := z.DecBinary() + _ = yym1380 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1334), d) + h.decSliceCapability((*[]Capability)(yyv1379), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1336 := &x.Drop - yym1337 := z.DecBinary() - _ = yym1337 + yyv1381 := &x.Drop + yym1382 := z.DecBinary() + _ = yym1382 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1336), d) + h.decSliceCapability((*[]Capability)(yyv1381), d) } } default: - z.DecStructFieldNotFound(-1, yys1333) - } // end switch yys1333 - } // end for yyj1333 + z.DecStructFieldNotFound(-1, yys1378) + } // end switch yys1378 + } // end for yyj1378 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18699,16 +19089,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1338 int - var yyb1338 bool - var yyhl1338 bool = l >= 0 - yyj1338++ - if yyhl1338 { - yyb1338 = yyj1338 > l + var yyj1383 int + var yyb1383 bool + var yyhl1383 bool = l >= 0 + yyj1383++ + if yyhl1383 { + yyb1383 = yyj1383 > l } else { - yyb1338 = r.CheckBreak() + yyb1383 = r.CheckBreak() } - if yyb1338 { + if yyb1383 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18716,21 +19106,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1339 := &x.Add - yym1340 := z.DecBinary() - _ = yym1340 + yyv1384 := &x.Add + yym1385 := z.DecBinary() + _ = yym1385 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1339), d) + h.decSliceCapability((*[]Capability)(yyv1384), d) } } - yyj1338++ - if yyhl1338 { - yyb1338 = yyj1338 > l + yyj1383++ + if yyhl1383 { + yyb1383 = yyj1383 > l } else { - yyb1338 = r.CheckBreak() + yyb1383 = r.CheckBreak() } - if yyb1338 { + if yyb1383 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18738,26 +19128,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1341 := &x.Drop - yym1342 := z.DecBinary() - _ = yym1342 + yyv1386 := &x.Drop + yym1387 := z.DecBinary() + _ = yym1387 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1341), d) + h.decSliceCapability((*[]Capability)(yyv1386), d) } } for { - yyj1338++ - if yyhl1338 { - yyb1338 = yyj1338 > l + yyj1383++ + if yyhl1383 { + yyb1383 = yyj1383 > l } else { - yyb1338 = r.CheckBreak() + yyb1383 = r.CheckBreak() } - if yyb1338 { + if yyb1383 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1338-1, "") + z.DecStructFieldNotFound(yyj1383-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18769,34 +19159,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1343 := z.EncBinary() - _ = yym1343 + yym1388 := z.EncBinary() + _ = yym1388 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1344 := !z.EncBinary() - yy2arr1344 := z.EncBasicHandle().StructToArray - var yyq1344 [2]bool - _, _, _ = yysep1344, yyq1344, yy2arr1344 - const yyr1344 bool = false - yyq1344[0] = len(x.Limits) != 0 - yyq1344[1] = len(x.Requests) != 0 - var yynn1344 int - if yyr1344 || yy2arr1344 { + yysep1389 := !z.EncBinary() + yy2arr1389 := z.EncBasicHandle().StructToArray + var yyq1389 [2]bool + _, _, _ = yysep1389, yyq1389, yy2arr1389 + const yyr1389 bool = false + yyq1389[0] = len(x.Limits) != 0 + yyq1389[1] = len(x.Requests) != 0 + var yynn1389 int + if yyr1389 || yy2arr1389 { r.EncodeArrayStart(2) } else { - yynn1344 = 0 - for _, b := range yyq1344 { + yynn1389 = 0 + for _, b := range yyq1389 { if b { - yynn1344++ + yynn1389++ } } - r.EncodeMapStart(yynn1344) - yynn1344 = 0 + r.EncodeMapStart(yynn1389) + yynn1389 = 0 } - if yyr1344 || yy2arr1344 { + if yyr1389 || yy2arr1389 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[0] { + if yyq1389[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -18806,7 +19196,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1344[0] { + if yyq1389[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18817,9 +19207,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1344 || yy2arr1344 { + if yyr1389 || yy2arr1389 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[1] { + if yyq1389[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -18829,7 +19219,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1344[1] { + if yyq1389[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18840,7 +19230,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1344 || yy2arr1344 { + if yyr1389 || yy2arr1389 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18853,25 +19243,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1347 := z.DecBinary() - _ = yym1347 + yym1392 := z.DecBinary() + _ = yym1392 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1348 := r.ContainerType() - if yyct1348 == codecSelferValueTypeMap1234 { - yyl1348 := r.ReadMapStart() - if yyl1348 == 0 { + yyct1393 := r.ContainerType() + if yyct1393 == codecSelferValueTypeMap1234 { + yyl1393 := r.ReadMapStart() + if yyl1393 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1348, d) + x.codecDecodeSelfFromMap(yyl1393, d) } - } else if yyct1348 == codecSelferValueTypeArray1234 { - yyl1348 := r.ReadArrayStart() - if yyl1348 == 0 { + } else if yyct1393 == codecSelferValueTypeArray1234 { + yyl1393 := r.ReadArrayStart() + if yyl1393 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1348, d) + x.codecDecodeSelfFromArray(yyl1393, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18883,12 +19273,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1349Slc - var yyhl1349 bool = l >= 0 - for yyj1349 := 0; ; yyj1349++ { - if yyhl1349 { - if yyj1349 >= l { + var yys1394Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1394Slc + var yyhl1394 bool = l >= 0 + for yyj1394 := 0; ; yyj1394++ { + if yyhl1394 { + if yyj1394 >= l { break } } else { @@ -18897,28 +19287,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1349Slc = r.DecodeBytes(yys1349Slc, true, true) - yys1349 := string(yys1349Slc) + yys1394Slc = r.DecodeBytes(yys1394Slc, true, true) + yys1394 := string(yys1394Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1349 { + switch yys1394 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1350 := &x.Limits - yyv1350.CodecDecodeSelf(d) + yyv1395 := &x.Limits + yyv1395.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1351 := &x.Requests - yyv1351.CodecDecodeSelf(d) + yyv1396 := &x.Requests + yyv1396.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1349) - } // end switch yys1349 - } // end for yyj1349 + z.DecStructFieldNotFound(-1, yys1394) + } // end switch yys1394 + } // end for yyj1394 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18926,16 +19316,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1352 int - var yyb1352 bool - var yyhl1352 bool = l >= 0 - yyj1352++ - if yyhl1352 { - yyb1352 = yyj1352 > l + var yyj1397 int + var yyb1397 bool + var yyhl1397 bool = l >= 0 + yyj1397++ + if yyhl1397 { + yyb1397 = yyj1397 > l } else { - yyb1352 = r.CheckBreak() + yyb1397 = r.CheckBreak() } - if yyb1352 { + if yyb1397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18943,16 +19333,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1353 := &x.Limits - yyv1353.CodecDecodeSelf(d) + yyv1398 := &x.Limits + yyv1398.CodecDecodeSelf(d) } - yyj1352++ - if yyhl1352 { - yyb1352 = yyj1352 > l + yyj1397++ + if yyhl1397 { + yyb1397 = yyj1397 > l } else { - yyb1352 = r.CheckBreak() + yyb1397 = r.CheckBreak() } - if yyb1352 { + if yyb1397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18960,21 +19350,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1354 := &x.Requests - yyv1354.CodecDecodeSelf(d) + yyv1399 := &x.Requests + yyv1399.CodecDecodeSelf(d) } for { - yyj1352++ - if yyhl1352 { - yyb1352 = yyj1352 > l + yyj1397++ + if yyhl1397 { + yyb1397 = yyj1397 > l } else { - yyb1352 = r.CheckBreak() + yyb1397 = r.CheckBreak() } - if yyb1352 { + if yyb1397 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1352-1, "") + z.DecStructFieldNotFound(yyj1397-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18986,48 +19376,48 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1355 := z.EncBinary() - _ = yym1355 + yym1400 := z.EncBinary() + _ = yym1400 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1356 := !z.EncBinary() - yy2arr1356 := z.EncBasicHandle().StructToArray - var yyq1356 [18]bool - _, _, _ = yysep1356, yyq1356, yy2arr1356 - const yyr1356 bool = false - yyq1356[2] = len(x.Command) != 0 - yyq1356[3] = len(x.Args) != 0 - yyq1356[4] = x.WorkingDir != "" - yyq1356[5] = len(x.Ports) != 0 - yyq1356[6] = len(x.Env) != 0 - yyq1356[7] = true - yyq1356[8] = len(x.VolumeMounts) != 0 - yyq1356[9] = x.LivenessProbe != nil - yyq1356[10] = x.ReadinessProbe != nil - yyq1356[11] = x.Lifecycle != nil - yyq1356[12] = x.TerminationMessagePath != "" - yyq1356[14] = x.SecurityContext != nil - yyq1356[15] = x.Stdin != false - yyq1356[16] = x.StdinOnce != false - yyq1356[17] = x.TTY != false - var yynn1356 int - if yyr1356 || yy2arr1356 { + yysep1401 := !z.EncBinary() + yy2arr1401 := z.EncBasicHandle().StructToArray + var yyq1401 [18]bool + _, _, _ = yysep1401, yyq1401, yy2arr1401 + const yyr1401 bool = false + yyq1401[2] = len(x.Command) != 0 + yyq1401[3] = len(x.Args) != 0 + yyq1401[4] = x.WorkingDir != "" + yyq1401[5] = len(x.Ports) != 0 + yyq1401[6] = len(x.Env) != 0 + yyq1401[7] = true + yyq1401[8] = len(x.VolumeMounts) != 0 + yyq1401[9] = x.LivenessProbe != nil + yyq1401[10] = x.ReadinessProbe != nil + yyq1401[11] = x.Lifecycle != nil + yyq1401[12] = x.TerminationMessagePath != "" + yyq1401[14] = x.SecurityContext != nil + yyq1401[15] = x.Stdin != false + yyq1401[16] = x.StdinOnce != false + yyq1401[17] = x.TTY != false + var yynn1401 int + if yyr1401 || yy2arr1401 { r.EncodeArrayStart(18) } else { - yynn1356 = 3 - for _, b := range yyq1356 { + yynn1401 = 3 + for _, b := range yyq1401 { if b { - yynn1356++ + yynn1401++ } } - r.EncodeMapStart(yynn1356) - yynn1356 = 0 + r.EncodeMapStart(yynn1401) + yynn1401 = 0 } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1358 := z.EncBinary() - _ = yym1358 + yym1403 := z.EncBinary() + _ = yym1403 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -19036,17 +19426,17 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1359 := z.EncBinary() - _ = yym1359 + yym1404 := z.EncBinary() + _ = yym1404 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1361 := z.EncBinary() - _ = yym1361 + yym1406 := z.EncBinary() + _ = yym1406 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -19055,21 +19445,21 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1362 := z.EncBinary() - _ = yym1362 + yym1407 := z.EncBinary() + _ = yym1407 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[2] { + if yyq1401[2] { if x.Command == nil { r.EncodeNil() } else { - yym1364 := z.EncBinary() - _ = yym1364 + yym1409 := z.EncBinary() + _ = yym1409 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19079,15 +19469,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[2] { + if yyq1401[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1365 := z.EncBinary() - _ = yym1365 + yym1410 := z.EncBinary() + _ = yym1410 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19095,14 +19485,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[3] { + if yyq1401[3] { if x.Args == nil { r.EncodeNil() } else { - yym1367 := z.EncBinary() - _ = yym1367 + yym1412 := z.EncBinary() + _ = yym1412 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -19112,15 +19502,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[3] { + if yyq1401[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1368 := z.EncBinary() - _ = yym1368 + yym1413 := z.EncBinary() + _ = yym1413 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -19128,11 +19518,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[4] { - yym1370 := z.EncBinary() - _ = yym1370 + if yyq1401[4] { + yym1415 := z.EncBinary() + _ = yym1415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -19141,26 +19531,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1356[4] { + if yyq1401[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1371 := z.EncBinary() - _ = yym1371 + yym1416 := z.EncBinary() + _ = yym1416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[5] { + if yyq1401[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1373 := z.EncBinary() - _ = yym1373 + yym1418 := z.EncBinary() + _ = yym1418 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -19170,15 +19560,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[5] { + if yyq1401[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1374 := z.EncBinary() - _ = yym1374 + yym1419 := z.EncBinary() + _ = yym1419 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -19186,14 +19576,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[6] { + if yyq1401[6] { if x.Env == nil { r.EncodeNil() } else { - yym1376 := z.EncBinary() - _ = yym1376 + yym1421 := z.EncBinary() + _ = yym1421 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -19203,15 +19593,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[6] { + if yyq1401[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1377 := z.EncBinary() - _ = yym1377 + yym1422 := z.EncBinary() + _ = yym1422 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -19219,31 +19609,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[7] { - yy1379 := &x.Resources - yy1379.CodecEncodeSelf(e) + if yyq1401[7] { + yy1424 := &x.Resources + yy1424.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1356[7] { + if yyq1401[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1380 := &x.Resources - yy1380.CodecEncodeSelf(e) + yy1425 := &x.Resources + yy1425.CodecEncodeSelf(e) } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[8] { + if yyq1401[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1382 := z.EncBinary() - _ = yym1382 + yym1427 := z.EncBinary() + _ = yym1427 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -19253,15 +19643,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[8] { + if yyq1401[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1383 := z.EncBinary() - _ = yym1383 + yym1428 := z.EncBinary() + _ = yym1428 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -19269,9 +19659,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[9] { + if yyq1401[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -19281,7 +19671,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[9] { + if yyq1401[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19292,9 +19682,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[10] { + if yyq1401[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -19304,7 +19694,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[10] { + if yyq1401[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19315,9 +19705,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[11] { + if yyq1401[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -19327,7 +19717,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[11] { + if yyq1401[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19338,11 +19728,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[12] { - yym1388 := z.EncBinary() - _ = yym1388 + if yyq1401[12] { + yym1433 := z.EncBinary() + _ = yym1433 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -19351,19 +19741,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1356[12] { + if yyq1401[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1389 := z.EncBinary() - _ = yym1389 + yym1434 := z.EncBinary() + _ = yym1434 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.ImagePullPolicy.CodecEncodeSelf(e) } else { @@ -19372,9 +19762,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[14] { + if yyq1401[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -19384,7 +19774,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1356[14] { + if yyq1401[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19395,11 +19785,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[15] { - yym1393 := z.EncBinary() - _ = yym1393 + if yyq1401[15] { + yym1438 := z.EncBinary() + _ = yym1438 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -19408,23 +19798,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1356[15] { + if yyq1401[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1394 := z.EncBinary() - _ = yym1394 + yym1439 := z.EncBinary() + _ = yym1439 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[16] { - yym1396 := z.EncBinary() - _ = yym1396 + if yyq1401[16] { + yym1441 := z.EncBinary() + _ = yym1441 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -19433,23 +19823,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1356[16] { + if yyq1401[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1397 := z.EncBinary() - _ = yym1397 + yym1442 := z.EncBinary() + _ = yym1442 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1356[17] { - yym1399 := z.EncBinary() - _ = yym1399 + if yyq1401[17] { + yym1444 := z.EncBinary() + _ = yym1444 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -19458,19 +19848,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1356[17] { + if yyq1401[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1400 := z.EncBinary() - _ = yym1400 + yym1445 := z.EncBinary() + _ = yym1445 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1356 || yy2arr1356 { + if yyr1401 || yy2arr1401 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19483,25 +19873,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1401 := z.DecBinary() - _ = yym1401 + yym1446 := z.DecBinary() + _ = yym1446 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1402 := r.ContainerType() - if yyct1402 == codecSelferValueTypeMap1234 { - yyl1402 := r.ReadMapStart() - if yyl1402 == 0 { + yyct1447 := r.ContainerType() + if yyct1447 == codecSelferValueTypeMap1234 { + yyl1447 := r.ReadMapStart() + if yyl1447 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1402, d) + x.codecDecodeSelfFromMap(yyl1447, d) } - } else if yyct1402 == codecSelferValueTypeArray1234 { - yyl1402 := r.ReadArrayStart() - if yyl1402 == 0 { + } else if yyct1447 == codecSelferValueTypeArray1234 { + yyl1447 := r.ReadArrayStart() + if yyl1447 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1402, d) + x.codecDecodeSelfFromArray(yyl1447, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19513,12 +19903,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1403Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1403Slc - var yyhl1403 bool = l >= 0 - for yyj1403 := 0; ; yyj1403++ { - if yyhl1403 { - if yyj1403 >= l { + var yys1448Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1448Slc + var yyhl1448 bool = l >= 0 + for yyj1448 := 0; ; yyj1448++ { + if yyhl1448 { + if yyj1448 >= l { break } } else { @@ -19527,10 +19917,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1403Slc = r.DecodeBytes(yys1403Slc, true, true) - yys1403 := string(yys1403Slc) + yys1448Slc = r.DecodeBytes(yys1448Slc, true, true) + yys1448 := string(yys1448Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1403 { + switch yys1448 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -19547,24 +19937,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1406 := &x.Command - yym1407 := z.DecBinary() - _ = yym1407 + yyv1451 := &x.Command + yym1452 := z.DecBinary() + _ = yym1452 if false { } else { - z.F.DecSliceStringX(yyv1406, false, d) + z.F.DecSliceStringX(yyv1451, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1408 := &x.Args - yym1409 := z.DecBinary() - _ = yym1409 + yyv1453 := &x.Args + yym1454 := z.DecBinary() + _ = yym1454 if false { } else { - z.F.DecSliceStringX(yyv1408, false, d) + z.F.DecSliceStringX(yyv1453, false, d) } } case "workingDir": @@ -19577,43 +19967,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1411 := &x.Ports - yym1412 := z.DecBinary() - _ = yym1412 + yyv1456 := &x.Ports + yym1457 := z.DecBinary() + _ = yym1457 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1411), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1456), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1413 := &x.Env - yym1414 := z.DecBinary() - _ = yym1414 + yyv1458 := &x.Env + yym1459 := z.DecBinary() + _ = yym1459 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1413), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1458), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1415 := &x.Resources - yyv1415.CodecDecodeSelf(d) + yyv1460 := &x.Resources + yyv1460.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1416 := &x.VolumeMounts - yym1417 := z.DecBinary() - _ = yym1417 + yyv1461 := &x.VolumeMounts + yym1462 := z.DecBinary() + _ = yym1462 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1416), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1461), d) } } case "livenessProbe": @@ -19691,9 +20081,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1403) - } // end switch yys1403 - } // end for yyj1403 + z.DecStructFieldNotFound(-1, yys1448) + } // end switch yys1448 + } // end for yyj1448 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19701,16 +20091,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1427 int - var yyb1427 bool - var yyhl1427 bool = l >= 0 - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + var yyj1472 int + var yyb1472 bool + var yyhl1472 bool = l >= 0 + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19720,13 +20110,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19736,13 +20126,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19750,21 +20140,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1430 := &x.Command - yym1431 := z.DecBinary() - _ = yym1431 + yyv1475 := &x.Command + yym1476 := z.DecBinary() + _ = yym1476 if false { } else { - z.F.DecSliceStringX(yyv1430, false, d) + z.F.DecSliceStringX(yyv1475, false, d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19772,21 +20162,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1432 := &x.Args - yym1433 := z.DecBinary() - _ = yym1433 + yyv1477 := &x.Args + yym1478 := z.DecBinary() + _ = yym1478 if false { } else { - z.F.DecSliceStringX(yyv1432, false, d) + z.F.DecSliceStringX(yyv1477, false, d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19796,13 +20186,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19810,21 +20200,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1435 := &x.Ports - yym1436 := z.DecBinary() - _ = yym1436 + yyv1480 := &x.Ports + yym1481 := z.DecBinary() + _ = yym1481 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1435), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1480), d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19832,21 +20222,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1437 := &x.Env - yym1438 := z.DecBinary() - _ = yym1438 + yyv1482 := &x.Env + yym1483 := z.DecBinary() + _ = yym1483 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1437), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1482), d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19854,16 +20244,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1439 := &x.Resources - yyv1439.CodecDecodeSelf(d) + yyv1484 := &x.Resources + yyv1484.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19871,21 +20261,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1440 := &x.VolumeMounts - yym1441 := z.DecBinary() - _ = yym1441 + yyv1485 := &x.VolumeMounts + yym1486 := z.DecBinary() + _ = yym1486 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1440), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1485), d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19900,13 +20290,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19921,13 +20311,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19942,13 +20332,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19958,13 +20348,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19974,13 +20364,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19995,13 +20385,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20011,13 +20401,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20027,13 +20417,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20044,17 +20434,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1427 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1427 { + if yyb1472 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1427-1, "") + z.DecStructFieldNotFound(yyj1472-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20066,35 +20456,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1451 := z.EncBinary() - _ = yym1451 + yym1496 := z.EncBinary() + _ = yym1496 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1452 := !z.EncBinary() - yy2arr1452 := z.EncBasicHandle().StructToArray - var yyq1452 [3]bool - _, _, _ = yysep1452, yyq1452, yy2arr1452 - const yyr1452 bool = false - yyq1452[0] = x.Exec != nil - yyq1452[1] = x.HTTPGet != nil - yyq1452[2] = x.TCPSocket != nil - var yynn1452 int - if yyr1452 || yy2arr1452 { + yysep1497 := !z.EncBinary() + yy2arr1497 := z.EncBasicHandle().StructToArray + var yyq1497 [3]bool + _, _, _ = yysep1497, yyq1497, yy2arr1497 + const yyr1497 bool = false + yyq1497[0] = x.Exec != nil + yyq1497[1] = x.HTTPGet != nil + yyq1497[2] = x.TCPSocket != nil + var yynn1497 int + if yyr1497 || yy2arr1497 { r.EncodeArrayStart(3) } else { - yynn1452 = 0 - for _, b := range yyq1452 { + yynn1497 = 0 + for _, b := range yyq1497 { if b { - yynn1452++ + yynn1497++ } } - r.EncodeMapStart(yynn1452) - yynn1452 = 0 + r.EncodeMapStart(yynn1497) + yynn1497 = 0 } - if yyr1452 || yy2arr1452 { + if yyr1497 || yy2arr1497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1452[0] { + if yyq1497[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -20104,7 +20494,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1452[0] { + if yyq1497[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20115,9 +20505,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1452 || yy2arr1452 { + if yyr1497 || yy2arr1497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1452[1] { + if yyq1497[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -20127,7 +20517,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1452[1] { + if yyq1497[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20138,9 +20528,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1452 || yy2arr1452 { + if yyr1497 || yy2arr1497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1452[2] { + if yyq1497[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -20150,7 +20540,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1452[2] { + if yyq1497[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20161,7 +20551,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1452 || yy2arr1452 { + if yyr1497 || yy2arr1497 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20174,25 +20564,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1456 := z.DecBinary() - _ = yym1456 + yym1501 := z.DecBinary() + _ = yym1501 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1457 := r.ContainerType() - if yyct1457 == codecSelferValueTypeMap1234 { - yyl1457 := r.ReadMapStart() - if yyl1457 == 0 { + yyct1502 := r.ContainerType() + if yyct1502 == codecSelferValueTypeMap1234 { + yyl1502 := r.ReadMapStart() + if yyl1502 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1457, d) + x.codecDecodeSelfFromMap(yyl1502, d) } - } else if yyct1457 == codecSelferValueTypeArray1234 { - yyl1457 := r.ReadArrayStart() - if yyl1457 == 0 { + } else if yyct1502 == codecSelferValueTypeArray1234 { + yyl1502 := r.ReadArrayStart() + if yyl1502 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1457, d) + x.codecDecodeSelfFromArray(yyl1502, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20204,12 +20594,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1458Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1458Slc - var yyhl1458 bool = l >= 0 - for yyj1458 := 0; ; yyj1458++ { - if yyhl1458 { - if yyj1458 >= l { + var yys1503Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1503Slc + var yyhl1503 bool = l >= 0 + for yyj1503 := 0; ; yyj1503++ { + if yyhl1503 { + if yyj1503 >= l { break } } else { @@ -20218,10 +20608,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1458Slc = r.DecodeBytes(yys1458Slc, true, true) - yys1458 := string(yys1458Slc) + yys1503Slc = r.DecodeBytes(yys1503Slc, true, true) + yys1503 := string(yys1503Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1458 { + switch yys1503 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -20256,9 +20646,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1458) - } // end switch yys1458 - } // end for yyj1458 + z.DecStructFieldNotFound(-1, yys1503) + } // end switch yys1503 + } // end for yyj1503 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20266,16 +20656,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1462 int - var yyb1462 bool - var yyhl1462 bool = l >= 0 - yyj1462++ - if yyhl1462 { - yyb1462 = yyj1462 > l + var yyj1507 int + var yyb1507 bool + var yyhl1507 bool = l >= 0 + yyj1507++ + if yyhl1507 { + yyb1507 = yyj1507 > l } else { - yyb1462 = r.CheckBreak() + yyb1507 = r.CheckBreak() } - if yyb1462 { + if yyb1507 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20290,13 +20680,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1462++ - if yyhl1462 { - yyb1462 = yyj1462 > l + yyj1507++ + if yyhl1507 { + yyb1507 = yyj1507 > l } else { - yyb1462 = r.CheckBreak() + yyb1507 = r.CheckBreak() } - if yyb1462 { + if yyb1507 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20311,13 +20701,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1462++ - if yyhl1462 { - yyb1462 = yyj1462 > l + yyj1507++ + if yyhl1507 { + yyb1507 = yyj1507 > l } else { - yyb1462 = r.CheckBreak() + yyb1507 = r.CheckBreak() } - if yyb1462 { + if yyb1507 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20333,17 +20723,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1462++ - if yyhl1462 { - yyb1462 = yyj1462 > l + yyj1507++ + if yyhl1507 { + yyb1507 = yyj1507 > l } else { - yyb1462 = r.CheckBreak() + yyb1507 = r.CheckBreak() } - if yyb1462 { + if yyb1507 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1462-1, "") + z.DecStructFieldNotFound(yyj1507-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20355,34 +20745,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1466 := z.EncBinary() - _ = yym1466 + yym1511 := z.EncBinary() + _ = yym1511 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1467 := !z.EncBinary() - yy2arr1467 := z.EncBasicHandle().StructToArray - var yyq1467 [2]bool - _, _, _ = yysep1467, yyq1467, yy2arr1467 - const yyr1467 bool = false - yyq1467[0] = x.PostStart != nil - yyq1467[1] = x.PreStop != nil - var yynn1467 int - if yyr1467 || yy2arr1467 { + yysep1512 := !z.EncBinary() + yy2arr1512 := z.EncBasicHandle().StructToArray + var yyq1512 [2]bool + _, _, _ = yysep1512, yyq1512, yy2arr1512 + const yyr1512 bool = false + yyq1512[0] = x.PostStart != nil + yyq1512[1] = x.PreStop != nil + var yynn1512 int + if yyr1512 || yy2arr1512 { r.EncodeArrayStart(2) } else { - yynn1467 = 0 - for _, b := range yyq1467 { + yynn1512 = 0 + for _, b := range yyq1512 { if b { - yynn1467++ + yynn1512++ } } - r.EncodeMapStart(yynn1467) - yynn1467 = 0 + r.EncodeMapStart(yynn1512) + yynn1512 = 0 } - if yyr1467 || yy2arr1467 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1467[0] { + if yyq1512[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -20392,7 +20782,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1467[0] { + if yyq1512[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20403,9 +20793,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1467 || yy2arr1467 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1467[1] { + if yyq1512[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -20415,7 +20805,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1467[1] { + if yyq1512[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20426,7 +20816,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1467 || yy2arr1467 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20439,25 +20829,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1470 := z.DecBinary() - _ = yym1470 + yym1515 := z.DecBinary() + _ = yym1515 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1471 := r.ContainerType() - if yyct1471 == codecSelferValueTypeMap1234 { - yyl1471 := r.ReadMapStart() - if yyl1471 == 0 { + yyct1516 := r.ContainerType() + if yyct1516 == codecSelferValueTypeMap1234 { + yyl1516 := r.ReadMapStart() + if yyl1516 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1471, d) + x.codecDecodeSelfFromMap(yyl1516, d) } - } else if yyct1471 == codecSelferValueTypeArray1234 { - yyl1471 := r.ReadArrayStart() - if yyl1471 == 0 { + } else if yyct1516 == codecSelferValueTypeArray1234 { + yyl1516 := r.ReadArrayStart() + if yyl1516 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1471, d) + x.codecDecodeSelfFromArray(yyl1516, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20469,12 +20859,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1472Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1472Slc - var yyhl1472 bool = l >= 0 - for yyj1472 := 0; ; yyj1472++ { - if yyhl1472 { - if yyj1472 >= l { + var yys1517Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1517Slc + var yyhl1517 bool = l >= 0 + for yyj1517 := 0; ; yyj1517++ { + if yyhl1517 { + if yyj1517 >= l { break } } else { @@ -20483,10 +20873,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1472Slc = r.DecodeBytes(yys1472Slc, true, true) - yys1472 := string(yys1472Slc) + yys1517Slc = r.DecodeBytes(yys1517Slc, true, true) + yys1517 := string(yys1517Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1472 { + switch yys1517 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -20510,9 +20900,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1472) - } // end switch yys1472 - } // end for yyj1472 + z.DecStructFieldNotFound(-1, yys1517) + } // end switch yys1517 + } // end for yyj1517 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20520,16 +20910,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1475 int - var yyb1475 bool - var yyhl1475 bool = l >= 0 - yyj1475++ - if yyhl1475 { - yyb1475 = yyj1475 > l + var yyj1520 int + var yyb1520 bool + var yyhl1520 bool = l >= 0 + yyj1520++ + if yyhl1520 { + yyb1520 = yyj1520 > l } else { - yyb1475 = r.CheckBreak() + yyb1520 = r.CheckBreak() } - if yyb1475 { + if yyb1520 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20544,13 +20934,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1475++ - if yyhl1475 { - yyb1475 = yyj1475 > l + yyj1520++ + if yyhl1520 { + yyb1520 = yyj1520 > l } else { - yyb1475 = r.CheckBreak() + yyb1520 = r.CheckBreak() } - if yyb1475 { + if yyb1520 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20566,17 +20956,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1475++ - if yyhl1475 { - yyb1475 = yyj1475 > l + yyj1520++ + if yyhl1520 { + yyb1520 = yyj1520 > l } else { - yyb1475 = r.CheckBreak() + yyb1520 = r.CheckBreak() } - if yyb1475 { + if yyb1520 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1475-1, "") + z.DecStructFieldNotFound(yyj1520-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20585,8 +20975,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1478 := z.EncBinary() - _ = yym1478 + yym1523 := z.EncBinary() + _ = yym1523 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -20598,8 +20988,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1479 := z.DecBinary() - _ = yym1479 + yym1524 := z.DecBinary() + _ = yym1524 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -20614,36 +21004,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1480 := z.EncBinary() - _ = yym1480 + yym1525 := z.EncBinary() + _ = yym1525 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1481 := !z.EncBinary() - yy2arr1481 := z.EncBasicHandle().StructToArray - var yyq1481 [2]bool - _, _, _ = yysep1481, yyq1481, yy2arr1481 - const yyr1481 bool = false - yyq1481[0] = x.Reason != "" - yyq1481[1] = x.Message != "" - var yynn1481 int - if yyr1481 || yy2arr1481 { + yysep1526 := !z.EncBinary() + yy2arr1526 := z.EncBasicHandle().StructToArray + var yyq1526 [2]bool + _, _, _ = yysep1526, yyq1526, yy2arr1526 + const yyr1526 bool = false + yyq1526[0] = x.Reason != "" + yyq1526[1] = x.Message != "" + var yynn1526 int + if yyr1526 || yy2arr1526 { r.EncodeArrayStart(2) } else { - yynn1481 = 0 - for _, b := range yyq1481 { + yynn1526 = 0 + for _, b := range yyq1526 { if b { - yynn1481++ + yynn1526++ } } - r.EncodeMapStart(yynn1481) - yynn1481 = 0 + r.EncodeMapStart(yynn1526) + yynn1526 = 0 } - if yyr1481 || yy2arr1481 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1481[0] { - yym1483 := z.EncBinary() - _ = yym1483 + if yyq1526[0] { + yym1528 := z.EncBinary() + _ = yym1528 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -20652,23 +21042,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1481[0] { + if yyq1526[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1484 := z.EncBinary() - _ = yym1484 + yym1529 := z.EncBinary() + _ = yym1529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1481 || yy2arr1481 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1481[1] { - yym1486 := z.EncBinary() - _ = yym1486 + if yyq1526[1] { + yym1531 := z.EncBinary() + _ = yym1531 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -20677,19 +21067,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1481[1] { + if yyq1526[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1487 := z.EncBinary() - _ = yym1487 + yym1532 := z.EncBinary() + _ = yym1532 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1481 || yy2arr1481 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20702,25 +21092,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1488 := z.DecBinary() - _ = yym1488 + yym1533 := z.DecBinary() + _ = yym1533 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1489 := r.ContainerType() - if yyct1489 == codecSelferValueTypeMap1234 { - yyl1489 := r.ReadMapStart() - if yyl1489 == 0 { + yyct1534 := r.ContainerType() + if yyct1534 == codecSelferValueTypeMap1234 { + yyl1534 := r.ReadMapStart() + if yyl1534 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1489, d) + x.codecDecodeSelfFromMap(yyl1534, d) } - } else if yyct1489 == codecSelferValueTypeArray1234 { - yyl1489 := r.ReadArrayStart() - if yyl1489 == 0 { + } else if yyct1534 == codecSelferValueTypeArray1234 { + yyl1534 := r.ReadArrayStart() + if yyl1534 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1489, d) + x.codecDecodeSelfFromArray(yyl1534, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20732,12 +21122,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1490Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1490Slc - var yyhl1490 bool = l >= 0 - for yyj1490 := 0; ; yyj1490++ { - if yyhl1490 { - if yyj1490 >= l { + var yys1535Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1535Slc + var yyhl1535 bool = l >= 0 + for yyj1535 := 0; ; yyj1535++ { + if yyhl1535 { + if yyj1535 >= l { break } } else { @@ -20746,10 +21136,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1490Slc = r.DecodeBytes(yys1490Slc, true, true) - yys1490 := string(yys1490Slc) + yys1535Slc = r.DecodeBytes(yys1535Slc, true, true) + yys1535 := string(yys1535Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1490 { + switch yys1535 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -20763,9 +21153,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1490) - } // end switch yys1490 - } // end for yyj1490 + z.DecStructFieldNotFound(-1, yys1535) + } // end switch yys1535 + } // end for yyj1535 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20773,16 +21163,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1493 int - var yyb1493 bool - var yyhl1493 bool = l >= 0 - yyj1493++ - if yyhl1493 { - yyb1493 = yyj1493 > l + var yyj1538 int + var yyb1538 bool + var yyhl1538 bool = l >= 0 + yyj1538++ + if yyhl1538 { + yyb1538 = yyj1538 > l } else { - yyb1493 = r.CheckBreak() + yyb1538 = r.CheckBreak() } - if yyb1493 { + if yyb1538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20792,13 +21182,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1493++ - if yyhl1493 { - yyb1493 = yyj1493 > l + yyj1538++ + if yyhl1538 { + yyb1538 = yyj1538 > l } else { - yyb1493 = r.CheckBreak() + yyb1538 = r.CheckBreak() } - if yyb1493 { + if yyb1538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20809,17 +21199,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1493++ - if yyhl1493 { - yyb1493 = yyj1493 > l + yyj1538++ + if yyhl1538 { + yyb1538 = yyj1538 > l } else { - yyb1493 = r.CheckBreak() + yyb1538 = r.CheckBreak() } - if yyb1493 { + if yyb1538 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1493-1, "") + z.DecStructFieldNotFound(yyj1538-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20831,68 +21221,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1496 := z.EncBinary() - _ = yym1496 + yym1541 := z.EncBinary() + _ = yym1541 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1497 := !z.EncBinary() - yy2arr1497 := z.EncBasicHandle().StructToArray - var yyq1497 [1]bool - _, _, _ = yysep1497, yyq1497, yy2arr1497 - const yyr1497 bool = false - yyq1497[0] = true - var yynn1497 int - if yyr1497 || yy2arr1497 { + yysep1542 := !z.EncBinary() + yy2arr1542 := z.EncBasicHandle().StructToArray + var yyq1542 [1]bool + _, _, _ = yysep1542, yyq1542, yy2arr1542 + const yyr1542 bool = false + yyq1542[0] = true + var yynn1542 int + if yyr1542 || yy2arr1542 { r.EncodeArrayStart(1) } else { - yynn1497 = 0 - for _, b := range yyq1497 { + yynn1542 = 0 + for _, b := range yyq1542 { if b { - yynn1497++ + yynn1542++ } } - r.EncodeMapStart(yynn1497) - yynn1497 = 0 + r.EncodeMapStart(yynn1542) + yynn1542 = 0 } - if yyr1497 || yy2arr1497 { + if yyr1542 || yy2arr1542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1497[0] { - yy1499 := &x.StartedAt - yym1500 := z.EncBinary() - _ = yym1500 + if yyq1542[0] { + yy1544 := &x.StartedAt + yym1545 := z.EncBinary() + _ = yym1545 if false { - } else if z.HasExtensions() && z.EncExt(yy1499) { - } else if yym1500 { - z.EncBinaryMarshal(yy1499) - } else if !yym1500 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1499) + } else if z.HasExtensions() && z.EncExt(yy1544) { + } else if yym1545 { + z.EncBinaryMarshal(yy1544) + } else if !yym1545 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1544) } else { - z.EncFallback(yy1499) + z.EncFallback(yy1544) } } else { r.EncodeNil() } } else { - if yyq1497[0] { + if yyq1542[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1501 := &x.StartedAt - yym1502 := z.EncBinary() - _ = yym1502 + yy1546 := &x.StartedAt + yym1547 := z.EncBinary() + _ = yym1547 if false { - } else if z.HasExtensions() && z.EncExt(yy1501) { - } else if yym1502 { - z.EncBinaryMarshal(yy1501) - } else if !yym1502 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1501) + } else if z.HasExtensions() && z.EncExt(yy1546) { + } else if yym1547 { + z.EncBinaryMarshal(yy1546) + } else if !yym1547 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1546) } else { - z.EncFallback(yy1501) + z.EncFallback(yy1546) } } } - if yyr1497 || yy2arr1497 { + if yyr1542 || yy2arr1542 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20905,25 +21295,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1503 := z.DecBinary() - _ = yym1503 + yym1548 := z.DecBinary() + _ = yym1548 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1504 := r.ContainerType() - if yyct1504 == codecSelferValueTypeMap1234 { - yyl1504 := r.ReadMapStart() - if yyl1504 == 0 { + yyct1549 := r.ContainerType() + if yyct1549 == codecSelferValueTypeMap1234 { + yyl1549 := r.ReadMapStart() + if yyl1549 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1504, d) + x.codecDecodeSelfFromMap(yyl1549, d) } - } else if yyct1504 == codecSelferValueTypeArray1234 { - yyl1504 := r.ReadArrayStart() - if yyl1504 == 0 { + } else if yyct1549 == codecSelferValueTypeArray1234 { + yyl1549 := r.ReadArrayStart() + if yyl1549 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1504, d) + x.codecDecodeSelfFromArray(yyl1549, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20935,12 +21325,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1505Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1505Slc - var yyhl1505 bool = l >= 0 - for yyj1505 := 0; ; yyj1505++ { - if yyhl1505 { - if yyj1505 >= l { + var yys1550Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1550Slc + var yyhl1550 bool = l >= 0 + for yyj1550 := 0; ; yyj1550++ { + if yyhl1550 { + if yyj1550 >= l { break } } else { @@ -20949,31 +21339,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1505Slc = r.DecodeBytes(yys1505Slc, true, true) - yys1505 := string(yys1505Slc) + yys1550Slc = r.DecodeBytes(yys1550Slc, true, true) + yys1550 := string(yys1550Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1505 { + switch yys1550 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1506 := &x.StartedAt - yym1507 := z.DecBinary() - _ = yym1507 + yyv1551 := &x.StartedAt + yym1552 := z.DecBinary() + _ = yym1552 if false { - } else if z.HasExtensions() && z.DecExt(yyv1506) { - } else if yym1507 { - z.DecBinaryUnmarshal(yyv1506) - } else if !yym1507 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1506) + } else if z.HasExtensions() && z.DecExt(yyv1551) { + } else if yym1552 { + z.DecBinaryUnmarshal(yyv1551) + } else if !yym1552 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1551) } else { - z.DecFallback(yyv1506, false) + z.DecFallback(yyv1551, false) } } default: - z.DecStructFieldNotFound(-1, yys1505) - } // end switch yys1505 - } // end for yyj1505 + z.DecStructFieldNotFound(-1, yys1550) + } // end switch yys1550 + } // end for yyj1550 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20981,16 +21371,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1508 int - var yyb1508 bool - var yyhl1508 bool = l >= 0 - yyj1508++ - if yyhl1508 { - yyb1508 = yyj1508 > l + var yyj1553 int + var yyb1553 bool + var yyhl1553 bool = l >= 0 + yyj1553++ + if yyhl1553 { + yyb1553 = yyj1553 > l } else { - yyb1508 = r.CheckBreak() + yyb1553 = r.CheckBreak() } - if yyb1508 { + if yyb1553 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20998,31 +21388,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1509 := &x.StartedAt - yym1510 := z.DecBinary() - _ = yym1510 + yyv1554 := &x.StartedAt + yym1555 := z.DecBinary() + _ = yym1555 if false { - } else if z.HasExtensions() && z.DecExt(yyv1509) { - } else if yym1510 { - z.DecBinaryUnmarshal(yyv1509) - } else if !yym1510 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1509) + } else if z.HasExtensions() && z.DecExt(yyv1554) { + } else if yym1555 { + z.DecBinaryUnmarshal(yyv1554) + } else if !yym1555 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1554) } else { - z.DecFallback(yyv1509, false) + z.DecFallback(yyv1554, false) } } for { - yyj1508++ - if yyhl1508 { - yyb1508 = yyj1508 > l + yyj1553++ + if yyhl1553 { + yyb1553 = yyj1553 > l } else { - yyb1508 = r.CheckBreak() + yyb1553 = r.CheckBreak() } - if yyb1508 { + if yyb1553 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1508-1, "") + z.DecStructFieldNotFound(yyj1553-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21034,39 +21424,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1511 := z.EncBinary() - _ = yym1511 + yym1556 := z.EncBinary() + _ = yym1556 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1512 := !z.EncBinary() - yy2arr1512 := z.EncBasicHandle().StructToArray - var yyq1512 [7]bool - _, _, _ = yysep1512, yyq1512, yy2arr1512 - const yyr1512 bool = false - yyq1512[1] = x.Signal != 0 - yyq1512[2] = x.Reason != "" - yyq1512[3] = x.Message != "" - yyq1512[4] = true - yyq1512[5] = true - yyq1512[6] = x.ContainerID != "" - var yynn1512 int - if yyr1512 || yy2arr1512 { + yysep1557 := !z.EncBinary() + yy2arr1557 := z.EncBasicHandle().StructToArray + var yyq1557 [7]bool + _, _, _ = yysep1557, yyq1557, yy2arr1557 + const yyr1557 bool = false + yyq1557[1] = x.Signal != 0 + yyq1557[2] = x.Reason != "" + yyq1557[3] = x.Message != "" + yyq1557[4] = true + yyq1557[5] = true + yyq1557[6] = x.ContainerID != "" + var yynn1557 int + if yyr1557 || yy2arr1557 { r.EncodeArrayStart(7) } else { - yynn1512 = 1 - for _, b := range yyq1512 { + yynn1557 = 1 + for _, b := range yyq1557 { if b { - yynn1512++ + yynn1557++ } } - r.EncodeMapStart(yynn1512) - yynn1512 = 0 + r.EncodeMapStart(yynn1557) + yynn1557 = 0 } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1514 := z.EncBinary() - _ = yym1514 + yym1559 := z.EncBinary() + _ = yym1559 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -21075,18 +21465,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1515 := z.EncBinary() - _ = yym1515 + yym1560 := z.EncBinary() + _ = yym1560 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[1] { - yym1517 := z.EncBinary() - _ = yym1517 + if yyq1557[1] { + yym1562 := z.EncBinary() + _ = yym1562 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -21095,23 +21485,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1512[1] { + if yyq1557[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1518 := z.EncBinary() - _ = yym1518 + yym1563 := z.EncBinary() + _ = yym1563 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[2] { - yym1520 := z.EncBinary() - _ = yym1520 + if yyq1557[2] { + yym1565 := z.EncBinary() + _ = yym1565 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -21120,23 +21510,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1512[2] { + if yyq1557[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1521 := z.EncBinary() - _ = yym1521 + yym1566 := z.EncBinary() + _ = yym1566 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[3] { - yym1523 := z.EncBinary() - _ = yym1523 + if yyq1557[3] { + yym1568 := z.EncBinary() + _ = yym1568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -21145,97 +21535,97 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1512[3] { + if yyq1557[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1524 := z.EncBinary() - _ = yym1524 + yym1569 := z.EncBinary() + _ = yym1569 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[4] { - yy1526 := &x.StartedAt - yym1527 := z.EncBinary() - _ = yym1527 + if yyq1557[4] { + yy1571 := &x.StartedAt + yym1572 := z.EncBinary() + _ = yym1572 if false { - } else if z.HasExtensions() && z.EncExt(yy1526) { - } else if yym1527 { - z.EncBinaryMarshal(yy1526) - } else if !yym1527 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1526) + } else if z.HasExtensions() && z.EncExt(yy1571) { + } else if yym1572 { + z.EncBinaryMarshal(yy1571) + } else if !yym1572 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1571) } else { - z.EncFallback(yy1526) + z.EncFallback(yy1571) } } else { r.EncodeNil() } } else { - if yyq1512[4] { + if yyq1557[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1528 := &x.StartedAt - yym1529 := z.EncBinary() - _ = yym1529 + yy1573 := &x.StartedAt + yym1574 := z.EncBinary() + _ = yym1574 if false { - } else if z.HasExtensions() && z.EncExt(yy1528) { - } else if yym1529 { - z.EncBinaryMarshal(yy1528) - } else if !yym1529 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1528) + } else if z.HasExtensions() && z.EncExt(yy1573) { + } else if yym1574 { + z.EncBinaryMarshal(yy1573) + } else if !yym1574 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1573) } else { - z.EncFallback(yy1528) + z.EncFallback(yy1573) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[5] { - yy1531 := &x.FinishedAt - yym1532 := z.EncBinary() - _ = yym1532 + if yyq1557[5] { + yy1576 := &x.FinishedAt + yym1577 := z.EncBinary() + _ = yym1577 if false { - } else if z.HasExtensions() && z.EncExt(yy1531) { - } else if yym1532 { - z.EncBinaryMarshal(yy1531) - } else if !yym1532 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1531) + } else if z.HasExtensions() && z.EncExt(yy1576) { + } else if yym1577 { + z.EncBinaryMarshal(yy1576) + } else if !yym1577 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1576) } else { - z.EncFallback(yy1531) + z.EncFallback(yy1576) } } else { r.EncodeNil() } } else { - if yyq1512[5] { + if yyq1557[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1533 := &x.FinishedAt - yym1534 := z.EncBinary() - _ = yym1534 + yy1578 := &x.FinishedAt + yym1579 := z.EncBinary() + _ = yym1579 if false { - } else if z.HasExtensions() && z.EncExt(yy1533) { - } else if yym1534 { - z.EncBinaryMarshal(yy1533) - } else if !yym1534 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1533) + } else if z.HasExtensions() && z.EncExt(yy1578) { + } else if yym1579 { + z.EncBinaryMarshal(yy1578) + } else if !yym1579 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1578) } else { - z.EncFallback(yy1533) + z.EncFallback(yy1578) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1512[6] { - yym1536 := z.EncBinary() - _ = yym1536 + if yyq1557[6] { + yym1581 := z.EncBinary() + _ = yym1581 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -21244,19 +21634,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1512[6] { + if yyq1557[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1537 := z.EncBinary() - _ = yym1537 + yym1582 := z.EncBinary() + _ = yym1582 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1512 || yy2arr1512 { + if yyr1557 || yy2arr1557 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21269,25 +21659,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1538 := z.DecBinary() - _ = yym1538 + yym1583 := z.DecBinary() + _ = yym1583 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1539 := r.ContainerType() - if yyct1539 == codecSelferValueTypeMap1234 { - yyl1539 := r.ReadMapStart() - if yyl1539 == 0 { + yyct1584 := r.ContainerType() + if yyct1584 == codecSelferValueTypeMap1234 { + yyl1584 := r.ReadMapStart() + if yyl1584 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1539, d) + x.codecDecodeSelfFromMap(yyl1584, d) } - } else if yyct1539 == codecSelferValueTypeArray1234 { - yyl1539 := r.ReadArrayStart() - if yyl1539 == 0 { + } else if yyct1584 == codecSelferValueTypeArray1234 { + yyl1584 := r.ReadArrayStart() + if yyl1584 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1539, d) + x.codecDecodeSelfFromArray(yyl1584, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21299,12 +21689,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1540Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1540Slc - var yyhl1540 bool = l >= 0 - for yyj1540 := 0; ; yyj1540++ { - if yyhl1540 { - if yyj1540 >= l { + var yys1585Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1585Slc + var yyhl1585 bool = l >= 0 + for yyj1585 := 0; ; yyj1585++ { + if yyhl1585 { + if yyj1585 >= l { break } } else { @@ -21313,10 +21703,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1540Slc = r.DecodeBytes(yys1540Slc, true, true) - yys1540 := string(yys1540Slc) + yys1585Slc = r.DecodeBytes(yys1585Slc, true, true) + yys1585 := string(yys1585Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1540 { + switch yys1585 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -21345,34 +21735,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1545 := &x.StartedAt - yym1546 := z.DecBinary() - _ = yym1546 + yyv1590 := &x.StartedAt + yym1591 := z.DecBinary() + _ = yym1591 if false { - } else if z.HasExtensions() && z.DecExt(yyv1545) { - } else if yym1546 { - z.DecBinaryUnmarshal(yyv1545) - } else if !yym1546 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1545) + } else if z.HasExtensions() && z.DecExt(yyv1590) { + } else if yym1591 { + z.DecBinaryUnmarshal(yyv1590) + } else if !yym1591 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1590) } else { - z.DecFallback(yyv1545, false) + z.DecFallback(yyv1590, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1547 := &x.FinishedAt - yym1548 := z.DecBinary() - _ = yym1548 + yyv1592 := &x.FinishedAt + yym1593 := z.DecBinary() + _ = yym1593 if false { - } else if z.HasExtensions() && z.DecExt(yyv1547) { - } else if yym1548 { - z.DecBinaryUnmarshal(yyv1547) - } else if !yym1548 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1547) + } else if z.HasExtensions() && z.DecExt(yyv1592) { + } else if yym1593 { + z.DecBinaryUnmarshal(yyv1592) + } else if !yym1593 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1592) } else { - z.DecFallback(yyv1547, false) + z.DecFallback(yyv1592, false) } } case "containerID": @@ -21382,9 +21772,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1540) - } // end switch yys1540 - } // end for yyj1540 + z.DecStructFieldNotFound(-1, yys1585) + } // end switch yys1585 + } // end for yyj1585 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21392,16 +21782,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1550 int - var yyb1550 bool - var yyhl1550 bool = l >= 0 - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + var yyj1595 int + var yyb1595 bool + var yyhl1595 bool = l >= 0 + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21411,13 +21801,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21427,13 +21817,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21443,13 +21833,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21459,13 +21849,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21473,26 +21863,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1555 := &x.StartedAt - yym1556 := z.DecBinary() - _ = yym1556 + yyv1600 := &x.StartedAt + yym1601 := z.DecBinary() + _ = yym1601 if false { - } else if z.HasExtensions() && z.DecExt(yyv1555) { - } else if yym1556 { - z.DecBinaryUnmarshal(yyv1555) - } else if !yym1556 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1555) + } else if z.HasExtensions() && z.DecExt(yyv1600) { + } else if yym1601 { + z.DecBinaryUnmarshal(yyv1600) + } else if !yym1601 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1600) } else { - z.DecFallback(yyv1555, false) + z.DecFallback(yyv1600, false) } } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21500,26 +21890,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1557 := &x.FinishedAt - yym1558 := z.DecBinary() - _ = yym1558 + yyv1602 := &x.FinishedAt + yym1603 := z.DecBinary() + _ = yym1603 if false { - } else if z.HasExtensions() && z.DecExt(yyv1557) { - } else if yym1558 { - z.DecBinaryUnmarshal(yyv1557) - } else if !yym1558 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1557) + } else if z.HasExtensions() && z.DecExt(yyv1602) { + } else if yym1603 { + z.DecBinaryUnmarshal(yyv1602) + } else if !yym1603 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1602) } else { - z.DecFallback(yyv1557, false) + z.DecFallback(yyv1602, false) } } - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21530,17 +21920,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1550++ - if yyhl1550 { - yyb1550 = yyj1550 > l + yyj1595++ + if yyhl1595 { + yyb1595 = yyj1595 > l } else { - yyb1550 = r.CheckBreak() + yyb1595 = r.CheckBreak() } - if yyb1550 { + if yyb1595 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1550-1, "") + z.DecStructFieldNotFound(yyj1595-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21552,35 +21942,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1560 := z.EncBinary() - _ = yym1560 + yym1605 := z.EncBinary() + _ = yym1605 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1561 := !z.EncBinary() - yy2arr1561 := z.EncBasicHandle().StructToArray - var yyq1561 [3]bool - _, _, _ = yysep1561, yyq1561, yy2arr1561 - const yyr1561 bool = false - yyq1561[0] = x.Waiting != nil - yyq1561[1] = x.Running != nil - yyq1561[2] = x.Terminated != nil - var yynn1561 int - if yyr1561 || yy2arr1561 { + yysep1606 := !z.EncBinary() + yy2arr1606 := z.EncBasicHandle().StructToArray + var yyq1606 [3]bool + _, _, _ = yysep1606, yyq1606, yy2arr1606 + const yyr1606 bool = false + yyq1606[0] = x.Waiting != nil + yyq1606[1] = x.Running != nil + yyq1606[2] = x.Terminated != nil + var yynn1606 int + if yyr1606 || yy2arr1606 { r.EncodeArrayStart(3) } else { - yynn1561 = 0 - for _, b := range yyq1561 { + yynn1606 = 0 + for _, b := range yyq1606 { if b { - yynn1561++ + yynn1606++ } } - r.EncodeMapStart(yynn1561) - yynn1561 = 0 + r.EncodeMapStart(yynn1606) + yynn1606 = 0 } - if yyr1561 || yy2arr1561 { + if yyr1606 || yy2arr1606 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1561[0] { + if yyq1606[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -21590,7 +21980,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1561[0] { + if yyq1606[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21601,9 +21991,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1561 || yy2arr1561 { + if yyr1606 || yy2arr1606 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1561[1] { + if yyq1606[1] { if x.Running == nil { r.EncodeNil() } else { @@ -21613,7 +22003,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1561[1] { + if yyq1606[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21624,9 +22014,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1561 || yy2arr1561 { + if yyr1606 || yy2arr1606 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1561[2] { + if yyq1606[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -21636,7 +22026,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1561[2] { + if yyq1606[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21647,7 +22037,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1561 || yy2arr1561 { + if yyr1606 || yy2arr1606 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21660,25 +22050,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1565 := z.DecBinary() - _ = yym1565 + yym1610 := z.DecBinary() + _ = yym1610 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1566 := r.ContainerType() - if yyct1566 == codecSelferValueTypeMap1234 { - yyl1566 := r.ReadMapStart() - if yyl1566 == 0 { + yyct1611 := r.ContainerType() + if yyct1611 == codecSelferValueTypeMap1234 { + yyl1611 := r.ReadMapStart() + if yyl1611 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1566, d) + x.codecDecodeSelfFromMap(yyl1611, d) } - } else if yyct1566 == codecSelferValueTypeArray1234 { - yyl1566 := r.ReadArrayStart() - if yyl1566 == 0 { + } else if yyct1611 == codecSelferValueTypeArray1234 { + yyl1611 := r.ReadArrayStart() + if yyl1611 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1566, d) + x.codecDecodeSelfFromArray(yyl1611, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21690,12 +22080,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1567Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1567Slc - var yyhl1567 bool = l >= 0 - for yyj1567 := 0; ; yyj1567++ { - if yyhl1567 { - if yyj1567 >= l { + var yys1612Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1612Slc + var yyhl1612 bool = l >= 0 + for yyj1612 := 0; ; yyj1612++ { + if yyhl1612 { + if yyj1612 >= l { break } } else { @@ -21704,10 +22094,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1567Slc = r.DecodeBytes(yys1567Slc, true, true) - yys1567 := string(yys1567Slc) + yys1612Slc = r.DecodeBytes(yys1612Slc, true, true) + yys1612 := string(yys1612Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1567 { + switch yys1612 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -21742,9 +22132,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1567) - } // end switch yys1567 - } // end for yyj1567 + z.DecStructFieldNotFound(-1, yys1612) + } // end switch yys1612 + } // end for yyj1612 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21752,16 +22142,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1571 int - var yyb1571 bool - var yyhl1571 bool = l >= 0 - yyj1571++ - if yyhl1571 { - yyb1571 = yyj1571 > l + var yyj1616 int + var yyb1616 bool + var yyhl1616 bool = l >= 0 + yyj1616++ + if yyhl1616 { + yyb1616 = yyj1616 > l } else { - yyb1571 = r.CheckBreak() + yyb1616 = r.CheckBreak() } - if yyb1571 { + if yyb1616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21776,13 +22166,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1571++ - if yyhl1571 { - yyb1571 = yyj1571 > l + yyj1616++ + if yyhl1616 { + yyb1616 = yyj1616 > l } else { - yyb1571 = r.CheckBreak() + yyb1616 = r.CheckBreak() } - if yyb1571 { + if yyb1616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21797,13 +22187,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1571++ - if yyhl1571 { - yyb1571 = yyj1571 > l + yyj1616++ + if yyhl1616 { + yyb1616 = yyj1616 > l } else { - yyb1571 = r.CheckBreak() + yyb1616 = r.CheckBreak() } - if yyb1571 { + if yyb1616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21819,17 +22209,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1571++ - if yyhl1571 { - yyb1571 = yyj1571 > l + yyj1616++ + if yyhl1616 { + yyb1616 = yyj1616 > l } else { - yyb1571 = r.CheckBreak() + yyb1616 = r.CheckBreak() } - if yyb1571 { + if yyb1616 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1571-1, "") + z.DecStructFieldNotFound(yyj1616-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21841,36 +22231,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1575 := z.EncBinary() - _ = yym1575 + yym1620 := z.EncBinary() + _ = yym1620 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1576 := !z.EncBinary() - yy2arr1576 := z.EncBasicHandle().StructToArray - var yyq1576 [8]bool - _, _, _ = yysep1576, yyq1576, yy2arr1576 - const yyr1576 bool = false - yyq1576[1] = true - yyq1576[2] = true - yyq1576[7] = x.ContainerID != "" - var yynn1576 int - if yyr1576 || yy2arr1576 { + yysep1621 := !z.EncBinary() + yy2arr1621 := z.EncBasicHandle().StructToArray + var yyq1621 [8]bool + _, _, _ = yysep1621, yyq1621, yy2arr1621 + const yyr1621 bool = false + yyq1621[1] = true + yyq1621[2] = true + yyq1621[7] = x.ContainerID != "" + var yynn1621 int + if yyr1621 || yy2arr1621 { r.EncodeArrayStart(8) } else { - yynn1576 = 5 - for _, b := range yyq1576 { + yynn1621 = 5 + for _, b := range yyq1621 { if b { - yynn1576++ + yynn1621++ } } - r.EncodeMapStart(yynn1576) - yynn1576 = 0 + r.EncodeMapStart(yynn1621) + yynn1621 = 0 } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1578 := z.EncBinary() - _ = yym1578 + yym1623 := z.EncBinary() + _ = yym1623 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -21879,51 +22269,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1579 := z.EncBinary() - _ = yym1579 + yym1624 := z.EncBinary() + _ = yym1624 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1576[1] { - yy1581 := &x.State - yy1581.CodecEncodeSelf(e) + if yyq1621[1] { + yy1626 := &x.State + yy1626.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1576[1] { + if yyq1621[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1582 := &x.State - yy1582.CodecEncodeSelf(e) + yy1627 := &x.State + yy1627.CodecEncodeSelf(e) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1576[2] { - yy1584 := &x.LastTerminationState - yy1584.CodecEncodeSelf(e) + if yyq1621[2] { + yy1629 := &x.LastTerminationState + yy1629.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1576[2] { + if yyq1621[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1585 := &x.LastTerminationState - yy1585.CodecEncodeSelf(e) + yy1630 := &x.LastTerminationState + yy1630.CodecEncodeSelf(e) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1587 := z.EncBinary() - _ = yym1587 + yym1632 := z.EncBinary() + _ = yym1632 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -21932,17 +22322,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1588 := z.EncBinary() - _ = yym1588 + yym1633 := z.EncBinary() + _ = yym1633 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1590 := z.EncBinary() - _ = yym1590 + yym1635 := z.EncBinary() + _ = yym1635 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -21951,17 +22341,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1591 := z.EncBinary() - _ = yym1591 + yym1636 := z.EncBinary() + _ = yym1636 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1593 := z.EncBinary() - _ = yym1593 + yym1638 := z.EncBinary() + _ = yym1638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -21970,17 +22360,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1594 := z.EncBinary() - _ = yym1594 + yym1639 := z.EncBinary() + _ = yym1639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1596 := z.EncBinary() - _ = yym1596 + yym1641 := z.EncBinary() + _ = yym1641 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -21989,18 +22379,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1597 := z.EncBinary() - _ = yym1597 + yym1642 := z.EncBinary() + _ = yym1642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1576[7] { - yym1599 := z.EncBinary() - _ = yym1599 + if yyq1621[7] { + yym1644 := z.EncBinary() + _ = yym1644 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -22009,19 +22399,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1576[7] { + if yyq1621[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1600 := z.EncBinary() - _ = yym1600 + yym1645 := z.EncBinary() + _ = yym1645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1576 || yy2arr1576 { + if yyr1621 || yy2arr1621 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22034,25 +22424,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1601 := z.DecBinary() - _ = yym1601 + yym1646 := z.DecBinary() + _ = yym1646 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1602 := r.ContainerType() - if yyct1602 == codecSelferValueTypeMap1234 { - yyl1602 := r.ReadMapStart() - if yyl1602 == 0 { + yyct1647 := r.ContainerType() + if yyct1647 == codecSelferValueTypeMap1234 { + yyl1647 := r.ReadMapStart() + if yyl1647 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1602, d) + x.codecDecodeSelfFromMap(yyl1647, d) } - } else if yyct1602 == codecSelferValueTypeArray1234 { - yyl1602 := r.ReadArrayStart() - if yyl1602 == 0 { + } else if yyct1647 == codecSelferValueTypeArray1234 { + yyl1647 := r.ReadArrayStart() + if yyl1647 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1602, d) + x.codecDecodeSelfFromArray(yyl1647, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22064,12 +22454,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys1648Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1648Slc + var yyhl1648 bool = l >= 0 + for yyj1648 := 0; ; yyj1648++ { + if yyhl1648 { + if yyj1648 >= l { break } } else { @@ -22078,10 +22468,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1603Slc = r.DecodeBytes(yys1603Slc, true, true) - yys1603 := string(yys1603Slc) + yys1648Slc = r.DecodeBytes(yys1648Slc, true, true) + yys1648 := string(yys1648Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1603 { + switch yys1648 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -22092,15 +22482,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1605 := &x.State - yyv1605.CodecDecodeSelf(d) + yyv1650 := &x.State + yyv1650.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1606 := &x.LastTerminationState - yyv1606.CodecDecodeSelf(d) + yyv1651 := &x.LastTerminationState + yyv1651.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -22133,9 +22523,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1603) - } // end switch yys1603 - } // end for yyj1603 + z.DecStructFieldNotFound(-1, yys1648) + } // end switch yys1648 + } // end for yyj1648 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22143,16 +22533,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1612 int - var yyb1612 bool - var yyhl1612 bool = l >= 0 - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + var yyj1657 int + var yyb1657 bool + var yyhl1657 bool = l >= 0 + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22162,13 +22552,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22176,16 +22566,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1614 := &x.State - yyv1614.CodecDecodeSelf(d) + yyv1659 := &x.State + yyv1659.CodecDecodeSelf(d) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22193,16 +22583,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1615 := &x.LastTerminationState - yyv1615.CodecDecodeSelf(d) + yyv1660 := &x.LastTerminationState + yyv1660.CodecDecodeSelf(d) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22212,13 +22602,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22228,13 +22618,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22244,13 +22634,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22260,13 +22650,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22277,17 +22667,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1612++ - if yyhl1612 { - yyb1612 = yyj1612 > l + yyj1657++ + if yyhl1657 { + yyb1657 = yyj1657 > l } else { - yyb1612 = r.CheckBreak() + yyb1657 = r.CheckBreak() } - if yyb1612 { + if yyb1657 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1612-1, "") + z.DecStructFieldNotFound(yyj1657-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22296,8 +22686,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1621 := z.EncBinary() - _ = yym1621 + yym1666 := z.EncBinary() + _ = yym1666 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22309,8 +22699,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1622 := z.DecBinary() - _ = yym1622 + yym1667 := z.DecBinary() + _ = yym1667 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22322,8 +22712,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1623 := z.EncBinary() - _ = yym1623 + yym1668 := z.EncBinary() + _ = yym1668 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22335,8 +22725,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1624 := z.DecBinary() - _ = yym1624 + yym1669 := z.DecBinary() + _ = yym1669 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22351,34 +22741,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1625 := z.EncBinary() - _ = yym1625 + yym1670 := z.EncBinary() + _ = yym1670 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1626 := !z.EncBinary() - yy2arr1626 := z.EncBasicHandle().StructToArray - var yyq1626 [6]bool - _, _, _ = yysep1626, yyq1626, yy2arr1626 - const yyr1626 bool = false - yyq1626[2] = true - yyq1626[3] = true - yyq1626[4] = x.Reason != "" - yyq1626[5] = x.Message != "" - var yynn1626 int - if yyr1626 || yy2arr1626 { + yysep1671 := !z.EncBinary() + yy2arr1671 := z.EncBasicHandle().StructToArray + var yyq1671 [6]bool + _, _, _ = yysep1671, yyq1671, yy2arr1671 + const yyr1671 bool = false + yyq1671[2] = true + yyq1671[3] = true + yyq1671[4] = x.Reason != "" + yyq1671[5] = x.Message != "" + var yynn1671 int + if yyr1671 || yy2arr1671 { r.EncodeArrayStart(6) } else { - yynn1626 = 2 - for _, b := range yyq1626 { + yynn1671 = 2 + for _, b := range yyq1671 { if b { - yynn1626++ + yynn1671++ } } - r.EncodeMapStart(yynn1626) - yynn1626 = 0 + r.EncodeMapStart(yynn1671) + yynn1671 = 0 } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -22387,7 +22777,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -22396,85 +22786,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1626[2] { - yy1630 := &x.LastProbeTime - yym1631 := z.EncBinary() - _ = yym1631 + if yyq1671[2] { + yy1675 := &x.LastProbeTime + yym1676 := z.EncBinary() + _ = yym1676 if false { - } else if z.HasExtensions() && z.EncExt(yy1630) { - } else if yym1631 { - z.EncBinaryMarshal(yy1630) - } else if !yym1631 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1630) + } else if z.HasExtensions() && z.EncExt(yy1675) { + } else if yym1676 { + z.EncBinaryMarshal(yy1675) + } else if !yym1676 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1675) } else { - z.EncFallback(yy1630) + z.EncFallback(yy1675) } } else { r.EncodeNil() } } else { - if yyq1626[2] { + if yyq1671[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1632 := &x.LastProbeTime - yym1633 := z.EncBinary() - _ = yym1633 + yy1677 := &x.LastProbeTime + yym1678 := z.EncBinary() + _ = yym1678 if false { - } else if z.HasExtensions() && z.EncExt(yy1632) { - } else if yym1633 { - z.EncBinaryMarshal(yy1632) - } else if !yym1633 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1632) + } else if z.HasExtensions() && z.EncExt(yy1677) { + } else if yym1678 { + z.EncBinaryMarshal(yy1677) + } else if !yym1678 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1677) } else { - z.EncFallback(yy1632) + z.EncFallback(yy1677) } } } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1626[3] { - yy1635 := &x.LastTransitionTime - yym1636 := z.EncBinary() - _ = yym1636 + if yyq1671[3] { + yy1680 := &x.LastTransitionTime + yym1681 := z.EncBinary() + _ = yym1681 if false { - } else if z.HasExtensions() && z.EncExt(yy1635) { - } else if yym1636 { - z.EncBinaryMarshal(yy1635) - } else if !yym1636 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1635) + } else if z.HasExtensions() && z.EncExt(yy1680) { + } else if yym1681 { + z.EncBinaryMarshal(yy1680) + } else if !yym1681 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1680) } else { - z.EncFallback(yy1635) + z.EncFallback(yy1680) } } else { r.EncodeNil() } } else { - if yyq1626[3] { + if yyq1671[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1637 := &x.LastTransitionTime - yym1638 := z.EncBinary() - _ = yym1638 + yy1682 := &x.LastTransitionTime + yym1683 := z.EncBinary() + _ = yym1683 if false { - } else if z.HasExtensions() && z.EncExt(yy1637) { - } else if yym1638 { - z.EncBinaryMarshal(yy1637) - } else if !yym1638 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1637) + } else if z.HasExtensions() && z.EncExt(yy1682) { + } else if yym1683 { + z.EncBinaryMarshal(yy1682) + } else if !yym1683 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1682) } else { - z.EncFallback(yy1637) + z.EncFallback(yy1682) } } } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1626[4] { - yym1640 := z.EncBinary() - _ = yym1640 + if yyq1671[4] { + yym1685 := z.EncBinary() + _ = yym1685 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22483,23 +22873,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1626[4] { + if yyq1671[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1641 := z.EncBinary() - _ = yym1641 + yym1686 := z.EncBinary() + _ = yym1686 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1626[5] { - yym1643 := z.EncBinary() - _ = yym1643 + if yyq1671[5] { + yym1688 := z.EncBinary() + _ = yym1688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22508,19 +22898,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1626[5] { + if yyq1671[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1644 := z.EncBinary() - _ = yym1644 + yym1689 := z.EncBinary() + _ = yym1689 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1626 || yy2arr1626 { + if yyr1671 || yy2arr1671 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22533,25 +22923,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1645 := z.DecBinary() - _ = yym1645 + yym1690 := z.DecBinary() + _ = yym1690 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1646 := r.ContainerType() - if yyct1646 == codecSelferValueTypeMap1234 { - yyl1646 := r.ReadMapStart() - if yyl1646 == 0 { + yyct1691 := r.ContainerType() + if yyct1691 == codecSelferValueTypeMap1234 { + yyl1691 := r.ReadMapStart() + if yyl1691 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1646, d) + x.codecDecodeSelfFromMap(yyl1691, d) } - } else if yyct1646 == codecSelferValueTypeArray1234 { - yyl1646 := r.ReadArrayStart() - if yyl1646 == 0 { + } else if yyct1691 == codecSelferValueTypeArray1234 { + yyl1691 := r.ReadArrayStart() + if yyl1691 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1646, d) + x.codecDecodeSelfFromArray(yyl1691, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22563,12 +22953,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1647Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1647Slc - var yyhl1647 bool = l >= 0 - for yyj1647 := 0; ; yyj1647++ { - if yyhl1647 { - if yyj1647 >= l { + var yys1692Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1692Slc + var yyhl1692 bool = l >= 0 + for yyj1692 := 0; ; yyj1692++ { + if yyhl1692 { + if yyj1692 >= l { break } } else { @@ -22577,10 +22967,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1647Slc = r.DecodeBytes(yys1647Slc, true, true) - yys1647 := string(yys1647Slc) + yys1692Slc = r.DecodeBytes(yys1692Slc, true, true) + yys1692 := string(yys1692Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1647 { + switch yys1692 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -22597,34 +22987,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1650 := &x.LastProbeTime - yym1651 := z.DecBinary() - _ = yym1651 + yyv1695 := &x.LastProbeTime + yym1696 := z.DecBinary() + _ = yym1696 if false { - } else if z.HasExtensions() && z.DecExt(yyv1650) { - } else if yym1651 { - z.DecBinaryUnmarshal(yyv1650) - } else if !yym1651 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1650) + } else if z.HasExtensions() && z.DecExt(yyv1695) { + } else if yym1696 { + z.DecBinaryUnmarshal(yyv1695) + } else if !yym1696 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1695) } else { - z.DecFallback(yyv1650, false) + z.DecFallback(yyv1695, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1652 := &x.LastTransitionTime - yym1653 := z.DecBinary() - _ = yym1653 + yyv1697 := &x.LastTransitionTime + yym1698 := z.DecBinary() + _ = yym1698 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(yyv1697) { + } else if yym1698 { + z.DecBinaryUnmarshal(yyv1697) + } else if !yym1698 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1697) } else { - z.DecFallback(yyv1652, false) + z.DecFallback(yyv1697, false) } } case "reason": @@ -22640,9 +23030,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1647) - } // end switch yys1647 - } // end for yyj1647 + z.DecStructFieldNotFound(-1, yys1692) + } // end switch yys1692 + } // end for yyj1692 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22650,16 +23040,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1656 int - var yyb1656 bool - var yyhl1656 bool = l >= 0 - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + var yyj1701 int + var yyb1701 bool + var yyhl1701 bool = l >= 0 + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22669,13 +23059,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22685,13 +23075,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22699,26 +23089,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1659 := &x.LastProbeTime - yym1660 := z.DecBinary() - _ = yym1660 + yyv1704 := &x.LastProbeTime + yym1705 := z.DecBinary() + _ = yym1705 if false { - } else if z.HasExtensions() && z.DecExt(yyv1659) { - } else if yym1660 { - z.DecBinaryUnmarshal(yyv1659) - } else if !yym1660 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1659) + } else if z.HasExtensions() && z.DecExt(yyv1704) { + } else if yym1705 { + z.DecBinaryUnmarshal(yyv1704) + } else if !yym1705 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1704) } else { - z.DecFallback(yyv1659, false) + z.DecFallback(yyv1704, false) } } - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22726,26 +23116,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1661 := &x.LastTransitionTime - yym1662 := z.DecBinary() - _ = yym1662 + yyv1706 := &x.LastTransitionTime + yym1707 := z.DecBinary() + _ = yym1707 if false { - } else if z.HasExtensions() && z.DecExt(yyv1661) { - } else if yym1662 { - z.DecBinaryUnmarshal(yyv1661) - } else if !yym1662 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1661) + } else if z.HasExtensions() && z.DecExt(yyv1706) { + } else if yym1707 { + z.DecBinaryUnmarshal(yyv1706) + } else if !yym1707 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1706) } else { - z.DecFallback(yyv1661, false) + z.DecFallback(yyv1706, false) } } - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22755,13 +23145,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22772,17 +23162,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1656++ - if yyhl1656 { - yyb1656 = yyj1656 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1656 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1656 { + if yyb1701 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1656-1, "") + z.DecStructFieldNotFound(yyj1701-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22791,8 +23181,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1665 := z.EncBinary() - _ = yym1665 + yym1710 := z.EncBinary() + _ = yym1710 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22804,8 +23194,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1666 := z.DecBinary() - _ = yym1666 + yym1711 := z.DecBinary() + _ = yym1711 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22820,37 +23210,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1667 := z.EncBinary() - _ = yym1667 + yym1712 := z.EncBinary() + _ = yym1712 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1668 := !z.EncBinary() - yy2arr1668 := z.EncBasicHandle().StructToArray - var yyq1668 [4]bool - _, _, _ = yysep1668, yyq1668, yy2arr1668 - const yyr1668 bool = false - yyq1668[0] = x.Kind != "" - yyq1668[1] = x.APIVersion != "" - yyq1668[2] = true - var yynn1668 int - if yyr1668 || yy2arr1668 { + yysep1713 := !z.EncBinary() + yy2arr1713 := z.EncBasicHandle().StructToArray + var yyq1713 [4]bool + _, _, _ = yysep1713, yyq1713, yy2arr1713 + const yyr1713 bool = false + yyq1713[0] = x.Kind != "" + yyq1713[1] = x.APIVersion != "" + yyq1713[2] = true + var yynn1713 int + if yyr1713 || yy2arr1713 { r.EncodeArrayStart(4) } else { - yynn1668 = 1 - for _, b := range yyq1668 { + yynn1713 = 1 + for _, b := range yyq1713 { if b { - yynn1668++ + yynn1713++ } } - r.EncodeMapStart(yynn1668) - yynn1668 = 0 + r.EncodeMapStart(yynn1713) + yynn1713 = 0 } - if yyr1668 || yy2arr1668 { + if yyr1713 || yy2arr1713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1668[0] { - yym1670 := z.EncBinary() - _ = yym1670 + if yyq1713[0] { + yym1715 := z.EncBinary() + _ = yym1715 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22859,23 +23249,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1668[0] { + if yyq1713[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1671 := z.EncBinary() - _ = yym1671 + yym1716 := z.EncBinary() + _ = yym1716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1668 || yy2arr1668 { + if yyr1713 || yy2arr1713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1668[1] { - yym1673 := z.EncBinary() - _ = yym1673 + if yyq1713[1] { + yym1718 := z.EncBinary() + _ = yym1718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22884,54 +23274,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1668[1] { + if yyq1713[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1674 := z.EncBinary() - _ = yym1674 + yym1719 := z.EncBinary() + _ = yym1719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1668 || yy2arr1668 { + if yyr1713 || yy2arr1713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1668[2] { - yy1676 := &x.ListMeta - yym1677 := z.EncBinary() - _ = yym1677 + if yyq1713[2] { + yy1721 := &x.ListMeta + yym1722 := z.EncBinary() + _ = yym1722 if false { - } else if z.HasExtensions() && z.EncExt(yy1676) { + } else if z.HasExtensions() && z.EncExt(yy1721) { } else { - z.EncFallback(yy1676) + z.EncFallback(yy1721) } } else { r.EncodeNil() } } else { - if yyq1668[2] { + if yyq1713[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1678 := &x.ListMeta - yym1679 := z.EncBinary() - _ = yym1679 + yy1723 := &x.ListMeta + yym1724 := z.EncBinary() + _ = yym1724 if false { - } else if z.HasExtensions() && z.EncExt(yy1678) { + } else if z.HasExtensions() && z.EncExt(yy1723) { } else { - z.EncFallback(yy1678) + z.EncFallback(yy1723) } } } - if yyr1668 || yy2arr1668 { + if yyr1713 || yy2arr1713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1681 := z.EncBinary() - _ = yym1681 + yym1726 := z.EncBinary() + _ = yym1726 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -22944,15 +23334,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1682 := z.EncBinary() - _ = yym1682 + yym1727 := z.EncBinary() + _ = yym1727 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1668 || yy2arr1668 { + if yyr1713 || yy2arr1713 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22965,25 +23355,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1683 := z.DecBinary() - _ = yym1683 + yym1728 := z.DecBinary() + _ = yym1728 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1684 := r.ContainerType() - if yyct1684 == codecSelferValueTypeMap1234 { - yyl1684 := r.ReadMapStart() - if yyl1684 == 0 { + yyct1729 := r.ContainerType() + if yyct1729 == codecSelferValueTypeMap1234 { + yyl1729 := r.ReadMapStart() + if yyl1729 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1684, d) + x.codecDecodeSelfFromMap(yyl1729, d) } - } else if yyct1684 == codecSelferValueTypeArray1234 { - yyl1684 := r.ReadArrayStart() - if yyl1684 == 0 { + } else if yyct1729 == codecSelferValueTypeArray1234 { + yyl1729 := r.ReadArrayStart() + if yyl1729 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1684, d) + x.codecDecodeSelfFromArray(yyl1729, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22995,12 +23385,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1685Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1685Slc - var yyhl1685 bool = l >= 0 - for yyj1685 := 0; ; yyj1685++ { - if yyhl1685 { - if yyj1685 >= l { + var yys1730Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1730Slc + var yyhl1730 bool = l >= 0 + for yyj1730 := 0; ; yyj1730++ { + if yyhl1730 { + if yyj1730 >= l { break } } else { @@ -23009,10 +23399,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1685Slc = r.DecodeBytes(yys1685Slc, true, true) - yys1685 := string(yys1685Slc) + yys1730Slc = r.DecodeBytes(yys1730Slc, true, true) + yys1730 := string(yys1730Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1685 { + switch yys1730 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23029,31 +23419,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1688 := &x.ListMeta - yym1689 := z.DecBinary() - _ = yym1689 + yyv1733 := &x.ListMeta + yym1734 := z.DecBinary() + _ = yym1734 if false { - } else if z.HasExtensions() && z.DecExt(yyv1688) { + } else if z.HasExtensions() && z.DecExt(yyv1733) { } else { - z.DecFallback(yyv1688, false) + z.DecFallback(yyv1733, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1690 := &x.Items - yym1691 := z.DecBinary() - _ = yym1691 + yyv1735 := &x.Items + yym1736 := z.DecBinary() + _ = yym1736 if false { } else { - h.decSlicePod((*[]Pod)(yyv1690), d) + h.decSlicePod((*[]Pod)(yyv1735), d) } } default: - z.DecStructFieldNotFound(-1, yys1685) - } // end switch yys1685 - } // end for yyj1685 + z.DecStructFieldNotFound(-1, yys1730) + } // end switch yys1730 + } // end for yyj1730 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23061,16 +23451,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1692 int - var yyb1692 bool - var yyhl1692 bool = l >= 0 - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + var yyj1737 int + var yyb1737 bool + var yyhl1737 bool = l >= 0 + yyj1737++ + if yyhl1737 { + yyb1737 = yyj1737 > l } else { - yyb1692 = r.CheckBreak() + yyb1737 = r.CheckBreak() } - if yyb1692 { + if yyb1737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23080,13 +23470,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1737++ + if yyhl1737 { + yyb1737 = yyj1737 > l } else { - yyb1692 = r.CheckBreak() + yyb1737 = r.CheckBreak() } - if yyb1692 { + if yyb1737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23096,13 +23486,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1737++ + if yyhl1737 { + yyb1737 = yyj1737 > l } else { - yyb1692 = r.CheckBreak() + yyb1737 = r.CheckBreak() } - if yyb1692 { + if yyb1737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23110,22 +23500,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1695 := &x.ListMeta - yym1696 := z.DecBinary() - _ = yym1696 + yyv1740 := &x.ListMeta + yym1741 := z.DecBinary() + _ = yym1741 if false { - } else if z.HasExtensions() && z.DecExt(yyv1695) { + } else if z.HasExtensions() && z.DecExt(yyv1740) { } else { - z.DecFallback(yyv1695, false) + z.DecFallback(yyv1740, false) } } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1737++ + if yyhl1737 { + yyb1737 = yyj1737 > l } else { - yyb1692 = r.CheckBreak() + yyb1737 = r.CheckBreak() } - if yyb1692 { + if yyb1737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23133,26 +23523,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1697 := &x.Items - yym1698 := z.DecBinary() - _ = yym1698 + yyv1742 := &x.Items + yym1743 := z.DecBinary() + _ = yym1743 if false { } else { - h.decSlicePod((*[]Pod)(yyv1697), d) + h.decSlicePod((*[]Pod)(yyv1742), d) } } for { - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1737++ + if yyhl1737 { + yyb1737 = yyj1737 > l } else { - yyb1692 = r.CheckBreak() + yyb1737 = r.CheckBreak() } - if yyb1692 { + if yyb1737 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1692-1, "") + z.DecStructFieldNotFound(yyj1737-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23161,8 +23551,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1699 := z.EncBinary() - _ = yym1699 + yym1744 := z.EncBinary() + _ = yym1744 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23174,8 +23564,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1700 := z.DecBinary() - _ = yym1700 + yym1745 := z.DecBinary() + _ = yym1745 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23190,36 +23580,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1701 := z.EncBinary() - _ = yym1701 + yym1746 := z.EncBinary() + _ = yym1746 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1702 := !z.EncBinary() - yy2arr1702 := z.EncBasicHandle().StructToArray - var yyq1702 [1]bool - _, _, _ = yysep1702, yyq1702, yy2arr1702 - const yyr1702 bool = false - var yynn1702 int - if yyr1702 || yy2arr1702 { + yysep1747 := !z.EncBinary() + yy2arr1747 := z.EncBasicHandle().StructToArray + var yyq1747 [1]bool + _, _, _ = yysep1747, yyq1747, yy2arr1747 + const yyr1747 bool = false + var yynn1747 int + if yyr1747 || yy2arr1747 { r.EncodeArrayStart(1) } else { - yynn1702 = 1 - for _, b := range yyq1702 { + yynn1747 = 1 + for _, b := range yyq1747 { if b { - yynn1702++ + yynn1747++ } } - r.EncodeMapStart(yynn1702) - yynn1702 = 0 + r.EncodeMapStart(yynn1747) + yynn1747 = 0 } - if yyr1702 || yy2arr1702 { + if yyr1747 || yy2arr1747 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1704 := z.EncBinary() - _ = yym1704 + yym1749 := z.EncBinary() + _ = yym1749 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -23232,15 +23622,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1705 := z.EncBinary() - _ = yym1705 + yym1750 := z.EncBinary() + _ = yym1750 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1702 || yy2arr1702 { + if yyr1747 || yy2arr1747 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23253,25 +23643,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1706 := z.DecBinary() - _ = yym1706 + yym1751 := z.DecBinary() + _ = yym1751 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1707 := r.ContainerType() - if yyct1707 == codecSelferValueTypeMap1234 { - yyl1707 := r.ReadMapStart() - if yyl1707 == 0 { + yyct1752 := r.ContainerType() + if yyct1752 == codecSelferValueTypeMap1234 { + yyl1752 := r.ReadMapStart() + if yyl1752 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1707, d) + x.codecDecodeSelfFromMap(yyl1752, d) } - } else if yyct1707 == codecSelferValueTypeArray1234 { - yyl1707 := r.ReadArrayStart() - if yyl1707 == 0 { + } else if yyct1752 == codecSelferValueTypeArray1234 { + yyl1752 := r.ReadArrayStart() + if yyl1752 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1707, d) + x.codecDecodeSelfFromArray(yyl1752, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23283,12 +23673,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1708Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1708Slc - var yyhl1708 bool = l >= 0 - for yyj1708 := 0; ; yyj1708++ { - if yyhl1708 { - if yyj1708 >= l { + var yys1753Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1753Slc + var yyhl1753 bool = l >= 0 + for yyj1753 := 0; ; yyj1753++ { + if yyhl1753 { + if yyj1753 >= l { break } } else { @@ -23297,26 +23687,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1708Slc = r.DecodeBytes(yys1708Slc, true, true) - yys1708 := string(yys1708Slc) + yys1753Slc = r.DecodeBytes(yys1753Slc, true, true) + yys1753 := string(yys1753Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1708 { + switch yys1753 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1709 := &x.NodeSelectorTerms - yym1710 := z.DecBinary() - _ = yym1710 + yyv1754 := &x.NodeSelectorTerms + yym1755 := z.DecBinary() + _ = yym1755 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1709), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1754), d) } } default: - z.DecStructFieldNotFound(-1, yys1708) - } // end switch yys1708 - } // end for yyj1708 + z.DecStructFieldNotFound(-1, yys1753) + } // end switch yys1753 + } // end for yyj1753 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23324,16 +23714,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1711 int - var yyb1711 bool - var yyhl1711 bool = l >= 0 - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + var yyj1756 int + var yyb1756 bool + var yyhl1756 bool = l >= 0 + yyj1756++ + if yyhl1756 { + yyb1756 = yyj1756 > l } else { - yyb1711 = r.CheckBreak() + yyb1756 = r.CheckBreak() } - if yyb1711 { + if yyb1756 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23341,26 +23731,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1712 := &x.NodeSelectorTerms - yym1713 := z.DecBinary() - _ = yym1713 + yyv1757 := &x.NodeSelectorTerms + yym1758 := z.DecBinary() + _ = yym1758 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1712), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1757), d) } } for { - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + yyj1756++ + if yyhl1756 { + yyb1756 = yyj1756 > l } else { - yyb1711 = r.CheckBreak() + yyb1756 = r.CheckBreak() } - if yyb1711 { + if yyb1756 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1711-1, "") + z.DecStructFieldNotFound(yyj1756-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23372,36 +23762,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1714 := z.EncBinary() - _ = yym1714 + yym1759 := z.EncBinary() + _ = yym1759 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1715 := !z.EncBinary() - yy2arr1715 := z.EncBasicHandle().StructToArray - var yyq1715 [1]bool - _, _, _ = yysep1715, yyq1715, yy2arr1715 - const yyr1715 bool = false - var yynn1715 int - if yyr1715 || yy2arr1715 { + yysep1760 := !z.EncBinary() + yy2arr1760 := z.EncBasicHandle().StructToArray + var yyq1760 [1]bool + _, _, _ = yysep1760, yyq1760, yy2arr1760 + const yyr1760 bool = false + var yynn1760 int + if yyr1760 || yy2arr1760 { r.EncodeArrayStart(1) } else { - yynn1715 = 1 - for _, b := range yyq1715 { + yynn1760 = 1 + for _, b := range yyq1760 { if b { - yynn1715++ + yynn1760++ } } - r.EncodeMapStart(yynn1715) - yynn1715 = 0 + r.EncodeMapStart(yynn1760) + yynn1760 = 0 } - if yyr1715 || yy2arr1715 { + if yyr1760 || yy2arr1760 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1717 := z.EncBinary() - _ = yym1717 + yym1762 := z.EncBinary() + _ = yym1762 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -23414,15 +23804,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1718 := z.EncBinary() - _ = yym1718 + yym1763 := z.EncBinary() + _ = yym1763 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1715 || yy2arr1715 { + if yyr1760 || yy2arr1760 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23435,25 +23825,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1719 := z.DecBinary() - _ = yym1719 + yym1764 := z.DecBinary() + _ = yym1764 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1720 := r.ContainerType() - if yyct1720 == codecSelferValueTypeMap1234 { - yyl1720 := r.ReadMapStart() - if yyl1720 == 0 { + yyct1765 := r.ContainerType() + if yyct1765 == codecSelferValueTypeMap1234 { + yyl1765 := r.ReadMapStart() + if yyl1765 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1720, d) + x.codecDecodeSelfFromMap(yyl1765, d) } - } else if yyct1720 == codecSelferValueTypeArray1234 { - yyl1720 := r.ReadArrayStart() - if yyl1720 == 0 { + } else if yyct1765 == codecSelferValueTypeArray1234 { + yyl1765 := r.ReadArrayStart() + if yyl1765 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1720, d) + x.codecDecodeSelfFromArray(yyl1765, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23465,12 +23855,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1721Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1721Slc - var yyhl1721 bool = l >= 0 - for yyj1721 := 0; ; yyj1721++ { - if yyhl1721 { - if yyj1721 >= l { + var yys1766Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1766Slc + var yyhl1766 bool = l >= 0 + for yyj1766 := 0; ; yyj1766++ { + if yyhl1766 { + if yyj1766 >= l { break } } else { @@ -23479,26 +23869,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1721Slc = r.DecodeBytes(yys1721Slc, true, true) - yys1721 := string(yys1721Slc) + yys1766Slc = r.DecodeBytes(yys1766Slc, true, true) + yys1766 := string(yys1766Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1721 { + switch yys1766 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1722 := &x.MatchExpressions - yym1723 := z.DecBinary() - _ = yym1723 + yyv1767 := &x.MatchExpressions + yym1768 := z.DecBinary() + _ = yym1768 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1722), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1767), d) } } default: - z.DecStructFieldNotFound(-1, yys1721) - } // end switch yys1721 - } // end for yyj1721 + z.DecStructFieldNotFound(-1, yys1766) + } // end switch yys1766 + } // end for yyj1766 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23506,16 +23896,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1724 int - var yyb1724 bool - var yyhl1724 bool = l >= 0 - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + var yyj1769 int + var yyb1769 bool + var yyhl1769 bool = l >= 0 + yyj1769++ + if yyhl1769 { + yyb1769 = yyj1769 > l } else { - yyb1724 = r.CheckBreak() + yyb1769 = r.CheckBreak() } - if yyb1724 { + if yyb1769 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23523,26 +23913,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1725 := &x.MatchExpressions - yym1726 := z.DecBinary() - _ = yym1726 + yyv1770 := &x.MatchExpressions + yym1771 := z.DecBinary() + _ = yym1771 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1725), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1770), d) } } for { - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1769++ + if yyhl1769 { + yyb1769 = yyj1769 > l } else { - yyb1724 = r.CheckBreak() + yyb1769 = r.CheckBreak() } - if yyb1724 { + if yyb1769 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1724-1, "") + z.DecStructFieldNotFound(yyj1769-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23554,34 +23944,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1727 := z.EncBinary() - _ = yym1727 + yym1772 := z.EncBinary() + _ = yym1772 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1728 := !z.EncBinary() - yy2arr1728 := z.EncBasicHandle().StructToArray - var yyq1728 [3]bool - _, _, _ = yysep1728, yyq1728, yy2arr1728 - const yyr1728 bool = false - yyq1728[2] = len(x.Values) != 0 - var yynn1728 int - if yyr1728 || yy2arr1728 { + yysep1773 := !z.EncBinary() + yy2arr1773 := z.EncBasicHandle().StructToArray + var yyq1773 [3]bool + _, _, _ = yysep1773, yyq1773, yy2arr1773 + const yyr1773 bool = false + yyq1773[2] = len(x.Values) != 0 + var yynn1773 int + if yyr1773 || yy2arr1773 { r.EncodeArrayStart(3) } else { - yynn1728 = 2 - for _, b := range yyq1728 { + yynn1773 = 2 + for _, b := range yyq1773 { if b { - yynn1728++ + yynn1773++ } } - r.EncodeMapStart(yynn1728) - yynn1728 = 0 + r.EncodeMapStart(yynn1773) + yynn1773 = 0 } - if yyr1728 || yy2arr1728 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1730 := z.EncBinary() - _ = yym1730 + yym1775 := z.EncBinary() + _ = yym1775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -23590,14 +23980,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1731 := z.EncBinary() - _ = yym1731 + yym1776 := z.EncBinary() + _ = yym1776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1728 || yy2arr1728 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -23606,14 +23996,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1728 || yy2arr1728 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[2] { + if yyq1773[2] { if x.Values == nil { r.EncodeNil() } else { - yym1734 := z.EncBinary() - _ = yym1734 + yym1779 := z.EncBinary() + _ = yym1779 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -23623,15 +24013,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1728[2] { + if yyq1773[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1735 := z.EncBinary() - _ = yym1735 + yym1780 := z.EncBinary() + _ = yym1780 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -23639,7 +24029,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1728 || yy2arr1728 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23652,25 +24042,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1736 := z.DecBinary() - _ = yym1736 + yym1781 := z.DecBinary() + _ = yym1781 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1737 := r.ContainerType() - if yyct1737 == codecSelferValueTypeMap1234 { - yyl1737 := r.ReadMapStart() - if yyl1737 == 0 { + yyct1782 := r.ContainerType() + if yyct1782 == codecSelferValueTypeMap1234 { + yyl1782 := r.ReadMapStart() + if yyl1782 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1737, d) + x.codecDecodeSelfFromMap(yyl1782, d) } - } else if yyct1737 == codecSelferValueTypeArray1234 { - yyl1737 := r.ReadArrayStart() - if yyl1737 == 0 { + } else if yyct1782 == codecSelferValueTypeArray1234 { + yyl1782 := r.ReadArrayStart() + if yyl1782 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1737, d) + x.codecDecodeSelfFromArray(yyl1782, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23682,12 +24072,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1738Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1738Slc - var yyhl1738 bool = l >= 0 - for yyj1738 := 0; ; yyj1738++ { - if yyhl1738 { - if yyj1738 >= l { + var yys1783Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1783Slc + var yyhl1783 bool = l >= 0 + for yyj1783 := 0; ; yyj1783++ { + if yyhl1783 { + if yyj1783 >= l { break } } else { @@ -23696,10 +24086,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1738Slc = r.DecodeBytes(yys1738Slc, true, true) - yys1738 := string(yys1738Slc) + yys1783Slc = r.DecodeBytes(yys1783Slc, true, true) + yys1783 := string(yys1783Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1738 { + switch yys1783 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -23716,18 +24106,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1741 := &x.Values - yym1742 := z.DecBinary() - _ = yym1742 + yyv1786 := &x.Values + yym1787 := z.DecBinary() + _ = yym1787 if false { } else { - z.F.DecSliceStringX(yyv1741, false, d) + z.F.DecSliceStringX(yyv1786, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1738) - } // end switch yys1738 - } // end for yyj1738 + z.DecStructFieldNotFound(-1, yys1783) + } // end switch yys1783 + } // end for yyj1783 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23735,16 +24125,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1743 int - var yyb1743 bool - var yyhl1743 bool = l >= 0 - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + var yyj1788 int + var yyb1788 bool + var yyhl1788 bool = l >= 0 + yyj1788++ + if yyhl1788 { + yyb1788 = yyj1788 > l } else { - yyb1743 = r.CheckBreak() + yyb1788 = r.CheckBreak() } - if yyb1743 { + if yyb1788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23754,13 +24144,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + yyj1788++ + if yyhl1788 { + yyb1788 = yyj1788 > l } else { - yyb1743 = r.CheckBreak() + yyb1788 = r.CheckBreak() } - if yyb1743 { + if yyb1788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23770,13 +24160,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + yyj1788++ + if yyhl1788 { + yyb1788 = yyj1788 > l } else { - yyb1743 = r.CheckBreak() + yyb1788 = r.CheckBreak() } - if yyb1743 { + if yyb1788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23784,26 +24174,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1746 := &x.Values - yym1747 := z.DecBinary() - _ = yym1747 + yyv1791 := &x.Values + yym1792 := z.DecBinary() + _ = yym1792 if false { } else { - z.F.DecSliceStringX(yyv1746, false, d) + z.F.DecSliceStringX(yyv1791, false, d) } } for { - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + yyj1788++ + if yyhl1788 { + yyb1788 = yyj1788 > l } else { - yyb1743 = r.CheckBreak() + yyb1788 = r.CheckBreak() } - if yyb1743 { + if yyb1788 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1743-1, "") + z.DecStructFieldNotFound(yyj1788-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23812,8 +24202,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1748 := z.EncBinary() - _ = yym1748 + yym1793 := z.EncBinary() + _ = yym1793 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23825,8 +24215,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1749 := z.DecBinary() - _ = yym1749 + yym1794 := z.DecBinary() + _ = yym1794 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23841,35 +24231,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1750 := z.EncBinary() - _ = yym1750 + yym1795 := z.EncBinary() + _ = yym1795 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1751 := !z.EncBinary() - yy2arr1751 := z.EncBasicHandle().StructToArray - var yyq1751 [3]bool - _, _, _ = yysep1751, yyq1751, yy2arr1751 - const yyr1751 bool = false - yyq1751[0] = x.NodeAffinity != nil - yyq1751[1] = x.PodAffinity != nil - yyq1751[2] = x.PodAntiAffinity != nil - var yynn1751 int - if yyr1751 || yy2arr1751 { + yysep1796 := !z.EncBinary() + yy2arr1796 := z.EncBasicHandle().StructToArray + var yyq1796 [3]bool + _, _, _ = yysep1796, yyq1796, yy2arr1796 + const yyr1796 bool = false + yyq1796[0] = x.NodeAffinity != nil + yyq1796[1] = x.PodAffinity != nil + yyq1796[2] = x.PodAntiAffinity != nil + var yynn1796 int + if yyr1796 || yy2arr1796 { r.EncodeArrayStart(3) } else { - yynn1751 = 0 - for _, b := range yyq1751 { + yynn1796 = 0 + for _, b := range yyq1796 { if b { - yynn1751++ + yynn1796++ } } - r.EncodeMapStart(yynn1751) - yynn1751 = 0 + r.EncodeMapStart(yynn1796) + yynn1796 = 0 } - if yyr1751 || yy2arr1751 { + if yyr1796 || yy2arr1796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1751[0] { + if yyq1796[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -23879,7 +24269,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1751[0] { + if yyq1796[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23890,9 +24280,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1751 || yy2arr1751 { + if yyr1796 || yy2arr1796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1751[1] { + if yyq1796[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -23902,7 +24292,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1751[1] { + if yyq1796[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23913,9 +24303,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1751 || yy2arr1751 { + if yyr1796 || yy2arr1796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1751[2] { + if yyq1796[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -23925,7 +24315,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1751[2] { + if yyq1796[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23936,7 +24326,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1751 || yy2arr1751 { + if yyr1796 || yy2arr1796 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23949,25 +24339,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1755 := z.DecBinary() - _ = yym1755 + yym1800 := z.DecBinary() + _ = yym1800 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1756 := r.ContainerType() - if yyct1756 == codecSelferValueTypeMap1234 { - yyl1756 := r.ReadMapStart() - if yyl1756 == 0 { + yyct1801 := r.ContainerType() + if yyct1801 == codecSelferValueTypeMap1234 { + yyl1801 := r.ReadMapStart() + if yyl1801 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1756, d) + x.codecDecodeSelfFromMap(yyl1801, d) } - } else if yyct1756 == codecSelferValueTypeArray1234 { - yyl1756 := r.ReadArrayStart() - if yyl1756 == 0 { + } else if yyct1801 == codecSelferValueTypeArray1234 { + yyl1801 := r.ReadArrayStart() + if yyl1801 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1756, d) + x.codecDecodeSelfFromArray(yyl1801, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23979,12 +24369,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1757Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1757Slc - var yyhl1757 bool = l >= 0 - for yyj1757 := 0; ; yyj1757++ { - if yyhl1757 { - if yyj1757 >= l { + var yys1802Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1802Slc + var yyhl1802 bool = l >= 0 + for yyj1802 := 0; ; yyj1802++ { + if yyhl1802 { + if yyj1802 >= l { break } } else { @@ -23993,10 +24383,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1757Slc = r.DecodeBytes(yys1757Slc, true, true) - yys1757 := string(yys1757Slc) + yys1802Slc = r.DecodeBytes(yys1802Slc, true, true) + yys1802 := string(yys1802Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1757 { + switch yys1802 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -24031,9 +24421,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1757) - } // end switch yys1757 - } // end for yyj1757 + z.DecStructFieldNotFound(-1, yys1802) + } // end switch yys1802 + } // end for yyj1802 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24041,16 +24431,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1761 int - var yyb1761 bool - var yyhl1761 bool = l >= 0 - yyj1761++ - if yyhl1761 { - yyb1761 = yyj1761 > l + var yyj1806 int + var yyb1806 bool + var yyhl1806 bool = l >= 0 + yyj1806++ + if yyhl1806 { + yyb1806 = yyj1806 > l } else { - yyb1761 = r.CheckBreak() + yyb1806 = r.CheckBreak() } - if yyb1761 { + if yyb1806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24065,13 +24455,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1761++ - if yyhl1761 { - yyb1761 = yyj1761 > l + yyj1806++ + if yyhl1806 { + yyb1806 = yyj1806 > l } else { - yyb1761 = r.CheckBreak() + yyb1806 = r.CheckBreak() } - if yyb1761 { + if yyb1806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24086,13 +24476,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1761++ - if yyhl1761 { - yyb1761 = yyj1761 > l + yyj1806++ + if yyhl1806 { + yyb1806 = yyj1806 > l } else { - yyb1761 = r.CheckBreak() + yyb1806 = r.CheckBreak() } - if yyb1761 { + if yyb1806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24108,17 +24498,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1761++ - if yyhl1761 { - yyb1761 = yyj1761 > l + yyj1806++ + if yyhl1806 { + yyb1806 = yyj1806 > l } else { - yyb1761 = r.CheckBreak() + yyb1806 = r.CheckBreak() } - if yyb1761 { + if yyb1806 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1761-1, "") + z.DecStructFieldNotFound(yyj1806-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24130,39 +24520,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1765 := z.EncBinary() - _ = yym1765 + yym1810 := z.EncBinary() + _ = yym1810 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1766 := !z.EncBinary() - yy2arr1766 := z.EncBasicHandle().StructToArray - var yyq1766 [2]bool - _, _, _ = yysep1766, yyq1766, yy2arr1766 - const yyr1766 bool = false - yyq1766[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1766[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1766 int - if yyr1766 || yy2arr1766 { + yysep1811 := !z.EncBinary() + yy2arr1811 := z.EncBasicHandle().StructToArray + var yyq1811 [2]bool + _, _, _ = yysep1811, yyq1811, yy2arr1811 + const yyr1811 bool = false + yyq1811[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1811[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1811 int + if yyr1811 || yy2arr1811 { r.EncodeArrayStart(2) } else { - yynn1766 = 0 - for _, b := range yyq1766 { + yynn1811 = 0 + for _, b := range yyq1811 { if b { - yynn1766++ + yynn1811++ } } - r.EncodeMapStart(yynn1766) - yynn1766 = 0 + r.EncodeMapStart(yynn1811) + yynn1811 = 0 } - if yyr1766 || yy2arr1766 { + if yyr1811 || yy2arr1811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1766[0] { + if yyq1811[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1768 := z.EncBinary() - _ = yym1768 + yym1813 := z.EncBinary() + _ = yym1813 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24172,15 +24562,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1766[0] { + if yyq1811[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1769 := z.EncBinary() - _ = yym1769 + yym1814 := z.EncBinary() + _ = yym1814 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24188,14 +24578,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1766 || yy2arr1766 { + if yyr1811 || yy2arr1811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1766[1] { + if yyq1811[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1771 := z.EncBinary() - _ = yym1771 + yym1816 := z.EncBinary() + _ = yym1816 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24205,15 +24595,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1766[1] { + if yyq1811[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1772 := z.EncBinary() - _ = yym1772 + yym1817 := z.EncBinary() + _ = yym1817 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24221,7 +24611,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1766 || yy2arr1766 { + if yyr1811 || yy2arr1811 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24234,25 +24624,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1773 := z.DecBinary() - _ = yym1773 + yym1818 := z.DecBinary() + _ = yym1818 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1774 := r.ContainerType() - if yyct1774 == codecSelferValueTypeMap1234 { - yyl1774 := r.ReadMapStart() - if yyl1774 == 0 { + yyct1819 := r.ContainerType() + if yyct1819 == codecSelferValueTypeMap1234 { + yyl1819 := r.ReadMapStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1774, d) + x.codecDecodeSelfFromMap(yyl1819, d) } - } else if yyct1774 == codecSelferValueTypeArray1234 { - yyl1774 := r.ReadArrayStart() - if yyl1774 == 0 { + } else if yyct1819 == codecSelferValueTypeArray1234 { + yyl1819 := r.ReadArrayStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1774, d) + x.codecDecodeSelfFromArray(yyl1819, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24264,12 +24654,12 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1775Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1775Slc - var yyhl1775 bool = l >= 0 - for yyj1775 := 0; ; yyj1775++ { - if yyhl1775 { - if yyj1775 >= l { + var yys1820Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1820Slc + var yyhl1820 bool = l >= 0 + for yyj1820 := 0; ; yyj1820++ { + if yyhl1820 { + if yyj1820 >= l { break } } else { @@ -24278,38 +24668,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1775Slc = r.DecodeBytes(yys1775Slc, true, true) - yys1775 := string(yys1775Slc) + yys1820Slc = r.DecodeBytes(yys1820Slc, true, true) + yys1820 := string(yys1820Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1775 { + switch yys1820 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1776 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1777 := z.DecBinary() - _ = yym1777 + yyv1821 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1822 := z.DecBinary() + _ = yym1822 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1776), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1821), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1778 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1779 := z.DecBinary() - _ = yym1779 + yyv1823 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1824 := z.DecBinary() + _ = yym1824 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1778), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1823), d) } } default: - z.DecStructFieldNotFound(-1, yys1775) - } // end switch yys1775 - } // end for yyj1775 + z.DecStructFieldNotFound(-1, yys1820) + } // end switch yys1820 + } // end for yyj1820 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24317,16 +24707,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1780 int - var yyb1780 bool - var yyhl1780 bool = l >= 0 - yyj1780++ - if yyhl1780 { - yyb1780 = yyj1780 > l + var yyj1825 int + var yyb1825 bool + var yyhl1825 bool = l >= 0 + yyj1825++ + if yyhl1825 { + yyb1825 = yyj1825 > l } else { - yyb1780 = r.CheckBreak() + yyb1825 = r.CheckBreak() } - if yyb1780 { + if yyb1825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24334,21 +24724,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1781 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1782 := z.DecBinary() - _ = yym1782 + yyv1826 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1827 := z.DecBinary() + _ = yym1827 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1781), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1826), d) } } - yyj1780++ - if yyhl1780 { - yyb1780 = yyj1780 > l + yyj1825++ + if yyhl1825 { + yyb1825 = yyj1825 > l } else { - yyb1780 = r.CheckBreak() + yyb1825 = r.CheckBreak() } - if yyb1780 { + if yyb1825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24356,26 +24746,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1783 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1784 := z.DecBinary() - _ = yym1784 + yyv1828 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1829 := z.DecBinary() + _ = yym1829 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1783), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1828), d) } } for { - yyj1780++ - if yyhl1780 { - yyb1780 = yyj1780 > l + yyj1825++ + if yyhl1825 { + yyb1825 = yyj1825 > l } else { - yyb1780 = r.CheckBreak() + yyb1825 = r.CheckBreak() } - if yyb1780 { + if yyb1825 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1780-1, "") + z.DecStructFieldNotFound(yyj1825-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24387,39 +24777,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1785 := z.EncBinary() - _ = yym1785 + yym1830 := z.EncBinary() + _ = yym1830 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1786 := !z.EncBinary() - yy2arr1786 := z.EncBasicHandle().StructToArray - var yyq1786 [2]bool - _, _, _ = yysep1786, yyq1786, yy2arr1786 - const yyr1786 bool = false - yyq1786[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1786[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1786 int - if yyr1786 || yy2arr1786 { + yysep1831 := !z.EncBinary() + yy2arr1831 := z.EncBasicHandle().StructToArray + var yyq1831 [2]bool + _, _, _ = yysep1831, yyq1831, yy2arr1831 + const yyr1831 bool = false + yyq1831[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1831[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1831 int + if yyr1831 || yy2arr1831 { r.EncodeArrayStart(2) } else { - yynn1786 = 0 - for _, b := range yyq1786 { + yynn1831 = 0 + for _, b := range yyq1831 { if b { - yynn1786++ + yynn1831++ } } - r.EncodeMapStart(yynn1786) - yynn1786 = 0 + r.EncodeMapStart(yynn1831) + yynn1831 = 0 } - if yyr1786 || yy2arr1786 { + if yyr1831 || yy2arr1831 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1786[0] { + if yyq1831[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1788 := z.EncBinary() - _ = yym1788 + yym1833 := z.EncBinary() + _ = yym1833 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24429,15 +24819,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1786[0] { + if yyq1831[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1789 := z.EncBinary() - _ = yym1789 + yym1834 := z.EncBinary() + _ = yym1834 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24445,14 +24835,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1786 || yy2arr1786 { + if yyr1831 || yy2arr1831 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1786[1] { + if yyq1831[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1791 := z.EncBinary() - _ = yym1791 + yym1836 := z.EncBinary() + _ = yym1836 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24462,15 +24852,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1786[1] { + if yyq1831[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1792 := z.EncBinary() - _ = yym1792 + yym1837 := z.EncBinary() + _ = yym1837 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24478,7 +24868,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1786 || yy2arr1786 { + if yyr1831 || yy2arr1831 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24491,25 +24881,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1793 := z.DecBinary() - _ = yym1793 + yym1838 := z.DecBinary() + _ = yym1838 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1794 := r.ContainerType() - if yyct1794 == codecSelferValueTypeMap1234 { - yyl1794 := r.ReadMapStart() - if yyl1794 == 0 { + yyct1839 := r.ContainerType() + if yyct1839 == codecSelferValueTypeMap1234 { + yyl1839 := r.ReadMapStart() + if yyl1839 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1794, d) + x.codecDecodeSelfFromMap(yyl1839, d) } - } else if yyct1794 == codecSelferValueTypeArray1234 { - yyl1794 := r.ReadArrayStart() - if yyl1794 == 0 { + } else if yyct1839 == codecSelferValueTypeArray1234 { + yyl1839 := r.ReadArrayStart() + if yyl1839 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1794, d) + x.codecDecodeSelfFromArray(yyl1839, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24521,12 +24911,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1795Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1795Slc - var yyhl1795 bool = l >= 0 - for yyj1795 := 0; ; yyj1795++ { - if yyhl1795 { - if yyj1795 >= l { + var yys1840Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1840Slc + var yyhl1840 bool = l >= 0 + for yyj1840 := 0; ; yyj1840++ { + if yyhl1840 { + if yyj1840 >= l { break } } else { @@ -24535,38 +24925,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1795Slc = r.DecodeBytes(yys1795Slc, true, true) - yys1795 := string(yys1795Slc) + yys1840Slc = r.DecodeBytes(yys1840Slc, true, true) + yys1840 := string(yys1840Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1795 { + switch yys1840 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1796 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1797 := z.DecBinary() - _ = yym1797 + yyv1841 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1842 := z.DecBinary() + _ = yym1842 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1796), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1841), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1798 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1799 := z.DecBinary() - _ = yym1799 + yyv1843 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1844 := z.DecBinary() + _ = yym1844 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1798), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1843), d) } } default: - z.DecStructFieldNotFound(-1, yys1795) - } // end switch yys1795 - } // end for yyj1795 + z.DecStructFieldNotFound(-1, yys1840) + } // end switch yys1840 + } // end for yyj1840 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24574,16 +24964,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1800 int - var yyb1800 bool - var yyhl1800 bool = l >= 0 - yyj1800++ - if yyhl1800 { - yyb1800 = yyj1800 > l + var yyj1845 int + var yyb1845 bool + var yyhl1845 bool = l >= 0 + yyj1845++ + if yyhl1845 { + yyb1845 = yyj1845 > l } else { - yyb1800 = r.CheckBreak() + yyb1845 = r.CheckBreak() } - if yyb1800 { + if yyb1845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24591,21 +24981,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1801 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1802 := z.DecBinary() - _ = yym1802 + yyv1846 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1847 := z.DecBinary() + _ = yym1847 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1801), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1846), d) } } - yyj1800++ - if yyhl1800 { - yyb1800 = yyj1800 > l + yyj1845++ + if yyhl1845 { + yyb1845 = yyj1845 > l } else { - yyb1800 = r.CheckBreak() + yyb1845 = r.CheckBreak() } - if yyb1800 { + if yyb1845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24613,26 +25003,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1803 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1804 := z.DecBinary() - _ = yym1804 + yyv1848 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1849 := z.DecBinary() + _ = yym1849 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1803), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1848), d) } } for { - yyj1800++ - if yyhl1800 { - yyb1800 = yyj1800 > l + yyj1845++ + if yyhl1845 { + yyb1845 = yyj1845 > l } else { - yyb1800 = r.CheckBreak() + yyb1845 = r.CheckBreak() } - if yyb1800 { + if yyb1845 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1800-1, "") + z.DecStructFieldNotFound(yyj1845-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24644,33 +25034,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1805 := z.EncBinary() - _ = yym1805 + yym1850 := z.EncBinary() + _ = yym1850 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1806 := !z.EncBinary() - yy2arr1806 := z.EncBasicHandle().StructToArray - var yyq1806 [2]bool - _, _, _ = yysep1806, yyq1806, yy2arr1806 - const yyr1806 bool = false - var yynn1806 int - if yyr1806 || yy2arr1806 { + yysep1851 := !z.EncBinary() + yy2arr1851 := z.EncBasicHandle().StructToArray + var yyq1851 [2]bool + _, _, _ = yysep1851, yyq1851, yy2arr1851 + const yyr1851 bool = false + var yynn1851 int + if yyr1851 || yy2arr1851 { r.EncodeArrayStart(2) } else { - yynn1806 = 2 - for _, b := range yyq1806 { + yynn1851 = 2 + for _, b := range yyq1851 { if b { - yynn1806++ + yynn1851++ } } - r.EncodeMapStart(yynn1806) - yynn1806 = 0 + r.EncodeMapStart(yynn1851) + yynn1851 = 0 } - if yyr1806 || yy2arr1806 { + if yyr1851 || yy2arr1851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1808 := z.EncBinary() - _ = yym1808 + yym1853 := z.EncBinary() + _ = yym1853 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -24679,25 +25069,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1809 := z.EncBinary() - _ = yym1809 + yym1854 := z.EncBinary() + _ = yym1854 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1806 || yy2arr1806 { + if yyr1851 || yy2arr1851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1811 := &x.PodAffinityTerm - yy1811.CodecEncodeSelf(e) + yy1856 := &x.PodAffinityTerm + yy1856.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1812 := &x.PodAffinityTerm - yy1812.CodecEncodeSelf(e) + yy1857 := &x.PodAffinityTerm + yy1857.CodecEncodeSelf(e) } - if yyr1806 || yy2arr1806 { + if yyr1851 || yy2arr1851 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24710,25 +25100,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1813 := z.DecBinary() - _ = yym1813 + yym1858 := z.DecBinary() + _ = yym1858 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1814 := r.ContainerType() - if yyct1814 == codecSelferValueTypeMap1234 { - yyl1814 := r.ReadMapStart() - if yyl1814 == 0 { + yyct1859 := r.ContainerType() + if yyct1859 == codecSelferValueTypeMap1234 { + yyl1859 := r.ReadMapStart() + if yyl1859 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1814, d) + x.codecDecodeSelfFromMap(yyl1859, d) } - } else if yyct1814 == codecSelferValueTypeArray1234 { - yyl1814 := r.ReadArrayStart() - if yyl1814 == 0 { + } else if yyct1859 == codecSelferValueTypeArray1234 { + yyl1859 := r.ReadArrayStart() + if yyl1859 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1814, d) + x.codecDecodeSelfFromArray(yyl1859, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24740,12 +25130,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1815Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1815Slc - var yyhl1815 bool = l >= 0 - for yyj1815 := 0; ; yyj1815++ { - if yyhl1815 { - if yyj1815 >= l { + var yys1860Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1860Slc + var yyhl1860 bool = l >= 0 + for yyj1860 := 0; ; yyj1860++ { + if yyhl1860 { + if yyj1860 >= l { break } } else { @@ -24754,10 +25144,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1815Slc = r.DecodeBytes(yys1815Slc, true, true) - yys1815 := string(yys1815Slc) + yys1860Slc = r.DecodeBytes(yys1860Slc, true, true) + yys1860 := string(yys1860Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1815 { + switch yys1860 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -24768,13 +25158,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1817 := &x.PodAffinityTerm - yyv1817.CodecDecodeSelf(d) + yyv1862 := &x.PodAffinityTerm + yyv1862.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1815) - } // end switch yys1815 - } // end for yyj1815 + z.DecStructFieldNotFound(-1, yys1860) + } // end switch yys1860 + } // end for yyj1860 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24782,16 +25172,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1818 int - var yyb1818 bool - var yyhl1818 bool = l >= 0 - yyj1818++ - if yyhl1818 { - yyb1818 = yyj1818 > l + var yyj1863 int + var yyb1863 bool + var yyhl1863 bool = l >= 0 + yyj1863++ + if yyhl1863 { + yyb1863 = yyj1863 > l } else { - yyb1818 = r.CheckBreak() + yyb1863 = r.CheckBreak() } - if yyb1818 { + if yyb1863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24801,13 +25191,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1818++ - if yyhl1818 { - yyb1818 = yyj1818 > l + yyj1863++ + if yyhl1863 { + yyb1863 = yyj1863 > l } else { - yyb1818 = r.CheckBreak() + yyb1863 = r.CheckBreak() } - if yyb1818 { + if yyb1863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24815,21 +25205,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1820 := &x.PodAffinityTerm - yyv1820.CodecDecodeSelf(d) + yyv1865 := &x.PodAffinityTerm + yyv1865.CodecDecodeSelf(d) } for { - yyj1818++ - if yyhl1818 { - yyb1818 = yyj1818 > l + yyj1863++ + if yyhl1863 { + yyb1863 = yyj1863 > l } else { - yyb1818 = r.CheckBreak() + yyb1863 = r.CheckBreak() } - if yyb1818 { + if yyb1863 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1818-1, "") + z.DecStructFieldNotFound(yyj1863-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24841,39 +25231,39 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1821 := z.EncBinary() - _ = yym1821 + yym1866 := z.EncBinary() + _ = yym1866 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1822 := !z.EncBinary() - yy2arr1822 := z.EncBasicHandle().StructToArray - var yyq1822 [3]bool - _, _, _ = yysep1822, yyq1822, yy2arr1822 - const yyr1822 bool = false - yyq1822[0] = x.LabelSelector != nil - yyq1822[2] = x.TopologyKey != "" - var yynn1822 int - if yyr1822 || yy2arr1822 { + yysep1867 := !z.EncBinary() + yy2arr1867 := z.EncBasicHandle().StructToArray + var yyq1867 [3]bool + _, _, _ = yysep1867, yyq1867, yy2arr1867 + const yyr1867 bool = false + yyq1867[0] = x.LabelSelector != nil + yyq1867[2] = x.TopologyKey != "" + var yynn1867 int + if yyr1867 || yy2arr1867 { r.EncodeArrayStart(3) } else { - yynn1822 = 1 - for _, b := range yyq1822 { + yynn1867 = 1 + for _, b := range yyq1867 { if b { - yynn1822++ + yynn1867++ } } - r.EncodeMapStart(yynn1822) - yynn1822 = 0 + r.EncodeMapStart(yynn1867) + yynn1867 = 0 } - if yyr1822 || yy2arr1822 { + if yyr1867 || yy2arr1867 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1822[0] { + if yyq1867[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1824 := z.EncBinary() - _ = yym1824 + yym1869 := z.EncBinary() + _ = yym1869 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -24884,15 +25274,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1822[0] { + if yyq1867[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1825 := z.EncBinary() - _ = yym1825 + yym1870 := z.EncBinary() + _ = yym1870 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -24901,13 +25291,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1822 || yy2arr1822 { + if yyr1867 || yy2arr1867 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1827 := z.EncBinary() - _ = yym1827 + yym1872 := z.EncBinary() + _ = yym1872 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -24920,19 +25310,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1828 := z.EncBinary() - _ = yym1828 + yym1873 := z.EncBinary() + _ = yym1873 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1822 || yy2arr1822 { + if yyr1867 || yy2arr1867 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1822[2] { - yym1830 := z.EncBinary() - _ = yym1830 + if yyq1867[2] { + yym1875 := z.EncBinary() + _ = yym1875 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -24941,19 +25331,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1822[2] { + if yyq1867[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1831 := z.EncBinary() - _ = yym1831 + yym1876 := z.EncBinary() + _ = yym1876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1822 || yy2arr1822 { + if yyr1867 || yy2arr1867 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24966,25 +25356,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1832 := z.DecBinary() - _ = yym1832 + yym1877 := z.DecBinary() + _ = yym1877 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1833 := r.ContainerType() - if yyct1833 == codecSelferValueTypeMap1234 { - yyl1833 := r.ReadMapStart() - if yyl1833 == 0 { + yyct1878 := r.ContainerType() + if yyct1878 == codecSelferValueTypeMap1234 { + yyl1878 := r.ReadMapStart() + if yyl1878 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1833, d) + x.codecDecodeSelfFromMap(yyl1878, d) } - } else if yyct1833 == codecSelferValueTypeArray1234 { - yyl1833 := r.ReadArrayStart() - if yyl1833 == 0 { + } else if yyct1878 == codecSelferValueTypeArray1234 { + yyl1878 := r.ReadArrayStart() + if yyl1878 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1833, d) + x.codecDecodeSelfFromArray(yyl1878, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24996,12 +25386,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1834Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1834Slc - var yyhl1834 bool = l >= 0 - for yyj1834 := 0; ; yyj1834++ { - if yyhl1834 { - if yyj1834 >= l { + var yys1879Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1879Slc + var yyhl1879 bool = l >= 0 + for yyj1879 := 0; ; yyj1879++ { + if yyhl1879 { + if yyj1879 >= l { break } } else { @@ -25010,10 +25400,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1834Slc = r.DecodeBytes(yys1834Slc, true, true) - yys1834 := string(yys1834Slc) + yys1879Slc = r.DecodeBytes(yys1879Slc, true, true) + yys1879 := string(yys1879Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1834 { + switch yys1879 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -25023,8 +25413,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1836 := z.DecBinary() - _ = yym1836 + yym1881 := z.DecBinary() + _ = yym1881 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -25035,12 +25425,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1837 := &x.Namespaces - yym1838 := z.DecBinary() - _ = yym1838 + yyv1882 := &x.Namespaces + yym1883 := z.DecBinary() + _ = yym1883 if false { } else { - z.F.DecSliceStringX(yyv1837, false, d) + z.F.DecSliceStringX(yyv1882, false, d) } } case "topologyKey": @@ -25050,9 +25440,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1834) - } // end switch yys1834 - } // end for yyj1834 + z.DecStructFieldNotFound(-1, yys1879) + } // end switch yys1879 + } // end for yyj1879 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25060,16 +25450,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1840 int - var yyb1840 bool - var yyhl1840 bool = l >= 0 - yyj1840++ - if yyhl1840 { - yyb1840 = yyj1840 > l + var yyj1885 int + var yyb1885 bool + var yyhl1885 bool = l >= 0 + yyj1885++ + if yyhl1885 { + yyb1885 = yyj1885 > l } else { - yyb1840 = r.CheckBreak() + yyb1885 = r.CheckBreak() } - if yyb1840 { + if yyb1885 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25082,21 +25472,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1842 := z.DecBinary() - _ = yym1842 + yym1887 := z.DecBinary() + _ = yym1887 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1840++ - if yyhl1840 { - yyb1840 = yyj1840 > l + yyj1885++ + if yyhl1885 { + yyb1885 = yyj1885 > l } else { - yyb1840 = r.CheckBreak() + yyb1885 = r.CheckBreak() } - if yyb1840 { + if yyb1885 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25104,21 +25494,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1843 := &x.Namespaces - yym1844 := z.DecBinary() - _ = yym1844 + yyv1888 := &x.Namespaces + yym1889 := z.DecBinary() + _ = yym1889 if false { } else { - z.F.DecSliceStringX(yyv1843, false, d) + z.F.DecSliceStringX(yyv1888, false, d) } } - yyj1840++ - if yyhl1840 { - yyb1840 = yyj1840 > l + yyj1885++ + if yyhl1885 { + yyb1885 = yyj1885 > l } else { - yyb1840 = r.CheckBreak() + yyb1885 = r.CheckBreak() } - if yyb1840 { + if yyb1885 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25129,17 +25519,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1840++ - if yyhl1840 { - yyb1840 = yyj1840 > l + yyj1885++ + if yyhl1885 { + yyb1885 = yyj1885 > l } else { - yyb1840 = r.CheckBreak() + yyb1885 = r.CheckBreak() } - if yyb1840 { + if yyb1885 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1840-1, "") + z.DecStructFieldNotFound(yyj1885-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25151,34 +25541,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1846 := z.EncBinary() - _ = yym1846 + yym1891 := z.EncBinary() + _ = yym1891 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1847 := !z.EncBinary() - yy2arr1847 := z.EncBasicHandle().StructToArray - var yyq1847 [2]bool - _, _, _ = yysep1847, yyq1847, yy2arr1847 - const yyr1847 bool = false - yyq1847[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1847[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1847 int - if yyr1847 || yy2arr1847 { + yysep1892 := !z.EncBinary() + yy2arr1892 := z.EncBasicHandle().StructToArray + var yyq1892 [2]bool + _, _, _ = yysep1892, yyq1892, yy2arr1892 + const yyr1892 bool = false + yyq1892[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq1892[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1892 int + if yyr1892 || yy2arr1892 { r.EncodeArrayStart(2) } else { - yynn1847 = 0 - for _, b := range yyq1847 { + yynn1892 = 0 + for _, b := range yyq1892 { if b { - yynn1847++ + yynn1892++ } } - r.EncodeMapStart(yynn1847) - yynn1847 = 0 + r.EncodeMapStart(yynn1892) + yynn1892 = 0 } - if yyr1847 || yy2arr1847 { + if yyr1892 || yy2arr1892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1847[0] { + if yyq1892[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -25188,7 +25578,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1847[0] { + if yyq1892[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25199,14 +25589,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1847 || yy2arr1847 { + if yyr1892 || yy2arr1892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1847[1] { + if yyq1892[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1850 := z.EncBinary() - _ = yym1850 + yym1895 := z.EncBinary() + _ = yym1895 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25216,15 +25606,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1847[1] { + if yyq1892[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1851 := z.EncBinary() - _ = yym1851 + yym1896 := z.EncBinary() + _ = yym1896 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25232,7 +25622,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1847 || yy2arr1847 { + if yyr1892 || yy2arr1892 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25245,25 +25635,25 @@ func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1852 := z.DecBinary() - _ = yym1852 + yym1897 := z.DecBinary() + _ = yym1897 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1853 := r.ContainerType() - if yyct1853 == codecSelferValueTypeMap1234 { - yyl1853 := r.ReadMapStart() - if yyl1853 == 0 { + yyct1898 := r.ContainerType() + if yyct1898 == codecSelferValueTypeMap1234 { + yyl1898 := r.ReadMapStart() + if yyl1898 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1853, d) + x.codecDecodeSelfFromMap(yyl1898, d) } - } else if yyct1853 == codecSelferValueTypeArray1234 { - yyl1853 := r.ReadArrayStart() - if yyl1853 == 0 { + } else if yyct1898 == codecSelferValueTypeArray1234 { + yyl1898 := r.ReadArrayStart() + if yyl1898 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1853, d) + x.codecDecodeSelfFromArray(yyl1898, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25275,12 +25665,12 @@ func (x *NodeAffinity) 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 yys1899Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1899Slc + var yyhl1899 bool = l >= 0 + for yyj1899 := 0; ; yyj1899++ { + if yyhl1899 { + if yyj1899 >= l { break } } else { @@ -25289,10 +25679,10 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1854Slc = r.DecodeBytes(yys1854Slc, true, true) - yys1854 := string(yys1854Slc) + yys1899Slc = r.DecodeBytes(yys1899Slc, true, true) + yys1899 := string(yys1899Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1854 { + switch yys1899 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -25308,18 +25698,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1856 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1857 := z.DecBinary() - _ = yym1857 + yyv1901 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1902 := z.DecBinary() + _ = yym1902 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1856), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1901), d) } } default: - z.DecStructFieldNotFound(-1, yys1854) - } // end switch yys1854 - } // end for yyj1854 + z.DecStructFieldNotFound(-1, yys1899) + } // end switch yys1899 + } // end for yyj1899 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25327,16 +25717,16 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1858 int - var yyb1858 bool - var yyhl1858 bool = l >= 0 - yyj1858++ - if yyhl1858 { - yyb1858 = yyj1858 > l + var yyj1903 int + var yyb1903 bool + var yyhl1903 bool = l >= 0 + yyj1903++ + if yyhl1903 { + yyb1903 = yyj1903 > l } else { - yyb1858 = r.CheckBreak() + yyb1903 = r.CheckBreak() } - if yyb1858 { + if yyb1903 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25351,13 +25741,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj1858++ - if yyhl1858 { - yyb1858 = yyj1858 > l + yyj1903++ + if yyhl1903 { + yyb1903 = yyj1903 > l } else { - yyb1858 = r.CheckBreak() + yyb1903 = r.CheckBreak() } - if yyb1858 { + if yyb1903 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25365,26 +25755,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1860 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1861 := z.DecBinary() - _ = yym1861 + yyv1905 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1906 := z.DecBinary() + _ = yym1906 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1860), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1905), d) } } for { - yyj1858++ - if yyhl1858 { - yyb1858 = yyj1858 > l + yyj1903++ + if yyhl1903 { + yyb1903 = yyj1903 > l } else { - yyb1858 = r.CheckBreak() + yyb1903 = r.CheckBreak() } - if yyb1858 { + if yyb1903 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1858-1, "") + z.DecStructFieldNotFound(yyj1903-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25396,33 +25786,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1862 := z.EncBinary() - _ = yym1862 + yym1907 := z.EncBinary() + _ = yym1907 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1863 := !z.EncBinary() - yy2arr1863 := z.EncBasicHandle().StructToArray - var yyq1863 [2]bool - _, _, _ = yysep1863, yyq1863, yy2arr1863 - const yyr1863 bool = false - var yynn1863 int - if yyr1863 || yy2arr1863 { + yysep1908 := !z.EncBinary() + yy2arr1908 := z.EncBasicHandle().StructToArray + var yyq1908 [2]bool + _, _, _ = yysep1908, yyq1908, yy2arr1908 + const yyr1908 bool = false + var yynn1908 int + if yyr1908 || yy2arr1908 { r.EncodeArrayStart(2) } else { - yynn1863 = 2 - for _, b := range yyq1863 { + yynn1908 = 2 + for _, b := range yyq1908 { if b { - yynn1863++ + yynn1908++ } } - r.EncodeMapStart(yynn1863) - yynn1863 = 0 + r.EncodeMapStart(yynn1908) + yynn1908 = 0 } - if yyr1863 || yy2arr1863 { + if yyr1908 || yy2arr1908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1865 := z.EncBinary() - _ = yym1865 + yym1910 := z.EncBinary() + _ = yym1910 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -25431,25 +25821,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1866 := z.EncBinary() - _ = yym1866 + yym1911 := z.EncBinary() + _ = yym1911 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1863 || yy2arr1863 { + if yyr1908 || yy2arr1908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1868 := &x.Preference - yy1868.CodecEncodeSelf(e) + yy1913 := &x.Preference + yy1913.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1869 := &x.Preference - yy1869.CodecEncodeSelf(e) + yy1914 := &x.Preference + yy1914.CodecEncodeSelf(e) } - if yyr1863 || yy2arr1863 { + if yyr1908 || yy2arr1908 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25462,25 +25852,25 @@ func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1870 := z.DecBinary() - _ = yym1870 + yym1915 := z.DecBinary() + _ = yym1915 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1871 := r.ContainerType() - if yyct1871 == codecSelferValueTypeMap1234 { - yyl1871 := r.ReadMapStart() - if yyl1871 == 0 { + yyct1916 := r.ContainerType() + if yyct1916 == codecSelferValueTypeMap1234 { + yyl1916 := r.ReadMapStart() + if yyl1916 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1871, d) + x.codecDecodeSelfFromMap(yyl1916, d) } - } else if yyct1871 == codecSelferValueTypeArray1234 { - yyl1871 := r.ReadArrayStart() - if yyl1871 == 0 { + } else if yyct1916 == codecSelferValueTypeArray1234 { + yyl1916 := r.ReadArrayStart() + if yyl1916 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1871, d) + x.codecDecodeSelfFromArray(yyl1916, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25492,12 +25882,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1872Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1872Slc - var yyhl1872 bool = l >= 0 - for yyj1872 := 0; ; yyj1872++ { - if yyhl1872 { - if yyj1872 >= l { + var yys1917Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1917Slc + var yyhl1917 bool = l >= 0 + for yyj1917 := 0; ; yyj1917++ { + if yyhl1917 { + if yyj1917 >= l { break } } else { @@ -25506,10 +25896,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1872Slc = r.DecodeBytes(yys1872Slc, true, true) - yys1872 := string(yys1872Slc) + yys1917Slc = r.DecodeBytes(yys1917Slc, true, true) + yys1917 := string(yys1917Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1872 { + switch yys1917 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -25520,13 +25910,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1874 := &x.Preference - yyv1874.CodecDecodeSelf(d) + yyv1919 := &x.Preference + yyv1919.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1872) - } // end switch yys1872 - } // end for yyj1872 + z.DecStructFieldNotFound(-1, yys1917) + } // end switch yys1917 + } // end for yyj1917 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25534,16 +25924,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1875 int - var yyb1875 bool - var yyhl1875 bool = l >= 0 - yyj1875++ - if yyhl1875 { - yyb1875 = yyj1875 > l + var yyj1920 int + var yyb1920 bool + var yyhl1920 bool = l >= 0 + yyj1920++ + if yyhl1920 { + yyb1920 = yyj1920 > l } else { - yyb1875 = r.CheckBreak() + yyb1920 = r.CheckBreak() } - if yyb1875 { + if yyb1920 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25553,13 +25943,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1875++ - if yyhl1875 { - yyb1875 = yyj1875 > l + yyj1920++ + if yyhl1920 { + yyb1920 = yyj1920 > l } else { - yyb1875 = r.CheckBreak() + yyb1920 = r.CheckBreak() } - if yyb1875 { + if yyb1920 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25567,21 +25957,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1877 := &x.Preference - yyv1877.CodecDecodeSelf(d) + yyv1922 := &x.Preference + yyv1922.CodecDecodeSelf(d) } for { - yyj1875++ - if yyhl1875 { - yyb1875 = yyj1875 > l + yyj1920++ + if yyhl1920 { + yyb1920 = yyj1920 > l } else { - yyb1875 = r.CheckBreak() + yyb1920 = r.CheckBreak() } - if yyb1875 { + if yyb1920 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1875-1, "") + z.DecStructFieldNotFound(yyj1920-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25593,34 +25983,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1878 := z.EncBinary() - _ = yym1878 + yym1923 := z.EncBinary() + _ = yym1923 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1879 := !z.EncBinary() - yy2arr1879 := z.EncBasicHandle().StructToArray - var yyq1879 [3]bool - _, _, _ = yysep1879, yyq1879, yy2arr1879 - const yyr1879 bool = false - yyq1879[1] = x.Value != "" - var yynn1879 int - if yyr1879 || yy2arr1879 { + yysep1924 := !z.EncBinary() + yy2arr1924 := z.EncBasicHandle().StructToArray + var yyq1924 [3]bool + _, _, _ = yysep1924, yyq1924, yy2arr1924 + const yyr1924 bool = false + yyq1924[1] = x.Value != "" + var yynn1924 int + if yyr1924 || yy2arr1924 { r.EncodeArrayStart(3) } else { - yynn1879 = 2 - for _, b := range yyq1879 { + yynn1924 = 2 + for _, b := range yyq1924 { if b { - yynn1879++ + yynn1924++ } } - r.EncodeMapStart(yynn1879) - yynn1879 = 0 + r.EncodeMapStart(yynn1924) + yynn1924 = 0 } - if yyr1879 || yy2arr1879 { + if yyr1924 || yy2arr1924 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1881 := z.EncBinary() - _ = yym1881 + yym1926 := z.EncBinary() + _ = yym1926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -25629,18 +26019,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1882 := z.EncBinary() - _ = yym1882 + yym1927 := z.EncBinary() + _ = yym1927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1879 || yy2arr1879 { + if yyr1924 || yy2arr1924 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1879[1] { - yym1884 := z.EncBinary() - _ = yym1884 + if yyq1924[1] { + yym1929 := z.EncBinary() + _ = yym1929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -25649,19 +26039,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1879[1] { + if yyq1924[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1885 := z.EncBinary() - _ = yym1885 + yym1930 := z.EncBinary() + _ = yym1930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1879 || yy2arr1879 { + if yyr1924 || yy2arr1924 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -25670,7 +26060,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr1879 || yy2arr1879 { + if yyr1924 || yy2arr1924 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25683,25 +26073,25 @@ func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1887 := z.DecBinary() - _ = yym1887 + yym1932 := z.DecBinary() + _ = yym1932 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1888 := r.ContainerType() - if yyct1888 == codecSelferValueTypeMap1234 { - yyl1888 := r.ReadMapStart() - if yyl1888 == 0 { + yyct1933 := r.ContainerType() + if yyct1933 == codecSelferValueTypeMap1234 { + yyl1933 := r.ReadMapStart() + if yyl1933 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1888, d) + x.codecDecodeSelfFromMap(yyl1933, d) } - } else if yyct1888 == codecSelferValueTypeArray1234 { - yyl1888 := r.ReadArrayStart() - if yyl1888 == 0 { + } else if yyct1933 == codecSelferValueTypeArray1234 { + yyl1933 := r.ReadArrayStart() + if yyl1933 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1888, d) + x.codecDecodeSelfFromArray(yyl1933, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25713,12 +26103,12 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1889Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1889Slc - var yyhl1889 bool = l >= 0 - for yyj1889 := 0; ; yyj1889++ { - if yyhl1889 { - if yyj1889 >= l { + var yys1934Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1934Slc + var yyhl1934 bool = l >= 0 + for yyj1934 := 0; ; yyj1934++ { + if yyhl1934 { + if yyj1934 >= l { break } } else { @@ -25727,10 +26117,10 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1889Slc = r.DecodeBytes(yys1889Slc, true, true) - yys1889 := string(yys1889Slc) + yys1934Slc = r.DecodeBytes(yys1934Slc, true, true) + yys1934 := string(yys1934Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1889 { + switch yys1934 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -25750,9 +26140,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1889) - } // end switch yys1889 - } // end for yyj1889 + z.DecStructFieldNotFound(-1, yys1934) + } // end switch yys1934 + } // end for yyj1934 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25760,16 +26150,16 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1893 int - var yyb1893 bool - var yyhl1893 bool = l >= 0 - yyj1893++ - if yyhl1893 { - yyb1893 = yyj1893 > l + var yyj1938 int + var yyb1938 bool + var yyhl1938 bool = l >= 0 + yyj1938++ + if yyhl1938 { + yyb1938 = yyj1938 > l } else { - yyb1893 = r.CheckBreak() + yyb1938 = r.CheckBreak() } - if yyb1893 { + if yyb1938 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25779,13 +26169,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1893++ - if yyhl1893 { - yyb1893 = yyj1893 > l + yyj1938++ + if yyhl1938 { + yyb1938 = yyj1938 > l } else { - yyb1893 = r.CheckBreak() + yyb1938 = r.CheckBreak() } - if yyb1893 { + if yyb1938 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25795,13 +26185,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1893++ - if yyhl1893 { - yyb1893 = yyj1893 > l + yyj1938++ + if yyhl1938 { + yyb1938 = yyj1938 > l } else { - yyb1893 = r.CheckBreak() + yyb1938 = r.CheckBreak() } - if yyb1893 { + if yyb1938 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25812,17 +26202,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1893++ - if yyhl1893 { - yyb1893 = yyj1893 > l + yyj1938++ + if yyhl1938 { + yyb1938 = yyj1938 > l } else { - yyb1893 = r.CheckBreak() + yyb1938 = r.CheckBreak() } - if yyb1893 { + if yyb1938 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1893-1, "") + z.DecStructFieldNotFound(yyj1938-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25831,8 +26221,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1897 := z.EncBinary() - _ = yym1897 + yym1942 := z.EncBinary() + _ = yym1942 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25844,8 +26234,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1898 := z.DecBinary() - _ = yym1898 + yym1943 := z.DecBinary() + _ = yym1943 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25860,38 +26250,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1899 := z.EncBinary() - _ = yym1899 + yym1944 := z.EncBinary() + _ = yym1944 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1900 := !z.EncBinary() - yy2arr1900 := z.EncBasicHandle().StructToArray - var yyq1900 [4]bool - _, _, _ = yysep1900, yyq1900, yy2arr1900 - const yyr1900 bool = false - yyq1900[0] = x.Key != "" - yyq1900[1] = x.Operator != "" - yyq1900[2] = x.Value != "" - yyq1900[3] = x.Effect != "" - var yynn1900 int - if yyr1900 || yy2arr1900 { + yysep1945 := !z.EncBinary() + yy2arr1945 := z.EncBasicHandle().StructToArray + var yyq1945 [4]bool + _, _, _ = yysep1945, yyq1945, yy2arr1945 + const yyr1945 bool = false + yyq1945[0] = x.Key != "" + yyq1945[1] = x.Operator != "" + yyq1945[2] = x.Value != "" + yyq1945[3] = x.Effect != "" + var yynn1945 int + if yyr1945 || yy2arr1945 { r.EncodeArrayStart(4) } else { - yynn1900 = 0 - for _, b := range yyq1900 { + yynn1945 = 0 + for _, b := range yyq1945 { if b { - yynn1900++ + yynn1945++ } } - r.EncodeMapStart(yynn1900) - yynn1900 = 0 + r.EncodeMapStart(yynn1945) + yynn1945 = 0 } - if yyr1900 || yy2arr1900 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1900[0] { - yym1902 := z.EncBinary() - _ = yym1902 + if yyq1945[0] { + yym1947 := z.EncBinary() + _ = yym1947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -25900,38 +26290,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1900[0] { + if yyq1945[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1903 := z.EncBinary() - _ = yym1903 + yym1948 := z.EncBinary() + _ = yym1948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr1900 || yy2arr1900 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1900[1] { + if yyq1945[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1900[1] { + if yyq1945[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr1900 || yy2arr1900 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1900[2] { - yym1906 := z.EncBinary() - _ = yym1906 + if yyq1945[2] { + yym1951 := z.EncBinary() + _ = yym1951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -25940,34 +26330,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1900[2] { + if yyq1945[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1907 := z.EncBinary() - _ = yym1907 + yym1952 := z.EncBinary() + _ = yym1952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1900 || yy2arr1900 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1900[3] { + if yyq1945[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1900[3] { + if yyq1945[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr1900 || yy2arr1900 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25980,25 +26370,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1909 := z.DecBinary() - _ = yym1909 + yym1954 := z.DecBinary() + _ = yym1954 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1910 := r.ContainerType() - if yyct1910 == codecSelferValueTypeMap1234 { - yyl1910 := r.ReadMapStart() - if yyl1910 == 0 { + yyct1955 := r.ContainerType() + if yyct1955 == codecSelferValueTypeMap1234 { + yyl1955 := r.ReadMapStart() + if yyl1955 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1910, d) + x.codecDecodeSelfFromMap(yyl1955, d) } - } else if yyct1910 == codecSelferValueTypeArray1234 { - yyl1910 := r.ReadArrayStart() - if yyl1910 == 0 { + } else if yyct1955 == codecSelferValueTypeArray1234 { + yyl1955 := r.ReadArrayStart() + if yyl1955 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1910, d) + x.codecDecodeSelfFromArray(yyl1955, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26010,12 +26400,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1911Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1911Slc - var yyhl1911 bool = l >= 0 - for yyj1911 := 0; ; yyj1911++ { - if yyhl1911 { - if yyj1911 >= l { + var yys1956Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1956Slc + var yyhl1956 bool = l >= 0 + for yyj1956 := 0; ; yyj1956++ { + if yyhl1956 { + if yyj1956 >= l { break } } else { @@ -26024,10 +26414,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1911Slc = r.DecodeBytes(yys1911Slc, true, true) - yys1911 := string(yys1911Slc) + yys1956Slc = r.DecodeBytes(yys1956Slc, true, true) + yys1956 := string(yys1956Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1911 { + switch yys1956 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -26053,9 +26443,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1911) - } // end switch yys1911 - } // end for yyj1911 + z.DecStructFieldNotFound(-1, yys1956) + } // end switch yys1956 + } // end for yyj1956 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26063,16 +26453,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1916 int - var yyb1916 bool - var yyhl1916 bool = l >= 0 - yyj1916++ - if yyhl1916 { - yyb1916 = yyj1916 > l + var yyj1961 int + var yyb1961 bool + var yyhl1961 bool = l >= 0 + yyj1961++ + if yyhl1961 { + yyb1961 = yyj1961 > l } else { - yyb1916 = r.CheckBreak() + yyb1961 = r.CheckBreak() } - if yyb1916 { + if yyb1961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26082,13 +26472,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1916++ - if yyhl1916 { - yyb1916 = yyj1916 > l + yyj1961++ + if yyhl1961 { + yyb1961 = yyj1961 > l } else { - yyb1916 = r.CheckBreak() + yyb1961 = r.CheckBreak() } - if yyb1916 { + if yyb1961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26098,13 +26488,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj1916++ - if yyhl1916 { - yyb1916 = yyj1916 > l + yyj1961++ + if yyhl1961 { + yyb1961 = yyj1961 > l } else { - yyb1916 = r.CheckBreak() + yyb1961 = r.CheckBreak() } - if yyb1916 { + if yyb1961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26114,13 +26504,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1916++ - if yyhl1916 { - yyb1916 = yyj1916 > l + yyj1961++ + if yyhl1961 { + yyb1961 = yyj1961 > l } else { - yyb1916 = r.CheckBreak() + yyb1961 = r.CheckBreak() } - if yyb1916 { + if yyb1961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26131,17 +26521,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1916++ - if yyhl1916 { - yyb1916 = yyj1916 > l + yyj1961++ + if yyhl1961 { + yyb1961 = yyj1961 > l } else { - yyb1916 = r.CheckBreak() + yyb1961 = r.CheckBreak() } - if yyb1916 { + if yyb1961 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1916-1, "") + z.DecStructFieldNotFound(yyj1961-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26150,8 +26540,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1921 := z.EncBinary() - _ = yym1921 + yym1966 := z.EncBinary() + _ = yym1966 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -26163,8 +26553,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1922 := z.DecBinary() - _ = yym1922 + yym1967 := z.DecBinary() + _ = yym1967 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -26179,46 +26569,46 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1923 := z.EncBinary() - _ = yym1923 + yym1968 := z.EncBinary() + _ = yym1968 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1924 := !z.EncBinary() - yy2arr1924 := z.EncBasicHandle().StructToArray - var yyq1924 [13]bool - _, _, _ = yysep1924, yyq1924, yy2arr1924 - const yyr1924 bool = false - yyq1924[2] = x.RestartPolicy != "" - yyq1924[3] = x.TerminationGracePeriodSeconds != nil - yyq1924[4] = x.ActiveDeadlineSeconds != nil - yyq1924[5] = x.DNSPolicy != "" - yyq1924[6] = len(x.NodeSelector) != 0 - yyq1924[8] = x.NodeName != "" - yyq1924[9] = x.SecurityContext != nil - yyq1924[10] = len(x.ImagePullSecrets) != 0 - yyq1924[11] = x.Hostname != "" - yyq1924[12] = x.Subdomain != "" - var yynn1924 int - if yyr1924 || yy2arr1924 { + yysep1969 := !z.EncBinary() + yy2arr1969 := z.EncBasicHandle().StructToArray + var yyq1969 [13]bool + _, _, _ = yysep1969, yyq1969, yy2arr1969 + const yyr1969 bool = false + yyq1969[2] = x.RestartPolicy != "" + yyq1969[3] = x.TerminationGracePeriodSeconds != nil + yyq1969[4] = x.ActiveDeadlineSeconds != nil + yyq1969[5] = x.DNSPolicy != "" + yyq1969[6] = len(x.NodeSelector) != 0 + yyq1969[8] = x.NodeName != "" + yyq1969[9] = x.SecurityContext != nil + yyq1969[10] = len(x.ImagePullSecrets) != 0 + yyq1969[11] = x.Hostname != "" + yyq1969[12] = x.Subdomain != "" + var yynn1969 int + if yyr1969 || yy2arr1969 { r.EncodeArrayStart(13) } else { - yynn1924 = 3 - for _, b := range yyq1924 { + yynn1969 = 3 + for _, b := range yyq1969 { if b { - yynn1924++ + yynn1969++ } } - r.EncodeMapStart(yynn1924) - yynn1924 = 0 + r.EncodeMapStart(yynn1969) + yynn1969 = 0 } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1926 := z.EncBinary() - _ = yym1926 + yym1971 := z.EncBinary() + _ = yym1971 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -26231,21 +26621,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Volumes == nil { r.EncodeNil() } else { - yym1927 := z.EncBinary() - _ = yym1927 + yym1972 := z.EncBinary() + _ = yym1972 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1929 := z.EncBinary() - _ = yym1929 + yym1974 := z.EncBinary() + _ = yym1974 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -26258,122 +26648,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1930 := z.EncBinary() - _ = yym1930 + yym1975 := z.EncBinary() + _ = yym1975 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[2] { + if yyq1969[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1924[2] { + if yyq1969[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[3] { + if yyq1969[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1933 := *x.TerminationGracePeriodSeconds - yym1934 := z.EncBinary() - _ = yym1934 + yy1978 := *x.TerminationGracePeriodSeconds + yym1979 := z.EncBinary() + _ = yym1979 if false { } else { - r.EncodeInt(int64(yy1933)) + r.EncodeInt(int64(yy1978)) } } } else { r.EncodeNil() } } else { - if yyq1924[3] { + if yyq1969[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1935 := *x.TerminationGracePeriodSeconds - yym1936 := z.EncBinary() - _ = yym1936 + yy1980 := *x.TerminationGracePeriodSeconds + yym1981 := z.EncBinary() + _ = yym1981 if false { } else { - r.EncodeInt(int64(yy1935)) + r.EncodeInt(int64(yy1980)) } } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[4] { + if yyq1969[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1938 := *x.ActiveDeadlineSeconds - yym1939 := z.EncBinary() - _ = yym1939 + yy1983 := *x.ActiveDeadlineSeconds + yym1984 := z.EncBinary() + _ = yym1984 if false { } else { - r.EncodeInt(int64(yy1938)) + r.EncodeInt(int64(yy1983)) } } } else { r.EncodeNil() } } else { - if yyq1924[4] { + if yyq1969[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1940 := *x.ActiveDeadlineSeconds - yym1941 := z.EncBinary() - _ = yym1941 + yy1985 := *x.ActiveDeadlineSeconds + yym1986 := z.EncBinary() + _ = yym1986 if false { } else { - r.EncodeInt(int64(yy1940)) + r.EncodeInt(int64(yy1985)) } } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[5] { + if yyq1969[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1924[5] { + if yyq1969[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[6] { + if yyq1969[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1944 := z.EncBinary() - _ = yym1944 + yym1989 := z.EncBinary() + _ = yym1989 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -26383,15 +26773,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1924[6] { + if yyq1969[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1945 := z.EncBinary() - _ = yym1945 + yym1990 := z.EncBinary() + _ = yym1990 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -26399,10 +26789,10 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1947 := z.EncBinary() - _ = yym1947 + yym1992 := z.EncBinary() + _ = yym1992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -26411,18 +26801,18 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1948 := z.EncBinary() - _ = yym1948 + yym1993 := z.EncBinary() + _ = yym1993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[8] { - yym1950 := z.EncBinary() - _ = yym1950 + if yyq1969[8] { + yym1995 := z.EncBinary() + _ = yym1995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -26431,21 +26821,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1924[8] { + if yyq1969[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1951 := z.EncBinary() - _ = yym1951 + yym1996 := z.EncBinary() + _ = yym1996 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[9] { + if yyq1969[9] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -26455,7 +26845,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1924[9] { + if yyq1969[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -26466,14 +26856,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[10] { + if yyq1969[10] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1954 := z.EncBinary() - _ = yym1954 + yym1999 := z.EncBinary() + _ = yym1999 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26483,15 +26873,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1924[10] { + if yyq1969[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1955 := z.EncBinary() - _ = yym1955 + yym2000 := z.EncBinary() + _ = yym2000 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26499,11 +26889,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[11] { - yym1957 := z.EncBinary() - _ = yym1957 + if yyq1969[11] { + yym2002 := z.EncBinary() + _ = yym2002 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -26512,23 +26902,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1924[11] { + if yyq1969[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1958 := z.EncBinary() - _ = yym1958 + yym2003 := z.EncBinary() + _ = yym2003 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1924[12] { - yym1960 := z.EncBinary() - _ = yym1960 + if yyq1969[12] { + yym2005 := z.EncBinary() + _ = yym2005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -26537,19 +26927,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1924[12] { + if yyq1969[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1961 := z.EncBinary() - _ = yym1961 + yym2006 := z.EncBinary() + _ = yym2006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr1924 || yy2arr1924 { + if yyr1969 || yy2arr1969 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26562,25 +26952,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1962 := z.DecBinary() - _ = yym1962 + yym2007 := z.DecBinary() + _ = yym2007 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1963 := r.ContainerType() - if yyct1963 == codecSelferValueTypeMap1234 { - yyl1963 := r.ReadMapStart() - if yyl1963 == 0 { + yyct2008 := r.ContainerType() + if yyct2008 == codecSelferValueTypeMap1234 { + yyl2008 := r.ReadMapStart() + if yyl2008 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1963, d) + x.codecDecodeSelfFromMap(yyl2008, d) } - } else if yyct1963 == codecSelferValueTypeArray1234 { - yyl1963 := r.ReadArrayStart() - if yyl1963 == 0 { + } else if yyct2008 == codecSelferValueTypeArray1234 { + yyl2008 := r.ReadArrayStart() + if yyl2008 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1963, d) + x.codecDecodeSelfFromArray(yyl2008, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26592,12 +26982,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1964Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1964Slc - var yyhl1964 bool = l >= 0 - for yyj1964 := 0; ; yyj1964++ { - if yyhl1964 { - if yyj1964 >= l { + var yys2009Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2009Slc + var yyhl2009 bool = l >= 0 + for yyj2009 := 0; ; yyj2009++ { + if yyhl2009 { + if yyj2009 >= l { break } } else { @@ -26606,32 +26996,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1964Slc = r.DecodeBytes(yys1964Slc, true, true) - yys1964 := string(yys1964Slc) + yys2009Slc = r.DecodeBytes(yys2009Slc, true, true) + yys2009 := string(yys2009Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1964 { + switch yys2009 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1965 := &x.Volumes - yym1966 := z.DecBinary() - _ = yym1966 + yyv2010 := &x.Volumes + yym2011 := z.DecBinary() + _ = yym2011 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1965), d) + h.decSliceVolume((*[]Volume)(yyv2010), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1967 := &x.Containers - yym1968 := z.DecBinary() - _ = yym1968 + yyv2012 := &x.Containers + yym2013 := z.DecBinary() + _ = yym2013 if false { } else { - h.decSliceContainer((*[]Container)(yyv1967), d) + h.decSliceContainer((*[]Container)(yyv2012), d) } } case "restartPolicy": @@ -26649,8 +27039,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1971 := z.DecBinary() - _ = yym1971 + yym2016 := z.DecBinary() + _ = yym2016 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -26665,8 +27055,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1973 := z.DecBinary() - _ = yym1973 + yym2018 := z.DecBinary() + _ = yym2018 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -26682,12 +27072,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1975 := &x.NodeSelector - yym1976 := z.DecBinary() - _ = yym1976 + yyv2020 := &x.NodeSelector + yym2021 := z.DecBinary() + _ = yym2021 if false { } else { - z.F.DecMapStringStringX(yyv1975, false, d) + z.F.DecMapStringStringX(yyv2020, false, d) } } case "serviceAccountName": @@ -26717,12 +27107,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1980 := &x.ImagePullSecrets - yym1981 := z.DecBinary() - _ = yym1981 + yyv2025 := &x.ImagePullSecrets + yym2026 := z.DecBinary() + _ = yym2026 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1980), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2025), d) } } case "hostname": @@ -26738,9 +27128,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1964) - } // end switch yys1964 - } // end for yyj1964 + z.DecStructFieldNotFound(-1, yys2009) + } // end switch yys2009 + } // end for yyj2009 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26748,16 +27138,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1984 int - var yyb1984 bool - var yyhl1984 bool = l >= 0 - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + var yyj2029 int + var yyb2029 bool + var yyhl2029 bool = l >= 0 + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26765,21 +27155,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1985 := &x.Volumes - yym1986 := z.DecBinary() - _ = yym1986 + yyv2030 := &x.Volumes + yym2031 := z.DecBinary() + _ = yym2031 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1985), d) + h.decSliceVolume((*[]Volume)(yyv2030), d) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26787,21 +27177,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1987 := &x.Containers - yym1988 := z.DecBinary() - _ = yym1988 + yyv2032 := &x.Containers + yym2033 := z.DecBinary() + _ = yym2033 if false { } else { - h.decSliceContainer((*[]Container)(yyv1987), d) + h.decSliceContainer((*[]Container)(yyv2032), d) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26811,13 +27201,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26830,20 +27220,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1991 := z.DecBinary() - _ = yym1991 + yym2036 := z.DecBinary() + _ = yym2036 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26856,20 +27246,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1993 := z.DecBinary() - _ = yym1993 + yym2038 := z.DecBinary() + _ = yym2038 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26879,13 +27269,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26893,21 +27283,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1995 := &x.NodeSelector - yym1996 := z.DecBinary() - _ = yym1996 + yyv2040 := &x.NodeSelector + yym2041 := z.DecBinary() + _ = yym2041 if false { } else { - z.F.DecMapStringStringX(yyv1995, false, d) + z.F.DecMapStringStringX(yyv2040, false, d) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26917,13 +27307,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26933,13 +27323,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26954,13 +27344,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26968,21 +27358,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2000 := &x.ImagePullSecrets - yym2001 := z.DecBinary() - _ = yym2001 + yyv2045 := &x.ImagePullSecrets + yym2046 := z.DecBinary() + _ = yym2046 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2000), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2045), d) } } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26992,13 +27382,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27009,17 +27399,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj1984++ - if yyhl1984 { - yyb1984 = yyj1984 > l + yyj2029++ + if yyhl2029 { + yyb2029 = yyj2029 > l } else { - yyb1984 = r.CheckBreak() + yyb2029 = r.CheckBreak() } - if yyb1984 { + if yyb2029 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1984-1, "") + z.DecStructFieldNotFound(yyj2029-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27031,42 +27421,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2004 := z.EncBinary() - _ = yym2004 + yym2049 := z.EncBinary() + _ = yym2049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2005 := !z.EncBinary() - yy2arr2005 := z.EncBasicHandle().StructToArray - var yyq2005 [8]bool - _, _, _ = yysep2005, yyq2005, yy2arr2005 - const yyr2005 bool = false - yyq2005[0] = x.HostNetwork != false - yyq2005[1] = x.HostPID != false - yyq2005[2] = x.HostIPC != false - yyq2005[3] = x.SELinuxOptions != nil - yyq2005[4] = x.RunAsUser != nil - yyq2005[5] = x.RunAsNonRoot != nil - yyq2005[6] = len(x.SupplementalGroups) != 0 - yyq2005[7] = x.FSGroup != nil - var yynn2005 int - if yyr2005 || yy2arr2005 { + yysep2050 := !z.EncBinary() + yy2arr2050 := z.EncBasicHandle().StructToArray + var yyq2050 [8]bool + _, _, _ = yysep2050, yyq2050, yy2arr2050 + const yyr2050 bool = false + yyq2050[0] = x.HostNetwork != false + yyq2050[1] = x.HostPID != false + yyq2050[2] = x.HostIPC != false + yyq2050[3] = x.SELinuxOptions != nil + yyq2050[4] = x.RunAsUser != nil + yyq2050[5] = x.RunAsNonRoot != nil + yyq2050[6] = len(x.SupplementalGroups) != 0 + yyq2050[7] = x.FSGroup != nil + var yynn2050 int + if yyr2050 || yy2arr2050 { r.EncodeArrayStart(8) } else { - yynn2005 = 0 - for _, b := range yyq2005 { + yynn2050 = 0 + for _, b := range yyq2050 { if b { - yynn2005++ + yynn2050++ } } - r.EncodeMapStart(yynn2005) - yynn2005 = 0 + r.EncodeMapStart(yynn2050) + yynn2050 = 0 } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[0] { - yym2007 := z.EncBinary() - _ = yym2007 + if yyq2050[0] { + yym2052 := z.EncBinary() + _ = yym2052 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -27075,23 +27465,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2005[0] { + if yyq2050[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2008 := z.EncBinary() - _ = yym2008 + yym2053 := z.EncBinary() + _ = yym2053 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[1] { - yym2010 := z.EncBinary() - _ = yym2010 + if yyq2050[1] { + yym2055 := z.EncBinary() + _ = yym2055 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -27100,23 +27490,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2005[1] { + if yyq2050[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2011 := z.EncBinary() - _ = yym2011 + yym2056 := z.EncBinary() + _ = yym2056 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[2] { - yym2013 := z.EncBinary() - _ = yym2013 + if yyq2050[2] { + yym2058 := z.EncBinary() + _ = yym2058 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -27125,21 +27515,21 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2005[2] { + if yyq2050[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2014 := z.EncBinary() - _ = yym2014 + yym2059 := z.EncBinary() + _ = yym2059 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[3] { + if yyq2050[3] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -27149,7 +27539,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2005[3] { + if yyq2050[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -27160,84 +27550,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[4] { + if yyq2050[4] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy2017 := *x.RunAsUser - yym2018 := z.EncBinary() - _ = yym2018 + yy2062 := *x.RunAsUser + yym2063 := z.EncBinary() + _ = yym2063 if false { } else { - r.EncodeInt(int64(yy2017)) + r.EncodeInt(int64(yy2062)) } } } else { r.EncodeNil() } } else { - if yyq2005[4] { + if yyq2050[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy2019 := *x.RunAsUser - yym2020 := z.EncBinary() - _ = yym2020 + yy2064 := *x.RunAsUser + yym2065 := z.EncBinary() + _ = yym2065 if false { } else { - r.EncodeInt(int64(yy2019)) + r.EncodeInt(int64(yy2064)) } } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[5] { + if yyq2050[5] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2022 := *x.RunAsNonRoot - yym2023 := z.EncBinary() - _ = yym2023 + yy2067 := *x.RunAsNonRoot + yym2068 := z.EncBinary() + _ = yym2068 if false { } else { - r.EncodeBool(bool(yy2022)) + r.EncodeBool(bool(yy2067)) } } } else { r.EncodeNil() } } else { - if yyq2005[5] { + if yyq2050[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2024 := *x.RunAsNonRoot - yym2025 := z.EncBinary() - _ = yym2025 + yy2069 := *x.RunAsNonRoot + yym2070 := z.EncBinary() + _ = yym2070 if false { } else { - r.EncodeBool(bool(yy2024)) + r.EncodeBool(bool(yy2069)) } } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[6] { + if yyq2050[6] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2027 := z.EncBinary() - _ = yym2027 + yym2072 := z.EncBinary() + _ = yym2072 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -27247,15 +27637,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2005[6] { + if yyq2050[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2028 := z.EncBinary() - _ = yym2028 + yym2073 := z.EncBinary() + _ = yym2073 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -27263,42 +27653,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2005[7] { + if yyq2050[7] { if x.FSGroup == nil { r.EncodeNil() } else { - yy2030 := *x.FSGroup - yym2031 := z.EncBinary() - _ = yym2031 + yy2075 := *x.FSGroup + yym2076 := z.EncBinary() + _ = yym2076 if false { } else { - r.EncodeInt(int64(yy2030)) + r.EncodeInt(int64(yy2075)) } } } else { r.EncodeNil() } } else { - if yyq2005[7] { + if yyq2050[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy2032 := *x.FSGroup - yym2033 := z.EncBinary() - _ = yym2033 + yy2077 := *x.FSGroup + yym2078 := z.EncBinary() + _ = yym2078 if false { } else { - r.EncodeInt(int64(yy2032)) + r.EncodeInt(int64(yy2077)) } } } } - if yyr2005 || yy2arr2005 { + if yyr2050 || yy2arr2050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27311,25 +27701,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2034 := z.DecBinary() - _ = yym2034 + yym2079 := z.DecBinary() + _ = yym2079 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2035 := r.ContainerType() - if yyct2035 == codecSelferValueTypeMap1234 { - yyl2035 := r.ReadMapStart() - if yyl2035 == 0 { + yyct2080 := r.ContainerType() + if yyct2080 == codecSelferValueTypeMap1234 { + yyl2080 := r.ReadMapStart() + if yyl2080 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2035, d) + x.codecDecodeSelfFromMap(yyl2080, d) } - } else if yyct2035 == codecSelferValueTypeArray1234 { - yyl2035 := r.ReadArrayStart() - if yyl2035 == 0 { + } else if yyct2080 == codecSelferValueTypeArray1234 { + yyl2080 := r.ReadArrayStart() + if yyl2080 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2035, d) + x.codecDecodeSelfFromArray(yyl2080, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27341,12 +27731,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2036Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2036Slc - var yyhl2036 bool = l >= 0 - for yyj2036 := 0; ; yyj2036++ { - if yyhl2036 { - if yyj2036 >= l { + var yys2081Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2081Slc + var yyhl2081 bool = l >= 0 + for yyj2081 := 0; ; yyj2081++ { + if yyhl2081 { + if yyj2081 >= l { break } } else { @@ -27355,10 +27745,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2036Slc = r.DecodeBytes(yys2036Slc, true, true) - yys2036 := string(yys2036Slc) + yys2081Slc = r.DecodeBytes(yys2081Slc, true, true) + yys2081 := string(yys2081Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2036 { + switch yys2081 { case "hostNetwork": if r.TryDecodeAsNil() { x.HostNetwork = false @@ -27397,8 +27787,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2042 := z.DecBinary() - _ = yym2042 + yym2087 := z.DecBinary() + _ = yym2087 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -27413,8 +27803,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2044 := z.DecBinary() - _ = yym2044 + yym2089 := z.DecBinary() + _ = yym2089 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -27424,12 +27814,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2045 := &x.SupplementalGroups - yym2046 := z.DecBinary() - _ = yym2046 + yyv2090 := &x.SupplementalGroups + yym2091 := z.DecBinary() + _ = yym2091 if false { } else { - z.F.DecSliceInt64X(yyv2045, false, d) + z.F.DecSliceInt64X(yyv2090, false, d) } } case "fsGroup": @@ -27441,17 +27831,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2048 := z.DecBinary() - _ = yym2048 + yym2093 := z.DecBinary() + _ = yym2093 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2036) - } // end switch yys2036 - } // end for yyj2036 + z.DecStructFieldNotFound(-1, yys2081) + } // end switch yys2081 + } // end for yyj2081 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27459,16 +27849,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2049 int - var yyb2049 bool - var yyhl2049 bool = l >= 0 - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + var yyj2094 int + var yyb2094 bool + var yyhl2094 bool = l >= 0 + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27478,13 +27868,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27494,13 +27884,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostPID = bool(r.DecodeBool()) } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27510,13 +27900,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostIPC = bool(r.DecodeBool()) } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27531,13 +27921,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27550,20 +27940,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2055 := z.DecBinary() - _ = yym2055 + yym2100 := z.DecBinary() + _ = yym2100 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27576,20 +27966,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2057 := z.DecBinary() - _ = yym2057 + yym2102 := z.DecBinary() + _ = yym2102 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27597,21 +27987,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2058 := &x.SupplementalGroups - yym2059 := z.DecBinary() - _ = yym2059 + yyv2103 := &x.SupplementalGroups + yym2104 := z.DecBinary() + _ = yym2104 if false { } else { - z.F.DecSliceInt64X(yyv2058, false, d) + z.F.DecSliceInt64X(yyv2103, false, d) } } - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27624,25 +28014,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2061 := z.DecBinary() - _ = yym2061 + yym2106 := z.DecBinary() + _ = yym2106 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj2049++ - if yyhl2049 { - yyb2049 = yyj2049 > l + yyj2094++ + if yyhl2094 { + yyb2094 = yyj2094 > l } else { - yyb2049 = r.CheckBreak() + yyb2094 = r.CheckBreak() } - if yyb2049 { + if yyb2094 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2049-1, "") + z.DecStructFieldNotFound(yyj2094-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27654,60 +28044,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2062 := z.EncBinary() - _ = yym2062 + yym2107 := z.EncBinary() + _ = yym2107 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2063 := !z.EncBinary() - yy2arr2063 := z.EncBasicHandle().StructToArray - var yyq2063 [8]bool - _, _, _ = yysep2063, yyq2063, yy2arr2063 - const yyr2063 bool = false - yyq2063[0] = x.Phase != "" - yyq2063[1] = len(x.Conditions) != 0 - yyq2063[2] = x.Message != "" - yyq2063[3] = x.Reason != "" - yyq2063[4] = x.HostIP != "" - yyq2063[5] = x.PodIP != "" - yyq2063[6] = x.StartTime != nil - yyq2063[7] = len(x.ContainerStatuses) != 0 - var yynn2063 int - if yyr2063 || yy2arr2063 { + yysep2108 := !z.EncBinary() + yy2arr2108 := z.EncBasicHandle().StructToArray + var yyq2108 [8]bool + _, _, _ = yysep2108, yyq2108, yy2arr2108 + const yyr2108 bool = false + yyq2108[0] = x.Phase != "" + yyq2108[1] = len(x.Conditions) != 0 + yyq2108[2] = x.Message != "" + yyq2108[3] = x.Reason != "" + yyq2108[4] = x.HostIP != "" + yyq2108[5] = x.PodIP != "" + yyq2108[6] = x.StartTime != nil + yyq2108[7] = len(x.ContainerStatuses) != 0 + var yynn2108 int + if yyr2108 || yy2arr2108 { r.EncodeArrayStart(8) } else { - yynn2063 = 0 - for _, b := range yyq2063 { + yynn2108 = 0 + for _, b := range yyq2108 { if b { - yynn2063++ + yynn2108++ } } - r.EncodeMapStart(yynn2063) - yynn2063 = 0 + r.EncodeMapStart(yynn2108) + yynn2108 = 0 } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[0] { + if yyq2108[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2063[0] { + if yyq2108[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[1] { + if yyq2108[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2066 := z.EncBinary() - _ = yym2066 + yym2111 := z.EncBinary() + _ = yym2111 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -27717,15 +28107,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2063[1] { + if yyq2108[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2067 := z.EncBinary() - _ = yym2067 + yym2112 := z.EncBinary() + _ = yym2112 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -27733,11 +28123,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[2] { - yym2069 := z.EncBinary() - _ = yym2069 + if yyq2108[2] { + yym2114 := z.EncBinary() + _ = yym2114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -27746,23 +28136,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2063[2] { + if yyq2108[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2070 := z.EncBinary() - _ = yym2070 + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[3] { - yym2072 := z.EncBinary() - _ = yym2072 + if yyq2108[3] { + yym2117 := z.EncBinary() + _ = yym2117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -27771,23 +28161,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2063[3] { + if yyq2108[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2073 := z.EncBinary() - _ = yym2073 + yym2118 := z.EncBinary() + _ = yym2118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[4] { - yym2075 := z.EncBinary() - _ = yym2075 + if yyq2108[4] { + yym2120 := z.EncBinary() + _ = yym2120 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -27796,23 +28186,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2063[4] { + if yyq2108[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2076 := z.EncBinary() - _ = yym2076 + yym2121 := z.EncBinary() + _ = yym2121 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[5] { - yym2078 := z.EncBinary() - _ = yym2078 + if yyq2108[5] { + yym2123 := z.EncBinary() + _ = yym2123 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) @@ -27821,31 +28211,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2063[5] { + if yyq2108[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2079 := z.EncBinary() - _ = yym2079 + yym2124 := z.EncBinary() + _ = yym2124 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[6] { + if yyq2108[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2081 := z.EncBinary() - _ = yym2081 + yym2126 := z.EncBinary() + _ = yym2126 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2081 { + } else if yym2126 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2081 && z.IsJSONHandle() { + } else if !yym2126 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -27855,20 +28245,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2063[6] { + if yyq2108[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2082 := z.EncBinary() - _ = yym2082 + yym2127 := z.EncBinary() + _ = yym2127 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2082 { + } else if yym2127 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2082 && z.IsJSONHandle() { + } else if !yym2127 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -27876,14 +28266,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2063[7] { + if yyq2108[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2084 := z.EncBinary() - _ = yym2084 + yym2129 := z.EncBinary() + _ = yym2129 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -27893,15 +28283,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2063[7] { + if yyq2108[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2085 := z.EncBinary() - _ = yym2085 + yym2130 := z.EncBinary() + _ = yym2130 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -27909,7 +28299,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2063 || yy2arr2063 { + if yyr2108 || yy2arr2108 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27922,25 +28312,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2086 := z.DecBinary() - _ = yym2086 + yym2131 := z.DecBinary() + _ = yym2131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2087 := r.ContainerType() - if yyct2087 == codecSelferValueTypeMap1234 { - yyl2087 := r.ReadMapStart() - if yyl2087 == 0 { + yyct2132 := r.ContainerType() + if yyct2132 == codecSelferValueTypeMap1234 { + yyl2132 := r.ReadMapStart() + if yyl2132 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2087, d) + x.codecDecodeSelfFromMap(yyl2132, d) } - } else if yyct2087 == codecSelferValueTypeArray1234 { - yyl2087 := r.ReadArrayStart() - if yyl2087 == 0 { + } else if yyct2132 == codecSelferValueTypeArray1234 { + yyl2132 := r.ReadArrayStart() + if yyl2132 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2087, d) + x.codecDecodeSelfFromArray(yyl2132, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27952,12 +28342,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2088Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2088Slc - var yyhl2088 bool = l >= 0 - for yyj2088 := 0; ; yyj2088++ { - if yyhl2088 { - if yyj2088 >= l { + var yys2133Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2133Slc + var yyhl2133 bool = l >= 0 + for yyj2133 := 0; ; yyj2133++ { + if yyhl2133 { + if yyj2133 >= l { break } } else { @@ -27966,10 +28356,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2088Slc = r.DecodeBytes(yys2088Slc, true, true) - yys2088 := string(yys2088Slc) + yys2133Slc = r.DecodeBytes(yys2133Slc, true, true) + yys2133 := string(yys2133Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2088 { + switch yys2133 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -27980,12 +28370,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2090 := &x.Conditions - yym2091 := z.DecBinary() - _ = yym2091 + yyv2135 := &x.Conditions + yym2136 := z.DecBinary() + _ = yym2136 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2090), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2135), d) } } case "message": @@ -28021,13 +28411,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2097 := z.DecBinary() - _ = yym2097 + yym2142 := z.DecBinary() + _ = yym2142 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2097 { + } else if yym2142 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2097 && z.IsJSONHandle() { + } else if !yym2142 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -28037,18 +28427,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2098 := &x.ContainerStatuses - yym2099 := z.DecBinary() - _ = yym2099 + yyv2143 := &x.ContainerStatuses + yym2144 := z.DecBinary() + _ = yym2144 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2098), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2143), d) } } default: - z.DecStructFieldNotFound(-1, yys2088) - } // end switch yys2088 - } // end for yyj2088 + z.DecStructFieldNotFound(-1, yys2133) + } // end switch yys2133 + } // end for yyj2133 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28056,16 +28446,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2100 int - var yyb2100 bool - var yyhl2100 bool = l >= 0 - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + var yyj2145 int + var yyb2145 bool + var yyhl2145 bool = l >= 0 + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28075,13 +28465,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28089,21 +28479,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2102 := &x.Conditions - yym2103 := z.DecBinary() - _ = yym2103 + yyv2147 := &x.Conditions + yym2148 := z.DecBinary() + _ = yym2148 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2102), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2147), d) } } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28113,13 +28503,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28129,13 +28519,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28145,13 +28535,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28161,13 +28551,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28180,25 +28570,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2109 := z.DecBinary() - _ = yym2109 + yym2154 := z.DecBinary() + _ = yym2154 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2109 { + } else if yym2154 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2109 && z.IsJSONHandle() { + } else if !yym2154 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28206,26 +28596,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2110 := &x.ContainerStatuses - yym2111 := z.DecBinary() - _ = yym2111 + yyv2155 := &x.ContainerStatuses + yym2156 := z.DecBinary() + _ = yym2156 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2110), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2155), d) } } for { - yyj2100++ - if yyhl2100 { - yyb2100 = yyj2100 > l + yyj2145++ + if yyhl2145 { + yyb2145 = yyj2145 > l } else { - yyb2100 = r.CheckBreak() + yyb2145 = r.CheckBreak() } - if yyb2100 { + if yyb2145 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2100-1, "") + z.DecStructFieldNotFound(yyj2145-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28237,38 +28627,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2112 := z.EncBinary() - _ = yym2112 + yym2157 := z.EncBinary() + _ = yym2157 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2113 := !z.EncBinary() - yy2arr2113 := z.EncBasicHandle().StructToArray - var yyq2113 [4]bool - _, _, _ = yysep2113, yyq2113, yy2arr2113 - const yyr2113 bool = false - yyq2113[0] = x.Kind != "" - yyq2113[1] = x.APIVersion != "" - yyq2113[2] = true - yyq2113[3] = true - var yynn2113 int - if yyr2113 || yy2arr2113 { + yysep2158 := !z.EncBinary() + yy2arr2158 := z.EncBasicHandle().StructToArray + var yyq2158 [4]bool + _, _, _ = yysep2158, yyq2158, yy2arr2158 + const yyr2158 bool = false + yyq2158[0] = x.Kind != "" + yyq2158[1] = x.APIVersion != "" + yyq2158[2] = true + yyq2158[3] = true + var yynn2158 int + if yyr2158 || yy2arr2158 { r.EncodeArrayStart(4) } else { - yynn2113 = 0 - for _, b := range yyq2113 { + yynn2158 = 0 + for _, b := range yyq2158 { if b { - yynn2113++ + yynn2158++ } } - r.EncodeMapStart(yynn2113) - yynn2113 = 0 + r.EncodeMapStart(yynn2158) + yynn2158 = 0 } - if yyr2113 || yy2arr2113 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[0] { - yym2115 := z.EncBinary() - _ = yym2115 + if yyq2158[0] { + yym2160 := z.EncBinary() + _ = yym2160 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28277,23 +28667,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2113[0] { + if yyq2158[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2116 := z.EncBinary() - _ = yym2116 + yym2161 := z.EncBinary() + _ = yym2161 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2113 || yy2arr2113 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[1] { - yym2118 := z.EncBinary() - _ = yym2118 + if yyq2158[1] { + yym2163 := z.EncBinary() + _ = yym2163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28302,53 +28692,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2113[1] { + if yyq2158[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2119 := z.EncBinary() - _ = yym2119 + yym2164 := z.EncBinary() + _ = yym2164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2113 || yy2arr2113 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[2] { - yy2121 := &x.ObjectMeta - yy2121.CodecEncodeSelf(e) + if yyq2158[2] { + yy2166 := &x.ObjectMeta + yy2166.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2113[2] { + if yyq2158[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2122 := &x.ObjectMeta - yy2122.CodecEncodeSelf(e) + yy2167 := &x.ObjectMeta + yy2167.CodecEncodeSelf(e) } } - if yyr2113 || yy2arr2113 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[3] { - yy2124 := &x.Status - yy2124.CodecEncodeSelf(e) + if yyq2158[3] { + yy2169 := &x.Status + yy2169.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2113[3] { + if yyq2158[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2125 := &x.Status - yy2125.CodecEncodeSelf(e) + yy2170 := &x.Status + yy2170.CodecEncodeSelf(e) } } - if yyr2113 || yy2arr2113 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28361,25 +28751,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2126 := z.DecBinary() - _ = yym2126 + yym2171 := z.DecBinary() + _ = yym2171 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2127 := r.ContainerType() - if yyct2127 == codecSelferValueTypeMap1234 { - yyl2127 := r.ReadMapStart() - if yyl2127 == 0 { + yyct2172 := r.ContainerType() + if yyct2172 == codecSelferValueTypeMap1234 { + yyl2172 := r.ReadMapStart() + if yyl2172 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2127, d) + x.codecDecodeSelfFromMap(yyl2172, d) } - } else if yyct2127 == codecSelferValueTypeArray1234 { - yyl2127 := r.ReadArrayStart() - if yyl2127 == 0 { + } else if yyct2172 == codecSelferValueTypeArray1234 { + yyl2172 := r.ReadArrayStart() + if yyl2172 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2127, d) + x.codecDecodeSelfFromArray(yyl2172, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28391,12 +28781,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2128Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2128Slc - var yyhl2128 bool = l >= 0 - for yyj2128 := 0; ; yyj2128++ { - if yyhl2128 { - if yyj2128 >= l { + var yys2173Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2173Slc + var yyhl2173 bool = l >= 0 + for yyj2173 := 0; ; yyj2173++ { + if yyhl2173 { + if yyj2173 >= l { break } } else { @@ -28405,10 +28795,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2128Slc = r.DecodeBytes(yys2128Slc, true, true) - yys2128 := string(yys2128Slc) + yys2173Slc = r.DecodeBytes(yys2173Slc, true, true) + yys2173 := string(yys2173Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2128 { + switch yys2173 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28425,20 +28815,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2131 := &x.ObjectMeta - yyv2131.CodecDecodeSelf(d) + yyv2176 := &x.ObjectMeta + yyv2176.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2132 := &x.Status - yyv2132.CodecDecodeSelf(d) + yyv2177 := &x.Status + yyv2177.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2128) - } // end switch yys2128 - } // end for yyj2128 + z.DecStructFieldNotFound(-1, yys2173) + } // end switch yys2173 + } // end for yyj2173 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28446,16 +28836,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2133 int - var yyb2133 bool - var yyhl2133 bool = l >= 0 - yyj2133++ - if yyhl2133 { - yyb2133 = yyj2133 > l + var yyj2178 int + var yyb2178 bool + var yyhl2178 bool = l >= 0 + yyj2178++ + if yyhl2178 { + yyb2178 = yyj2178 > l } else { - yyb2133 = r.CheckBreak() + yyb2178 = r.CheckBreak() } - if yyb2133 { + if yyb2178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28465,13 +28855,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2133++ - if yyhl2133 { - yyb2133 = yyj2133 > l + yyj2178++ + if yyhl2178 { + yyb2178 = yyj2178 > l } else { - yyb2133 = r.CheckBreak() + yyb2178 = r.CheckBreak() } - if yyb2133 { + if yyb2178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28481,13 +28871,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2133++ - if yyhl2133 { - yyb2133 = yyj2133 > l + yyj2178++ + if yyhl2178 { + yyb2178 = yyj2178 > l } else { - yyb2133 = r.CheckBreak() + yyb2178 = r.CheckBreak() } - if yyb2133 { + if yyb2178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28495,16 +28885,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2136 := &x.ObjectMeta - yyv2136.CodecDecodeSelf(d) + yyv2181 := &x.ObjectMeta + yyv2181.CodecDecodeSelf(d) } - yyj2133++ - if yyhl2133 { - yyb2133 = yyj2133 > l + yyj2178++ + if yyhl2178 { + yyb2178 = yyj2178 > l } else { - yyb2133 = r.CheckBreak() + yyb2178 = r.CheckBreak() } - if yyb2133 { + if yyb2178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28512,21 +28902,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2137 := &x.Status - yyv2137.CodecDecodeSelf(d) + yyv2182 := &x.Status + yyv2182.CodecDecodeSelf(d) } for { - yyj2133++ - if yyhl2133 { - yyb2133 = yyj2133 > l + yyj2178++ + if yyhl2178 { + yyb2178 = yyj2178 > l } else { - yyb2133 = r.CheckBreak() + yyb2178 = r.CheckBreak() } - if yyb2133 { + if yyb2178 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2133-1, "") + z.DecStructFieldNotFound(yyj2178-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28538,39 +28928,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2138 := z.EncBinary() - _ = yym2138 + yym2183 := z.EncBinary() + _ = yym2183 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2139 := !z.EncBinary() - yy2arr2139 := z.EncBasicHandle().StructToArray - var yyq2139 [5]bool - _, _, _ = yysep2139, yyq2139, yy2arr2139 - const yyr2139 bool = false - yyq2139[0] = x.Kind != "" - yyq2139[1] = x.APIVersion != "" - yyq2139[2] = true - yyq2139[3] = true - yyq2139[4] = true - var yynn2139 int - if yyr2139 || yy2arr2139 { + yysep2184 := !z.EncBinary() + yy2arr2184 := z.EncBasicHandle().StructToArray + var yyq2184 [5]bool + _, _, _ = yysep2184, yyq2184, yy2arr2184 + const yyr2184 bool = false + yyq2184[0] = x.Kind != "" + yyq2184[1] = x.APIVersion != "" + yyq2184[2] = true + yyq2184[3] = true + yyq2184[4] = true + var yynn2184 int + if yyr2184 || yy2arr2184 { r.EncodeArrayStart(5) } else { - yynn2139 = 0 - for _, b := range yyq2139 { + yynn2184 = 0 + for _, b := range yyq2184 { if b { - yynn2139++ + yynn2184++ } } - r.EncodeMapStart(yynn2139) - yynn2139 = 0 + r.EncodeMapStart(yynn2184) + yynn2184 = 0 } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[0] { - yym2141 := z.EncBinary() - _ = yym2141 + if yyq2184[0] { + yym2186 := z.EncBinary() + _ = yym2186 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28579,23 +28969,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[0] { + if yyq2184[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2142 := z.EncBinary() - _ = yym2142 + yym2187 := z.EncBinary() + _ = yym2187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[1] { - yym2144 := z.EncBinary() - _ = yym2144 + if yyq2184[1] { + yym2189 := z.EncBinary() + _ = yym2189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28604,70 +28994,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[1] { + if yyq2184[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2145 := z.EncBinary() - _ = yym2145 + yym2190 := z.EncBinary() + _ = yym2190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[2] { - yy2147 := &x.ObjectMeta - yy2147.CodecEncodeSelf(e) + if yyq2184[2] { + yy2192 := &x.ObjectMeta + yy2192.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2139[2] { + if yyq2184[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2148 := &x.ObjectMeta - yy2148.CodecEncodeSelf(e) + yy2193 := &x.ObjectMeta + yy2193.CodecEncodeSelf(e) } } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[3] { - yy2150 := &x.Spec - yy2150.CodecEncodeSelf(e) + if yyq2184[3] { + yy2195 := &x.Spec + yy2195.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2139[3] { + if yyq2184[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2151 := &x.Spec - yy2151.CodecEncodeSelf(e) + yy2196 := &x.Spec + yy2196.CodecEncodeSelf(e) } } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[4] { - yy2153 := &x.Status - yy2153.CodecEncodeSelf(e) + if yyq2184[4] { + yy2198 := &x.Status + yy2198.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2139[4] { + if yyq2184[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2154 := &x.Status - yy2154.CodecEncodeSelf(e) + yy2199 := &x.Status + yy2199.CodecEncodeSelf(e) } } - if yyr2139 || yy2arr2139 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28680,25 +29070,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2155 := z.DecBinary() - _ = yym2155 + yym2200 := z.DecBinary() + _ = yym2200 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2156 := r.ContainerType() - if yyct2156 == codecSelferValueTypeMap1234 { - yyl2156 := r.ReadMapStart() - if yyl2156 == 0 { + yyct2201 := r.ContainerType() + if yyct2201 == codecSelferValueTypeMap1234 { + yyl2201 := r.ReadMapStart() + if yyl2201 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2156, d) + x.codecDecodeSelfFromMap(yyl2201, d) } - } else if yyct2156 == codecSelferValueTypeArray1234 { - yyl2156 := r.ReadArrayStart() - if yyl2156 == 0 { + } else if yyct2201 == codecSelferValueTypeArray1234 { + yyl2201 := r.ReadArrayStart() + if yyl2201 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2156, d) + x.codecDecodeSelfFromArray(yyl2201, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28710,12 +29100,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2157Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2157Slc - var yyhl2157 bool = l >= 0 - for yyj2157 := 0; ; yyj2157++ { - if yyhl2157 { - if yyj2157 >= l { + var yys2202Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2202Slc + var yyhl2202 bool = l >= 0 + for yyj2202 := 0; ; yyj2202++ { + if yyhl2202 { + if yyj2202 >= l { break } } else { @@ -28724,10 +29114,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2157Slc = r.DecodeBytes(yys2157Slc, true, true) - yys2157 := string(yys2157Slc) + yys2202Slc = r.DecodeBytes(yys2202Slc, true, true) + yys2202 := string(yys2202Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2157 { + switch yys2202 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28744,27 +29134,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2160 := &x.ObjectMeta - yyv2160.CodecDecodeSelf(d) + yyv2205 := &x.ObjectMeta + yyv2205.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2161 := &x.Spec - yyv2161.CodecDecodeSelf(d) + yyv2206 := &x.Spec + yyv2206.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2162 := &x.Status - yyv2162.CodecDecodeSelf(d) + yyv2207 := &x.Status + yyv2207.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2157) - } // end switch yys2157 - } // end for yyj2157 + z.DecStructFieldNotFound(-1, yys2202) + } // end switch yys2202 + } // end for yyj2202 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28772,16 +29162,16 @@ func (x *Pod) 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 yyj2208 int + var yyb2208 bool + var yyhl2208 bool = l >= 0 + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28791,13 +29181,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28807,13 +29197,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28821,16 +29211,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2166 := &x.ObjectMeta - yyv2166.CodecDecodeSelf(d) + yyv2211 := &x.ObjectMeta + yyv2211.CodecDecodeSelf(d) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28838,16 +29228,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2167 := &x.Spec - yyv2167.CodecDecodeSelf(d) + yyv2212 := &x.Spec + yyv2212.CodecDecodeSelf(d) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28855,21 +29245,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2168 := &x.Status - yyv2168.CodecDecodeSelf(d) + yyv2213 := &x.Status + yyv2213.CodecDecodeSelf(d) } for { - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2163 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2163 { + if yyb2208 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2163-1, "") + z.DecStructFieldNotFound(yyj2208-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28881,66 +29271,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2169 := z.EncBinary() - _ = yym2169 + yym2214 := z.EncBinary() + _ = yym2214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2170 := !z.EncBinary() - yy2arr2170 := z.EncBasicHandle().StructToArray - var yyq2170 [2]bool - _, _, _ = yysep2170, yyq2170, yy2arr2170 - const yyr2170 bool = false - yyq2170[0] = true - yyq2170[1] = true - var yynn2170 int - if yyr2170 || yy2arr2170 { + yysep2215 := !z.EncBinary() + yy2arr2215 := z.EncBasicHandle().StructToArray + var yyq2215 [2]bool + _, _, _ = yysep2215, yyq2215, yy2arr2215 + const yyr2215 bool = false + yyq2215[0] = true + yyq2215[1] = true + var yynn2215 int + if yyr2215 || yy2arr2215 { r.EncodeArrayStart(2) } else { - yynn2170 = 0 - for _, b := range yyq2170 { + yynn2215 = 0 + for _, b := range yyq2215 { if b { - yynn2170++ + yynn2215++ } } - r.EncodeMapStart(yynn2170) - yynn2170 = 0 + r.EncodeMapStart(yynn2215) + yynn2215 = 0 } - if yyr2170 || yy2arr2170 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2170[0] { - yy2172 := &x.ObjectMeta - yy2172.CodecEncodeSelf(e) + if yyq2215[0] { + yy2217 := &x.ObjectMeta + yy2217.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2170[0] { + if yyq2215[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2173 := &x.ObjectMeta - yy2173.CodecEncodeSelf(e) + yy2218 := &x.ObjectMeta + yy2218.CodecEncodeSelf(e) } } - if yyr2170 || yy2arr2170 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2170[1] { - yy2175 := &x.Spec - yy2175.CodecEncodeSelf(e) + if yyq2215[1] { + yy2220 := &x.Spec + yy2220.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2170[1] { + if yyq2215[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2176 := &x.Spec - yy2176.CodecEncodeSelf(e) + yy2221 := &x.Spec + yy2221.CodecEncodeSelf(e) } } - if yyr2170 || yy2arr2170 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28953,25 +29343,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2177 := z.DecBinary() - _ = yym2177 + yym2222 := z.DecBinary() + _ = yym2222 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2178 := r.ContainerType() - if yyct2178 == codecSelferValueTypeMap1234 { - yyl2178 := r.ReadMapStart() - if yyl2178 == 0 { + yyct2223 := r.ContainerType() + if yyct2223 == codecSelferValueTypeMap1234 { + yyl2223 := r.ReadMapStart() + if yyl2223 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2178, d) + x.codecDecodeSelfFromMap(yyl2223, d) } - } else if yyct2178 == codecSelferValueTypeArray1234 { - yyl2178 := r.ReadArrayStart() - if yyl2178 == 0 { + } else if yyct2223 == codecSelferValueTypeArray1234 { + yyl2223 := r.ReadArrayStart() + if yyl2223 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2178, d) + x.codecDecodeSelfFromArray(yyl2223, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28983,12 +29373,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2179Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2179Slc - var yyhl2179 bool = l >= 0 - for yyj2179 := 0; ; yyj2179++ { - if yyhl2179 { - if yyj2179 >= l { + var yys2224Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2224Slc + var yyhl2224 bool = l >= 0 + for yyj2224 := 0; ; yyj2224++ { + if yyhl2224 { + if yyj2224 >= l { break } } else { @@ -28997,28 +29387,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2179Slc = r.DecodeBytes(yys2179Slc, true, true) - yys2179 := string(yys2179Slc) + yys2224Slc = r.DecodeBytes(yys2224Slc, true, true) + yys2224 := string(yys2224Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2179 { + switch yys2224 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2180 := &x.ObjectMeta - yyv2180.CodecDecodeSelf(d) + yyv2225 := &x.ObjectMeta + yyv2225.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2181 := &x.Spec - yyv2181.CodecDecodeSelf(d) + yyv2226 := &x.Spec + yyv2226.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2179) - } // end switch yys2179 - } // end for yyj2179 + z.DecStructFieldNotFound(-1, yys2224) + } // end switch yys2224 + } // end for yyj2224 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29026,16 +29416,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2182 int - var yyb2182 bool - var yyhl2182 bool = l >= 0 - yyj2182++ - if yyhl2182 { - yyb2182 = yyj2182 > l + var yyj2227 int + var yyb2227 bool + var yyhl2227 bool = l >= 0 + yyj2227++ + if yyhl2227 { + yyb2227 = yyj2227 > l } else { - yyb2182 = r.CheckBreak() + yyb2227 = r.CheckBreak() } - if yyb2182 { + if yyb2227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29043,16 +29433,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2183 := &x.ObjectMeta - yyv2183.CodecDecodeSelf(d) + yyv2228 := &x.ObjectMeta + yyv2228.CodecDecodeSelf(d) } - yyj2182++ - if yyhl2182 { - yyb2182 = yyj2182 > l + yyj2227++ + if yyhl2227 { + yyb2227 = yyj2227 > l } else { - yyb2182 = r.CheckBreak() + yyb2227 = r.CheckBreak() } - if yyb2182 { + if yyb2227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29060,21 +29450,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2184 := &x.Spec - yyv2184.CodecDecodeSelf(d) + yyv2229 := &x.Spec + yyv2229.CodecDecodeSelf(d) } for { - yyj2182++ - if yyhl2182 { - yyb2182 = yyj2182 > l + yyj2227++ + if yyhl2227 { + yyb2227 = yyj2227 > l } else { - yyb2182 = r.CheckBreak() + yyb2227 = r.CheckBreak() } - if yyb2182 { + if yyb2227 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2182-1, "") + z.DecStructFieldNotFound(yyj2227-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29086,38 +29476,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2185 := z.EncBinary() - _ = yym2185 + yym2230 := z.EncBinary() + _ = yym2230 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2186 := !z.EncBinary() - yy2arr2186 := z.EncBasicHandle().StructToArray - var yyq2186 [4]bool - _, _, _ = yysep2186, yyq2186, yy2arr2186 - const yyr2186 bool = false - yyq2186[0] = x.Kind != "" - yyq2186[1] = x.APIVersion != "" - yyq2186[2] = true - yyq2186[3] = true - var yynn2186 int - if yyr2186 || yy2arr2186 { + yysep2231 := !z.EncBinary() + yy2arr2231 := z.EncBasicHandle().StructToArray + var yyq2231 [4]bool + _, _, _ = yysep2231, yyq2231, yy2arr2231 + const yyr2231 bool = false + yyq2231[0] = x.Kind != "" + yyq2231[1] = x.APIVersion != "" + yyq2231[2] = true + yyq2231[3] = true + var yynn2231 int + if yyr2231 || yy2arr2231 { r.EncodeArrayStart(4) } else { - yynn2186 = 0 - for _, b := range yyq2186 { + yynn2231 = 0 + for _, b := range yyq2231 { if b { - yynn2186++ + yynn2231++ } } - r.EncodeMapStart(yynn2186) - yynn2186 = 0 + r.EncodeMapStart(yynn2231) + yynn2231 = 0 } - if yyr2186 || yy2arr2186 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2186[0] { - yym2188 := z.EncBinary() - _ = yym2188 + if yyq2231[0] { + yym2233 := z.EncBinary() + _ = yym2233 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29126,23 +29516,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2186[0] { + if yyq2231[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2189 := z.EncBinary() - _ = yym2189 + yym2234 := z.EncBinary() + _ = yym2234 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2186 || yy2arr2186 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2186[1] { - yym2191 := z.EncBinary() - _ = yym2191 + if yyq2231[1] { + yym2236 := z.EncBinary() + _ = yym2236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29151,53 +29541,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2186[1] { + if yyq2231[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2192 := z.EncBinary() - _ = yym2192 + yym2237 := z.EncBinary() + _ = yym2237 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2186 || yy2arr2186 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2186[2] { - yy2194 := &x.ObjectMeta - yy2194.CodecEncodeSelf(e) + if yyq2231[2] { + yy2239 := &x.ObjectMeta + yy2239.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2186[2] { + if yyq2231[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2195 := &x.ObjectMeta - yy2195.CodecEncodeSelf(e) + yy2240 := &x.ObjectMeta + yy2240.CodecEncodeSelf(e) } } - if yyr2186 || yy2arr2186 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2186[3] { - yy2197 := &x.Template - yy2197.CodecEncodeSelf(e) + if yyq2231[3] { + yy2242 := &x.Template + yy2242.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2186[3] { + if yyq2231[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2198 := &x.Template - yy2198.CodecEncodeSelf(e) + yy2243 := &x.Template + yy2243.CodecEncodeSelf(e) } } - if yyr2186 || yy2arr2186 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29210,25 +29600,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2199 := z.DecBinary() - _ = yym2199 + yym2244 := z.DecBinary() + _ = yym2244 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2200 := r.ContainerType() - if yyct2200 == codecSelferValueTypeMap1234 { - yyl2200 := r.ReadMapStart() - if yyl2200 == 0 { + yyct2245 := r.ContainerType() + if yyct2245 == codecSelferValueTypeMap1234 { + yyl2245 := r.ReadMapStart() + if yyl2245 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2200, d) + x.codecDecodeSelfFromMap(yyl2245, d) } - } else if yyct2200 == codecSelferValueTypeArray1234 { - yyl2200 := r.ReadArrayStart() - if yyl2200 == 0 { + } else if yyct2245 == codecSelferValueTypeArray1234 { + yyl2245 := r.ReadArrayStart() + if yyl2245 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2200, d) + x.codecDecodeSelfFromArray(yyl2245, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29240,12 +29630,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2201Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2201Slc - var yyhl2201 bool = l >= 0 - for yyj2201 := 0; ; yyj2201++ { - if yyhl2201 { - if yyj2201 >= l { + var yys2246Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2246Slc + var yyhl2246 bool = l >= 0 + for yyj2246 := 0; ; yyj2246++ { + if yyhl2246 { + if yyj2246 >= l { break } } else { @@ -29254,10 +29644,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2201Slc = r.DecodeBytes(yys2201Slc, true, true) - yys2201 := string(yys2201Slc) + yys2246Slc = r.DecodeBytes(yys2246Slc, true, true) + yys2246 := string(yys2246Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2201 { + switch yys2246 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29274,20 +29664,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2204 := &x.ObjectMeta - yyv2204.CodecDecodeSelf(d) + yyv2249 := &x.ObjectMeta + yyv2249.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2205 := &x.Template - yyv2205.CodecDecodeSelf(d) + yyv2250 := &x.Template + yyv2250.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2201) - } // end switch yys2201 - } // end for yyj2201 + z.DecStructFieldNotFound(-1, yys2246) + } // end switch yys2246 + } // end for yyj2246 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29295,16 +29685,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2206 int - var yyb2206 bool - var yyhl2206 bool = l >= 0 - yyj2206++ - if yyhl2206 { - yyb2206 = yyj2206 > l + var yyj2251 int + var yyb2251 bool + var yyhl2251 bool = l >= 0 + yyj2251++ + if yyhl2251 { + yyb2251 = yyj2251 > l } else { - yyb2206 = r.CheckBreak() + yyb2251 = r.CheckBreak() } - if yyb2206 { + if yyb2251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29314,13 +29704,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2206++ - if yyhl2206 { - yyb2206 = yyj2206 > l + yyj2251++ + if yyhl2251 { + yyb2251 = yyj2251 > l } else { - yyb2206 = r.CheckBreak() + yyb2251 = r.CheckBreak() } - if yyb2206 { + if yyb2251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29330,13 +29720,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2206++ - if yyhl2206 { - yyb2206 = yyj2206 > l + yyj2251++ + if yyhl2251 { + yyb2251 = yyj2251 > l } else { - yyb2206 = r.CheckBreak() + yyb2251 = r.CheckBreak() } - if yyb2206 { + if yyb2251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29344,16 +29734,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2209 := &x.ObjectMeta - yyv2209.CodecDecodeSelf(d) + yyv2254 := &x.ObjectMeta + yyv2254.CodecDecodeSelf(d) } - yyj2206++ - if yyhl2206 { - yyb2206 = yyj2206 > l + yyj2251++ + if yyhl2251 { + yyb2251 = yyj2251 > l } else { - yyb2206 = r.CheckBreak() + yyb2251 = r.CheckBreak() } - if yyb2206 { + if yyb2251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29361,21 +29751,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2210 := &x.Template - yyv2210.CodecDecodeSelf(d) + yyv2255 := &x.Template + yyv2255.CodecDecodeSelf(d) } for { - yyj2206++ - if yyhl2206 { - yyb2206 = yyj2206 > l + yyj2251++ + if yyhl2251 { + yyb2251 = yyj2251 > l } else { - yyb2206 = r.CheckBreak() + yyb2251 = r.CheckBreak() } - if yyb2206 { + if yyb2251 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2206-1, "") + z.DecStructFieldNotFound(yyj2251-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29387,37 +29777,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2211 := z.EncBinary() - _ = yym2211 + yym2256 := z.EncBinary() + _ = yym2256 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2212 := !z.EncBinary() - yy2arr2212 := z.EncBasicHandle().StructToArray - var yyq2212 [4]bool - _, _, _ = yysep2212, yyq2212, yy2arr2212 - const yyr2212 bool = false - yyq2212[0] = x.Kind != "" - yyq2212[1] = x.APIVersion != "" - yyq2212[2] = true - var yynn2212 int - if yyr2212 || yy2arr2212 { + yysep2257 := !z.EncBinary() + yy2arr2257 := z.EncBasicHandle().StructToArray + var yyq2257 [4]bool + _, _, _ = yysep2257, yyq2257, yy2arr2257 + const yyr2257 bool = false + yyq2257[0] = x.Kind != "" + yyq2257[1] = x.APIVersion != "" + yyq2257[2] = true + var yynn2257 int + if yyr2257 || yy2arr2257 { r.EncodeArrayStart(4) } else { - yynn2212 = 1 - for _, b := range yyq2212 { + yynn2257 = 1 + for _, b := range yyq2257 { if b { - yynn2212++ + yynn2257++ } } - r.EncodeMapStart(yynn2212) - yynn2212 = 0 + r.EncodeMapStart(yynn2257) + yynn2257 = 0 } - if yyr2212 || yy2arr2212 { + if yyr2257 || yy2arr2257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2212[0] { - yym2214 := z.EncBinary() - _ = yym2214 + if yyq2257[0] { + yym2259 := z.EncBinary() + _ = yym2259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29426,23 +29816,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2212[0] { + if yyq2257[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2215 := z.EncBinary() - _ = yym2215 + yym2260 := z.EncBinary() + _ = yym2260 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2212 || yy2arr2212 { + if yyr2257 || yy2arr2257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2212[1] { - yym2217 := z.EncBinary() - _ = yym2217 + if yyq2257[1] { + yym2262 := z.EncBinary() + _ = yym2262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29451,54 +29841,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2212[1] { + if yyq2257[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2218 := z.EncBinary() - _ = yym2218 + yym2263 := z.EncBinary() + _ = yym2263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2212 || yy2arr2212 { + if yyr2257 || yy2arr2257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2212[2] { - yy2220 := &x.ListMeta - yym2221 := z.EncBinary() - _ = yym2221 + if yyq2257[2] { + yy2265 := &x.ListMeta + yym2266 := z.EncBinary() + _ = yym2266 if false { - } else if z.HasExtensions() && z.EncExt(yy2220) { + } else if z.HasExtensions() && z.EncExt(yy2265) { } else { - z.EncFallback(yy2220) + z.EncFallback(yy2265) } } else { r.EncodeNil() } } else { - if yyq2212[2] { + if yyq2257[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2222 := &x.ListMeta - yym2223 := z.EncBinary() - _ = yym2223 + yy2267 := &x.ListMeta + yym2268 := z.EncBinary() + _ = yym2268 if false { - } else if z.HasExtensions() && z.EncExt(yy2222) { + } else if z.HasExtensions() && z.EncExt(yy2267) { } else { - z.EncFallback(yy2222) + z.EncFallback(yy2267) } } } - if yyr2212 || yy2arr2212 { + if yyr2257 || yy2arr2257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2225 := z.EncBinary() - _ = yym2225 + yym2270 := z.EncBinary() + _ = yym2270 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -29511,15 +29901,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2226 := z.EncBinary() - _ = yym2226 + yym2271 := z.EncBinary() + _ = yym2271 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr2212 || yy2arr2212 { + if yyr2257 || yy2arr2257 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29532,25 +29922,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2227 := z.DecBinary() - _ = yym2227 + yym2272 := z.DecBinary() + _ = yym2272 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2228 := r.ContainerType() - if yyct2228 == codecSelferValueTypeMap1234 { - yyl2228 := r.ReadMapStart() - if yyl2228 == 0 { + yyct2273 := r.ContainerType() + if yyct2273 == codecSelferValueTypeMap1234 { + yyl2273 := r.ReadMapStart() + if yyl2273 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2228, d) + x.codecDecodeSelfFromMap(yyl2273, d) } - } else if yyct2228 == codecSelferValueTypeArray1234 { - yyl2228 := r.ReadArrayStart() - if yyl2228 == 0 { + } else if yyct2273 == codecSelferValueTypeArray1234 { + yyl2273 := r.ReadArrayStart() + if yyl2273 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2228, d) + x.codecDecodeSelfFromArray(yyl2273, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29562,12 +29952,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2229Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2229Slc - var yyhl2229 bool = l >= 0 - for yyj2229 := 0; ; yyj2229++ { - if yyhl2229 { - if yyj2229 >= l { + var yys2274Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2274Slc + var yyhl2274 bool = l >= 0 + for yyj2274 := 0; ; yyj2274++ { + if yyhl2274 { + if yyj2274 >= l { break } } else { @@ -29576,10 +29966,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2229Slc = r.DecodeBytes(yys2229Slc, true, true) - yys2229 := string(yys2229Slc) + yys2274Slc = r.DecodeBytes(yys2274Slc, true, true) + yys2274 := string(yys2274Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2229 { + switch yys2274 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29596,31 +29986,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2232 := &x.ListMeta - yym2233 := z.DecBinary() - _ = yym2233 + yyv2277 := &x.ListMeta + yym2278 := z.DecBinary() + _ = yym2278 if false { - } else if z.HasExtensions() && z.DecExt(yyv2232) { + } else if z.HasExtensions() && z.DecExt(yyv2277) { } else { - z.DecFallback(yyv2232, false) + z.DecFallback(yyv2277, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2234 := &x.Items - yym2235 := z.DecBinary() - _ = yym2235 + yyv2279 := &x.Items + yym2280 := z.DecBinary() + _ = yym2280 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2234), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2279), d) } } default: - z.DecStructFieldNotFound(-1, yys2229) - } // end switch yys2229 - } // end for yyj2229 + z.DecStructFieldNotFound(-1, yys2274) + } // end switch yys2274 + } // end for yyj2274 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29628,16 +30018,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2236 int - var yyb2236 bool - var yyhl2236 bool = l >= 0 - yyj2236++ - if yyhl2236 { - yyb2236 = yyj2236 > l + var yyj2281 int + var yyb2281 bool + var yyhl2281 bool = l >= 0 + yyj2281++ + if yyhl2281 { + yyb2281 = yyj2281 > l } else { - yyb2236 = r.CheckBreak() + yyb2281 = r.CheckBreak() } - if yyb2236 { + if yyb2281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29647,13 +30037,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2236++ - if yyhl2236 { - yyb2236 = yyj2236 > l + yyj2281++ + if yyhl2281 { + yyb2281 = yyj2281 > l } else { - yyb2236 = r.CheckBreak() + yyb2281 = r.CheckBreak() } - if yyb2236 { + if yyb2281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29663,13 +30053,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2236++ - if yyhl2236 { - yyb2236 = yyj2236 > l + yyj2281++ + if yyhl2281 { + yyb2281 = yyj2281 > l } else { - yyb2236 = r.CheckBreak() + yyb2281 = r.CheckBreak() } - if yyb2236 { + if yyb2281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29677,22 +30067,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2239 := &x.ListMeta - yym2240 := z.DecBinary() - _ = yym2240 + yyv2284 := &x.ListMeta + yym2285 := z.DecBinary() + _ = yym2285 if false { - } else if z.HasExtensions() && z.DecExt(yyv2239) { + } else if z.HasExtensions() && z.DecExt(yyv2284) { } else { - z.DecFallback(yyv2239, false) + z.DecFallback(yyv2284, false) } } - yyj2236++ - if yyhl2236 { - yyb2236 = yyj2236 > l + yyj2281++ + if yyhl2281 { + yyb2281 = yyj2281 > l } else { - yyb2236 = r.CheckBreak() + yyb2281 = r.CheckBreak() } - if yyb2236 { + if yyb2281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29700,26 +30090,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2241 := &x.Items - yym2242 := z.DecBinary() - _ = yym2242 + yyv2286 := &x.Items + yym2287 := z.DecBinary() + _ = yym2287 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2241), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2286), d) } } for { - yyj2236++ - if yyhl2236 { - yyb2236 = yyj2236 > l + yyj2281++ + if yyhl2281 { + yyb2281 = yyj2281 > l } else { - yyb2236 = r.CheckBreak() + yyb2281 = r.CheckBreak() } - if yyb2236 { + if yyb2281 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2236-1, "") + z.DecStructFieldNotFound(yyj2281-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29731,34 +30121,34 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2243 := z.EncBinary() - _ = yym2243 + yym2288 := z.EncBinary() + _ = yym2288 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2244 := !z.EncBinary() - yy2arr2244 := z.EncBasicHandle().StructToArray - var yyq2244 [3]bool - _, _, _ = yysep2244, yyq2244, yy2arr2244 - const yyr2244 bool = false - yyq2244[2] = x.Template != nil - var yynn2244 int - if yyr2244 || yy2arr2244 { + yysep2289 := !z.EncBinary() + yy2arr2289 := z.EncBasicHandle().StructToArray + var yyq2289 [3]bool + _, _, _ = yysep2289, yyq2289, yy2arr2289 + const yyr2289 bool = false + yyq2289[2] = x.Template != nil + var yynn2289 int + if yyr2289 || yy2arr2289 { r.EncodeArrayStart(3) } else { - yynn2244 = 2 - for _, b := range yyq2244 { + yynn2289 = 2 + for _, b := range yyq2289 { if b { - yynn2244++ + yynn2289++ } } - r.EncodeMapStart(yynn2244) - yynn2244 = 0 + r.EncodeMapStart(yynn2289) + yynn2289 = 0 } - if yyr2244 || yy2arr2244 { + if yyr2289 || yy2arr2289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2246 := z.EncBinary() - _ = yym2246 + yym2291 := z.EncBinary() + _ = yym2291 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -29767,20 +30157,20 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2247 := z.EncBinary() - _ = yym2247 + yym2292 := z.EncBinary() + _ = yym2292 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2244 || yy2arr2244 { + if yyr2289 || yy2arr2289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2249 := z.EncBinary() - _ = yym2249 + yym2294 := z.EncBinary() + _ = yym2294 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -29793,17 +30183,17 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2250 := z.EncBinary() - _ = yym2250 + yym2295 := z.EncBinary() + _ = yym2295 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2244 || yy2arr2244 { + if yyr2289 || yy2arr2289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2244[2] { + if yyq2289[2] { if x.Template == nil { r.EncodeNil() } else { @@ -29813,7 +30203,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2244[2] { + if yyq2289[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -29824,7 +30214,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2244 || yy2arr2244 { + if yyr2289 || yy2arr2289 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29837,25 +30227,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2252 := z.DecBinary() - _ = yym2252 + yym2297 := z.DecBinary() + _ = yym2297 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2253 := r.ContainerType() - if yyct2253 == codecSelferValueTypeMap1234 { - yyl2253 := r.ReadMapStart() - if yyl2253 == 0 { + yyct2298 := r.ContainerType() + if yyct2298 == codecSelferValueTypeMap1234 { + yyl2298 := r.ReadMapStart() + if yyl2298 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2253, d) + x.codecDecodeSelfFromMap(yyl2298, d) } - } else if yyct2253 == codecSelferValueTypeArray1234 { - yyl2253 := r.ReadArrayStart() - if yyl2253 == 0 { + } else if yyct2298 == codecSelferValueTypeArray1234 { + yyl2298 := r.ReadArrayStart() + if yyl2298 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2253, d) + x.codecDecodeSelfFromArray(yyl2298, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29867,12 +30257,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2254Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2254Slc - var yyhl2254 bool = l >= 0 - for yyj2254 := 0; ; yyj2254++ { - if yyhl2254 { - if yyj2254 >= l { + var yys2299Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2299Slc + var yyhl2299 bool = l >= 0 + for yyj2299 := 0; ; yyj2299++ { + if yyhl2299 { + if yyj2299 >= l { break } } else { @@ -29881,10 +30271,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2254Slc = r.DecodeBytes(yys2254Slc, true, true) - yys2254 := string(yys2254Slc) + yys2299Slc = r.DecodeBytes(yys2299Slc, true, true) + yys2299 := string(yys2299Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2254 { + switch yys2299 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -29895,12 +30285,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2256 := &x.Selector - yym2257 := z.DecBinary() - _ = yym2257 + yyv2301 := &x.Selector + yym2302 := z.DecBinary() + _ = yym2302 if false { } else { - z.F.DecMapStringStringX(yyv2256, false, d) + z.F.DecMapStringStringX(yyv2301, false, d) } } case "template": @@ -29915,9 +30305,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2254) - } // end switch yys2254 - } // end for yyj2254 + z.DecStructFieldNotFound(-1, yys2299) + } // end switch yys2299 + } // end for yyj2299 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29925,16 +30315,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2259 int - var yyb2259 bool - var yyhl2259 bool = l >= 0 - yyj2259++ - if yyhl2259 { - yyb2259 = yyj2259 > l + var yyj2304 int + var yyb2304 bool + var yyhl2304 bool = l >= 0 + yyj2304++ + if yyhl2304 { + yyb2304 = yyj2304 > l } else { - yyb2259 = r.CheckBreak() + yyb2304 = r.CheckBreak() } - if yyb2259 { + if yyb2304 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29944,13 +30334,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2259++ - if yyhl2259 { - yyb2259 = yyj2259 > l + yyj2304++ + if yyhl2304 { + yyb2304 = yyj2304 > l } else { - yyb2259 = r.CheckBreak() + yyb2304 = r.CheckBreak() } - if yyb2259 { + if yyb2304 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29958,21 +30348,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2261 := &x.Selector - yym2262 := z.DecBinary() - _ = yym2262 + yyv2306 := &x.Selector + yym2307 := z.DecBinary() + _ = yym2307 if false { } else { - z.F.DecMapStringStringX(yyv2261, false, d) + z.F.DecMapStringStringX(yyv2306, false, d) } } - yyj2259++ - if yyhl2259 { - yyb2259 = yyj2259 > l + yyj2304++ + if yyhl2304 { + yyb2304 = yyj2304 > l } else { - yyb2259 = r.CheckBreak() + yyb2304 = r.CheckBreak() } - if yyb2259 { + if yyb2304 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29988,17 +30378,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2259++ - if yyhl2259 { - yyb2259 = yyj2259 > l + yyj2304++ + if yyhl2304 { + yyb2304 = yyj2304 > l } else { - yyb2259 = r.CheckBreak() + yyb2304 = r.CheckBreak() } - if yyb2259 { + if yyb2304 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2259-1, "") + z.DecStructFieldNotFound(yyj2304-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30010,35 +30400,35 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2264 := z.EncBinary() - _ = yym2264 + yym2309 := z.EncBinary() + _ = yym2309 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2265 := !z.EncBinary() - yy2arr2265 := z.EncBasicHandle().StructToArray - var yyq2265 [3]bool - _, _, _ = yysep2265, yyq2265, yy2arr2265 - const yyr2265 bool = false - yyq2265[1] = x.FullyLabeledReplicas != 0 - yyq2265[2] = x.ObservedGeneration != 0 - var yynn2265 int - if yyr2265 || yy2arr2265 { + yysep2310 := !z.EncBinary() + yy2arr2310 := z.EncBasicHandle().StructToArray + var yyq2310 [3]bool + _, _, _ = yysep2310, yyq2310, yy2arr2310 + const yyr2310 bool = false + yyq2310[1] = x.FullyLabeledReplicas != 0 + yyq2310[2] = x.ObservedGeneration != 0 + var yynn2310 int + if yyr2310 || yy2arr2310 { r.EncodeArrayStart(3) } else { - yynn2265 = 1 - for _, b := range yyq2265 { + yynn2310 = 1 + for _, b := range yyq2310 { if b { - yynn2265++ + yynn2310++ } } - r.EncodeMapStart(yynn2265) - yynn2265 = 0 + r.EncodeMapStart(yynn2310) + yynn2310 = 0 } - if yyr2265 || yy2arr2265 { + if yyr2310 || yy2arr2310 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2267 := z.EncBinary() - _ = yym2267 + yym2312 := z.EncBinary() + _ = yym2312 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -30047,18 +30437,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2268 := z.EncBinary() - _ = yym2268 + yym2313 := z.EncBinary() + _ = yym2313 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2265 || yy2arr2265 { + if yyr2310 || yy2arr2310 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[1] { - yym2270 := z.EncBinary() - _ = yym2270 + if yyq2310[1] { + yym2315 := z.EncBinary() + _ = yym2315 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -30067,23 +30457,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2265[1] { + if yyq2310[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2271 := z.EncBinary() - _ = yym2271 + yym2316 := z.EncBinary() + _ = yym2316 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) } } } - if yyr2265 || yy2arr2265 { + if yyr2310 || yy2arr2310 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[2] { - yym2273 := z.EncBinary() - _ = yym2273 + if yyq2310[2] { + yym2318 := z.EncBinary() + _ = yym2318 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -30092,19 +30482,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2265[2] { + if yyq2310[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2274 := z.EncBinary() - _ = yym2274 + yym2319 := z.EncBinary() + _ = yym2319 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2265 || yy2arr2265 { + if yyr2310 || yy2arr2310 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30117,25 +30507,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2275 := z.DecBinary() - _ = yym2275 + yym2320 := z.DecBinary() + _ = yym2320 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2276 := r.ContainerType() - if yyct2276 == codecSelferValueTypeMap1234 { - yyl2276 := r.ReadMapStart() - if yyl2276 == 0 { + yyct2321 := r.ContainerType() + if yyct2321 == codecSelferValueTypeMap1234 { + yyl2321 := r.ReadMapStart() + if yyl2321 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2276, d) + x.codecDecodeSelfFromMap(yyl2321, d) } - } else if yyct2276 == codecSelferValueTypeArray1234 { - yyl2276 := r.ReadArrayStart() - if yyl2276 == 0 { + } else if yyct2321 == codecSelferValueTypeArray1234 { + yyl2321 := r.ReadArrayStart() + if yyl2321 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2276, d) + x.codecDecodeSelfFromArray(yyl2321, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30147,12 +30537,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2277Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2277Slc - var yyhl2277 bool = l >= 0 - for yyj2277 := 0; ; yyj2277++ { - if yyhl2277 { - if yyj2277 >= l { + var yys2322Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2322Slc + var yyhl2322 bool = l >= 0 + for yyj2322 := 0; ; yyj2322++ { + if yyhl2322 { + if yyj2322 >= l { break } } else { @@ -30161,10 +30551,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2277Slc = r.DecodeBytes(yys2277Slc, true, true) - yys2277 := string(yys2277Slc) + yys2322Slc = r.DecodeBytes(yys2322Slc, true, true) + yys2322 := string(yys2322Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2277 { + switch yys2322 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -30184,9 +30574,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2277) - } // end switch yys2277 - } // end for yyj2277 + z.DecStructFieldNotFound(-1, yys2322) + } // end switch yys2322 + } // end for yyj2322 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30194,16 +30584,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2281 int - var yyb2281 bool - var yyhl2281 bool = l >= 0 - yyj2281++ - if yyhl2281 { - yyb2281 = yyj2281 > l + var yyj2326 int + var yyb2326 bool + var yyhl2326 bool = l >= 0 + yyj2326++ + if yyhl2326 { + yyb2326 = yyj2326 > l } else { - yyb2281 = r.CheckBreak() + yyb2326 = r.CheckBreak() } - if yyb2281 { + if yyb2326 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30213,13 +30603,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2281++ - if yyhl2281 { - yyb2281 = yyj2281 > l + yyj2326++ + if yyhl2326 { + yyb2326 = yyj2326 > l } else { - yyb2281 = r.CheckBreak() + yyb2326 = r.CheckBreak() } - if yyb2281 { + if yyb2326 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30229,13 +30619,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2281++ - if yyhl2281 { - yyb2281 = yyj2281 > l + yyj2326++ + if yyhl2326 { + yyb2326 = yyj2326 > l } else { - yyb2281 = r.CheckBreak() + yyb2326 = r.CheckBreak() } - if yyb2281 { + if yyb2326 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30246,17 +30636,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj2281++ - if yyhl2281 { - yyb2281 = yyj2281 > l + yyj2326++ + if yyhl2326 { + yyb2326 = yyj2326 > l } else { - yyb2281 = r.CheckBreak() + yyb2326 = r.CheckBreak() } - if yyb2281 { + if yyb2326 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2281-1, "") + z.DecStructFieldNotFound(yyj2326-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30268,39 +30658,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2285 := z.EncBinary() - _ = yym2285 + yym2330 := z.EncBinary() + _ = yym2330 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2286 := !z.EncBinary() - yy2arr2286 := z.EncBasicHandle().StructToArray - var yyq2286 [5]bool - _, _, _ = yysep2286, yyq2286, yy2arr2286 - const yyr2286 bool = false - yyq2286[0] = x.Kind != "" - yyq2286[1] = x.APIVersion != "" - yyq2286[2] = true - yyq2286[3] = true - yyq2286[4] = true - var yynn2286 int - if yyr2286 || yy2arr2286 { + yysep2331 := !z.EncBinary() + yy2arr2331 := z.EncBasicHandle().StructToArray + var yyq2331 [5]bool + _, _, _ = yysep2331, yyq2331, yy2arr2331 + const yyr2331 bool = false + yyq2331[0] = x.Kind != "" + yyq2331[1] = x.APIVersion != "" + yyq2331[2] = true + yyq2331[3] = true + yyq2331[4] = true + var yynn2331 int + if yyr2331 || yy2arr2331 { r.EncodeArrayStart(5) } else { - yynn2286 = 0 - for _, b := range yyq2286 { + yynn2331 = 0 + for _, b := range yyq2331 { if b { - yynn2286++ + yynn2331++ } } - r.EncodeMapStart(yynn2286) - yynn2286 = 0 + r.EncodeMapStart(yynn2331) + yynn2331 = 0 } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2286[0] { - yym2288 := z.EncBinary() - _ = yym2288 + if yyq2331[0] { + yym2333 := z.EncBinary() + _ = yym2333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30309,23 +30699,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2286[0] { + if yyq2331[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2289 := z.EncBinary() - _ = yym2289 + yym2334 := z.EncBinary() + _ = yym2334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2286[1] { - yym2291 := z.EncBinary() - _ = yym2291 + if yyq2331[1] { + yym2336 := z.EncBinary() + _ = yym2336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30334,70 +30724,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2286[1] { + if yyq2331[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2292 := z.EncBinary() - _ = yym2292 + yym2337 := z.EncBinary() + _ = yym2337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2286[2] { - yy2294 := &x.ObjectMeta - yy2294.CodecEncodeSelf(e) + if yyq2331[2] { + yy2339 := &x.ObjectMeta + yy2339.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2286[2] { + if yyq2331[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2295 := &x.ObjectMeta - yy2295.CodecEncodeSelf(e) + yy2340 := &x.ObjectMeta + yy2340.CodecEncodeSelf(e) } } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2286[3] { - yy2297 := &x.Spec - yy2297.CodecEncodeSelf(e) + if yyq2331[3] { + yy2342 := &x.Spec + yy2342.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2286[3] { + if yyq2331[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2298 := &x.Spec - yy2298.CodecEncodeSelf(e) + yy2343 := &x.Spec + yy2343.CodecEncodeSelf(e) } } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2286[4] { - yy2300 := &x.Status - yy2300.CodecEncodeSelf(e) + if yyq2331[4] { + yy2345 := &x.Status + yy2345.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2286[4] { + if yyq2331[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2301 := &x.Status - yy2301.CodecEncodeSelf(e) + yy2346 := &x.Status + yy2346.CodecEncodeSelf(e) } } - if yyr2286 || yy2arr2286 { + if yyr2331 || yy2arr2331 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30410,25 +30800,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2302 := z.DecBinary() - _ = yym2302 + yym2347 := z.DecBinary() + _ = yym2347 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2303 := r.ContainerType() - if yyct2303 == codecSelferValueTypeMap1234 { - yyl2303 := r.ReadMapStart() - if yyl2303 == 0 { + yyct2348 := r.ContainerType() + if yyct2348 == codecSelferValueTypeMap1234 { + yyl2348 := r.ReadMapStart() + if yyl2348 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2303, d) + x.codecDecodeSelfFromMap(yyl2348, d) } - } else if yyct2303 == codecSelferValueTypeArray1234 { - yyl2303 := r.ReadArrayStart() - if yyl2303 == 0 { + } else if yyct2348 == codecSelferValueTypeArray1234 { + yyl2348 := r.ReadArrayStart() + if yyl2348 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2303, d) + x.codecDecodeSelfFromArray(yyl2348, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30440,12 +30830,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod 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 yys2349Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2349Slc + var yyhl2349 bool = l >= 0 + for yyj2349 := 0; ; yyj2349++ { + if yyhl2349 { + if yyj2349 >= l { break } } else { @@ -30454,10 +30844,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2304Slc = r.DecodeBytes(yys2304Slc, true, true) - yys2304 := string(yys2304Slc) + yys2349Slc = r.DecodeBytes(yys2349Slc, true, true) + yys2349 := string(yys2349Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2304 { + switch yys2349 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30474,27 +30864,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2307 := &x.ObjectMeta - yyv2307.CodecDecodeSelf(d) + yyv2352 := &x.ObjectMeta + yyv2352.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2308 := &x.Spec - yyv2308.CodecDecodeSelf(d) + yyv2353 := &x.Spec + yyv2353.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2309 := &x.Status - yyv2309.CodecDecodeSelf(d) + yyv2354 := &x.Status + yyv2354.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2304) - } // end switch yys2304 - } // end for yyj2304 + z.DecStructFieldNotFound(-1, yys2349) + } // end switch yys2349 + } // end for yyj2349 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30502,16 +30892,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2310 int - var yyb2310 bool - var yyhl2310 bool = l >= 0 - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + var yyj2355 int + var yyb2355 bool + var yyhl2355 bool = l >= 0 + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30521,13 +30911,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30537,13 +30927,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30551,16 +30941,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2313 := &x.ObjectMeta - yyv2313.CodecDecodeSelf(d) + yyv2358 := &x.ObjectMeta + yyv2358.CodecDecodeSelf(d) } - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30568,16 +30958,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2314 := &x.Spec - yyv2314.CodecDecodeSelf(d) + yyv2359 := &x.Spec + yyv2359.CodecDecodeSelf(d) } - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30585,21 +30975,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2315 := &x.Status - yyv2315.CodecDecodeSelf(d) + yyv2360 := &x.Status + yyv2360.CodecDecodeSelf(d) } for { - yyj2310++ - if yyhl2310 { - yyb2310 = yyj2310 > l + yyj2355++ + if yyhl2355 { + yyb2355 = yyj2355 > l } else { - yyb2310 = r.CheckBreak() + yyb2355 = r.CheckBreak() } - if yyb2310 { + if yyb2355 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2310-1, "") + z.DecStructFieldNotFound(yyj2355-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30611,37 +31001,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2316 := z.EncBinary() - _ = yym2316 + yym2361 := z.EncBinary() + _ = yym2361 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2317 := !z.EncBinary() - yy2arr2317 := z.EncBasicHandle().StructToArray - var yyq2317 [4]bool - _, _, _ = yysep2317, yyq2317, yy2arr2317 - const yyr2317 bool = false - yyq2317[0] = x.Kind != "" - yyq2317[1] = x.APIVersion != "" - yyq2317[2] = true - var yynn2317 int - if yyr2317 || yy2arr2317 { + yysep2362 := !z.EncBinary() + yy2arr2362 := z.EncBasicHandle().StructToArray + var yyq2362 [4]bool + _, _, _ = yysep2362, yyq2362, yy2arr2362 + const yyr2362 bool = false + yyq2362[0] = x.Kind != "" + yyq2362[1] = x.APIVersion != "" + yyq2362[2] = true + var yynn2362 int + if yyr2362 || yy2arr2362 { r.EncodeArrayStart(4) } else { - yynn2317 = 1 - for _, b := range yyq2317 { + yynn2362 = 1 + for _, b := range yyq2362 { if b { - yynn2317++ + yynn2362++ } } - r.EncodeMapStart(yynn2317) - yynn2317 = 0 + r.EncodeMapStart(yynn2362) + yynn2362 = 0 } - if yyr2317 || yy2arr2317 { + if yyr2362 || yy2arr2362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2317[0] { - yym2319 := z.EncBinary() - _ = yym2319 + if yyq2362[0] { + yym2364 := z.EncBinary() + _ = yym2364 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30650,23 +31040,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2317[0] { + if yyq2362[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2320 := z.EncBinary() - _ = yym2320 + yym2365 := z.EncBinary() + _ = yym2365 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2317 || yy2arr2317 { + if yyr2362 || yy2arr2362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2317[1] { - yym2322 := z.EncBinary() - _ = yym2322 + if yyq2362[1] { + yym2367 := z.EncBinary() + _ = yym2367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30675,54 +31065,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2317[1] { + if yyq2362[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2323 := z.EncBinary() - _ = yym2323 + yym2368 := z.EncBinary() + _ = yym2368 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2317 || yy2arr2317 { + if yyr2362 || yy2arr2362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2317[2] { - yy2325 := &x.ListMeta - yym2326 := z.EncBinary() - _ = yym2326 + if yyq2362[2] { + yy2370 := &x.ListMeta + yym2371 := z.EncBinary() + _ = yym2371 if false { - } else if z.HasExtensions() && z.EncExt(yy2325) { + } else if z.HasExtensions() && z.EncExt(yy2370) { } else { - z.EncFallback(yy2325) + z.EncFallback(yy2370) } } else { r.EncodeNil() } } else { - if yyq2317[2] { + if yyq2362[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2327 := &x.ListMeta - yym2328 := z.EncBinary() - _ = yym2328 + yy2372 := &x.ListMeta + yym2373 := z.EncBinary() + _ = yym2373 if false { - } else if z.HasExtensions() && z.EncExt(yy2327) { + } else if z.HasExtensions() && z.EncExt(yy2372) { } else { - z.EncFallback(yy2327) + z.EncFallback(yy2372) } } } - if yyr2317 || yy2arr2317 { + if yyr2362 || yy2arr2362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2330 := z.EncBinary() - _ = yym2330 + yym2375 := z.EncBinary() + _ = yym2375 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -30735,15 +31125,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2331 := z.EncBinary() - _ = yym2331 + yym2376 := z.EncBinary() + _ = yym2376 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2317 || yy2arr2317 { + if yyr2362 || yy2arr2362 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30756,25 +31146,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2332 := z.DecBinary() - _ = yym2332 + yym2377 := z.DecBinary() + _ = yym2377 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2333 := r.ContainerType() - if yyct2333 == codecSelferValueTypeMap1234 { - yyl2333 := r.ReadMapStart() - if yyl2333 == 0 { + yyct2378 := r.ContainerType() + if yyct2378 == codecSelferValueTypeMap1234 { + yyl2378 := r.ReadMapStart() + if yyl2378 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2333, d) + x.codecDecodeSelfFromMap(yyl2378, d) } - } else if yyct2333 == codecSelferValueTypeArray1234 { - yyl2333 := r.ReadArrayStart() - if yyl2333 == 0 { + } else if yyct2378 == codecSelferValueTypeArray1234 { + yyl2378 := r.ReadArrayStart() + if yyl2378 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2333, d) + x.codecDecodeSelfFromArray(yyl2378, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30786,12 +31176,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2334Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2334Slc - var yyhl2334 bool = l >= 0 - for yyj2334 := 0; ; yyj2334++ { - if yyhl2334 { - if yyj2334 >= l { + var yys2379Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2379Slc + var yyhl2379 bool = l >= 0 + for yyj2379 := 0; ; yyj2379++ { + if yyhl2379 { + if yyj2379 >= l { break } } else { @@ -30800,10 +31190,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2334Slc = r.DecodeBytes(yys2334Slc, true, true) - yys2334 := string(yys2334Slc) + yys2379Slc = r.DecodeBytes(yys2379Slc, true, true) + yys2379 := string(yys2379Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2334 { + switch yys2379 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30820,31 +31210,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2337 := &x.ListMeta - yym2338 := z.DecBinary() - _ = yym2338 + yyv2382 := &x.ListMeta + yym2383 := z.DecBinary() + _ = yym2383 if false { - } else if z.HasExtensions() && z.DecExt(yyv2337) { + } else if z.HasExtensions() && z.DecExt(yyv2382) { } else { - z.DecFallback(yyv2337, false) + z.DecFallback(yyv2382, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2339 := &x.Items - yym2340 := z.DecBinary() - _ = yym2340 + yyv2384 := &x.Items + yym2385 := z.DecBinary() + _ = yym2385 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2339), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2384), d) } } default: - z.DecStructFieldNotFound(-1, yys2334) - } // end switch yys2334 - } // end for yyj2334 + z.DecStructFieldNotFound(-1, yys2379) + } // end switch yys2379 + } // end for yyj2379 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30852,16 +31242,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2341 int - var yyb2341 bool - var yyhl2341 bool = l >= 0 - yyj2341++ - if yyhl2341 { - yyb2341 = yyj2341 > l + var yyj2386 int + var yyb2386 bool + var yyhl2386 bool = l >= 0 + yyj2386++ + if yyhl2386 { + yyb2386 = yyj2386 > l } else { - yyb2341 = r.CheckBreak() + yyb2386 = r.CheckBreak() } - if yyb2341 { + if yyb2386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30871,13 +31261,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2341++ - if yyhl2341 { - yyb2341 = yyj2341 > l + yyj2386++ + if yyhl2386 { + yyb2386 = yyj2386 > l } else { - yyb2341 = r.CheckBreak() + yyb2386 = r.CheckBreak() } - if yyb2341 { + if yyb2386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30887,13 +31277,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2341++ - if yyhl2341 { - yyb2341 = yyj2341 > l + yyj2386++ + if yyhl2386 { + yyb2386 = yyj2386 > l } else { - yyb2341 = r.CheckBreak() + yyb2386 = r.CheckBreak() } - if yyb2341 { + if yyb2386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30901,22 +31291,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2344 := &x.ListMeta - yym2345 := z.DecBinary() - _ = yym2345 + yyv2389 := &x.ListMeta + yym2390 := z.DecBinary() + _ = yym2390 if false { - } else if z.HasExtensions() && z.DecExt(yyv2344) { + } else if z.HasExtensions() && z.DecExt(yyv2389) { } else { - z.DecFallback(yyv2344, false) + z.DecFallback(yyv2389, false) } } - yyj2341++ - if yyhl2341 { - yyb2341 = yyj2341 > l + yyj2386++ + if yyhl2386 { + yyb2386 = yyj2386 > l } else { - yyb2341 = r.CheckBreak() + yyb2386 = r.CheckBreak() } - if yyb2341 { + if yyb2386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30924,26 +31314,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2346 := &x.Items - yym2347 := z.DecBinary() - _ = yym2347 + yyv2391 := &x.Items + yym2392 := z.DecBinary() + _ = yym2392 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2346), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2391), d) } } for { - yyj2341++ - if yyhl2341 { - yyb2341 = yyj2341 > l + yyj2386++ + if yyhl2386 { + yyb2386 = yyj2386 > l } else { - yyb2341 = r.CheckBreak() + yyb2386 = r.CheckBreak() } - if yyb2341 { + if yyb2386 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2341-1, "") + z.DecStructFieldNotFound(yyj2386-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30955,37 +31345,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2348 := z.EncBinary() - _ = yym2348 + yym2393 := z.EncBinary() + _ = yym2393 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2349 := !z.EncBinary() - yy2arr2349 := z.EncBasicHandle().StructToArray - var yyq2349 [4]bool - _, _, _ = yysep2349, yyq2349, yy2arr2349 - const yyr2349 bool = false - yyq2349[0] = x.Kind != "" - yyq2349[1] = x.APIVersion != "" - yyq2349[2] = true - var yynn2349 int - if yyr2349 || yy2arr2349 { + yysep2394 := !z.EncBinary() + yy2arr2394 := z.EncBasicHandle().StructToArray + var yyq2394 [4]bool + _, _, _ = yysep2394, yyq2394, yy2arr2394 + const yyr2394 bool = false + yyq2394[0] = x.Kind != "" + yyq2394[1] = x.APIVersion != "" + yyq2394[2] = true + var yynn2394 int + if yyr2394 || yy2arr2394 { r.EncodeArrayStart(4) } else { - yynn2349 = 1 - for _, b := range yyq2349 { + yynn2394 = 1 + for _, b := range yyq2394 { if b { - yynn2349++ + yynn2394++ } } - r.EncodeMapStart(yynn2349) - yynn2349 = 0 + r.EncodeMapStart(yynn2394) + yynn2394 = 0 } - if yyr2349 || yy2arr2349 { + if yyr2394 || yy2arr2394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2349[0] { - yym2351 := z.EncBinary() - _ = yym2351 + if yyq2394[0] { + yym2396 := z.EncBinary() + _ = yym2396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30994,23 +31384,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2349[0] { + if yyq2394[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2352 := z.EncBinary() - _ = yym2352 + yym2397 := z.EncBinary() + _ = yym2397 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2349 || yy2arr2349 { + if yyr2394 || yy2arr2394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2349[1] { - yym2354 := z.EncBinary() - _ = yym2354 + if yyq2394[1] { + yym2399 := z.EncBinary() + _ = yym2399 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31019,54 +31409,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2349[1] { + if yyq2394[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2355 := z.EncBinary() - _ = yym2355 + yym2400 := z.EncBinary() + _ = yym2400 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2349 || yy2arr2349 { + if yyr2394 || yy2arr2394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2349[2] { - yy2357 := &x.ListMeta - yym2358 := z.EncBinary() - _ = yym2358 + if yyq2394[2] { + yy2402 := &x.ListMeta + yym2403 := z.EncBinary() + _ = yym2403 if false { - } else if z.HasExtensions() && z.EncExt(yy2357) { + } else if z.HasExtensions() && z.EncExt(yy2402) { } else { - z.EncFallback(yy2357) + z.EncFallback(yy2402) } } else { r.EncodeNil() } } else { - if yyq2349[2] { + if yyq2394[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2359 := &x.ListMeta - yym2360 := z.EncBinary() - _ = yym2360 + yy2404 := &x.ListMeta + yym2405 := z.EncBinary() + _ = yym2405 if false { - } else if z.HasExtensions() && z.EncExt(yy2359) { + } else if z.HasExtensions() && z.EncExt(yy2404) { } else { - z.EncFallback(yy2359) + z.EncFallback(yy2404) } } } - if yyr2349 || yy2arr2349 { + if yyr2394 || yy2arr2394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2362 := z.EncBinary() - _ = yym2362 + yym2407 := z.EncBinary() + _ = yym2407 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -31079,15 +31469,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2363 := z.EncBinary() - _ = yym2363 + yym2408 := z.EncBinary() + _ = yym2408 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2349 || yy2arr2349 { + if yyr2394 || yy2arr2394 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31100,25 +31490,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2364 := z.DecBinary() - _ = yym2364 + yym2409 := z.DecBinary() + _ = yym2409 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2365 := r.ContainerType() - if yyct2365 == codecSelferValueTypeMap1234 { - yyl2365 := r.ReadMapStart() - if yyl2365 == 0 { + yyct2410 := r.ContainerType() + if yyct2410 == codecSelferValueTypeMap1234 { + yyl2410 := r.ReadMapStart() + if yyl2410 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2365, d) + x.codecDecodeSelfFromMap(yyl2410, d) } - } else if yyct2365 == codecSelferValueTypeArray1234 { - yyl2365 := r.ReadArrayStart() - if yyl2365 == 0 { + } else if yyct2410 == codecSelferValueTypeArray1234 { + yyl2410 := r.ReadArrayStart() + if yyl2410 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2365, d) + x.codecDecodeSelfFromArray(yyl2410, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31130,12 +31520,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2366Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2366Slc - var yyhl2366 bool = l >= 0 - for yyj2366 := 0; ; yyj2366++ { - if yyhl2366 { - if yyj2366 >= l { + var yys2411Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2411Slc + var yyhl2411 bool = l >= 0 + for yyj2411 := 0; ; yyj2411++ { + if yyhl2411 { + if yyj2411 >= l { break } } else { @@ -31144,10 +31534,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2366Slc = r.DecodeBytes(yys2366Slc, true, true) - yys2366 := string(yys2366Slc) + yys2411Slc = r.DecodeBytes(yys2411Slc, true, true) + yys2411 := string(yys2411Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2366 { + switch yys2411 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31164,31 +31554,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2369 := &x.ListMeta - yym2370 := z.DecBinary() - _ = yym2370 + yyv2414 := &x.ListMeta + yym2415 := z.DecBinary() + _ = yym2415 if false { - } else if z.HasExtensions() && z.DecExt(yyv2369) { + } else if z.HasExtensions() && z.DecExt(yyv2414) { } else { - z.DecFallback(yyv2369, false) + z.DecFallback(yyv2414, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2371 := &x.Items - yym2372 := z.DecBinary() - _ = yym2372 + yyv2416 := &x.Items + yym2417 := z.DecBinary() + _ = yym2417 if false { } else { - h.decSliceService((*[]Service)(yyv2371), d) + h.decSliceService((*[]Service)(yyv2416), d) } } default: - z.DecStructFieldNotFound(-1, yys2366) - } // end switch yys2366 - } // end for yyj2366 + z.DecStructFieldNotFound(-1, yys2411) + } // end switch yys2411 + } // end for yyj2411 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31196,16 +31586,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2373 int - var yyb2373 bool - var yyhl2373 bool = l >= 0 - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + var yyj2418 int + var yyb2418 bool + var yyhl2418 bool = l >= 0 + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2373 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2373 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31215,13 +31605,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2373 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2373 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31231,13 +31621,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2373 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2373 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31245,22 +31635,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2376 := &x.ListMeta - yym2377 := z.DecBinary() - _ = yym2377 + yyv2421 := &x.ListMeta + yym2422 := z.DecBinary() + _ = yym2422 if false { - } else if z.HasExtensions() && z.DecExt(yyv2376) { + } else if z.HasExtensions() && z.DecExt(yyv2421) { } else { - z.DecFallback(yyv2376, false) + z.DecFallback(yyv2421, false) } } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2373 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2373 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31268,26 +31658,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2378 := &x.Items - yym2379 := z.DecBinary() - _ = yym2379 + yyv2423 := &x.Items + yym2424 := z.DecBinary() + _ = yym2424 if false { } else { - h.decSliceService((*[]Service)(yyv2378), d) + h.decSliceService((*[]Service)(yyv2423), d) } } for { - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2373 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2373 { + if yyb2418 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2373-1, "") + z.DecStructFieldNotFound(yyj2418-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31296,8 +31686,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2380 := z.EncBinary() - _ = yym2380 + yym2425 := z.EncBinary() + _ = yym2425 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31309,8 +31699,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2381 := z.DecBinary() - _ = yym2381 + yym2426 := z.DecBinary() + _ = yym2426 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31322,8 +31712,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2382 := z.EncBinary() - _ = yym2382 + yym2427 := z.EncBinary() + _ = yym2427 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31335,8 +31725,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2383 := z.DecBinary() - _ = yym2383 + yym2428 := z.DecBinary() + _ = yym2428 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31351,48 +31741,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2384 := z.EncBinary() - _ = yym2384 + yym2429 := z.EncBinary() + _ = yym2429 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2385 := !z.EncBinary() - yy2arr2385 := z.EncBasicHandle().StructToArray - var yyq2385 [1]bool - _, _, _ = yysep2385, yyq2385, yy2arr2385 - const yyr2385 bool = false - yyq2385[0] = true - var yynn2385 int - if yyr2385 || yy2arr2385 { + yysep2430 := !z.EncBinary() + yy2arr2430 := z.EncBasicHandle().StructToArray + var yyq2430 [1]bool + _, _, _ = yysep2430, yyq2430, yy2arr2430 + const yyr2430 bool = false + yyq2430[0] = true + var yynn2430 int + if yyr2430 || yy2arr2430 { r.EncodeArrayStart(1) } else { - yynn2385 = 0 - for _, b := range yyq2385 { + yynn2430 = 0 + for _, b := range yyq2430 { if b { - yynn2385++ + yynn2430++ } } - r.EncodeMapStart(yynn2385) - yynn2385 = 0 + r.EncodeMapStart(yynn2430) + yynn2430 = 0 } - if yyr2385 || yy2arr2385 { + if yyr2430 || yy2arr2430 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2385[0] { - yy2387 := &x.LoadBalancer - yy2387.CodecEncodeSelf(e) + if yyq2430[0] { + yy2432 := &x.LoadBalancer + yy2432.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2385[0] { + if yyq2430[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2388 := &x.LoadBalancer - yy2388.CodecEncodeSelf(e) + yy2433 := &x.LoadBalancer + yy2433.CodecEncodeSelf(e) } } - if yyr2385 || yy2arr2385 { + if yyr2430 || yy2arr2430 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31405,25 +31795,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2389 := z.DecBinary() - _ = yym2389 + yym2434 := z.DecBinary() + _ = yym2434 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2390 := r.ContainerType() - if yyct2390 == codecSelferValueTypeMap1234 { - yyl2390 := r.ReadMapStart() - if yyl2390 == 0 { + yyct2435 := r.ContainerType() + if yyct2435 == codecSelferValueTypeMap1234 { + yyl2435 := r.ReadMapStart() + if yyl2435 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2390, d) + x.codecDecodeSelfFromMap(yyl2435, d) } - } else if yyct2390 == codecSelferValueTypeArray1234 { - yyl2390 := r.ReadArrayStart() - if yyl2390 == 0 { + } else if yyct2435 == codecSelferValueTypeArray1234 { + yyl2435 := r.ReadArrayStart() + if yyl2435 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2390, d) + x.codecDecodeSelfFromArray(yyl2435, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31435,12 +31825,12 @@ func (x *ServiceStatus) 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 yys2436Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2436Slc + var yyhl2436 bool = l >= 0 + for yyj2436 := 0; ; yyj2436++ { + if yyhl2436 { + if yyj2436 >= l { break } } else { @@ -31449,21 +31839,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2391Slc = r.DecodeBytes(yys2391Slc, true, true) - yys2391 := string(yys2391Slc) + yys2436Slc = r.DecodeBytes(yys2436Slc, true, true) + yys2436 := string(yys2436Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2391 { + switch yys2436 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2392 := &x.LoadBalancer - yyv2392.CodecDecodeSelf(d) + yyv2437 := &x.LoadBalancer + yyv2437.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2391) - } // end switch yys2391 - } // end for yyj2391 + z.DecStructFieldNotFound(-1, yys2436) + } // end switch yys2436 + } // end for yyj2436 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31471,16 +31861,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2393 int - var yyb2393 bool - var yyhl2393 bool = l >= 0 - yyj2393++ - if yyhl2393 { - yyb2393 = yyj2393 > l + var yyj2438 int + var yyb2438 bool + var yyhl2438 bool = l >= 0 + yyj2438++ + if yyhl2438 { + yyb2438 = yyj2438 > l } else { - yyb2393 = r.CheckBreak() + yyb2438 = r.CheckBreak() } - if yyb2393 { + if yyb2438 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31488,21 +31878,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2394 := &x.LoadBalancer - yyv2394.CodecDecodeSelf(d) + yyv2439 := &x.LoadBalancer + yyv2439.CodecDecodeSelf(d) } for { - yyj2393++ - if yyhl2393 { - yyb2393 = yyj2393 > l + yyj2438++ + if yyhl2438 { + yyb2438 = yyj2438 > l } else { - yyb2393 = r.CheckBreak() + yyb2438 = r.CheckBreak() } - if yyb2393 { + if yyb2438 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2393-1, "") + z.DecStructFieldNotFound(yyj2438-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31514,38 +31904,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2395 := z.EncBinary() - _ = yym2395 + yym2440 := z.EncBinary() + _ = yym2440 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2396 := !z.EncBinary() - yy2arr2396 := z.EncBasicHandle().StructToArray - var yyq2396 [1]bool - _, _, _ = yysep2396, yyq2396, yy2arr2396 - const yyr2396 bool = false - yyq2396[0] = len(x.Ingress) != 0 - var yynn2396 int - if yyr2396 || yy2arr2396 { + yysep2441 := !z.EncBinary() + yy2arr2441 := z.EncBasicHandle().StructToArray + var yyq2441 [1]bool + _, _, _ = yysep2441, yyq2441, yy2arr2441 + const yyr2441 bool = false + yyq2441[0] = len(x.Ingress) != 0 + var yynn2441 int + if yyr2441 || yy2arr2441 { r.EncodeArrayStart(1) } else { - yynn2396 = 0 - for _, b := range yyq2396 { + yynn2441 = 0 + for _, b := range yyq2441 { if b { - yynn2396++ + yynn2441++ } } - r.EncodeMapStart(yynn2396) - yynn2396 = 0 + r.EncodeMapStart(yynn2441) + yynn2441 = 0 } - if yyr2396 || yy2arr2396 { + if yyr2441 || yy2arr2441 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2396[0] { + if yyq2441[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2398 := z.EncBinary() - _ = yym2398 + yym2443 := z.EncBinary() + _ = yym2443 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -31555,15 +31945,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2396[0] { + if yyq2441[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2399 := z.EncBinary() - _ = yym2399 + yym2444 := z.EncBinary() + _ = yym2444 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -31571,7 +31961,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2396 || yy2arr2396 { + if yyr2441 || yy2arr2441 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31584,25 +31974,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2400 := z.DecBinary() - _ = yym2400 + yym2445 := z.DecBinary() + _ = yym2445 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2401 := r.ContainerType() - if yyct2401 == codecSelferValueTypeMap1234 { - yyl2401 := r.ReadMapStart() - if yyl2401 == 0 { + yyct2446 := r.ContainerType() + if yyct2446 == codecSelferValueTypeMap1234 { + yyl2446 := r.ReadMapStart() + if yyl2446 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2401, d) + x.codecDecodeSelfFromMap(yyl2446, d) } - } else if yyct2401 == codecSelferValueTypeArray1234 { - yyl2401 := r.ReadArrayStart() - if yyl2401 == 0 { + } else if yyct2446 == codecSelferValueTypeArray1234 { + yyl2446 := r.ReadArrayStart() + if yyl2446 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2401, d) + x.codecDecodeSelfFromArray(yyl2446, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31614,12 +32004,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2402Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2402Slc - var yyhl2402 bool = l >= 0 - for yyj2402 := 0; ; yyj2402++ { - if yyhl2402 { - if yyj2402 >= 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 { @@ -31628,26 +32018,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2402Slc = r.DecodeBytes(yys2402Slc, true, true) - yys2402 := string(yys2402Slc) + yys2447Slc = r.DecodeBytes(yys2447Slc, true, true) + yys2447 := string(yys2447Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2402 { + switch yys2447 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2403 := &x.Ingress - yym2404 := z.DecBinary() - _ = yym2404 + yyv2448 := &x.Ingress + yym2449 := z.DecBinary() + _ = yym2449 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2403), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2448), d) } } default: - z.DecStructFieldNotFound(-1, yys2402) - } // end switch yys2402 - } // end for yyj2402 + z.DecStructFieldNotFound(-1, yys2447) + } // end switch yys2447 + } // end for yyj2447 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31655,16 +32045,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2405 int - var yyb2405 bool - var yyhl2405 bool = l >= 0 - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + var yyj2450 int + var yyb2450 bool + var yyhl2450 bool = l >= 0 + yyj2450++ + if yyhl2450 { + yyb2450 = yyj2450 > l } else { - yyb2405 = r.CheckBreak() + yyb2450 = r.CheckBreak() } - if yyb2405 { + if yyb2450 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31672,26 +32062,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2406 := &x.Ingress - yym2407 := z.DecBinary() - _ = yym2407 + yyv2451 := &x.Ingress + yym2452 := z.DecBinary() + _ = yym2452 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2406), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2451), d) } } for { - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2450++ + if yyhl2450 { + yyb2450 = yyj2450 > l } else { - yyb2405 = r.CheckBreak() + yyb2450 = r.CheckBreak() } - if yyb2405 { + if yyb2450 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2405-1, "") + z.DecStructFieldNotFound(yyj2450-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31703,36 +32093,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2408 := z.EncBinary() - _ = yym2408 + yym2453 := z.EncBinary() + _ = yym2453 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2409 := !z.EncBinary() - yy2arr2409 := z.EncBasicHandle().StructToArray - var yyq2409 [2]bool - _, _, _ = yysep2409, yyq2409, yy2arr2409 - const yyr2409 bool = false - yyq2409[0] = x.IP != "" - yyq2409[1] = x.Hostname != "" - var yynn2409 int - if yyr2409 || yy2arr2409 { + yysep2454 := !z.EncBinary() + yy2arr2454 := z.EncBasicHandle().StructToArray + var yyq2454 [2]bool + _, _, _ = yysep2454, yyq2454, yy2arr2454 + const yyr2454 bool = false + yyq2454[0] = x.IP != "" + yyq2454[1] = x.Hostname != "" + var yynn2454 int + if yyr2454 || yy2arr2454 { r.EncodeArrayStart(2) } else { - yynn2409 = 0 - for _, b := range yyq2409 { + yynn2454 = 0 + for _, b := range yyq2454 { if b { - yynn2409++ + yynn2454++ } } - r.EncodeMapStart(yynn2409) - yynn2409 = 0 + r.EncodeMapStart(yynn2454) + yynn2454 = 0 } - if yyr2409 || yy2arr2409 { + if yyr2454 || yy2arr2454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2409[0] { - yym2411 := z.EncBinary() - _ = yym2411 + if yyq2454[0] { + yym2456 := z.EncBinary() + _ = yym2456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -31741,23 +32131,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2409[0] { + if yyq2454[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2412 := z.EncBinary() - _ = yym2412 + yym2457 := z.EncBinary() + _ = yym2457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2409 || yy2arr2409 { + if yyr2454 || yy2arr2454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2409[1] { - yym2414 := z.EncBinary() - _ = yym2414 + if yyq2454[1] { + yym2459 := z.EncBinary() + _ = yym2459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -31766,19 +32156,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2409[1] { + if yyq2454[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2415 := z.EncBinary() - _ = yym2415 + yym2460 := z.EncBinary() + _ = yym2460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2409 || yy2arr2409 { + if yyr2454 || yy2arr2454 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31791,25 +32181,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2416 := z.DecBinary() - _ = yym2416 + yym2461 := z.DecBinary() + _ = yym2461 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2417 := r.ContainerType() - if yyct2417 == codecSelferValueTypeMap1234 { - yyl2417 := r.ReadMapStart() - if yyl2417 == 0 { + yyct2462 := r.ContainerType() + if yyct2462 == codecSelferValueTypeMap1234 { + yyl2462 := r.ReadMapStart() + if yyl2462 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2417, d) + x.codecDecodeSelfFromMap(yyl2462, d) } - } else if yyct2417 == codecSelferValueTypeArray1234 { - yyl2417 := r.ReadArrayStart() - if yyl2417 == 0 { + } else if yyct2462 == codecSelferValueTypeArray1234 { + yyl2462 := r.ReadArrayStart() + if yyl2462 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2417, d) + x.codecDecodeSelfFromArray(yyl2462, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31821,12 +32211,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2418Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2418Slc - var yyhl2418 bool = l >= 0 - for yyj2418 := 0; ; yyj2418++ { - if yyhl2418 { - if yyj2418 >= l { + var yys2463Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2463Slc + var yyhl2463 bool = l >= 0 + for yyj2463 := 0; ; yyj2463++ { + if yyhl2463 { + if yyj2463 >= l { break } } else { @@ -31835,10 +32225,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2418Slc = r.DecodeBytes(yys2418Slc, true, true) - yys2418 := string(yys2418Slc) + yys2463Slc = r.DecodeBytes(yys2463Slc, true, true) + yys2463 := string(yys2463Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2418 { + switch yys2463 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -31852,9 +32242,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2418) - } // end switch yys2418 - } // end for yyj2418 + z.DecStructFieldNotFound(-1, yys2463) + } // end switch yys2463 + } // end for yyj2463 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31862,16 +32252,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj2466 int + var yyb2466 bool + var yyhl2466 bool = l >= 0 + yyj2466++ + if yyhl2466 { + yyb2466 = yyj2466 > l } else { - yyb2421 = r.CheckBreak() + yyb2466 = r.CheckBreak() } - if yyb2421 { + if yyb2466 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31881,13 +32271,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + yyj2466++ + if yyhl2466 { + yyb2466 = yyj2466 > l } else { - yyb2421 = r.CheckBreak() + yyb2466 = r.CheckBreak() } - if yyb2421 { + if yyb2466 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31898,17 +32288,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + yyj2466++ + if yyhl2466 { + yyb2466 = yyj2466 > l } else { - yyb2421 = r.CheckBreak() + yyb2466 = r.CheckBreak() } - if yyb2421 { + if yyb2466 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2421-1, "") + z.DecStructFieldNotFound(yyj2466-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31920,57 +32310,57 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2424 := z.EncBinary() - _ = yym2424 + yym2469 := z.EncBinary() + _ = yym2469 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2425 := !z.EncBinary() - yy2arr2425 := z.EncBasicHandle().StructToArray - var yyq2425 [8]bool - _, _, _ = yysep2425, yyq2425, yy2arr2425 - const yyr2425 bool = false - yyq2425[0] = x.Type != "" - yyq2425[3] = x.ClusterIP != "" - yyq2425[4] = len(x.ExternalIPs) != 0 - yyq2425[5] = x.LoadBalancerIP != "" - yyq2425[6] = x.SessionAffinity != "" - yyq2425[7] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2425 int - if yyr2425 || yy2arr2425 { + yysep2470 := !z.EncBinary() + yy2arr2470 := z.EncBasicHandle().StructToArray + var yyq2470 [8]bool + _, _, _ = yysep2470, yyq2470, yy2arr2470 + const yyr2470 bool = false + yyq2470[0] = x.Type != "" + yyq2470[3] = x.ClusterIP != "" + yyq2470[4] = len(x.ExternalIPs) != 0 + yyq2470[5] = x.LoadBalancerIP != "" + yyq2470[6] = x.SessionAffinity != "" + yyq2470[7] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2470 int + if yyr2470 || yy2arr2470 { r.EncodeArrayStart(8) } else { - yynn2425 = 2 - for _, b := range yyq2425 { + yynn2470 = 2 + for _, b := range yyq2470 { if b { - yynn2425++ + yynn2470++ } } - r.EncodeMapStart(yynn2425) - yynn2425 = 0 + r.EncodeMapStart(yynn2470) + yynn2470 = 0 } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[0] { + if yyq2470[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2425[0] { + if yyq2470[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2428 := z.EncBinary() - _ = yym2428 + yym2473 := z.EncBinary() + _ = yym2473 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -31983,21 +32373,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2429 := z.EncBinary() - _ = yym2429 + yym2474 := z.EncBinary() + _ = yym2474 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2431 := z.EncBinary() - _ = yym2431 + yym2476 := z.EncBinary() + _ = yym2476 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -32010,19 +32400,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2432 := z.EncBinary() - _ = yym2432 + yym2477 := z.EncBinary() + _ = yym2477 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[3] { - yym2434 := z.EncBinary() - _ = yym2434 + if yyq2470[3] { + yym2479 := z.EncBinary() + _ = yym2479 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -32031,26 +32421,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2425[3] { + if yyq2470[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2435 := z.EncBinary() - _ = yym2435 + yym2480 := z.EncBinary() + _ = yym2480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[4] { + if yyq2470[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2437 := z.EncBinary() - _ = yym2437 + yym2482 := z.EncBinary() + _ = yym2482 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -32060,15 +32450,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2425[4] { + if yyq2470[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2438 := z.EncBinary() - _ = yym2438 + yym2483 := z.EncBinary() + _ = yym2483 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -32076,11 +32466,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[5] { - yym2440 := z.EncBinary() - _ = yym2440 + if yyq2470[5] { + yym2485 := z.EncBinary() + _ = yym2485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -32089,41 +32479,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2425[5] { + if yyq2470[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2441 := z.EncBinary() - _ = yym2441 + yym2486 := z.EncBinary() + _ = yym2486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[6] { + if yyq2470[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2425[6] { + if yyq2470[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2425[7] { + if yyq2470[7] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2444 := z.EncBinary() - _ = yym2444 + yym2489 := z.EncBinary() + _ = yym2489 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -32133,15 +32523,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2425[7] { + if yyq2470[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2445 := z.EncBinary() - _ = yym2445 + yym2490 := z.EncBinary() + _ = yym2490 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -32149,7 +32539,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2425 || yy2arr2425 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32159,444 +32549,6 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2446 := z.DecBinary() - _ = yym2446 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2447 := r.ContainerType() - if yyct2447 == codecSelferValueTypeMap1234 { - yyl2447 := r.ReadMapStart() - if yyl2447 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2447, d) - } - } else if yyct2447 == codecSelferValueTypeArray1234 { - yyl2447 := r.ReadArrayStart() - if yyl2447 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2447, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2448Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2448Slc - var yyhl2448 bool = l >= 0 - for yyj2448 := 0; ; yyj2448++ { - if yyhl2448 { - if yyj2448 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2448Slc = r.DecodeBytes(yys2448Slc, true, true) - yys2448 := string(yys2448Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2448 { - case "type": - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = ServiceType(r.DecodeString()) - } - case "ports": - if r.TryDecodeAsNil() { - x.Ports = nil - } else { - yyv2450 := &x.Ports - yym2451 := z.DecBinary() - _ = yym2451 - if false { - } else { - h.decSliceServicePort((*[]ServicePort)(yyv2450), d) - } - } - case "selector": - if r.TryDecodeAsNil() { - x.Selector = nil - } else { - yyv2452 := &x.Selector - yym2453 := z.DecBinary() - _ = yym2453 - if false { - } else { - z.F.DecMapStringStringX(yyv2452, false, d) - } - } - case "clusterIP": - if r.TryDecodeAsNil() { - x.ClusterIP = "" - } else { - x.ClusterIP = string(r.DecodeString()) - } - case "externalIPs": - if r.TryDecodeAsNil() { - x.ExternalIPs = nil - } else { - yyv2455 := &x.ExternalIPs - yym2456 := z.DecBinary() - _ = yym2456 - if false { - } else { - z.F.DecSliceStringX(yyv2455, false, d) - } - } - case "loadBalancerIP": - if r.TryDecodeAsNil() { - x.LoadBalancerIP = "" - } else { - x.LoadBalancerIP = string(r.DecodeString()) - } - case "sessionAffinity": - if r.TryDecodeAsNil() { - x.SessionAffinity = "" - } else { - x.SessionAffinity = ServiceAffinity(r.DecodeString()) - } - case "loadBalancerSourceRanges": - if r.TryDecodeAsNil() { - x.LoadBalancerSourceRanges = nil - } else { - yyv2459 := &x.LoadBalancerSourceRanges - yym2460 := z.DecBinary() - _ = yym2460 - if false { - } else { - z.F.DecSliceStringX(yyv2459, false, d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2448) - } // end switch yys2448 - } // end for yyj2448 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2461 int - var yyb2461 bool - var yyhl2461 bool = l >= 0 - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = ServiceType(r.DecodeString()) - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Ports = nil - } else { - yyv2463 := &x.Ports - yym2464 := z.DecBinary() - _ = yym2464 - if false { - } else { - h.decSliceServicePort((*[]ServicePort)(yyv2463), d) - } - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Selector = nil - } else { - yyv2465 := &x.Selector - yym2466 := z.DecBinary() - _ = yym2466 - if false { - } else { - z.F.DecMapStringStringX(yyv2465, false, d) - } - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ClusterIP = "" - } else { - x.ClusterIP = string(r.DecodeString()) - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ExternalIPs = nil - } else { - yyv2468 := &x.ExternalIPs - yym2469 := z.DecBinary() - _ = yym2469 - if false { - } else { - z.F.DecSliceStringX(yyv2468, false, d) - } - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LoadBalancerIP = "" - } else { - x.LoadBalancerIP = string(r.DecodeString()) - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.SessionAffinity = "" - } else { - x.SessionAffinity = ServiceAffinity(r.DecodeString()) - } - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LoadBalancerSourceRanges = nil - } else { - yyv2472 := &x.LoadBalancerSourceRanges - yym2473 := z.DecBinary() - _ = yym2473 - if false { - } else { - z.F.DecSliceStringX(yyv2472, false, d) - } - } - for { - yyj2461++ - if yyhl2461 { - yyb2461 = yyj2461 > l - } else { - yyb2461 = r.CheckBreak() - } - if yyb2461 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2461-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2474 := z.EncBinary() - _ = yym2474 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2475 := !z.EncBinary() - yy2arr2475 := z.EncBasicHandle().StructToArray - var yyq2475 [5]bool - _, _, _ = yysep2475, yyq2475, yy2arr2475 - const yyr2475 bool = false - var yynn2475 int - if yyr2475 || yy2arr2475 { - r.EncodeArrayStart(5) - } else { - yynn2475 = 5 - for _, b := range yyq2475 { - if b { - yynn2475++ - } - } - r.EncodeMapStart(yynn2475) - yynn2475 = 0 - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2477 := z.EncBinary() - _ = yym2477 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2478 := z.EncBinary() - _ = yym2478 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - x.Protocol.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("protocol")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Protocol.CodecEncodeSelf(e) - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2481 := z.EncBinary() - _ = yym2481 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2482 := z.EncBinary() - _ = yym2482 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2484 := &x.TargetPort - yym2485 := z.EncBinary() - _ = yym2485 - if false { - } else if z.HasExtensions() && z.EncExt(yy2484) { - } else if !yym2485 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2484) - } else { - z.EncFallback(yy2484) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("targetPort")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2486 := &x.TargetPort - yym2487 := z.EncBinary() - _ = yym2487 - if false { - } else if z.HasExtensions() && z.EncExt(yy2486) { - } else if !yym2487 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2486) - } else { - z.EncFallback(yy2486) - } - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2489 := z.EncBinary() - _ = yym2489 - if false { - } else { - r.EncodeInt(int64(x.NodePort)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodePort")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2490 := z.EncBinary() - _ = yym2490 - if false { - } else { - r.EncodeInt(int64(x.NodePort)) - } - } - if yyr2475 || yy2arr2475 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -32626,7 +32578,7 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -32648,6 +32600,444 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys2493 := string(yys2493Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2493 { + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = ServiceType(r.DecodeString()) + } + case "ports": + if r.TryDecodeAsNil() { + x.Ports = nil + } else { + yyv2495 := &x.Ports + yym2496 := z.DecBinary() + _ = yym2496 + if false { + } else { + h.decSliceServicePort((*[]ServicePort)(yyv2495), d) + } + } + case "selector": + if r.TryDecodeAsNil() { + x.Selector = nil + } else { + yyv2497 := &x.Selector + yym2498 := z.DecBinary() + _ = yym2498 + if false { + } else { + z.F.DecMapStringStringX(yyv2497, false, d) + } + } + case "clusterIP": + if r.TryDecodeAsNil() { + x.ClusterIP = "" + } else { + x.ClusterIP = string(r.DecodeString()) + } + case "externalIPs": + if r.TryDecodeAsNil() { + x.ExternalIPs = nil + } else { + yyv2500 := &x.ExternalIPs + yym2501 := z.DecBinary() + _ = yym2501 + if false { + } else { + z.F.DecSliceStringX(yyv2500, false, d) + } + } + case "loadBalancerIP": + if r.TryDecodeAsNil() { + x.LoadBalancerIP = "" + } else { + x.LoadBalancerIP = string(r.DecodeString()) + } + case "sessionAffinity": + if r.TryDecodeAsNil() { + x.SessionAffinity = "" + } else { + x.SessionAffinity = ServiceAffinity(r.DecodeString()) + } + case "loadBalancerSourceRanges": + if r.TryDecodeAsNil() { + x.LoadBalancerSourceRanges = nil + } else { + yyv2504 := &x.LoadBalancerSourceRanges + yym2505 := z.DecBinary() + _ = yym2505 + if false { + } else { + z.F.DecSliceStringX(yyv2504, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2493) + } // end switch yys2493 + } // end for yyj2493 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2506 int + var yyb2506 bool + var yyhl2506 bool = l >= 0 + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = ServiceType(r.DecodeString()) + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Ports = nil + } else { + yyv2508 := &x.Ports + yym2509 := z.DecBinary() + _ = yym2509 + if false { + } else { + h.decSliceServicePort((*[]ServicePort)(yyv2508), d) + } + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Selector = nil + } else { + yyv2510 := &x.Selector + yym2511 := z.DecBinary() + _ = yym2511 + if false { + } else { + z.F.DecMapStringStringX(yyv2510, false, d) + } + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterIP = "" + } else { + x.ClusterIP = string(r.DecodeString()) + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExternalIPs = nil + } else { + yyv2513 := &x.ExternalIPs + yym2514 := z.DecBinary() + _ = yym2514 + if false { + } else { + z.F.DecSliceStringX(yyv2513, false, d) + } + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LoadBalancerIP = "" + } else { + x.LoadBalancerIP = string(r.DecodeString()) + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SessionAffinity = "" + } else { + x.SessionAffinity = ServiceAffinity(r.DecodeString()) + } + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LoadBalancerSourceRanges = nil + } else { + yyv2517 := &x.LoadBalancerSourceRanges + yym2518 := z.DecBinary() + _ = yym2518 + if false { + } else { + z.F.DecSliceStringX(yyv2517, false, d) + } + } + for { + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l + } else { + yyb2506 = r.CheckBreak() + } + if yyb2506 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2506-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2519 := z.EncBinary() + _ = yym2519 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2520 := !z.EncBinary() + yy2arr2520 := z.EncBasicHandle().StructToArray + var yyq2520 [5]bool + _, _, _ = yysep2520, yyq2520, yy2arr2520 + const yyr2520 bool = false + var yynn2520 int + if yyr2520 || yy2arr2520 { + r.EncodeArrayStart(5) + } else { + yynn2520 = 5 + for _, b := range yyq2520 { + if b { + yynn2520++ + } + } + r.EncodeMapStart(yynn2520) + yynn2520 = 0 + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2522 := z.EncBinary() + _ = yym2522 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2523 := z.EncBinary() + _ = yym2523 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Protocol.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("protocol")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Protocol.CodecEncodeSelf(e) + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2526 := z.EncBinary() + _ = yym2526 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2527 := z.EncBinary() + _ = yym2527 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy2529 := &x.TargetPort + yym2530 := z.EncBinary() + _ = yym2530 + if false { + } else if z.HasExtensions() && z.EncExt(yy2529) { + } else if !yym2530 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2529) + } else { + z.EncFallback(yy2529) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("targetPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2531 := &x.TargetPort + yym2532 := z.EncBinary() + _ = yym2532 + if false { + } else if z.HasExtensions() && z.EncExt(yy2531) { + } else if !yym2532 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2531) + } else { + z.EncFallback(yy2531) + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2534 := z.EncBinary() + _ = yym2534 + if false { + } else { + r.EncodeInt(int64(x.NodePort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodePort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2535 := z.EncBinary() + _ = yym2535 + if false { + } else { + r.EncodeInt(int64(x.NodePort)) + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2536 := z.DecBinary() + _ = yym2536 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2537 := r.ContainerType() + if yyct2537 == codecSelferValueTypeMap1234 { + yyl2537 := r.ReadMapStart() + if yyl2537 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2537, d) + } + } else if yyct2537 == codecSelferValueTypeArray1234 { + yyl2537 := r.ReadArrayStart() + if yyl2537 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2537, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2538Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2538Slc + var yyhl2538 bool = l >= 0 + for yyj2538 := 0; ; yyj2538++ { + if yyhl2538 { + if yyj2538 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2538Slc = r.DecodeBytes(yys2538Slc, true, true) + yys2538 := string(yys2538Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2538 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -32670,15 +33060,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2497 := &x.TargetPort - yym2498 := z.DecBinary() - _ = yym2498 + yyv2542 := &x.TargetPort + yym2543 := z.DecBinary() + _ = yym2543 if false { - } else if z.HasExtensions() && z.DecExt(yyv2497) { - } else if !yym2498 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2497) + } else if z.HasExtensions() && z.DecExt(yyv2542) { + } else if !yym2543 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2542) } else { - z.DecFallback(yyv2497, false) + z.DecFallback(yyv2542, false) } } case "nodePort": @@ -32688,9 +33078,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2493) - } // end switch yys2493 - } // end for yyj2493 + z.DecStructFieldNotFound(-1, yys2538) + } // end switch yys2538 + } // end for yyj2538 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32698,16 +33088,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2500 int - var yyb2500 bool - var yyhl2500 bool = l >= 0 - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + var yyj2545 int + var yyb2545 bool + var yyhl2545 bool = l >= 0 + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32717,13 +33107,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32733,13 +33123,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32749,13 +33139,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32763,24 +33153,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2504 := &x.TargetPort - yym2505 := z.DecBinary() - _ = yym2505 + yyv2549 := &x.TargetPort + yym2550 := z.DecBinary() + _ = yym2550 if false { - } else if z.HasExtensions() && z.DecExt(yyv2504) { - } else if !yym2505 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2504) + } else if z.HasExtensions() && z.DecExt(yyv2549) { + } else if !yym2550 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2549) } else { - z.DecFallback(yyv2504, false) + z.DecFallback(yyv2549, false) } } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32791,17 +33181,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2500 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2500 { + if yyb2545 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2500-1, "") + z.DecStructFieldNotFound(yyj2545-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32813,39 +33203,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2507 := z.EncBinary() - _ = yym2507 + yym2552 := z.EncBinary() + _ = yym2552 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2508 := !z.EncBinary() - yy2arr2508 := z.EncBasicHandle().StructToArray - var yyq2508 [5]bool - _, _, _ = yysep2508, yyq2508, yy2arr2508 - const yyr2508 bool = false - yyq2508[0] = x.Kind != "" - yyq2508[1] = x.APIVersion != "" - yyq2508[2] = true - yyq2508[3] = true - yyq2508[4] = true - var yynn2508 int - if yyr2508 || yy2arr2508 { + yysep2553 := !z.EncBinary() + yy2arr2553 := z.EncBasicHandle().StructToArray + var yyq2553 [5]bool + _, _, _ = yysep2553, yyq2553, yy2arr2553 + const yyr2553 bool = false + yyq2553[0] = x.Kind != "" + yyq2553[1] = x.APIVersion != "" + yyq2553[2] = true + yyq2553[3] = true + yyq2553[4] = true + var yynn2553 int + if yyr2553 || yy2arr2553 { r.EncodeArrayStart(5) } else { - yynn2508 = 0 - for _, b := range yyq2508 { + yynn2553 = 0 + for _, b := range yyq2553 { if b { - yynn2508++ + yynn2553++ } } - r.EncodeMapStart(yynn2508) - yynn2508 = 0 + r.EncodeMapStart(yynn2553) + yynn2553 = 0 } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[0] { - yym2510 := z.EncBinary() - _ = yym2510 + if yyq2553[0] { + yym2555 := z.EncBinary() + _ = yym2555 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32854,23 +33244,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2508[0] { + if yyq2553[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2511 := z.EncBinary() - _ = yym2511 + yym2556 := z.EncBinary() + _ = yym2556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[1] { - yym2513 := z.EncBinary() - _ = yym2513 + if yyq2553[1] { + yym2558 := z.EncBinary() + _ = yym2558 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32879,70 +33269,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2508[1] { + if yyq2553[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2514 := z.EncBinary() - _ = yym2514 + yym2559 := z.EncBinary() + _ = yym2559 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[2] { - yy2516 := &x.ObjectMeta - yy2516.CodecEncodeSelf(e) + if yyq2553[2] { + yy2561 := &x.ObjectMeta + yy2561.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[2] { + if yyq2553[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2517 := &x.ObjectMeta - yy2517.CodecEncodeSelf(e) + yy2562 := &x.ObjectMeta + yy2562.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[3] { - yy2519 := &x.Spec - yy2519.CodecEncodeSelf(e) + if yyq2553[3] { + yy2564 := &x.Spec + yy2564.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[3] { + if yyq2553[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2520 := &x.Spec - yy2520.CodecEncodeSelf(e) + yy2565 := &x.Spec + yy2565.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[4] { - yy2522 := &x.Status - yy2522.CodecEncodeSelf(e) + if yyq2553[4] { + yy2567 := &x.Status + yy2567.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[4] { + if yyq2553[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2523 := &x.Status - yy2523.CodecEncodeSelf(e) + yy2568 := &x.Status + yy2568.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32955,25 +33345,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2524 := z.DecBinary() - _ = yym2524 + yym2569 := z.DecBinary() + _ = yym2569 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2525 := r.ContainerType() - if yyct2525 == codecSelferValueTypeMap1234 { - yyl2525 := r.ReadMapStart() - if yyl2525 == 0 { + yyct2570 := r.ContainerType() + if yyct2570 == codecSelferValueTypeMap1234 { + yyl2570 := r.ReadMapStart() + if yyl2570 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2525, d) + x.codecDecodeSelfFromMap(yyl2570, d) } - } else if yyct2525 == codecSelferValueTypeArray1234 { - yyl2525 := r.ReadArrayStart() - if yyl2525 == 0 { + } else if yyct2570 == codecSelferValueTypeArray1234 { + yyl2570 := r.ReadArrayStart() + if yyl2570 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2525, d) + x.codecDecodeSelfFromArray(yyl2570, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32985,12 +33375,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2526Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2526Slc - var yyhl2526 bool = l >= 0 - for yyj2526 := 0; ; yyj2526++ { - if yyhl2526 { - if yyj2526 >= l { + var yys2571Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2571Slc + var yyhl2571 bool = l >= 0 + for yyj2571 := 0; ; yyj2571++ { + if yyhl2571 { + if yyj2571 >= l { break } } else { @@ -32999,10 +33389,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2526Slc = r.DecodeBytes(yys2526Slc, true, true) - yys2526 := string(yys2526Slc) + yys2571Slc = r.DecodeBytes(yys2571Slc, true, true) + yys2571 := string(yys2571Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2526 { + switch yys2571 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33019,27 +33409,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2529 := &x.ObjectMeta - yyv2529.CodecDecodeSelf(d) + yyv2574 := &x.ObjectMeta + yyv2574.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2530 := &x.Spec - yyv2530.CodecDecodeSelf(d) + yyv2575 := &x.Spec + yyv2575.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2531 := &x.Status - yyv2531.CodecDecodeSelf(d) + yyv2576 := &x.Status + yyv2576.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2526) - } // end switch yys2526 - } // end for yyj2526 + z.DecStructFieldNotFound(-1, yys2571) + } // end switch yys2571 + } // end for yyj2571 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33047,16 +33437,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2532 int - var yyb2532 bool - var yyhl2532 bool = l >= 0 - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + var yyj2577 int + var yyb2577 bool + var yyhl2577 bool = l >= 0 + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33066,13 +33456,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33082,13 +33472,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33096,16 +33486,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2535 := &x.ObjectMeta - yyv2535.CodecDecodeSelf(d) + yyv2580 := &x.ObjectMeta + yyv2580.CodecDecodeSelf(d) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33113,16 +33503,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2536 := &x.Spec - yyv2536.CodecDecodeSelf(d) + yyv2581 := &x.Spec + yyv2581.CodecDecodeSelf(d) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33130,21 +33520,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2537 := &x.Status - yyv2537.CodecDecodeSelf(d) + yyv2582 := &x.Status + yyv2582.CodecDecodeSelf(d) } for { - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2532 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2532 { + if yyb2577 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2532-1, "") + z.DecStructFieldNotFound(yyj2577-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33156,38 +33546,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2538 := z.EncBinary() - _ = yym2538 + yym2583 := z.EncBinary() + _ = yym2583 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2539 := !z.EncBinary() - yy2arr2539 := z.EncBasicHandle().StructToArray - var yyq2539 [5]bool - _, _, _ = yysep2539, yyq2539, yy2arr2539 - const yyr2539 bool = false - yyq2539[0] = x.Kind != "" - yyq2539[1] = x.APIVersion != "" - yyq2539[2] = true - yyq2539[4] = len(x.ImagePullSecrets) != 0 - var yynn2539 int - if yyr2539 || yy2arr2539 { + yysep2584 := !z.EncBinary() + yy2arr2584 := z.EncBasicHandle().StructToArray + var yyq2584 [5]bool + _, _, _ = yysep2584, yyq2584, yy2arr2584 + const yyr2584 bool = false + yyq2584[0] = x.Kind != "" + yyq2584[1] = x.APIVersion != "" + yyq2584[2] = true + yyq2584[4] = len(x.ImagePullSecrets) != 0 + var yynn2584 int + if yyr2584 || yy2arr2584 { r.EncodeArrayStart(5) } else { - yynn2539 = 1 - for _, b := range yyq2539 { + yynn2584 = 1 + for _, b := range yyq2584 { if b { - yynn2539++ + yynn2584++ } } - r.EncodeMapStart(yynn2539) - yynn2539 = 0 + r.EncodeMapStart(yynn2584) + yynn2584 = 0 } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[0] { - yym2541 := z.EncBinary() - _ = yym2541 + if yyq2584[0] { + yym2586 := z.EncBinary() + _ = yym2586 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33196,23 +33586,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2539[0] { + if yyq2584[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2542 := z.EncBinary() - _ = yym2542 + yym2587 := z.EncBinary() + _ = yym2587 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[1] { - yym2544 := z.EncBinary() - _ = yym2544 + if yyq2584[1] { + yym2589 := z.EncBinary() + _ = yym2589 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33221,42 +33611,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2539[1] { + if yyq2584[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2545 := z.EncBinary() - _ = yym2545 + yym2590 := z.EncBinary() + _ = yym2590 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[2] { - yy2547 := &x.ObjectMeta - yy2547.CodecEncodeSelf(e) + if yyq2584[2] { + yy2592 := &x.ObjectMeta + yy2592.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2539[2] { + if yyq2584[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2548 := &x.ObjectMeta - yy2548.CodecEncodeSelf(e) + yy2593 := &x.ObjectMeta + yy2593.CodecEncodeSelf(e) } } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2550 := z.EncBinary() - _ = yym2550 + yym2595 := z.EncBinary() + _ = yym2595 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -33269,22 +33659,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2551 := z.EncBinary() - _ = yym2551 + yym2596 := z.EncBinary() + _ = yym2596 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[4] { + if yyq2584[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2553 := z.EncBinary() - _ = yym2553 + yym2598 := z.EncBinary() + _ = yym2598 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -33294,15 +33684,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2539[4] { + if yyq2584[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2554 := z.EncBinary() - _ = yym2554 + yym2599 := z.EncBinary() + _ = yym2599 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -33310,7 +33700,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2539 || yy2arr2539 { + if yyr2584 || yy2arr2584 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33323,25 +33713,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2555 := z.DecBinary() - _ = yym2555 + yym2600 := z.DecBinary() + _ = yym2600 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2556 := r.ContainerType() - if yyct2556 == codecSelferValueTypeMap1234 { - yyl2556 := r.ReadMapStart() - if yyl2556 == 0 { + yyct2601 := r.ContainerType() + if yyct2601 == codecSelferValueTypeMap1234 { + yyl2601 := r.ReadMapStart() + if yyl2601 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2556, d) + x.codecDecodeSelfFromMap(yyl2601, d) } - } else if yyct2556 == codecSelferValueTypeArray1234 { - yyl2556 := r.ReadArrayStart() - if yyl2556 == 0 { + } else if yyct2601 == codecSelferValueTypeArray1234 { + yyl2601 := r.ReadArrayStart() + if yyl2601 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2556, d) + x.codecDecodeSelfFromArray(yyl2601, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33353,12 +33743,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2557Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2557Slc - var yyhl2557 bool = l >= 0 - for yyj2557 := 0; ; yyj2557++ { - if yyhl2557 { - if yyj2557 >= l { + var yys2602Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2602Slc + var yyhl2602 bool = l >= 0 + for yyj2602 := 0; ; yyj2602++ { + if yyhl2602 { + if yyj2602 >= l { break } } else { @@ -33367,10 +33757,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2557Slc = r.DecodeBytes(yys2557Slc, true, true) - yys2557 := string(yys2557Slc) + yys2602Slc = r.DecodeBytes(yys2602Slc, true, true) + yys2602 := string(yys2602Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2557 { + switch yys2602 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33387,37 +33777,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2560 := &x.ObjectMeta - yyv2560.CodecDecodeSelf(d) + yyv2605 := &x.ObjectMeta + yyv2605.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2561 := &x.Secrets - yym2562 := z.DecBinary() - _ = yym2562 + yyv2606 := &x.Secrets + yym2607 := z.DecBinary() + _ = yym2607 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2561), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2606), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2563 := &x.ImagePullSecrets - yym2564 := z.DecBinary() - _ = yym2564 + yyv2608 := &x.ImagePullSecrets + yym2609 := z.DecBinary() + _ = yym2609 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2563), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2608), d) } } default: - z.DecStructFieldNotFound(-1, yys2557) - } // end switch yys2557 - } // end for yyj2557 + z.DecStructFieldNotFound(-1, yys2602) + } // end switch yys2602 + } // end for yyj2602 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33425,16 +33815,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2565 int - var yyb2565 bool - var yyhl2565 bool = l >= 0 - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + var yyj2610 int + var yyb2610 bool + var yyhl2610 bool = l >= 0 + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33444,13 +33834,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33460,13 +33850,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33474,16 +33864,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2568 := &x.ObjectMeta - yyv2568.CodecDecodeSelf(d) + yyv2613 := &x.ObjectMeta + yyv2613.CodecDecodeSelf(d) } - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33491,21 +33881,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2569 := &x.Secrets - yym2570 := z.DecBinary() - _ = yym2570 + yyv2614 := &x.Secrets + yym2615 := z.DecBinary() + _ = yym2615 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2569), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2614), d) } } - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33513,26 +33903,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2571 := &x.ImagePullSecrets - yym2572 := z.DecBinary() - _ = yym2572 + yyv2616 := &x.ImagePullSecrets + yym2617 := z.DecBinary() + _ = yym2617 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2571), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2616), d) } } for { - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2610++ + if yyhl2610 { + yyb2610 = yyj2610 > l } else { - yyb2565 = r.CheckBreak() + yyb2610 = r.CheckBreak() } - if yyb2565 { + if yyb2610 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2565-1, "") + z.DecStructFieldNotFound(yyj2610-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33544,37 +33934,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2573 := z.EncBinary() - _ = yym2573 + yym2618 := z.EncBinary() + _ = yym2618 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2574 := !z.EncBinary() - yy2arr2574 := z.EncBasicHandle().StructToArray - var yyq2574 [4]bool - _, _, _ = yysep2574, yyq2574, yy2arr2574 - const yyr2574 bool = false - yyq2574[0] = x.Kind != "" - yyq2574[1] = x.APIVersion != "" - yyq2574[2] = true - var yynn2574 int - if yyr2574 || yy2arr2574 { + yysep2619 := !z.EncBinary() + yy2arr2619 := z.EncBasicHandle().StructToArray + var yyq2619 [4]bool + _, _, _ = yysep2619, yyq2619, yy2arr2619 + const yyr2619 bool = false + yyq2619[0] = x.Kind != "" + yyq2619[1] = x.APIVersion != "" + yyq2619[2] = true + var yynn2619 int + if yyr2619 || yy2arr2619 { r.EncodeArrayStart(4) } else { - yynn2574 = 1 - for _, b := range yyq2574 { + yynn2619 = 1 + for _, b := range yyq2619 { if b { - yynn2574++ + yynn2619++ } } - r.EncodeMapStart(yynn2574) - yynn2574 = 0 + r.EncodeMapStart(yynn2619) + yynn2619 = 0 } - if yyr2574 || yy2arr2574 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2574[0] { - yym2576 := z.EncBinary() - _ = yym2576 + if yyq2619[0] { + yym2621 := z.EncBinary() + _ = yym2621 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33583,23 +33973,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2574[0] { + if yyq2619[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2577 := z.EncBinary() - _ = yym2577 + yym2622 := z.EncBinary() + _ = yym2622 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2574 || yy2arr2574 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2574[1] { - yym2579 := z.EncBinary() - _ = yym2579 + if yyq2619[1] { + yym2624 := z.EncBinary() + _ = yym2624 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33608,54 +33998,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2574[1] { + if yyq2619[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2580 := z.EncBinary() - _ = yym2580 + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2574 || yy2arr2574 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2574[2] { - yy2582 := &x.ListMeta - yym2583 := z.EncBinary() - _ = yym2583 + if yyq2619[2] { + yy2627 := &x.ListMeta + yym2628 := z.EncBinary() + _ = yym2628 if false { - } else if z.HasExtensions() && z.EncExt(yy2582) { + } else if z.HasExtensions() && z.EncExt(yy2627) { } else { - z.EncFallback(yy2582) + z.EncFallback(yy2627) } } else { r.EncodeNil() } } else { - if yyq2574[2] { + if yyq2619[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2584 := &x.ListMeta - yym2585 := z.EncBinary() - _ = yym2585 + yy2629 := &x.ListMeta + yym2630 := z.EncBinary() + _ = yym2630 if false { - } else if z.HasExtensions() && z.EncExt(yy2584) { + } else if z.HasExtensions() && z.EncExt(yy2629) { } else { - z.EncFallback(yy2584) + z.EncFallback(yy2629) } } } - if yyr2574 || yy2arr2574 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2587 := z.EncBinary() - _ = yym2587 + yym2632 := z.EncBinary() + _ = yym2632 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -33668,15 +34058,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2588 := z.EncBinary() - _ = yym2588 + yym2633 := z.EncBinary() + _ = yym2633 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2574 || yy2arr2574 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33689,25 +34079,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2589 := z.DecBinary() - _ = yym2589 + yym2634 := z.DecBinary() + _ = yym2634 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2590 := r.ContainerType() - if yyct2590 == codecSelferValueTypeMap1234 { - yyl2590 := r.ReadMapStart() - if yyl2590 == 0 { + yyct2635 := r.ContainerType() + if yyct2635 == codecSelferValueTypeMap1234 { + yyl2635 := r.ReadMapStart() + if yyl2635 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2590, d) + x.codecDecodeSelfFromMap(yyl2635, d) } - } else if yyct2590 == codecSelferValueTypeArray1234 { - yyl2590 := r.ReadArrayStart() - if yyl2590 == 0 { + } else if yyct2635 == codecSelferValueTypeArray1234 { + yyl2635 := r.ReadArrayStart() + if yyl2635 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2590, d) + x.codecDecodeSelfFromArray(yyl2635, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33719,12 +34109,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2591Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2591Slc - var yyhl2591 bool = l >= 0 - for yyj2591 := 0; ; yyj2591++ { - if yyhl2591 { - if yyj2591 >= l { + var yys2636Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2636Slc + var yyhl2636 bool = l >= 0 + for yyj2636 := 0; ; yyj2636++ { + if yyhl2636 { + if yyj2636 >= l { break } } else { @@ -33733,10 +34123,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2591Slc = r.DecodeBytes(yys2591Slc, true, true) - yys2591 := string(yys2591Slc) + yys2636Slc = r.DecodeBytes(yys2636Slc, true, true) + yys2636 := string(yys2636Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2591 { + switch yys2636 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33753,31 +34143,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2594 := &x.ListMeta - yym2595 := z.DecBinary() - _ = yym2595 + yyv2639 := &x.ListMeta + yym2640 := z.DecBinary() + _ = yym2640 if false { - } else if z.HasExtensions() && z.DecExt(yyv2594) { + } else if z.HasExtensions() && z.DecExt(yyv2639) { } else { - z.DecFallback(yyv2594, false) + z.DecFallback(yyv2639, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2596 := &x.Items - yym2597 := z.DecBinary() - _ = yym2597 + yyv2641 := &x.Items + yym2642 := z.DecBinary() + _ = yym2642 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2596), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2641), d) } } default: - z.DecStructFieldNotFound(-1, yys2591) - } // end switch yys2591 - } // end for yyj2591 + z.DecStructFieldNotFound(-1, yys2636) + } // end switch yys2636 + } // end for yyj2636 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33785,16 +34175,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2598 int - var yyb2598 bool - var yyhl2598 bool = l >= 0 - yyj2598++ - if yyhl2598 { - yyb2598 = yyj2598 > l + var yyj2643 int + var yyb2643 bool + var yyhl2643 bool = l >= 0 + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2598 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2598 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33804,13 +34194,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2598++ - if yyhl2598 { - yyb2598 = yyj2598 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2598 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2598 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33820,13 +34210,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2598++ - if yyhl2598 { - yyb2598 = yyj2598 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2598 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2598 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33834,22 +34224,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2601 := &x.ListMeta - yym2602 := z.DecBinary() - _ = yym2602 + yyv2646 := &x.ListMeta + yym2647 := z.DecBinary() + _ = yym2647 if false { - } else if z.HasExtensions() && z.DecExt(yyv2601) { + } else if z.HasExtensions() && z.DecExt(yyv2646) { } else { - z.DecFallback(yyv2601, false) + z.DecFallback(yyv2646, false) } } - yyj2598++ - if yyhl2598 { - yyb2598 = yyj2598 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2598 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2598 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33857,26 +34247,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2603 := &x.Items - yym2604 := z.DecBinary() - _ = yym2604 + yyv2648 := &x.Items + yym2649 := z.DecBinary() + _ = yym2649 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2603), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2648), d) } } for { - yyj2598++ - if yyhl2598 { - yyb2598 = yyj2598 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2598 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2598 { + if yyb2643 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2598-1, "") + z.DecStructFieldNotFound(yyj2643-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33888,37 +34278,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2605 := z.EncBinary() - _ = yym2605 + yym2650 := z.EncBinary() + _ = yym2650 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2606 := !z.EncBinary() - yy2arr2606 := z.EncBasicHandle().StructToArray - var yyq2606 [4]bool - _, _, _ = yysep2606, yyq2606, yy2arr2606 - const yyr2606 bool = false - yyq2606[0] = x.Kind != "" - yyq2606[1] = x.APIVersion != "" - yyq2606[2] = true - var yynn2606 int - if yyr2606 || yy2arr2606 { + yysep2651 := !z.EncBinary() + yy2arr2651 := z.EncBasicHandle().StructToArray + var yyq2651 [4]bool + _, _, _ = yysep2651, yyq2651, yy2arr2651 + const yyr2651 bool = false + yyq2651[0] = x.Kind != "" + yyq2651[1] = x.APIVersion != "" + yyq2651[2] = true + var yynn2651 int + if yyr2651 || yy2arr2651 { r.EncodeArrayStart(4) } else { - yynn2606 = 1 - for _, b := range yyq2606 { + yynn2651 = 1 + for _, b := range yyq2651 { if b { - yynn2606++ + yynn2651++ } } - r.EncodeMapStart(yynn2606) - yynn2606 = 0 + r.EncodeMapStart(yynn2651) + yynn2651 = 0 } - if yyr2606 || yy2arr2606 { + if yyr2651 || yy2arr2651 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2606[0] { - yym2608 := z.EncBinary() - _ = yym2608 + if yyq2651[0] { + yym2653 := z.EncBinary() + _ = yym2653 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33927,23 +34317,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2606[0] { + if yyq2651[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2609 := z.EncBinary() - _ = yym2609 + yym2654 := z.EncBinary() + _ = yym2654 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2606 || yy2arr2606 { + if yyr2651 || yy2arr2651 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2606[1] { - yym2611 := z.EncBinary() - _ = yym2611 + if yyq2651[1] { + yym2656 := z.EncBinary() + _ = yym2656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33952,42 +34342,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2606[1] { + if yyq2651[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2612 := z.EncBinary() - _ = yym2612 + yym2657 := z.EncBinary() + _ = yym2657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2606 || yy2arr2606 { + if yyr2651 || yy2arr2651 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2606[2] { - yy2614 := &x.ObjectMeta - yy2614.CodecEncodeSelf(e) + if yyq2651[2] { + yy2659 := &x.ObjectMeta + yy2659.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2606[2] { + if yyq2651[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2615 := &x.ObjectMeta - yy2615.CodecEncodeSelf(e) + yy2660 := &x.ObjectMeta + yy2660.CodecEncodeSelf(e) } } - if yyr2606 || yy2arr2606 { + if yyr2651 || yy2arr2651 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2617 := z.EncBinary() - _ = yym2617 + yym2662 := z.EncBinary() + _ = yym2662 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -34000,15 +34390,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2618 := z.EncBinary() - _ = yym2618 + yym2663 := z.EncBinary() + _ = yym2663 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2606 || yy2arr2606 { + if yyr2651 || yy2arr2651 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34021,25 +34411,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2619 := z.DecBinary() - _ = yym2619 + yym2664 := z.DecBinary() + _ = yym2664 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2620 := r.ContainerType() - if yyct2620 == codecSelferValueTypeMap1234 { - yyl2620 := r.ReadMapStart() - if yyl2620 == 0 { + yyct2665 := r.ContainerType() + if yyct2665 == codecSelferValueTypeMap1234 { + yyl2665 := r.ReadMapStart() + if yyl2665 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2620, d) + x.codecDecodeSelfFromMap(yyl2665, d) } - } else if yyct2620 == codecSelferValueTypeArray1234 { - yyl2620 := r.ReadArrayStart() - if yyl2620 == 0 { + } else if yyct2665 == codecSelferValueTypeArray1234 { + yyl2665 := r.ReadArrayStart() + if yyl2665 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2620, d) + x.codecDecodeSelfFromArray(yyl2665, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34051,12 +34441,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2621Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2621Slc - var yyhl2621 bool = l >= 0 - for yyj2621 := 0; ; yyj2621++ { - if yyhl2621 { - if yyj2621 >= l { + var yys2666Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2666Slc + var yyhl2666 bool = l >= 0 + for yyj2666 := 0; ; yyj2666++ { + if yyhl2666 { + if yyj2666 >= l { break } } else { @@ -34065,10 +34455,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2621Slc = r.DecodeBytes(yys2621Slc, true, true) - yys2621 := string(yys2621Slc) + yys2666Slc = r.DecodeBytes(yys2666Slc, true, true) + yys2666 := string(yys2666Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2621 { + switch yys2666 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34085,25 +34475,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2624 := &x.ObjectMeta - yyv2624.CodecDecodeSelf(d) + yyv2669 := &x.ObjectMeta + yyv2669.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2625 := &x.Subsets - yym2626 := z.DecBinary() - _ = yym2626 + yyv2670 := &x.Subsets + yym2671 := z.DecBinary() + _ = yym2671 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2625), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2670), d) } } default: - z.DecStructFieldNotFound(-1, yys2621) - } // end switch yys2621 - } // end for yyj2621 + z.DecStructFieldNotFound(-1, yys2666) + } // end switch yys2666 + } // end for yyj2666 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34111,16 +34501,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2627 int - var yyb2627 bool - var yyhl2627 bool = l >= 0 - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l + var yyj2672 int + var yyb2672 bool + var yyhl2672 bool = l >= 0 + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2627 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2627 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34130,13 +34520,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2627 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2627 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34146,13 +34536,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2627 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2627 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34160,16 +34550,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2630 := &x.ObjectMeta - yyv2630.CodecDecodeSelf(d) + yyv2675 := &x.ObjectMeta + yyv2675.CodecDecodeSelf(d) } - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2627 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2627 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34177,26 +34567,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2631 := &x.Subsets - yym2632 := z.DecBinary() - _ = yym2632 + yyv2676 := &x.Subsets + yym2677 := z.DecBinary() + _ = yym2677 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2631), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2676), d) } } for { - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2627 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2627 { + if yyb2672 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2627-1, "") + z.DecStructFieldNotFound(yyj2672-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34208,36 +34598,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2633 := z.EncBinary() - _ = yym2633 + yym2678 := z.EncBinary() + _ = yym2678 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2634 := !z.EncBinary() - yy2arr2634 := z.EncBasicHandle().StructToArray - var yyq2634 [3]bool - _, _, _ = yysep2634, yyq2634, yy2arr2634 - const yyr2634 bool = false - var yynn2634 int - if yyr2634 || yy2arr2634 { + yysep2679 := !z.EncBinary() + yy2arr2679 := z.EncBasicHandle().StructToArray + var yyq2679 [3]bool + _, _, _ = yysep2679, yyq2679, yy2arr2679 + const yyr2679 bool = false + var yynn2679 int + if yyr2679 || yy2arr2679 { r.EncodeArrayStart(3) } else { - yynn2634 = 3 - for _, b := range yyq2634 { + yynn2679 = 3 + for _, b := range yyq2679 { if b { - yynn2634++ + yynn2679++ } } - r.EncodeMapStart(yynn2634) - yynn2634 = 0 + r.EncodeMapStart(yynn2679) + yynn2679 = 0 } - if yyr2634 || yy2arr2634 { + if yyr2679 || yy2arr2679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2636 := z.EncBinary() - _ = yym2636 + yym2681 := z.EncBinary() + _ = yym2681 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -34250,21 +34640,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2637 := z.EncBinary() - _ = yym2637 + yym2682 := z.EncBinary() + _ = yym2682 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2634 || yy2arr2634 { + if yyr2679 || yy2arr2679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2639 := z.EncBinary() - _ = yym2639 + yym2684 := z.EncBinary() + _ = yym2684 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -34277,21 +34667,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2640 := z.EncBinary() - _ = yym2640 + yym2685 := z.EncBinary() + _ = yym2685 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2634 || yy2arr2634 { + if yyr2679 || yy2arr2679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2642 := z.EncBinary() - _ = yym2642 + yym2687 := z.EncBinary() + _ = yym2687 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -34304,15 +34694,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2643 := z.EncBinary() - _ = yym2643 + yym2688 := z.EncBinary() + _ = yym2688 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2634 || yy2arr2634 { + if yyr2679 || yy2arr2679 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34325,25 +34715,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2644 := z.DecBinary() - _ = yym2644 + yym2689 := z.DecBinary() + _ = yym2689 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2645 := r.ContainerType() - if yyct2645 == codecSelferValueTypeMap1234 { - yyl2645 := r.ReadMapStart() - if yyl2645 == 0 { + yyct2690 := r.ContainerType() + if yyct2690 == codecSelferValueTypeMap1234 { + yyl2690 := r.ReadMapStart() + if yyl2690 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2645, d) + x.codecDecodeSelfFromMap(yyl2690, d) } - } else if yyct2645 == codecSelferValueTypeArray1234 { - yyl2645 := r.ReadArrayStart() - if yyl2645 == 0 { + } else if yyct2690 == codecSelferValueTypeArray1234 { + yyl2690 := r.ReadArrayStart() + if yyl2690 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2645, d) + x.codecDecodeSelfFromArray(yyl2690, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34355,12 +34745,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2646Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2646Slc - var yyhl2646 bool = l >= 0 - for yyj2646 := 0; ; yyj2646++ { - if yyhl2646 { - if yyj2646 >= l { + var yys2691Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2691Slc + var yyhl2691 bool = l >= 0 + for yyj2691 := 0; ; yyj2691++ { + if yyhl2691 { + if yyj2691 >= l { break } } else { @@ -34369,50 +34759,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2646Slc = r.DecodeBytes(yys2646Slc, true, true) - yys2646 := string(yys2646Slc) + yys2691Slc = r.DecodeBytes(yys2691Slc, true, true) + yys2691 := string(yys2691Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2646 { + switch yys2691 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2647 := &x.Addresses - yym2648 := z.DecBinary() - _ = yym2648 + yyv2692 := &x.Addresses + yym2693 := z.DecBinary() + _ = yym2693 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2647), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2692), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2649 := &x.NotReadyAddresses - yym2650 := z.DecBinary() - _ = yym2650 + yyv2694 := &x.NotReadyAddresses + yym2695 := z.DecBinary() + _ = yym2695 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2649), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2694), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2651 := &x.Ports - yym2652 := z.DecBinary() - _ = yym2652 + yyv2696 := &x.Ports + yym2697 := z.DecBinary() + _ = yym2697 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2651), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2696), d) } } default: - z.DecStructFieldNotFound(-1, yys2646) - } // end switch yys2646 - } // end for yyj2646 + z.DecStructFieldNotFound(-1, yys2691) + } // end switch yys2691 + } // end for yyj2691 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34420,16 +34810,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2653 int - var yyb2653 bool - var yyhl2653 bool = l >= 0 - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + var yyj2698 int + var yyb2698 bool + var yyhl2698 bool = l >= 0 + yyj2698++ + if yyhl2698 { + yyb2698 = yyj2698 > l } else { - yyb2653 = r.CheckBreak() + yyb2698 = r.CheckBreak() } - if yyb2653 { + if yyb2698 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34437,21 +34827,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2654 := &x.Addresses - yym2655 := z.DecBinary() - _ = yym2655 + yyv2699 := &x.Addresses + yym2700 := z.DecBinary() + _ = yym2700 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2654), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2699), d) } } - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2698++ + if yyhl2698 { + yyb2698 = yyj2698 > l } else { - yyb2653 = r.CheckBreak() + yyb2698 = r.CheckBreak() } - if yyb2653 { + if yyb2698 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34459,21 +34849,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2656 := &x.NotReadyAddresses - yym2657 := z.DecBinary() - _ = yym2657 + yyv2701 := &x.NotReadyAddresses + yym2702 := z.DecBinary() + _ = yym2702 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2656), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2701), d) } } - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2698++ + if yyhl2698 { + yyb2698 = yyj2698 > l } else { - yyb2653 = r.CheckBreak() + yyb2698 = r.CheckBreak() } - if yyb2653 { + if yyb2698 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34481,26 +34871,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2658 := &x.Ports - yym2659 := z.DecBinary() - _ = yym2659 + yyv2703 := &x.Ports + yym2704 := z.DecBinary() + _ = yym2704 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2658), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2703), d) } } for { - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2698++ + if yyhl2698 { + yyb2698 = yyj2698 > l } else { - yyb2653 = r.CheckBreak() + yyb2698 = r.CheckBreak() } - if yyb2653 { + if yyb2698 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2653-1, "") + z.DecStructFieldNotFound(yyj2698-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34512,35 +34902,35 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2660 := z.EncBinary() - _ = yym2660 + yym2705 := z.EncBinary() + _ = yym2705 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2661 := !z.EncBinary() - yy2arr2661 := z.EncBasicHandle().StructToArray - var yyq2661 [4]bool - _, _, _ = yysep2661, yyq2661, yy2arr2661 - const yyr2661 bool = false - yyq2661[1] = x.Hostname != "" - yyq2661[2] = x.NodeName != nil - var yynn2661 int - if yyr2661 || yy2arr2661 { + yysep2706 := !z.EncBinary() + yy2arr2706 := z.EncBasicHandle().StructToArray + var yyq2706 [4]bool + _, _, _ = yysep2706, yyq2706, yy2arr2706 + const yyr2706 bool = false + yyq2706[1] = x.Hostname != "" + yyq2706[2] = x.NodeName != nil + var yynn2706 int + if yyr2706 || yy2arr2706 { r.EncodeArrayStart(4) } else { - yynn2661 = 2 - for _, b := range yyq2661 { + yynn2706 = 2 + for _, b := range yyq2706 { if b { - yynn2661++ + yynn2706++ } } - r.EncodeMapStart(yynn2661) - yynn2661 = 0 + r.EncodeMapStart(yynn2706) + yynn2706 = 0 } - if yyr2661 || yy2arr2661 { + if yyr2706 || yy2arr2706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2663 := z.EncBinary() - _ = yym2663 + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -34549,18 +34939,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2664 := z.EncBinary() - _ = yym2664 + yym2709 := z.EncBinary() + _ = yym2709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2661 || yy2arr2661 { + if yyr2706 || yy2arr2706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2661[1] { - yym2666 := z.EncBinary() - _ = yym2666 + if yyq2706[1] { + yym2711 := z.EncBinary() + _ = yym2711 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -34569,54 +34959,54 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2661[1] { + if yyq2706[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2667 := z.EncBinary() - _ = yym2667 + yym2712 := z.EncBinary() + _ = yym2712 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2661 || yy2arr2661 { + if yyr2706 || yy2arr2706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2661[2] { + if yyq2706[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2669 := *x.NodeName - yym2670 := z.EncBinary() - _ = yym2670 + yy2714 := *x.NodeName + yym2715 := z.EncBinary() + _ = yym2715 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2669)) + r.EncodeString(codecSelferC_UTF81234, string(yy2714)) } } } else { r.EncodeNil() } } else { - if yyq2661[2] { + if yyq2706[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2671 := *x.NodeName - yym2672 := z.EncBinary() - _ = yym2672 + yy2716 := *x.NodeName + yym2717 := z.EncBinary() + _ = yym2717 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2671)) + r.EncodeString(codecSelferC_UTF81234, string(yy2716)) } } } } - if yyr2661 || yy2arr2661 { + if yyr2706 || yy2arr2706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -34633,7 +35023,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2661 || yy2arr2661 { + if yyr2706 || yy2arr2706 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34646,25 +35036,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2674 := z.DecBinary() - _ = yym2674 + yym2719 := z.DecBinary() + _ = yym2719 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2675 := r.ContainerType() - if yyct2675 == codecSelferValueTypeMap1234 { - yyl2675 := r.ReadMapStart() - if yyl2675 == 0 { + yyct2720 := r.ContainerType() + if yyct2720 == codecSelferValueTypeMap1234 { + yyl2720 := r.ReadMapStart() + if yyl2720 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2675, d) + x.codecDecodeSelfFromMap(yyl2720, d) } - } else if yyct2675 == codecSelferValueTypeArray1234 { - yyl2675 := r.ReadArrayStart() - if yyl2675 == 0 { + } else if yyct2720 == codecSelferValueTypeArray1234 { + yyl2720 := r.ReadArrayStart() + if yyl2720 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2675, d) + x.codecDecodeSelfFromArray(yyl2720, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34676,12 +35066,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2676Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2676Slc - var yyhl2676 bool = l >= 0 - for yyj2676 := 0; ; yyj2676++ { - if yyhl2676 { - if yyj2676 >= l { + var yys2721Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2721Slc + var yyhl2721 bool = l >= 0 + for yyj2721 := 0; ; yyj2721++ { + if yyhl2721 { + if yyj2721 >= l { break } } else { @@ -34690,10 +35080,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2676Slc = r.DecodeBytes(yys2676Slc, true, true) - yys2676 := string(yys2676Slc) + yys2721Slc = r.DecodeBytes(yys2721Slc, true, true) + yys2721 := string(yys2721Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2676 { + switch yys2721 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -34715,8 +35105,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2680 := z.DecBinary() - _ = yym2680 + yym2725 := z.DecBinary() + _ = yym2725 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -34734,9 +35124,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2676) - } // end switch yys2676 - } // end for yyj2676 + z.DecStructFieldNotFound(-1, yys2721) + } // end switch yys2721 + } // end for yyj2721 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34744,16 +35134,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2682 int - var yyb2682 bool - var yyhl2682 bool = l >= 0 - yyj2682++ - if yyhl2682 { - yyb2682 = yyj2682 > l + var yyj2727 int + var yyb2727 bool + var yyhl2727 bool = l >= 0 + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2682 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2682 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34763,13 +35153,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2682++ - if yyhl2682 { - yyb2682 = yyj2682 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2682 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2682 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34779,13 +35169,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2682++ - if yyhl2682 { - yyb2682 = yyj2682 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2682 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2682 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34798,20 +35188,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2686 := z.DecBinary() - _ = yym2686 + yym2731 := z.DecBinary() + _ = yym2731 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2682++ - if yyhl2682 { - yyb2682 = yyj2682 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2682 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2682 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34827,17 +35217,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2682++ - if yyhl2682 { - yyb2682 = yyj2682 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2682 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2682 { + if yyb2727 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2682-1, "") + z.DecStructFieldNotFound(yyj2727-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34849,33 +35239,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2688 := z.EncBinary() - _ = yym2688 + yym2733 := z.EncBinary() + _ = yym2733 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2689 := !z.EncBinary() - yy2arr2689 := z.EncBasicHandle().StructToArray - var yyq2689 [3]bool - _, _, _ = yysep2689, yyq2689, yy2arr2689 - const yyr2689 bool = false - var yynn2689 int - if yyr2689 || yy2arr2689 { + yysep2734 := !z.EncBinary() + yy2arr2734 := z.EncBasicHandle().StructToArray + var yyq2734 [3]bool + _, _, _ = yysep2734, yyq2734, yy2arr2734 + const yyr2734 bool = false + var yynn2734 int + if yyr2734 || yy2arr2734 { r.EncodeArrayStart(3) } else { - yynn2689 = 3 - for _, b := range yyq2689 { + yynn2734 = 3 + for _, b := range yyq2734 { if b { - yynn2689++ + yynn2734++ } } - r.EncodeMapStart(yynn2689) - yynn2689 = 0 + r.EncodeMapStart(yynn2734) + yynn2734 = 0 } - if yyr2689 || yy2arr2689 { + if yyr2734 || yy2arr2734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2691 := z.EncBinary() - _ = yym2691 + yym2736 := z.EncBinary() + _ = yym2736 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34884,17 +35274,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2692 := z.EncBinary() - _ = yym2692 + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2689 || yy2arr2689 { + if yyr2734 || yy2arr2734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2694 := z.EncBinary() - _ = yym2694 + yym2739 := z.EncBinary() + _ = yym2739 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34903,14 +35293,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2695 := z.EncBinary() - _ = yym2695 + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2689 || yy2arr2689 { + if yyr2734 || yy2arr2734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -34919,7 +35309,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2689 || yy2arr2689 { + if yyr2734 || yy2arr2734 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34932,25 +35322,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2697 := z.DecBinary() - _ = yym2697 + yym2742 := z.DecBinary() + _ = yym2742 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2698 := r.ContainerType() - if yyct2698 == codecSelferValueTypeMap1234 { - yyl2698 := r.ReadMapStart() - if yyl2698 == 0 { + yyct2743 := r.ContainerType() + if yyct2743 == codecSelferValueTypeMap1234 { + yyl2743 := r.ReadMapStart() + if yyl2743 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2698, d) + x.codecDecodeSelfFromMap(yyl2743, d) } - } else if yyct2698 == codecSelferValueTypeArray1234 { - yyl2698 := r.ReadArrayStart() - if yyl2698 == 0 { + } else if yyct2743 == codecSelferValueTypeArray1234 { + yyl2743 := r.ReadArrayStart() + if yyl2743 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2698, d) + x.codecDecodeSelfFromArray(yyl2743, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34962,12 +35352,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2699Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2699Slc - var yyhl2699 bool = l >= 0 - for yyj2699 := 0; ; yyj2699++ { - if yyhl2699 { - if yyj2699 >= l { + var yys2744Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2744Slc + var yyhl2744 bool = l >= 0 + for yyj2744 := 0; ; yyj2744++ { + if yyhl2744 { + if yyj2744 >= l { break } } else { @@ -34976,10 +35366,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2699Slc = r.DecodeBytes(yys2699Slc, true, true) - yys2699 := string(yys2699Slc) + yys2744Slc = r.DecodeBytes(yys2744Slc, true, true) + yys2744 := string(yys2744Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2699 { + switch yys2744 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -34999,9 +35389,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2699) - } // end switch yys2699 - } // end for yyj2699 + z.DecStructFieldNotFound(-1, yys2744) + } // end switch yys2744 + } // end for yyj2744 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35009,16 +35399,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2703 int - var yyb2703 bool - var yyhl2703 bool = l >= 0 - yyj2703++ - if yyhl2703 { - yyb2703 = yyj2703 > l + var yyj2748 int + var yyb2748 bool + var yyhl2748 bool = l >= 0 + yyj2748++ + if yyhl2748 { + yyb2748 = yyj2748 > l } else { - yyb2703 = r.CheckBreak() + yyb2748 = r.CheckBreak() } - if yyb2703 { + if yyb2748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35028,13 +35418,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2703++ - if yyhl2703 { - yyb2703 = yyj2703 > l + yyj2748++ + if yyhl2748 { + yyb2748 = yyj2748 > l } else { - yyb2703 = r.CheckBreak() + yyb2748 = r.CheckBreak() } - if yyb2703 { + if yyb2748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35044,13 +35434,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2703++ - if yyhl2703 { - yyb2703 = yyj2703 > l + yyj2748++ + if yyhl2748 { + yyb2748 = yyj2748 > l } else { - yyb2703 = r.CheckBreak() + yyb2748 = r.CheckBreak() } - if yyb2703 { + if yyb2748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35061,17 +35451,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2703++ - if yyhl2703 { - yyb2703 = yyj2703 > l + yyj2748++ + if yyhl2748 { + yyb2748 = yyj2748 > l } else { - yyb2703 = r.CheckBreak() + yyb2748 = r.CheckBreak() } - if yyb2703 { + if yyb2748 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2703-1, "") + z.DecStructFieldNotFound(yyj2748-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35083,37 +35473,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2707 := z.EncBinary() - _ = yym2707 + yym2752 := z.EncBinary() + _ = yym2752 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2708 := !z.EncBinary() - yy2arr2708 := z.EncBasicHandle().StructToArray - var yyq2708 [4]bool - _, _, _ = yysep2708, yyq2708, yy2arr2708 - const yyr2708 bool = false - yyq2708[0] = x.Kind != "" - yyq2708[1] = x.APIVersion != "" - yyq2708[2] = true - var yynn2708 int - if yyr2708 || yy2arr2708 { + yysep2753 := !z.EncBinary() + yy2arr2753 := z.EncBasicHandle().StructToArray + var yyq2753 [4]bool + _, _, _ = yysep2753, yyq2753, yy2arr2753 + const yyr2753 bool = false + yyq2753[0] = x.Kind != "" + yyq2753[1] = x.APIVersion != "" + yyq2753[2] = true + var yynn2753 int + if yyr2753 || yy2arr2753 { r.EncodeArrayStart(4) } else { - yynn2708 = 1 - for _, b := range yyq2708 { + yynn2753 = 1 + for _, b := range yyq2753 { if b { - yynn2708++ + yynn2753++ } } - r.EncodeMapStart(yynn2708) - yynn2708 = 0 + r.EncodeMapStart(yynn2753) + yynn2753 = 0 } - if yyr2708 || yy2arr2708 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2708[0] { - yym2710 := z.EncBinary() - _ = yym2710 + if yyq2753[0] { + yym2755 := z.EncBinary() + _ = yym2755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35122,23 +35512,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2708[0] { + if yyq2753[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2711 := z.EncBinary() - _ = yym2711 + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2708 || yy2arr2708 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2708[1] { - yym2713 := z.EncBinary() - _ = yym2713 + if yyq2753[1] { + yym2758 := z.EncBinary() + _ = yym2758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35147,54 +35537,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2708[1] { + if yyq2753[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2714 := z.EncBinary() - _ = yym2714 + yym2759 := z.EncBinary() + _ = yym2759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2708 || yy2arr2708 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2708[2] { - yy2716 := &x.ListMeta - yym2717 := z.EncBinary() - _ = yym2717 + if yyq2753[2] { + yy2761 := &x.ListMeta + yym2762 := z.EncBinary() + _ = yym2762 if false { - } else if z.HasExtensions() && z.EncExt(yy2716) { + } else if z.HasExtensions() && z.EncExt(yy2761) { } else { - z.EncFallback(yy2716) + z.EncFallback(yy2761) } } else { r.EncodeNil() } } else { - if yyq2708[2] { + if yyq2753[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2718 := &x.ListMeta - yym2719 := z.EncBinary() - _ = yym2719 + yy2763 := &x.ListMeta + yym2764 := z.EncBinary() + _ = yym2764 if false { - } else if z.HasExtensions() && z.EncExt(yy2718) { + } else if z.HasExtensions() && z.EncExt(yy2763) { } else { - z.EncFallback(yy2718) + z.EncFallback(yy2763) } } } - if yyr2708 || yy2arr2708 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2721 := z.EncBinary() - _ = yym2721 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -35207,15 +35597,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2722 := z.EncBinary() - _ = yym2722 + yym2767 := z.EncBinary() + _ = yym2767 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2708 || yy2arr2708 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35228,25 +35618,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2723 := z.DecBinary() - _ = yym2723 + yym2768 := z.DecBinary() + _ = yym2768 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2724 := r.ContainerType() - if yyct2724 == codecSelferValueTypeMap1234 { - yyl2724 := r.ReadMapStart() - if yyl2724 == 0 { + yyct2769 := r.ContainerType() + if yyct2769 == codecSelferValueTypeMap1234 { + yyl2769 := r.ReadMapStart() + if yyl2769 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2724, d) + x.codecDecodeSelfFromMap(yyl2769, d) } - } else if yyct2724 == codecSelferValueTypeArray1234 { - yyl2724 := r.ReadArrayStart() - if yyl2724 == 0 { + } else if yyct2769 == codecSelferValueTypeArray1234 { + yyl2769 := r.ReadArrayStart() + if yyl2769 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2724, d) + x.codecDecodeSelfFromArray(yyl2769, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35258,12 +35648,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2725Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2725Slc - var yyhl2725 bool = l >= 0 - for yyj2725 := 0; ; yyj2725++ { - if yyhl2725 { - if yyj2725 >= l { + var yys2770Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2770Slc + var yyhl2770 bool = l >= 0 + for yyj2770 := 0; ; yyj2770++ { + if yyhl2770 { + if yyj2770 >= l { break } } else { @@ -35272,10 +35662,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2725Slc = r.DecodeBytes(yys2725Slc, true, true) - yys2725 := string(yys2725Slc) + yys2770Slc = r.DecodeBytes(yys2770Slc, true, true) + yys2770 := string(yys2770Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2725 { + switch yys2770 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35292,31 +35682,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2728 := &x.ListMeta - yym2729 := z.DecBinary() - _ = yym2729 + yyv2773 := &x.ListMeta + yym2774 := z.DecBinary() + _ = yym2774 if false { - } else if z.HasExtensions() && z.DecExt(yyv2728) { + } else if z.HasExtensions() && z.DecExt(yyv2773) { } else { - z.DecFallback(yyv2728, false) + z.DecFallback(yyv2773, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2730 := &x.Items - yym2731 := z.DecBinary() - _ = yym2731 + yyv2775 := &x.Items + yym2776 := z.DecBinary() + _ = yym2776 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2730), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2775), d) } } default: - z.DecStructFieldNotFound(-1, yys2725) - } // end switch yys2725 - } // end for yyj2725 + z.DecStructFieldNotFound(-1, yys2770) + } // end switch yys2770 + } // end for yyj2770 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35324,16 +35714,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2732 int - var yyb2732 bool - var yyhl2732 bool = l >= 0 - yyj2732++ - if yyhl2732 { - yyb2732 = yyj2732 > l + var yyj2777 int + var yyb2777 bool + var yyhl2777 bool = l >= 0 + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2732 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2732 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35343,13 +35733,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2732++ - if yyhl2732 { - yyb2732 = yyj2732 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2732 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2732 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35359,13 +35749,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2732++ - if yyhl2732 { - yyb2732 = yyj2732 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2732 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2732 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35373,22 +35763,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2735 := &x.ListMeta - yym2736 := z.DecBinary() - _ = yym2736 + yyv2780 := &x.ListMeta + yym2781 := z.DecBinary() + _ = yym2781 if false { - } else if z.HasExtensions() && z.DecExt(yyv2735) { + } else if z.HasExtensions() && z.DecExt(yyv2780) { } else { - z.DecFallback(yyv2735, false) + z.DecFallback(yyv2780, false) } } - yyj2732++ - if yyhl2732 { - yyb2732 = yyj2732 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2732 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2732 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35396,26 +35786,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2737 := &x.Items - yym2738 := z.DecBinary() - _ = yym2738 + yyv2782 := &x.Items + yym2783 := z.DecBinary() + _ = yym2783 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2737), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2782), d) } } for { - yyj2732++ - if yyhl2732 { - yyb2732 = yyj2732 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2732 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2732 { + if yyb2777 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2732-1, "") + z.DecStructFieldNotFound(yyj2777-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35427,38 +35817,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2739 := z.EncBinary() - _ = yym2739 + yym2784 := z.EncBinary() + _ = yym2784 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2740 := !z.EncBinary() - yy2arr2740 := z.EncBasicHandle().StructToArray - var yyq2740 [4]bool - _, _, _ = yysep2740, yyq2740, yy2arr2740 - const yyr2740 bool = false - yyq2740[0] = x.PodCIDR != "" - yyq2740[1] = x.ExternalID != "" - yyq2740[2] = x.ProviderID != "" - yyq2740[3] = x.Unschedulable != false - var yynn2740 int - if yyr2740 || yy2arr2740 { + yysep2785 := !z.EncBinary() + yy2arr2785 := z.EncBasicHandle().StructToArray + var yyq2785 [4]bool + _, _, _ = yysep2785, yyq2785, yy2arr2785 + const yyr2785 bool = false + yyq2785[0] = x.PodCIDR != "" + yyq2785[1] = x.ExternalID != "" + yyq2785[2] = x.ProviderID != "" + yyq2785[3] = x.Unschedulable != false + var yynn2785 int + if yyr2785 || yy2arr2785 { r.EncodeArrayStart(4) } else { - yynn2740 = 0 - for _, b := range yyq2740 { + yynn2785 = 0 + for _, b := range yyq2785 { if b { - yynn2740++ + yynn2785++ } } - r.EncodeMapStart(yynn2740) - yynn2740 = 0 + r.EncodeMapStart(yynn2785) + yynn2785 = 0 } - if yyr2740 || yy2arr2740 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[0] { - yym2742 := z.EncBinary() - _ = yym2742 + if yyq2785[0] { + yym2787 := z.EncBinary() + _ = yym2787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -35467,23 +35857,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2740[0] { + if yyq2785[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2743 := z.EncBinary() - _ = yym2743 + yym2788 := z.EncBinary() + _ = yym2788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2740 || yy2arr2740 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[1] { - yym2745 := z.EncBinary() - _ = yym2745 + if yyq2785[1] { + yym2790 := z.EncBinary() + _ = yym2790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -35492,23 +35882,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2740[1] { + if yyq2785[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2746 := z.EncBinary() - _ = yym2746 + yym2791 := z.EncBinary() + _ = yym2791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2740 || yy2arr2740 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[2] { - yym2748 := z.EncBinary() - _ = yym2748 + if yyq2785[2] { + yym2793 := z.EncBinary() + _ = yym2793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -35517,23 +35907,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2740[2] { + if yyq2785[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2749 := z.EncBinary() - _ = yym2749 + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2740 || yy2arr2740 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[3] { - yym2751 := z.EncBinary() - _ = yym2751 + if yyq2785[3] { + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -35542,19 +35932,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2740[3] { + if yyq2785[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2752 := z.EncBinary() - _ = yym2752 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2740 || yy2arr2740 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35567,25 +35957,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2753 := z.DecBinary() - _ = yym2753 + yym2798 := z.DecBinary() + _ = yym2798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2754 := r.ContainerType() - if yyct2754 == codecSelferValueTypeMap1234 { - yyl2754 := r.ReadMapStart() - if yyl2754 == 0 { + yyct2799 := r.ContainerType() + if yyct2799 == codecSelferValueTypeMap1234 { + yyl2799 := r.ReadMapStart() + if yyl2799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2754, d) + x.codecDecodeSelfFromMap(yyl2799, d) } - } else if yyct2754 == codecSelferValueTypeArray1234 { - yyl2754 := r.ReadArrayStart() - if yyl2754 == 0 { + } else if yyct2799 == codecSelferValueTypeArray1234 { + yyl2799 := r.ReadArrayStart() + if yyl2799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2754, d) + x.codecDecodeSelfFromArray(yyl2799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35597,12 +35987,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2755Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2755Slc - var yyhl2755 bool = l >= 0 - for yyj2755 := 0; ; yyj2755++ { - if yyhl2755 { - if yyj2755 >= l { + var yys2800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2800Slc + var yyhl2800 bool = l >= 0 + for yyj2800 := 0; ; yyj2800++ { + if yyhl2800 { + if yyj2800 >= l { break } } else { @@ -35611,10 +36001,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2755Slc = r.DecodeBytes(yys2755Slc, true, true) - yys2755 := string(yys2755Slc) + yys2800Slc = r.DecodeBytes(yys2800Slc, true, true) + yys2800 := string(yys2800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2755 { + switch yys2800 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -35640,9 +36030,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2755) - } // end switch yys2755 - } // end for yyj2755 + z.DecStructFieldNotFound(-1, yys2800) + } // end switch yys2800 + } // end for yyj2800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35650,16 +36040,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2760 int - var yyb2760 bool - var yyhl2760 bool = l >= 0 - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + var yyj2805 int + var yyb2805 bool + var yyhl2805 bool = l >= 0 + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2760 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2760 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35669,13 +36059,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2760 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2760 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35685,13 +36075,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2760 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2760 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35701,13 +36091,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2760 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2760 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35718,17 +36108,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2760 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2760 { + if yyb2805 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2760-1, "") + z.DecStructFieldNotFound(yyj2805-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35740,33 +36130,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2765 := z.EncBinary() - _ = yym2765 + yym2810 := z.EncBinary() + _ = yym2810 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2766 := !z.EncBinary() - yy2arr2766 := z.EncBasicHandle().StructToArray - var yyq2766 [1]bool - _, _, _ = yysep2766, yyq2766, yy2arr2766 - const yyr2766 bool = false - var yynn2766 int - if yyr2766 || yy2arr2766 { + yysep2811 := !z.EncBinary() + yy2arr2811 := z.EncBasicHandle().StructToArray + var yyq2811 [1]bool + _, _, _ = yysep2811, yyq2811, yy2arr2811 + const yyr2811 bool = false + var yynn2811 int + if yyr2811 || yy2arr2811 { r.EncodeArrayStart(1) } else { - yynn2766 = 1 - for _, b := range yyq2766 { + yynn2811 = 1 + for _, b := range yyq2811 { if b { - yynn2766++ + yynn2811++ } } - r.EncodeMapStart(yynn2766) - yynn2766 = 0 + r.EncodeMapStart(yynn2811) + yynn2811 = 0 } - if yyr2766 || yy2arr2766 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2768 := z.EncBinary() - _ = yym2768 + yym2813 := z.EncBinary() + _ = yym2813 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35775,14 +36165,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2769 := z.EncBinary() - _ = yym2769 + yym2814 := z.EncBinary() + _ = yym2814 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2766 || yy2arr2766 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35795,25 +36185,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2770 := z.DecBinary() - _ = yym2770 + yym2815 := z.DecBinary() + _ = yym2815 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2771 := r.ContainerType() - if yyct2771 == codecSelferValueTypeMap1234 { - yyl2771 := r.ReadMapStart() - if yyl2771 == 0 { + yyct2816 := r.ContainerType() + if yyct2816 == codecSelferValueTypeMap1234 { + yyl2816 := r.ReadMapStart() + if yyl2816 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2771, d) + x.codecDecodeSelfFromMap(yyl2816, d) } - } else if yyct2771 == codecSelferValueTypeArray1234 { - yyl2771 := r.ReadArrayStart() - if yyl2771 == 0 { + } else if yyct2816 == codecSelferValueTypeArray1234 { + yyl2816 := r.ReadArrayStart() + if yyl2816 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2771, d) + x.codecDecodeSelfFromArray(yyl2816, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35825,12 +36215,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2772Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2772Slc - var yyhl2772 bool = l >= 0 - for yyj2772 := 0; ; yyj2772++ { - if yyhl2772 { - if yyj2772 >= l { + var yys2817Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2817Slc + var yyhl2817 bool = l >= 0 + for yyj2817 := 0; ; yyj2817++ { + if yyhl2817 { + if yyj2817 >= l { break } } else { @@ -35839,10 +36229,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2772Slc = r.DecodeBytes(yys2772Slc, true, true) - yys2772 := string(yys2772Slc) + yys2817Slc = r.DecodeBytes(yys2817Slc, true, true) + yys2817 := string(yys2817Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2772 { + switch yys2817 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -35850,9 +36240,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2772) - } // end switch yys2772 - } // end for yyj2772 + z.DecStructFieldNotFound(-1, yys2817) + } // end switch yys2817 + } // end for yyj2817 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35860,16 +36250,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2774 int - var yyb2774 bool - var yyhl2774 bool = l >= 0 - yyj2774++ - if yyhl2774 { - yyb2774 = yyj2774 > l + var yyj2819 int + var yyb2819 bool + var yyhl2819 bool = l >= 0 + yyj2819++ + if yyhl2819 { + yyb2819 = yyj2819 > l } else { - yyb2774 = r.CheckBreak() + yyb2819 = r.CheckBreak() } - if yyb2774 { + if yyb2819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35880,17 +36270,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2774++ - if yyhl2774 { - yyb2774 = yyj2774 > l + yyj2819++ + if yyhl2819 { + yyb2819 = yyj2819 > l } else { - yyb2774 = r.CheckBreak() + yyb2819 = r.CheckBreak() } - if yyb2774 { + if yyb2819 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2774-1, "") + z.DecStructFieldNotFound(yyj2819-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35902,48 +36292,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2776 := z.EncBinary() - _ = yym2776 + yym2821 := z.EncBinary() + _ = yym2821 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2777 := !z.EncBinary() - yy2arr2777 := z.EncBasicHandle().StructToArray - var yyq2777 [1]bool - _, _, _ = yysep2777, yyq2777, yy2arr2777 - const yyr2777 bool = false - yyq2777[0] = true - var yynn2777 int - if yyr2777 || yy2arr2777 { + yysep2822 := !z.EncBinary() + yy2arr2822 := z.EncBasicHandle().StructToArray + var yyq2822 [1]bool + _, _, _ = yysep2822, yyq2822, yy2arr2822 + const yyr2822 bool = false + yyq2822[0] = true + var yynn2822 int + if yyr2822 || yy2arr2822 { r.EncodeArrayStart(1) } else { - yynn2777 = 0 - for _, b := range yyq2777 { + yynn2822 = 0 + for _, b := range yyq2822 { if b { - yynn2777++ + yynn2822++ } } - r.EncodeMapStart(yynn2777) - yynn2777 = 0 + r.EncodeMapStart(yynn2822) + yynn2822 = 0 } - if yyr2777 || yy2arr2777 { + if yyr2822 || yy2arr2822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2777[0] { - yy2779 := &x.KubeletEndpoint - yy2779.CodecEncodeSelf(e) + if yyq2822[0] { + yy2824 := &x.KubeletEndpoint + yy2824.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2777[0] { + if yyq2822[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2780 := &x.KubeletEndpoint - yy2780.CodecEncodeSelf(e) + yy2825 := &x.KubeletEndpoint + yy2825.CodecEncodeSelf(e) } } - if yyr2777 || yy2arr2777 { + if yyr2822 || yy2arr2822 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35956,25 +36346,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2781 := z.DecBinary() - _ = yym2781 + yym2826 := z.DecBinary() + _ = yym2826 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2782 := r.ContainerType() - if yyct2782 == codecSelferValueTypeMap1234 { - yyl2782 := r.ReadMapStart() - if yyl2782 == 0 { + yyct2827 := r.ContainerType() + if yyct2827 == codecSelferValueTypeMap1234 { + yyl2827 := r.ReadMapStart() + if yyl2827 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2782, d) + x.codecDecodeSelfFromMap(yyl2827, d) } - } else if yyct2782 == codecSelferValueTypeArray1234 { - yyl2782 := r.ReadArrayStart() - if yyl2782 == 0 { + } else if yyct2827 == codecSelferValueTypeArray1234 { + yyl2827 := r.ReadArrayStart() + if yyl2827 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2782, d) + x.codecDecodeSelfFromArray(yyl2827, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35986,12 +36376,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2783Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2783Slc - var yyhl2783 bool = l >= 0 - for yyj2783 := 0; ; yyj2783++ { - if yyhl2783 { - if yyj2783 >= 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 { @@ -36000,21 +36390,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2783Slc = r.DecodeBytes(yys2783Slc, true, true) - yys2783 := string(yys2783Slc) + yys2828Slc = r.DecodeBytes(yys2828Slc, true, true) + yys2828 := string(yys2828Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2783 { + switch yys2828 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2784 := &x.KubeletEndpoint - yyv2784.CodecDecodeSelf(d) + yyv2829 := &x.KubeletEndpoint + yyv2829.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2783) - } // end switch yys2783 - } // end for yyj2783 + z.DecStructFieldNotFound(-1, yys2828) + } // end switch yys2828 + } // end for yyj2828 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36022,16 +36412,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2785 int - var yyb2785 bool - var yyhl2785 bool = l >= 0 - yyj2785++ - if yyhl2785 { - yyb2785 = yyj2785 > l + var yyj2830 int + var yyb2830 bool + var yyhl2830 bool = l >= 0 + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2785 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2785 { + if yyb2830 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36039,21 +36429,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2786 := &x.KubeletEndpoint - yyv2786.CodecDecodeSelf(d) + yyv2831 := &x.KubeletEndpoint + yyv2831.CodecDecodeSelf(d) } for { - yyj2785++ - if yyhl2785 { - yyb2785 = yyj2785 > l + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2785 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2785 { + if yyb2830 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2785-1, "") + z.DecStructFieldNotFound(yyj2830-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36065,33 +36455,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2787 := z.EncBinary() - _ = yym2787 + yym2832 := z.EncBinary() + _ = yym2832 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2788 := !z.EncBinary() - yy2arr2788 := z.EncBasicHandle().StructToArray - var yyq2788 [10]bool - _, _, _ = yysep2788, yyq2788, yy2arr2788 - const yyr2788 bool = false - var yynn2788 int - if yyr2788 || yy2arr2788 { + yysep2833 := !z.EncBinary() + yy2arr2833 := z.EncBasicHandle().StructToArray + var yyq2833 [10]bool + _, _, _ = yysep2833, yyq2833, yy2arr2833 + const yyr2833 bool = false + var yynn2833 int + if yyr2833 || yy2arr2833 { r.EncodeArrayStart(10) } else { - yynn2788 = 10 - for _, b := range yyq2788 { + yynn2833 = 10 + for _, b := range yyq2833 { if b { - yynn2788++ + yynn2833++ } } - r.EncodeMapStart(yynn2788) - yynn2788 = 0 + r.EncodeMapStart(yynn2833) + yynn2833 = 0 } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2790 := z.EncBinary() - _ = yym2790 + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -36100,17 +36490,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2791 := z.EncBinary() - _ = yym2791 + yym2836 := z.EncBinary() + _ = yym2836 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2793 := z.EncBinary() - _ = yym2793 + yym2838 := z.EncBinary() + _ = yym2838 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -36119,17 +36509,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2794 := z.EncBinary() - _ = yym2794 + yym2839 := z.EncBinary() + _ = yym2839 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2796 := z.EncBinary() - _ = yym2796 + yym2841 := z.EncBinary() + _ = yym2841 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -36138,17 +36528,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2797 := z.EncBinary() - _ = yym2797 + yym2842 := z.EncBinary() + _ = yym2842 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2799 := z.EncBinary() - _ = yym2799 + yym2844 := z.EncBinary() + _ = yym2844 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -36157,17 +36547,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2800 := z.EncBinary() - _ = yym2800 + yym2845 := z.EncBinary() + _ = yym2845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2802 := z.EncBinary() - _ = yym2802 + yym2847 := z.EncBinary() + _ = yym2847 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -36176,17 +36566,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2803 := z.EncBinary() - _ = yym2803 + yym2848 := z.EncBinary() + _ = yym2848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2805 := z.EncBinary() - _ = yym2805 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -36195,17 +36585,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2806 := z.EncBinary() - _ = yym2806 + yym2851 := z.EncBinary() + _ = yym2851 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2808 := z.EncBinary() - _ = yym2808 + yym2853 := z.EncBinary() + _ = yym2853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -36214,17 +36604,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2809 := z.EncBinary() - _ = yym2809 + yym2854 := z.EncBinary() + _ = yym2854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2811 := z.EncBinary() - _ = yym2811 + yym2856 := z.EncBinary() + _ = yym2856 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -36233,17 +36623,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2812 := z.EncBinary() - _ = yym2812 + yym2857 := z.EncBinary() + _ = yym2857 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2814 := z.EncBinary() - _ = yym2814 + yym2859 := z.EncBinary() + _ = yym2859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -36252,17 +36642,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2815 := z.EncBinary() - _ = yym2815 + yym2860 := z.EncBinary() + _ = yym2860 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2817 := z.EncBinary() - _ = yym2817 + yym2862 := z.EncBinary() + _ = yym2862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -36271,14 +36661,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2818 := z.EncBinary() - _ = yym2818 + yym2863 := z.EncBinary() + _ = yym2863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2788 || yy2arr2788 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36291,25 +36681,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2819 := z.DecBinary() - _ = yym2819 + yym2864 := z.DecBinary() + _ = yym2864 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2820 := r.ContainerType() - if yyct2820 == codecSelferValueTypeMap1234 { - yyl2820 := r.ReadMapStart() - if yyl2820 == 0 { + yyct2865 := r.ContainerType() + if yyct2865 == codecSelferValueTypeMap1234 { + yyl2865 := r.ReadMapStart() + if yyl2865 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2820, d) + x.codecDecodeSelfFromMap(yyl2865, d) } - } else if yyct2820 == codecSelferValueTypeArray1234 { - yyl2820 := r.ReadArrayStart() - if yyl2820 == 0 { + } else if yyct2865 == codecSelferValueTypeArray1234 { + yyl2865 := r.ReadArrayStart() + if yyl2865 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2820, d) + x.codecDecodeSelfFromArray(yyl2865, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36321,12 +36711,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2821Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2821Slc - var yyhl2821 bool = l >= 0 - for yyj2821 := 0; ; yyj2821++ { - if yyhl2821 { - if yyj2821 >= l { + var yys2866Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2866Slc + var yyhl2866 bool = l >= 0 + for yyj2866 := 0; ; yyj2866++ { + if yyhl2866 { + if yyj2866 >= l { break } } else { @@ -36335,10 +36725,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2821Slc = r.DecodeBytes(yys2821Slc, true, true) - yys2821 := string(yys2821Slc) + yys2866Slc = r.DecodeBytes(yys2866Slc, true, true) + yys2866 := string(yys2866Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2821 { + switch yys2866 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -36400,9 +36790,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2821) - } // end switch yys2821 - } // end for yyj2821 + z.DecStructFieldNotFound(-1, yys2866) + } // end switch yys2866 + } // end for yyj2866 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36410,16 +36800,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2832 int - var yyb2832 bool - var yyhl2832 bool = l >= 0 - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + var yyj2877 int + var yyb2877 bool + var yyhl2877 bool = l >= 0 + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36429,13 +36819,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36445,13 +36835,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36461,13 +36851,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36477,13 +36867,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36493,13 +36883,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36509,13 +36899,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36525,13 +36915,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36541,13 +36931,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36557,13 +36947,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36574,17 +36964,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2877++ + if yyhl2877 { + yyb2877 = yyj2877 > l } else { - yyb2832 = r.CheckBreak() + yyb2877 = r.CheckBreak() } - if yyb2832 { + if yyb2877 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2832-1, "") + z.DecStructFieldNotFound(yyj2877-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36596,42 +36986,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2843 := z.EncBinary() - _ = yym2843 + yym2888 := z.EncBinary() + _ = yym2888 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2844 := !z.EncBinary() - yy2arr2844 := z.EncBasicHandle().StructToArray - var yyq2844 [10]bool - _, _, _ = yysep2844, yyq2844, yy2arr2844 - const yyr2844 bool = false - yyq2844[0] = len(x.Capacity) != 0 - yyq2844[1] = len(x.Allocatable) != 0 - yyq2844[2] = x.Phase != "" - yyq2844[3] = len(x.Conditions) != 0 - yyq2844[4] = len(x.Addresses) != 0 - yyq2844[5] = true - yyq2844[6] = true - yyq2844[7] = len(x.Images) != 0 - yyq2844[8] = len(x.VolumesInUse) != 0 - yyq2844[9] = len(x.VolumesAttached) != 0 - var yynn2844 int - if yyr2844 || yy2arr2844 { + yysep2889 := !z.EncBinary() + yy2arr2889 := z.EncBasicHandle().StructToArray + var yyq2889 [10]bool + _, _, _ = yysep2889, yyq2889, yy2arr2889 + const yyr2889 bool = false + yyq2889[0] = len(x.Capacity) != 0 + yyq2889[1] = len(x.Allocatable) != 0 + yyq2889[2] = x.Phase != "" + yyq2889[3] = len(x.Conditions) != 0 + yyq2889[4] = len(x.Addresses) != 0 + yyq2889[5] = true + yyq2889[6] = true + yyq2889[7] = len(x.Images) != 0 + yyq2889[8] = len(x.VolumesInUse) != 0 + yyq2889[9] = len(x.VolumesAttached) != 0 + var yynn2889 int + if yyr2889 || yy2arr2889 { r.EncodeArrayStart(10) } else { - yynn2844 = 0 - for _, b := range yyq2844 { + yynn2889 = 0 + for _, b := range yyq2889 { if b { - yynn2844++ + yynn2889++ } } - r.EncodeMapStart(yynn2844) - yynn2844 = 0 + r.EncodeMapStart(yynn2889) + yynn2889 = 0 } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[0] { + if yyq2889[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -36641,7 +37031,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[0] { + if yyq2889[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36652,9 +37042,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[1] { + if yyq2889[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -36664,7 +37054,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[1] { + if yyq2889[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36675,29 +37065,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[2] { + if yyq2889[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2844[2] { + if yyq2889[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[3] { + if yyq2889[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2849 := z.EncBinary() - _ = yym2849 + yym2894 := z.EncBinary() + _ = yym2894 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36707,15 +37097,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[3] { + if yyq2889[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2850 := z.EncBinary() - _ = yym2850 + yym2895 := z.EncBinary() + _ = yym2895 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36723,14 +37113,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[4] { + if yyq2889[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2852 := z.EncBinary() - _ = yym2852 + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36740,15 +37130,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[4] { + if yyq2889[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2853 := z.EncBinary() - _ = yym2853 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36756,48 +37146,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[5] { - yy2855 := &x.DaemonEndpoints - yy2855.CodecEncodeSelf(e) + if yyq2889[5] { + yy2900 := &x.DaemonEndpoints + yy2900.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2844[5] { + if yyq2889[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2856 := &x.DaemonEndpoints - yy2856.CodecEncodeSelf(e) + yy2901 := &x.DaemonEndpoints + yy2901.CodecEncodeSelf(e) } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[6] { - yy2858 := &x.NodeInfo - yy2858.CodecEncodeSelf(e) + if yyq2889[6] { + yy2903 := &x.NodeInfo + yy2903.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2844[6] { + if yyq2889[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2859 := &x.NodeInfo - yy2859.CodecEncodeSelf(e) + yy2904 := &x.NodeInfo + yy2904.CodecEncodeSelf(e) } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[7] { + if yyq2889[7] { if x.Images == nil { r.EncodeNil() } else { - yym2861 := z.EncBinary() - _ = yym2861 + yym2906 := z.EncBinary() + _ = yym2906 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36807,15 +37197,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[7] { + if yyq2889[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym2862 := z.EncBinary() - _ = yym2862 + yym2907 := z.EncBinary() + _ = yym2907 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36823,14 +37213,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[8] { + if yyq2889[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2864 := z.EncBinary() - _ = yym2864 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36840,15 +37230,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[8] { + if yyq2889[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2865 := z.EncBinary() - _ = yym2865 + yym2910 := z.EncBinary() + _ = yym2910 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36856,14 +37246,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2844[9] { + if yyq2889[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2867 := z.EncBinary() - _ = yym2867 + yym2912 := z.EncBinary() + _ = yym2912 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36873,15 +37263,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2844[9] { + if yyq2889[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2868 := z.EncBinary() - _ = yym2868 + yym2913 := z.EncBinary() + _ = yym2913 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36889,7 +37279,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2844 || yy2arr2844 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36902,25 +37292,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2869 := z.DecBinary() - _ = yym2869 + yym2914 := z.DecBinary() + _ = yym2914 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2870 := r.ContainerType() - if yyct2870 == codecSelferValueTypeMap1234 { - yyl2870 := r.ReadMapStart() - if yyl2870 == 0 { + yyct2915 := r.ContainerType() + if yyct2915 == codecSelferValueTypeMap1234 { + yyl2915 := r.ReadMapStart() + if yyl2915 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2870, d) + x.codecDecodeSelfFromMap(yyl2915, d) } - } else if yyct2870 == codecSelferValueTypeArray1234 { - yyl2870 := r.ReadArrayStart() - if yyl2870 == 0 { + } else if yyct2915 == codecSelferValueTypeArray1234 { + yyl2915 := r.ReadArrayStart() + if yyl2915 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2870, d) + x.codecDecodeSelfFromArray(yyl2915, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36932,12 +37322,12 @@ func (x *NodeStatus) 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 yys2916Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2916Slc + var yyhl2916 bool = l >= 0 + for yyj2916 := 0; ; yyj2916++ { + if yyhl2916 { + if yyj2916 >= l { break } } else { @@ -36946,23 +37336,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2871Slc = r.DecodeBytes(yys2871Slc, true, true) - yys2871 := string(yys2871Slc) + yys2916Slc = r.DecodeBytes(yys2916Slc, true, true) + yys2916 := string(yys2916Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2871 { + switch yys2916 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2872 := &x.Capacity - yyv2872.CodecDecodeSelf(d) + yyv2917 := &x.Capacity + yyv2917.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2873 := &x.Allocatable - yyv2873.CodecDecodeSelf(d) + yyv2918 := &x.Allocatable + yyv2918.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -36974,80 +37364,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2875 := &x.Conditions - yym2876 := z.DecBinary() - _ = yym2876 + yyv2920 := &x.Conditions + yym2921 := z.DecBinary() + _ = yym2921 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2875), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2920), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2877 := &x.Addresses - yym2878 := z.DecBinary() - _ = yym2878 + yyv2922 := &x.Addresses + yym2923 := z.DecBinary() + _ = yym2923 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2877), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2922), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2879 := &x.DaemonEndpoints - yyv2879.CodecDecodeSelf(d) + yyv2924 := &x.DaemonEndpoints + yyv2924.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2880 := &x.NodeInfo - yyv2880.CodecDecodeSelf(d) + yyv2925 := &x.NodeInfo + yyv2925.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2881 := &x.Images - yym2882 := z.DecBinary() - _ = yym2882 + yyv2926 := &x.Images + yym2927 := z.DecBinary() + _ = yym2927 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2881), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2926), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2883 := &x.VolumesInUse - yym2884 := z.DecBinary() - _ = yym2884 + yyv2928 := &x.VolumesInUse + yym2929 := z.DecBinary() + _ = yym2929 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2883), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2928), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2885 := &x.VolumesAttached - yym2886 := z.DecBinary() - _ = yym2886 + yyv2930 := &x.VolumesAttached + yym2931 := z.DecBinary() + _ = yym2931 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2885), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2930), d) } } default: - z.DecStructFieldNotFound(-1, yys2871) - } // end switch yys2871 - } // end for yyj2871 + z.DecStructFieldNotFound(-1, yys2916) + } // end switch yys2916 + } // end for yyj2916 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37055,16 +37445,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2887 int - var yyb2887 bool - var yyhl2887 bool = l >= 0 - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + var yyj2932 int + var yyb2932 bool + var yyhl2932 bool = l >= 0 + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37072,16 +37462,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2888 := &x.Capacity - yyv2888.CodecDecodeSelf(d) + yyv2933 := &x.Capacity + yyv2933.CodecDecodeSelf(d) } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37089,16 +37479,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2889 := &x.Allocatable - yyv2889.CodecDecodeSelf(d) + yyv2934 := &x.Allocatable + yyv2934.CodecDecodeSelf(d) } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37108,13 +37498,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37122,21 +37512,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2891 := &x.Conditions - yym2892 := z.DecBinary() - _ = yym2892 + yyv2936 := &x.Conditions + yym2937 := z.DecBinary() + _ = yym2937 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2891), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2936), d) } } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37144,21 +37534,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2893 := &x.Addresses - yym2894 := z.DecBinary() - _ = yym2894 + yyv2938 := &x.Addresses + yym2939 := z.DecBinary() + _ = yym2939 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2893), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2938), d) } } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37166,16 +37556,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2895 := &x.DaemonEndpoints - yyv2895.CodecDecodeSelf(d) + yyv2940 := &x.DaemonEndpoints + yyv2940.CodecDecodeSelf(d) } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37183,16 +37573,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2896 := &x.NodeInfo - yyv2896.CodecDecodeSelf(d) + yyv2941 := &x.NodeInfo + yyv2941.CodecDecodeSelf(d) } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37200,21 +37590,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2897 := &x.Images - yym2898 := z.DecBinary() - _ = yym2898 + yyv2942 := &x.Images + yym2943 := z.DecBinary() + _ = yym2943 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2897), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2942), d) } } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37222,21 +37612,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2899 := &x.VolumesInUse - yym2900 := z.DecBinary() - _ = yym2900 + yyv2944 := &x.VolumesInUse + yym2945 := z.DecBinary() + _ = yym2945 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2899), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2944), d) } } - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37244,26 +37634,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2901 := &x.VolumesAttached - yym2902 := z.DecBinary() - _ = yym2902 + yyv2946 := &x.VolumesAttached + yym2947 := z.DecBinary() + _ = yym2947 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2901), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2946), d) } } for { - yyj2887++ - if yyhl2887 { - yyb2887 = yyj2887 > l + yyj2932++ + if yyhl2932 { + yyb2932 = yyj2932 > l } else { - yyb2887 = r.CheckBreak() + yyb2932 = r.CheckBreak() } - if yyb2887 { + if yyb2932 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2887-1, "") + z.DecStructFieldNotFound(yyj2932-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37272,8 +37662,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2903 := z.EncBinary() - _ = yym2903 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37285,8 +37675,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2904 := z.DecBinary() - _ = yym2904 + yym2949 := z.DecBinary() + _ = yym2949 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37301,30 +37691,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2905 := z.EncBinary() - _ = yym2905 + yym2950 := z.EncBinary() + _ = yym2950 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2906 := !z.EncBinary() - yy2arr2906 := z.EncBasicHandle().StructToArray - var yyq2906 [2]bool - _, _, _ = yysep2906, yyq2906, yy2arr2906 - const yyr2906 bool = false - var yynn2906 int - if yyr2906 || yy2arr2906 { + yysep2951 := !z.EncBinary() + yy2arr2951 := z.EncBasicHandle().StructToArray + var yyq2951 [2]bool + _, _, _ = yysep2951, yyq2951, yy2arr2951 + const yyr2951 bool = false + var yynn2951 int + if yyr2951 || yy2arr2951 { r.EncodeArrayStart(2) } else { - yynn2906 = 2 - for _, b := range yyq2906 { + yynn2951 = 2 + for _, b := range yyq2951 { if b { - yynn2906++ + yynn2951++ } } - r.EncodeMapStart(yynn2906) - yynn2906 = 0 + r.EncodeMapStart(yynn2951) + yynn2951 = 0 } - if yyr2906 || yy2arr2906 { + if yyr2951 || yy2arr2951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -37333,10 +37723,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr2906 || yy2arr2906 { + if yyr2951 || yy2arr2951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2909 := z.EncBinary() - _ = yym2909 + yym2954 := z.EncBinary() + _ = yym2954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -37345,14 +37735,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2910 := z.EncBinary() - _ = yym2910 + yym2955 := z.EncBinary() + _ = yym2955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr2906 || yy2arr2906 { + if yyr2951 || yy2arr2951 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37365,25 +37755,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2911 := z.DecBinary() - _ = yym2911 + yym2956 := z.DecBinary() + _ = yym2956 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2912 := r.ContainerType() - if yyct2912 == codecSelferValueTypeMap1234 { - yyl2912 := r.ReadMapStart() - if yyl2912 == 0 { + yyct2957 := r.ContainerType() + if yyct2957 == codecSelferValueTypeMap1234 { + yyl2957 := r.ReadMapStart() + if yyl2957 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2912, d) + x.codecDecodeSelfFromMap(yyl2957, d) } - } else if yyct2912 == codecSelferValueTypeArray1234 { - yyl2912 := r.ReadArrayStart() - if yyl2912 == 0 { + } else if yyct2957 == codecSelferValueTypeArray1234 { + yyl2957 := r.ReadArrayStart() + if yyl2957 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2912, d) + x.codecDecodeSelfFromArray(yyl2957, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37395,12 +37785,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2913Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2913Slc - var yyhl2913 bool = l >= 0 - for yyj2913 := 0; ; yyj2913++ { - if yyhl2913 { - if yyj2913 >= l { + var yys2958Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2958Slc + var yyhl2958 bool = l >= 0 + for yyj2958 := 0; ; yyj2958++ { + if yyhl2958 { + if yyj2958 >= l { break } } else { @@ -37409,10 +37799,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2913Slc = r.DecodeBytes(yys2913Slc, true, true) - yys2913 := string(yys2913Slc) + yys2958Slc = r.DecodeBytes(yys2958Slc, true, true) + yys2958 := string(yys2958Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2913 { + switch yys2958 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37426,9 +37816,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2913) - } // end switch yys2913 - } // end for yyj2913 + z.DecStructFieldNotFound(-1, yys2958) + } // end switch yys2958 + } // end for yyj2958 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37436,16 +37826,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2916 int - var yyb2916 bool - var yyhl2916 bool = l >= 0 - yyj2916++ - if yyhl2916 { - yyb2916 = yyj2916 > l + var yyj2961 int + var yyb2961 bool + var yyhl2961 bool = l >= 0 + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2916 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2916 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37455,13 +37845,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj2916++ - if yyhl2916 { - yyb2916 = yyj2916 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2916 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2916 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37472,17 +37862,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj2916++ - if yyhl2916 { - yyb2916 = yyj2916 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2916 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2916 { + if yyb2961 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2916-1, "") + z.DecStructFieldNotFound(yyj2961-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37494,38 +37884,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2919 := z.EncBinary() - _ = yym2919 + yym2964 := z.EncBinary() + _ = yym2964 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2920 := !z.EncBinary() - yy2arr2920 := z.EncBasicHandle().StructToArray - var yyq2920 [1]bool - _, _, _ = yysep2920, yyq2920, yy2arr2920 - const yyr2920 bool = false - yyq2920[0] = len(x.PreferAvoidPods) != 0 - var yynn2920 int - if yyr2920 || yy2arr2920 { + yysep2965 := !z.EncBinary() + yy2arr2965 := z.EncBasicHandle().StructToArray + var yyq2965 [1]bool + _, _, _ = yysep2965, yyq2965, yy2arr2965 + const yyr2965 bool = false + yyq2965[0] = len(x.PreferAvoidPods) != 0 + var yynn2965 int + if yyr2965 || yy2arr2965 { r.EncodeArrayStart(1) } else { - yynn2920 = 0 - for _, b := range yyq2920 { + yynn2965 = 0 + for _, b := range yyq2965 { if b { - yynn2920++ + yynn2965++ } } - r.EncodeMapStart(yynn2920) - yynn2920 = 0 + r.EncodeMapStart(yynn2965) + yynn2965 = 0 } - if yyr2920 || yy2arr2920 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2920[0] { + if yyq2965[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2922 := z.EncBinary() - _ = yym2922 + yym2967 := z.EncBinary() + _ = yym2967 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37535,15 +37925,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2920[0] { + if yyq2965[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2923 := z.EncBinary() - _ = yym2923 + yym2968 := z.EncBinary() + _ = yym2968 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37551,7 +37941,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2920 || yy2arr2920 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37564,25 +37954,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2924 := z.DecBinary() - _ = yym2924 + yym2969 := z.DecBinary() + _ = yym2969 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2925 := r.ContainerType() - if yyct2925 == codecSelferValueTypeMap1234 { - yyl2925 := r.ReadMapStart() - if yyl2925 == 0 { + yyct2970 := r.ContainerType() + if yyct2970 == codecSelferValueTypeMap1234 { + yyl2970 := r.ReadMapStart() + if yyl2970 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2925, d) + x.codecDecodeSelfFromMap(yyl2970, d) } - } else if yyct2925 == codecSelferValueTypeArray1234 { - yyl2925 := r.ReadArrayStart() - if yyl2925 == 0 { + } else if yyct2970 == codecSelferValueTypeArray1234 { + yyl2970 := r.ReadArrayStart() + if yyl2970 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2925, d) + x.codecDecodeSelfFromArray(yyl2970, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37594,12 +37984,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2926Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2926Slc - var yyhl2926 bool = l >= 0 - for yyj2926 := 0; ; yyj2926++ { - if yyhl2926 { - if yyj2926 >= l { + var yys2971Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2971Slc + var yyhl2971 bool = l >= 0 + for yyj2971 := 0; ; yyj2971++ { + if yyhl2971 { + if yyj2971 >= l { break } } else { @@ -37608,26 +37998,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) - yys2926 := string(yys2926Slc) + yys2971Slc = r.DecodeBytes(yys2971Slc, true, true) + yys2971 := string(yys2971Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2926 { + switch yys2971 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2927 := &x.PreferAvoidPods - yym2928 := z.DecBinary() - _ = yym2928 + yyv2972 := &x.PreferAvoidPods + yym2973 := z.DecBinary() + _ = yym2973 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2927), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2972), d) } } default: - z.DecStructFieldNotFound(-1, yys2926) - } // end switch yys2926 - } // end for yyj2926 + z.DecStructFieldNotFound(-1, yys2971) + } // end switch yys2971 + } // end for yyj2971 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37635,16 +38025,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2929 int - var yyb2929 bool - var yyhl2929 bool = l >= 0 - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + var yyj2974 int + var yyb2974 bool + var yyhl2974 bool = l >= 0 + yyj2974++ + if yyhl2974 { + yyb2974 = yyj2974 > l } else { - yyb2929 = r.CheckBreak() + yyb2974 = r.CheckBreak() } - if yyb2929 { + if yyb2974 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37652,26 +38042,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2930 := &x.PreferAvoidPods - yym2931 := z.DecBinary() - _ = yym2931 + yyv2975 := &x.PreferAvoidPods + yym2976 := z.DecBinary() + _ = yym2976 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2930), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2975), d) } } for { - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2974++ + if yyhl2974 { + yyb2974 = yyj2974 > l } else { - yyb2929 = r.CheckBreak() + yyb2974 = r.CheckBreak() } - if yyb2929 { + if yyb2974 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2929-1, "") + z.DecStructFieldNotFound(yyj2974-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37683,85 +38073,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2932 := z.EncBinary() - _ = yym2932 + yym2977 := z.EncBinary() + _ = yym2977 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2933 := !z.EncBinary() - yy2arr2933 := z.EncBasicHandle().StructToArray - var yyq2933 [4]bool - _, _, _ = yysep2933, yyq2933, yy2arr2933 - const yyr2933 bool = false - yyq2933[1] = true - yyq2933[2] = x.Reason != "" - yyq2933[3] = x.Message != "" - var yynn2933 int - if yyr2933 || yy2arr2933 { + yysep2978 := !z.EncBinary() + yy2arr2978 := z.EncBasicHandle().StructToArray + var yyq2978 [4]bool + _, _, _ = yysep2978, yyq2978, yy2arr2978 + const yyr2978 bool = false + yyq2978[1] = true + yyq2978[2] = x.Reason != "" + yyq2978[3] = x.Message != "" + var yynn2978 int + if yyr2978 || yy2arr2978 { r.EncodeArrayStart(4) } else { - yynn2933 = 1 - for _, b := range yyq2933 { + yynn2978 = 1 + for _, b := range yyq2978 { if b { - yynn2933++ + yynn2978++ } } - r.EncodeMapStart(yynn2933) - yynn2933 = 0 + r.EncodeMapStart(yynn2978) + yynn2978 = 0 } - if yyr2933 || yy2arr2933 { + if yyr2978 || yy2arr2978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2935 := &x.PodSignature - yy2935.CodecEncodeSelf(e) + yy2980 := &x.PodSignature + yy2980.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2936 := &x.PodSignature - yy2936.CodecEncodeSelf(e) + yy2981 := &x.PodSignature + yy2981.CodecEncodeSelf(e) } - if yyr2933 || yy2arr2933 { + if yyr2978 || yy2arr2978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2933[1] { - yy2938 := &x.EvictionTime - yym2939 := z.EncBinary() - _ = yym2939 + if yyq2978[1] { + yy2983 := &x.EvictionTime + yym2984 := z.EncBinary() + _ = yym2984 if false { - } else if z.HasExtensions() && z.EncExt(yy2938) { - } else if yym2939 { - z.EncBinaryMarshal(yy2938) - } else if !yym2939 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2938) + } else if z.HasExtensions() && z.EncExt(yy2983) { + } else if yym2984 { + z.EncBinaryMarshal(yy2983) + } else if !yym2984 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2983) } else { - z.EncFallback(yy2938) + z.EncFallback(yy2983) } } else { r.EncodeNil() } } else { - if yyq2933[1] { + if yyq2978[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2940 := &x.EvictionTime - yym2941 := z.EncBinary() - _ = yym2941 + yy2985 := &x.EvictionTime + yym2986 := z.EncBinary() + _ = yym2986 if false { - } else if z.HasExtensions() && z.EncExt(yy2940) { - } else if yym2941 { - z.EncBinaryMarshal(yy2940) - } else if !yym2941 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2940) + } else if z.HasExtensions() && z.EncExt(yy2985) { + } else if yym2986 { + z.EncBinaryMarshal(yy2985) + } else if !yym2986 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2985) } else { - z.EncFallback(yy2940) + z.EncFallback(yy2985) } } } - if yyr2933 || yy2arr2933 { + if yyr2978 || yy2arr2978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2933[2] { - yym2943 := z.EncBinary() - _ = yym2943 + if yyq2978[2] { + yym2988 := z.EncBinary() + _ = yym2988 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -37770,23 +38160,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2933[2] { + if yyq2978[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2944 := z.EncBinary() - _ = yym2944 + yym2989 := z.EncBinary() + _ = yym2989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2933 || yy2arr2933 { + if yyr2978 || yy2arr2978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2933[3] { - yym2946 := z.EncBinary() - _ = yym2946 + if yyq2978[3] { + yym2991 := z.EncBinary() + _ = yym2991 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -37795,19 +38185,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2933[3] { + if yyq2978[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2947 := z.EncBinary() - _ = yym2947 + yym2992 := z.EncBinary() + _ = yym2992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2933 || yy2arr2933 { + if yyr2978 || yy2arr2978 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37820,25 +38210,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2948 := z.DecBinary() - _ = yym2948 + yym2993 := z.DecBinary() + _ = yym2993 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2949 := r.ContainerType() - if yyct2949 == codecSelferValueTypeMap1234 { - yyl2949 := r.ReadMapStart() - if yyl2949 == 0 { + yyct2994 := r.ContainerType() + if yyct2994 == codecSelferValueTypeMap1234 { + yyl2994 := r.ReadMapStart() + if yyl2994 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2949, d) + x.codecDecodeSelfFromMap(yyl2994, d) } - } else if yyct2949 == codecSelferValueTypeArray1234 { - yyl2949 := r.ReadArrayStart() - if yyl2949 == 0 { + } else if yyct2994 == codecSelferValueTypeArray1234 { + yyl2994 := r.ReadArrayStart() + if yyl2994 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2949, d) + x.codecDecodeSelfFromArray(yyl2994, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37850,12 +38240,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2950Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2950Slc - var yyhl2950 bool = l >= 0 - for yyj2950 := 0; ; yyj2950++ { - if yyhl2950 { - if yyj2950 >= l { + var yys2995Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2995Slc + var yyhl2995 bool = l >= 0 + for yyj2995 := 0; ; yyj2995++ { + if yyhl2995 { + if yyj2995 >= l { break } } else { @@ -37864,32 +38254,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2950Slc = r.DecodeBytes(yys2950Slc, true, true) - yys2950 := string(yys2950Slc) + yys2995Slc = r.DecodeBytes(yys2995Slc, true, true) + yys2995 := string(yys2995Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2950 { + switch yys2995 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2951 := &x.PodSignature - yyv2951.CodecDecodeSelf(d) + yyv2996 := &x.PodSignature + yyv2996.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2952 := &x.EvictionTime - yym2953 := z.DecBinary() - _ = yym2953 + yyv2997 := &x.EvictionTime + yym2998 := z.DecBinary() + _ = yym2998 if false { - } else if z.HasExtensions() && z.DecExt(yyv2952) { - } else if yym2953 { - z.DecBinaryUnmarshal(yyv2952) - } else if !yym2953 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2952) + } else if z.HasExtensions() && z.DecExt(yyv2997) { + } else if yym2998 { + z.DecBinaryUnmarshal(yyv2997) + } else if !yym2998 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2997) } else { - z.DecFallback(yyv2952, false) + z.DecFallback(yyv2997, false) } } case "reason": @@ -37905,9 +38295,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2950) - } // end switch yys2950 - } // end for yyj2950 + z.DecStructFieldNotFound(-1, yys2995) + } // end switch yys2995 + } // end for yyj2995 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37915,16 +38305,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco 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 yyj3001 int + var yyb3001 bool + var yyhl3001 bool = l >= 0 + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb2956 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb2956 { + if yyb3001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37932,16 +38322,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2957 := &x.PodSignature - yyv2957.CodecDecodeSelf(d) + yyv3002 := &x.PodSignature + yyv3002.CodecDecodeSelf(d) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb2956 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb2956 { + if yyb3001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37949,26 +38339,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2958 := &x.EvictionTime - yym2959 := z.DecBinary() - _ = yym2959 + yyv3003 := &x.EvictionTime + yym3004 := z.DecBinary() + _ = yym3004 if false { - } else if z.HasExtensions() && z.DecExt(yyv2958) { - } else if yym2959 { - z.DecBinaryUnmarshal(yyv2958) - } else if !yym2959 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2958) + } else if z.HasExtensions() && z.DecExt(yyv3003) { + } else if yym3004 { + z.DecBinaryUnmarshal(yyv3003) + } else if !yym3004 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3003) } else { - z.DecFallback(yyv2958, false) + z.DecFallback(yyv3003, false) } } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb2956 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb2956 { + if yyb3001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37978,13 +38368,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb2956 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb2956 { + if yyb3001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37995,17 +38385,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb2956 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb2956 { + if yyb3001 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2956-1, "") + z.DecStructFieldNotFound(yyj3001-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38017,33 +38407,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2962 := z.EncBinary() - _ = yym2962 + yym3007 := z.EncBinary() + _ = yym3007 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2963 := !z.EncBinary() - yy2arr2963 := z.EncBasicHandle().StructToArray - var yyq2963 [1]bool - _, _, _ = yysep2963, yyq2963, yy2arr2963 - const yyr2963 bool = false - yyq2963[0] = x.PodController != nil - var yynn2963 int - if yyr2963 || yy2arr2963 { + yysep3008 := !z.EncBinary() + yy2arr3008 := z.EncBasicHandle().StructToArray + var yyq3008 [1]bool + _, _, _ = yysep3008, yyq3008, yy2arr3008 + const yyr3008 bool = false + yyq3008[0] = x.PodController != nil + var yynn3008 int + if yyr3008 || yy2arr3008 { r.EncodeArrayStart(1) } else { - yynn2963 = 0 - for _, b := range yyq2963 { + yynn3008 = 0 + for _, b := range yyq3008 { if b { - yynn2963++ + yynn3008++ } } - r.EncodeMapStart(yynn2963) - yynn2963 = 0 + r.EncodeMapStart(yynn3008) + yynn3008 = 0 } - if yyr2963 || yy2arr2963 { + if yyr3008 || yy2arr3008 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2963[0] { + if yyq3008[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -38053,7 +38443,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2963[0] { + if yyq3008[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38064,7 +38454,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2963 || yy2arr2963 { + if yyr3008 || yy2arr3008 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38077,25 +38467,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2965 := z.DecBinary() - _ = yym2965 + yym3010 := z.DecBinary() + _ = yym3010 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2966 := r.ContainerType() - if yyct2966 == codecSelferValueTypeMap1234 { - yyl2966 := r.ReadMapStart() - if yyl2966 == 0 { + yyct3011 := r.ContainerType() + if yyct3011 == codecSelferValueTypeMap1234 { + yyl3011 := r.ReadMapStart() + if yyl3011 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2966, d) + x.codecDecodeSelfFromMap(yyl3011, d) } - } else if yyct2966 == codecSelferValueTypeArray1234 { - yyl2966 := r.ReadArrayStart() - if yyl2966 == 0 { + } else if yyct3011 == codecSelferValueTypeArray1234 { + yyl3011 := r.ReadArrayStart() + if yyl3011 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2966, d) + x.codecDecodeSelfFromArray(yyl3011, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38107,12 +38497,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2967Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2967Slc - var yyhl2967 bool = l >= 0 - for yyj2967 := 0; ; yyj2967++ { - if yyhl2967 { - if yyj2967 >= l { + var yys3012Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3012Slc + var yyhl3012 bool = l >= 0 + for yyj3012 := 0; ; yyj3012++ { + if yyhl3012 { + if yyj3012 >= l { break } } else { @@ -38121,10 +38511,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2967Slc = r.DecodeBytes(yys2967Slc, true, true) - yys2967 := string(yys2967Slc) + yys3012Slc = r.DecodeBytes(yys3012Slc, true, true) + yys3012 := string(yys3012Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2967 { + switch yys3012 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -38137,9 +38527,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2967) - } // end switch yys2967 - } // end for yyj2967 + z.DecStructFieldNotFound(-1, yys3012) + } // end switch yys3012 + } // end for yyj3012 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38147,16 +38537,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2969 int - var yyb2969 bool - var yyhl2969 bool = l >= 0 - yyj2969++ - if yyhl2969 { - yyb2969 = yyj2969 > l + var yyj3014 int + var yyb3014 bool + var yyhl3014 bool = l >= 0 + yyj3014++ + if yyhl3014 { + yyb3014 = yyj3014 > l } else { - yyb2969 = r.CheckBreak() + yyb3014 = r.CheckBreak() } - if yyb2969 { + if yyb3014 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38172,17 +38562,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj2969++ - if yyhl2969 { - yyb2969 = yyj2969 > l + yyj3014++ + if yyhl3014 { + yyb3014 = yyj3014 > l } else { - yyb2969 = r.CheckBreak() + yyb3014 = r.CheckBreak() } - if yyb2969 { + if yyb3014 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2969-1, "") + z.DecStructFieldNotFound(yyj3014-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38194,37 +38584,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2971 := z.EncBinary() - _ = yym2971 + yym3016 := z.EncBinary() + _ = yym3016 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2972 := !z.EncBinary() - yy2arr2972 := z.EncBasicHandle().StructToArray - var yyq2972 [2]bool - _, _, _ = yysep2972, yyq2972, yy2arr2972 - const yyr2972 bool = false - yyq2972[1] = x.SizeBytes != 0 - var yynn2972 int - if yyr2972 || yy2arr2972 { + yysep3017 := !z.EncBinary() + yy2arr3017 := z.EncBasicHandle().StructToArray + var yyq3017 [2]bool + _, _, _ = yysep3017, yyq3017, yy2arr3017 + const yyr3017 bool = false + yyq3017[1] = x.SizeBytes != 0 + var yynn3017 int + if yyr3017 || yy2arr3017 { r.EncodeArrayStart(2) } else { - yynn2972 = 1 - for _, b := range yyq2972 { + yynn3017 = 1 + for _, b := range yyq3017 { if b { - yynn2972++ + yynn3017++ } } - r.EncodeMapStart(yynn2972) - yynn2972 = 0 + r.EncodeMapStart(yynn3017) + yynn3017 = 0 } - if yyr2972 || yy2arr2972 { + if yyr3017 || yy2arr3017 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym2974 := z.EncBinary() - _ = yym2974 + yym3019 := z.EncBinary() + _ = yym3019 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -38237,19 +38627,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym2975 := z.EncBinary() - _ = yym2975 + yym3020 := z.EncBinary() + _ = yym3020 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr2972 || yy2arr2972 { + if yyr3017 || yy2arr3017 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2972[1] { - yym2977 := z.EncBinary() - _ = yym2977 + if yyq3017[1] { + yym3022 := z.EncBinary() + _ = yym3022 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -38258,19 +38648,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2972[1] { + if yyq3017[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2978 := z.EncBinary() - _ = yym2978 + yym3023 := z.EncBinary() + _ = yym3023 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr2972 || yy2arr2972 { + if yyr3017 || yy2arr3017 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38283,25 +38673,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2979 := z.DecBinary() - _ = yym2979 + yym3024 := z.DecBinary() + _ = yym3024 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2980 := r.ContainerType() - if yyct2980 == codecSelferValueTypeMap1234 { - yyl2980 := r.ReadMapStart() - if yyl2980 == 0 { + yyct3025 := r.ContainerType() + if yyct3025 == codecSelferValueTypeMap1234 { + yyl3025 := r.ReadMapStart() + if yyl3025 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2980, d) + x.codecDecodeSelfFromMap(yyl3025, d) } - } else if yyct2980 == codecSelferValueTypeArray1234 { - yyl2980 := r.ReadArrayStart() - if yyl2980 == 0 { + } else if yyct3025 == codecSelferValueTypeArray1234 { + yyl3025 := r.ReadArrayStart() + if yyl3025 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2980, d) + x.codecDecodeSelfFromArray(yyl3025, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38313,12 +38703,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2981Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2981Slc - var yyhl2981 bool = l >= 0 - for yyj2981 := 0; ; yyj2981++ { - if yyhl2981 { - if yyj2981 >= l { + var yys3026Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3026Slc + var yyhl3026 bool = l >= 0 + for yyj3026 := 0; ; yyj3026++ { + if yyhl3026 { + if yyj3026 >= l { break } } else { @@ -38327,20 +38717,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2981Slc = r.DecodeBytes(yys2981Slc, true, true) - yys2981 := string(yys2981Slc) + yys3026Slc = r.DecodeBytes(yys3026Slc, true, true) + yys3026 := string(yys3026Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2981 { + switch yys3026 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2982 := &x.Names - yym2983 := z.DecBinary() - _ = yym2983 + yyv3027 := &x.Names + yym3028 := z.DecBinary() + _ = yym3028 if false { } else { - z.F.DecSliceStringX(yyv2982, false, d) + z.F.DecSliceStringX(yyv3027, false, d) } } case "sizeBytes": @@ -38350,9 +38740,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2981) - } // end switch yys2981 - } // end for yyj2981 + z.DecStructFieldNotFound(-1, yys3026) + } // end switch yys3026 + } // end for yyj3026 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38360,16 +38750,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2985 int - var yyb2985 bool - var yyhl2985 bool = l >= 0 - yyj2985++ - if yyhl2985 { - yyb2985 = yyj2985 > l + var yyj3030 int + var yyb3030 bool + var yyhl3030 bool = l >= 0 + yyj3030++ + if yyhl3030 { + yyb3030 = yyj3030 > l } else { - yyb2985 = r.CheckBreak() + yyb3030 = r.CheckBreak() } - if yyb2985 { + if yyb3030 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38377,21 +38767,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2986 := &x.Names - yym2987 := z.DecBinary() - _ = yym2987 + yyv3031 := &x.Names + yym3032 := z.DecBinary() + _ = yym3032 if false { } else { - z.F.DecSliceStringX(yyv2986, false, d) + z.F.DecSliceStringX(yyv3031, false, d) } } - yyj2985++ - if yyhl2985 { - yyb2985 = yyj2985 > l + yyj3030++ + if yyhl3030 { + yyb3030 = yyj3030 > l } else { - yyb2985 = r.CheckBreak() + yyb3030 = r.CheckBreak() } - if yyb2985 { + if yyb3030 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38402,17 +38792,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj2985++ - if yyhl2985 { - yyb2985 = yyj2985 > l + yyj3030++ + if yyhl3030 { + yyb3030 = yyj3030 > l } else { - yyb2985 = r.CheckBreak() + yyb3030 = r.CheckBreak() } - if yyb2985 { + if yyb3030 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2985-1, "") + z.DecStructFieldNotFound(yyj3030-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38421,8 +38811,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2989 := z.EncBinary() - _ = yym2989 + yym3034 := z.EncBinary() + _ = yym3034 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38434,8 +38824,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2990 := z.DecBinary() - _ = yym2990 + yym3035 := z.DecBinary() + _ = yym3035 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38447,8 +38837,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2991 := z.EncBinary() - _ = yym2991 + yym3036 := z.EncBinary() + _ = yym3036 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38460,8 +38850,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2992 := z.DecBinary() - _ = yym2992 + yym3037 := z.DecBinary() + _ = yym3037 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38476,34 +38866,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2993 := z.EncBinary() - _ = yym2993 + yym3038 := z.EncBinary() + _ = yym3038 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2994 := !z.EncBinary() - yy2arr2994 := z.EncBasicHandle().StructToArray - var yyq2994 [6]bool - _, _, _ = yysep2994, yyq2994, yy2arr2994 - const yyr2994 bool = false - yyq2994[2] = true - yyq2994[3] = true - yyq2994[4] = x.Reason != "" - yyq2994[5] = x.Message != "" - var yynn2994 int - if yyr2994 || yy2arr2994 { + yysep3039 := !z.EncBinary() + yy2arr3039 := z.EncBasicHandle().StructToArray + var yyq3039 [6]bool + _, _, _ = yysep3039, yyq3039, yy2arr3039 + const yyr3039 bool = false + yyq3039[2] = true + yyq3039[3] = true + yyq3039[4] = x.Reason != "" + yyq3039[5] = x.Message != "" + var yynn3039 int + if yyr3039 || yy2arr3039 { r.EncodeArrayStart(6) } else { - yynn2994 = 2 - for _, b := range yyq2994 { + yynn3039 = 2 + for _, b := range yyq3039 { if b { - yynn2994++ + yynn3039++ } } - r.EncodeMapStart(yynn2994) - yynn2994 = 0 + r.EncodeMapStart(yynn3039) + yynn3039 = 0 } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38512,7 +38902,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -38521,85 +38911,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2994[2] { - yy2998 := &x.LastHeartbeatTime - yym2999 := z.EncBinary() - _ = yym2999 + if yyq3039[2] { + yy3043 := &x.LastHeartbeatTime + yym3044 := z.EncBinary() + _ = yym3044 if false { - } else if z.HasExtensions() && z.EncExt(yy2998) { - } else if yym2999 { - z.EncBinaryMarshal(yy2998) - } else if !yym2999 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2998) + } else if z.HasExtensions() && z.EncExt(yy3043) { + } else if yym3044 { + z.EncBinaryMarshal(yy3043) + } else if !yym3044 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3043) } else { - z.EncFallback(yy2998) + z.EncFallback(yy3043) } } else { r.EncodeNil() } } else { - if yyq2994[2] { + if yyq3039[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3000 := &x.LastHeartbeatTime - yym3001 := z.EncBinary() - _ = yym3001 + yy3045 := &x.LastHeartbeatTime + yym3046 := z.EncBinary() + _ = yym3046 if false { - } else if z.HasExtensions() && z.EncExt(yy3000) { - } else if yym3001 { - z.EncBinaryMarshal(yy3000) - } else if !yym3001 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3000) + } else if z.HasExtensions() && z.EncExt(yy3045) { + } else if yym3046 { + z.EncBinaryMarshal(yy3045) + } else if !yym3046 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3045) } else { - z.EncFallback(yy3000) + z.EncFallback(yy3045) } } } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2994[3] { - yy3003 := &x.LastTransitionTime - yym3004 := z.EncBinary() - _ = yym3004 + if yyq3039[3] { + yy3048 := &x.LastTransitionTime + yym3049 := z.EncBinary() + _ = yym3049 if false { - } else if z.HasExtensions() && z.EncExt(yy3003) { - } else if yym3004 { - z.EncBinaryMarshal(yy3003) - } else if !yym3004 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3003) + } else if z.HasExtensions() && z.EncExt(yy3048) { + } else if yym3049 { + z.EncBinaryMarshal(yy3048) + } else if !yym3049 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3048) } else { - z.EncFallback(yy3003) + z.EncFallback(yy3048) } } else { r.EncodeNil() } } else { - if yyq2994[3] { + if yyq3039[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3005 := &x.LastTransitionTime - yym3006 := z.EncBinary() - _ = yym3006 + yy3050 := &x.LastTransitionTime + yym3051 := z.EncBinary() + _ = yym3051 if false { - } else if z.HasExtensions() && z.EncExt(yy3005) { - } else if yym3006 { - z.EncBinaryMarshal(yy3005) - } else if !yym3006 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3005) + } else if z.HasExtensions() && z.EncExt(yy3050) { + } else if yym3051 { + z.EncBinaryMarshal(yy3050) + } else if !yym3051 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3050) } else { - z.EncFallback(yy3005) + z.EncFallback(yy3050) } } } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2994[4] { - yym3008 := z.EncBinary() - _ = yym3008 + if yyq3039[4] { + yym3053 := z.EncBinary() + _ = yym3053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -38608,23 +38998,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2994[4] { + if yyq3039[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3009 := z.EncBinary() - _ = yym3009 + yym3054 := z.EncBinary() + _ = yym3054 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2994[5] { - yym3011 := z.EncBinary() - _ = yym3011 + if yyq3039[5] { + yym3056 := z.EncBinary() + _ = yym3056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -38633,19 +39023,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2994[5] { + if yyq3039[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3012 := z.EncBinary() - _ = yym3012 + yym3057 := z.EncBinary() + _ = yym3057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2994 || yy2arr2994 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38658,25 +39048,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3013 := z.DecBinary() - _ = yym3013 + yym3058 := z.DecBinary() + _ = yym3058 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3014 := r.ContainerType() - if yyct3014 == codecSelferValueTypeMap1234 { - yyl3014 := r.ReadMapStart() - if yyl3014 == 0 { + yyct3059 := r.ContainerType() + if yyct3059 == codecSelferValueTypeMap1234 { + yyl3059 := r.ReadMapStart() + if yyl3059 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3014, d) + x.codecDecodeSelfFromMap(yyl3059, d) } - } else if yyct3014 == codecSelferValueTypeArray1234 { - yyl3014 := r.ReadArrayStart() - if yyl3014 == 0 { + } else if yyct3059 == codecSelferValueTypeArray1234 { + yyl3059 := r.ReadArrayStart() + if yyl3059 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3014, d) + x.codecDecodeSelfFromArray(yyl3059, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38688,12 +39078,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3015Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3015Slc - var yyhl3015 bool = l >= 0 - for yyj3015 := 0; ; yyj3015++ { - if yyhl3015 { - if yyj3015 >= l { + var yys3060Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3060Slc + var yyhl3060 bool = l >= 0 + for yyj3060 := 0; ; yyj3060++ { + if yyhl3060 { + if yyj3060 >= l { break } } else { @@ -38702,10 +39092,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3015Slc = r.DecodeBytes(yys3015Slc, true, true) - yys3015 := string(yys3015Slc) + yys3060Slc = r.DecodeBytes(yys3060Slc, true, true) + yys3060 := string(yys3060Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3015 { + switch yys3060 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38722,34 +39112,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3018 := &x.LastHeartbeatTime - yym3019 := z.DecBinary() - _ = yym3019 + yyv3063 := &x.LastHeartbeatTime + yym3064 := z.DecBinary() + _ = yym3064 if false { - } else if z.HasExtensions() && z.DecExt(yyv3018) { - } else if yym3019 { - z.DecBinaryUnmarshal(yyv3018) - } else if !yym3019 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3018) + } else if z.HasExtensions() && z.DecExt(yyv3063) { + } else if yym3064 { + z.DecBinaryUnmarshal(yyv3063) + } else if !yym3064 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3063) } else { - z.DecFallback(yyv3018, false) + z.DecFallback(yyv3063, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3020 := &x.LastTransitionTime - yym3021 := z.DecBinary() - _ = yym3021 + yyv3065 := &x.LastTransitionTime + yym3066 := z.DecBinary() + _ = yym3066 if false { - } else if z.HasExtensions() && z.DecExt(yyv3020) { - } else if yym3021 { - z.DecBinaryUnmarshal(yyv3020) - } else if !yym3021 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3020) + } else if z.HasExtensions() && z.DecExt(yyv3065) { + } else if yym3066 { + z.DecBinaryUnmarshal(yyv3065) + } else if !yym3066 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3065) } else { - z.DecFallback(yyv3020, false) + z.DecFallback(yyv3065, false) } } case "reason": @@ -38765,9 +39155,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3015) - } // end switch yys3015 - } // end for yyj3015 + z.DecStructFieldNotFound(-1, yys3060) + } // end switch yys3060 + } // end for yyj3060 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38775,16 +39165,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3024 int - var yyb3024 bool - var yyhl3024 bool = l >= 0 - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + var yyj3069 int + var yyb3069 bool + var yyhl3069 bool = l >= 0 + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38794,13 +39184,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38810,13 +39200,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38824,26 +39214,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3027 := &x.LastHeartbeatTime - yym3028 := z.DecBinary() - _ = yym3028 + yyv3072 := &x.LastHeartbeatTime + yym3073 := z.DecBinary() + _ = yym3073 if false { - } else if z.HasExtensions() && z.DecExt(yyv3027) { - } else if yym3028 { - z.DecBinaryUnmarshal(yyv3027) - } else if !yym3028 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3027) + } else if z.HasExtensions() && z.DecExt(yyv3072) { + } else if yym3073 { + z.DecBinaryUnmarshal(yyv3072) + } else if !yym3073 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3072) } else { - z.DecFallback(yyv3027, false) + z.DecFallback(yyv3072, false) } } - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38851,26 +39241,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3029 := &x.LastTransitionTime - yym3030 := z.DecBinary() - _ = yym3030 + yyv3074 := &x.LastTransitionTime + yym3075 := z.DecBinary() + _ = yym3075 if false { - } else if z.HasExtensions() && z.DecExt(yyv3029) { - } else if yym3030 { - z.DecBinaryUnmarshal(yyv3029) - } else if !yym3030 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3029) + } else if z.HasExtensions() && z.DecExt(yyv3074) { + } else if yym3075 { + z.DecBinaryUnmarshal(yyv3074) + } else if !yym3075 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3074) } else { - z.DecFallback(yyv3029, false) + z.DecFallback(yyv3074, false) } } - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38880,13 +39270,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38897,17 +39287,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3024++ - if yyhl3024 { - yyb3024 = yyj3024 > l + yyj3069++ + if yyhl3069 { + yyb3069 = yyj3069 > l } else { - yyb3024 = r.CheckBreak() + yyb3069 = r.CheckBreak() } - if yyb3024 { + if yyb3069 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3024-1, "") + z.DecStructFieldNotFound(yyj3069-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38916,8 +39306,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3033 := z.EncBinary() - _ = yym3033 + yym3078 := z.EncBinary() + _ = yym3078 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38929,8 +39319,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3034 := z.DecBinary() - _ = yym3034 + yym3079 := z.DecBinary() + _ = yym3079 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38945,30 +39335,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3035 := z.EncBinary() - _ = yym3035 + yym3080 := z.EncBinary() + _ = yym3080 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3036 := !z.EncBinary() - yy2arr3036 := z.EncBasicHandle().StructToArray - var yyq3036 [2]bool - _, _, _ = yysep3036, yyq3036, yy2arr3036 - const yyr3036 bool = false - var yynn3036 int - if yyr3036 || yy2arr3036 { + yysep3081 := !z.EncBinary() + yy2arr3081 := z.EncBasicHandle().StructToArray + var yyq3081 [2]bool + _, _, _ = yysep3081, yyq3081, yy2arr3081 + const yyr3081 bool = false + var yynn3081 int + if yyr3081 || yy2arr3081 { r.EncodeArrayStart(2) } else { - yynn3036 = 2 - for _, b := range yyq3036 { + yynn3081 = 2 + for _, b := range yyq3081 { if b { - yynn3036++ + yynn3081++ } } - r.EncodeMapStart(yynn3036) - yynn3036 = 0 + r.EncodeMapStart(yynn3081) + yynn3081 = 0 } - if yyr3036 || yy2arr3036 { + if yyr3081 || yy2arr3081 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38977,10 +39367,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3036 || yy2arr3036 { + if yyr3081 || yy2arr3081 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3039 := z.EncBinary() - _ = yym3039 + yym3084 := z.EncBinary() + _ = yym3084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -38989,14 +39379,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3040 := z.EncBinary() - _ = yym3040 + yym3085 := z.EncBinary() + _ = yym3085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3036 || yy2arr3036 { + if yyr3081 || yy2arr3081 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39009,25 +39399,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3041 := z.DecBinary() - _ = yym3041 + yym3086 := z.DecBinary() + _ = yym3086 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3042 := r.ContainerType() - if yyct3042 == codecSelferValueTypeMap1234 { - yyl3042 := r.ReadMapStart() - if yyl3042 == 0 { + yyct3087 := r.ContainerType() + if yyct3087 == codecSelferValueTypeMap1234 { + yyl3087 := r.ReadMapStart() + if yyl3087 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3042, d) + x.codecDecodeSelfFromMap(yyl3087, d) } - } else if yyct3042 == codecSelferValueTypeArray1234 { - yyl3042 := r.ReadArrayStart() - if yyl3042 == 0 { + } else if yyct3087 == codecSelferValueTypeArray1234 { + yyl3087 := r.ReadArrayStart() + if yyl3087 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3042, d) + x.codecDecodeSelfFromArray(yyl3087, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39039,12 +39429,12 @@ func (x *NodeAddress) 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 yys3088Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3088Slc + var yyhl3088 bool = l >= 0 + for yyj3088 := 0; ; yyj3088++ { + if yyhl3088 { + if yyj3088 >= l { break } } else { @@ -39053,10 +39443,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3043Slc = r.DecodeBytes(yys3043Slc, true, true) - yys3043 := string(yys3043Slc) + yys3088Slc = r.DecodeBytes(yys3088Slc, true, true) + yys3088 := string(yys3088Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3043 { + switch yys3088 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -39070,9 +39460,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3043) - } // end switch yys3043 - } // end for yyj3043 + z.DecStructFieldNotFound(-1, yys3088) + } // end switch yys3088 + } // end for yyj3088 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39080,16 +39470,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3046 int - var yyb3046 bool - var yyhl3046 bool = l >= 0 - yyj3046++ - if yyhl3046 { - yyb3046 = yyj3046 > l + var yyj3091 int + var yyb3091 bool + var yyhl3091 bool = l >= 0 + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3046 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3046 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39099,13 +39489,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3046++ - if yyhl3046 { - yyb3046 = yyj3046 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3046 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3046 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39116,17 +39506,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3046++ - if yyhl3046 { - yyb3046 = yyj3046 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3046 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3046 { + if yyb3091 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3046-1, "") + z.DecStructFieldNotFound(yyj3091-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39138,33 +39528,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3049 := z.EncBinary() - _ = yym3049 + yym3094 := z.EncBinary() + _ = yym3094 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3050 := !z.EncBinary() - yy2arr3050 := z.EncBasicHandle().StructToArray - var yyq3050 [1]bool - _, _, _ = yysep3050, yyq3050, yy2arr3050 - const yyr3050 bool = false - yyq3050[0] = len(x.Capacity) != 0 - var yynn3050 int - if yyr3050 || yy2arr3050 { + yysep3095 := !z.EncBinary() + yy2arr3095 := z.EncBasicHandle().StructToArray + var yyq3095 [1]bool + _, _, _ = yysep3095, yyq3095, yy2arr3095 + const yyr3095 bool = false + yyq3095[0] = len(x.Capacity) != 0 + var yynn3095 int + if yyr3095 || yy2arr3095 { r.EncodeArrayStart(1) } else { - yynn3050 = 0 - for _, b := range yyq3050 { + yynn3095 = 0 + for _, b := range yyq3095 { if b { - yynn3050++ + yynn3095++ } } - r.EncodeMapStart(yynn3050) - yynn3050 = 0 + r.EncodeMapStart(yynn3095) + yynn3095 = 0 } - if yyr3050 || yy2arr3050 { + if yyr3095 || yy2arr3095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[0] { + if yyq3095[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -39174,7 +39564,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3050[0] { + if yyq3095[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39185,7 +39575,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3050 || yy2arr3050 { + if yyr3095 || yy2arr3095 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39198,25 +39588,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3052 := z.DecBinary() - _ = yym3052 + yym3097 := z.DecBinary() + _ = yym3097 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3053 := r.ContainerType() - if yyct3053 == codecSelferValueTypeMap1234 { - yyl3053 := r.ReadMapStart() - if yyl3053 == 0 { + yyct3098 := r.ContainerType() + if yyct3098 == codecSelferValueTypeMap1234 { + yyl3098 := r.ReadMapStart() + if yyl3098 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3053, d) + x.codecDecodeSelfFromMap(yyl3098, d) } - } else if yyct3053 == codecSelferValueTypeArray1234 { - yyl3053 := r.ReadArrayStart() - if yyl3053 == 0 { + } else if yyct3098 == codecSelferValueTypeArray1234 { + yyl3098 := r.ReadArrayStart() + if yyl3098 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3053, d) + x.codecDecodeSelfFromArray(yyl3098, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39228,12 +39618,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3054Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3054Slc - var yyhl3054 bool = l >= 0 - for yyj3054 := 0; ; yyj3054++ { - if yyhl3054 { - if yyj3054 >= l { + var yys3099Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3099Slc + var yyhl3099 bool = l >= 0 + for yyj3099 := 0; ; yyj3099++ { + if yyhl3099 { + if yyj3099 >= l { break } } else { @@ -39242,21 +39632,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3054Slc = r.DecodeBytes(yys3054Slc, true, true) - yys3054 := string(yys3054Slc) + yys3099Slc = r.DecodeBytes(yys3099Slc, true, true) + yys3099 := string(yys3099Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3054 { + switch yys3099 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3055 := &x.Capacity - yyv3055.CodecDecodeSelf(d) + yyv3100 := &x.Capacity + yyv3100.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3054) - } // end switch yys3054 - } // end for yyj3054 + z.DecStructFieldNotFound(-1, yys3099) + } // end switch yys3099 + } // end for yyj3099 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39264,16 +39654,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3056 int - var yyb3056 bool - var yyhl3056 bool = l >= 0 - yyj3056++ - if yyhl3056 { - yyb3056 = yyj3056 > l + var yyj3101 int + var yyb3101 bool + var yyhl3101 bool = l >= 0 + yyj3101++ + if yyhl3101 { + yyb3101 = yyj3101 > l } else { - yyb3056 = r.CheckBreak() + yyb3101 = r.CheckBreak() } - if yyb3056 { + if yyb3101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39281,21 +39671,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3057 := &x.Capacity - yyv3057.CodecDecodeSelf(d) + yyv3102 := &x.Capacity + yyv3102.CodecDecodeSelf(d) } for { - yyj3056++ - if yyhl3056 { - yyb3056 = yyj3056 > l + yyj3101++ + if yyhl3101 { + yyb3101 = yyj3101 > l } else { - yyb3056 = r.CheckBreak() + yyb3101 = r.CheckBreak() } - if yyb3056 { + if yyb3101 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3056-1, "") + z.DecStructFieldNotFound(yyj3101-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39304,8 +39694,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3058 := z.EncBinary() - _ = yym3058 + yym3103 := z.EncBinary() + _ = yym3103 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39317,8 +39707,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3059 := z.DecBinary() - _ = yym3059 + yym3104 := z.DecBinary() + _ = yym3104 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39333,8 +39723,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3060 := z.EncBinary() - _ = yym3060 + yym3105 := z.EncBinary() + _ = yym3105 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39347,8 +39737,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3061 := z.DecBinary() - _ = yym3061 + yym3106 := z.DecBinary() + _ = yym3106 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39363,39 +39753,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3062 := z.EncBinary() - _ = yym3062 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3063 := !z.EncBinary() - yy2arr3063 := z.EncBasicHandle().StructToArray - var yyq3063 [5]bool - _, _, _ = yysep3063, yyq3063, yy2arr3063 - const yyr3063 bool = false - yyq3063[0] = x.Kind != "" - yyq3063[1] = x.APIVersion != "" - yyq3063[2] = true - yyq3063[3] = true - yyq3063[4] = true - var yynn3063 int - if yyr3063 || yy2arr3063 { + yysep3108 := !z.EncBinary() + yy2arr3108 := z.EncBasicHandle().StructToArray + var yyq3108 [5]bool + _, _, _ = yysep3108, yyq3108, yy2arr3108 + const yyr3108 bool = false + yyq3108[0] = x.Kind != "" + yyq3108[1] = x.APIVersion != "" + yyq3108[2] = true + yyq3108[3] = true + yyq3108[4] = true + var yynn3108 int + if yyr3108 || yy2arr3108 { r.EncodeArrayStart(5) } else { - yynn3063 = 0 - for _, b := range yyq3063 { + yynn3108 = 0 + for _, b := range yyq3108 { if b { - yynn3063++ + yynn3108++ } } - r.EncodeMapStart(yynn3063) - yynn3063 = 0 + r.EncodeMapStart(yynn3108) + yynn3108 = 0 } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3063[0] { - yym3065 := z.EncBinary() - _ = yym3065 + if yyq3108[0] { + yym3110 := z.EncBinary() + _ = yym3110 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39404,23 +39794,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3063[0] { + if yyq3108[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3066 := z.EncBinary() - _ = yym3066 + yym3111 := z.EncBinary() + _ = yym3111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3063[1] { - yym3068 := z.EncBinary() - _ = yym3068 + if yyq3108[1] { + yym3113 := z.EncBinary() + _ = yym3113 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39429,70 +39819,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3063[1] { + if yyq3108[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3069 := z.EncBinary() - _ = yym3069 + yym3114 := z.EncBinary() + _ = yym3114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3063[2] { - yy3071 := &x.ObjectMeta - yy3071.CodecEncodeSelf(e) + if yyq3108[2] { + yy3116 := &x.ObjectMeta + yy3116.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3063[2] { + if yyq3108[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3072 := &x.ObjectMeta - yy3072.CodecEncodeSelf(e) + yy3117 := &x.ObjectMeta + yy3117.CodecEncodeSelf(e) } } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3063[3] { - yy3074 := &x.Spec - yy3074.CodecEncodeSelf(e) + if yyq3108[3] { + yy3119 := &x.Spec + yy3119.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3063[3] { + if yyq3108[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3075 := &x.Spec - yy3075.CodecEncodeSelf(e) + yy3120 := &x.Spec + yy3120.CodecEncodeSelf(e) } } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3063[4] { - yy3077 := &x.Status - yy3077.CodecEncodeSelf(e) + if yyq3108[4] { + yy3122 := &x.Status + yy3122.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3063[4] { + if yyq3108[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3078 := &x.Status - yy3078.CodecEncodeSelf(e) + yy3123 := &x.Status + yy3123.CodecEncodeSelf(e) } } - if yyr3063 || yy2arr3063 { + if yyr3108 || yy2arr3108 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39505,25 +39895,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3079 := z.DecBinary() - _ = yym3079 + yym3124 := z.DecBinary() + _ = yym3124 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3080 := r.ContainerType() - if yyct3080 == codecSelferValueTypeMap1234 { - yyl3080 := r.ReadMapStart() - if yyl3080 == 0 { + yyct3125 := r.ContainerType() + if yyct3125 == codecSelferValueTypeMap1234 { + yyl3125 := r.ReadMapStart() + if yyl3125 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3080, d) + x.codecDecodeSelfFromMap(yyl3125, d) } - } else if yyct3080 == codecSelferValueTypeArray1234 { - yyl3080 := r.ReadArrayStart() - if yyl3080 == 0 { + } else if yyct3125 == codecSelferValueTypeArray1234 { + yyl3125 := r.ReadArrayStart() + if yyl3125 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3080, d) + x.codecDecodeSelfFromArray(yyl3125, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39535,12 +39925,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3081Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3081Slc - var yyhl3081 bool = l >= 0 - for yyj3081 := 0; ; yyj3081++ { - if yyhl3081 { - if yyj3081 >= l { + var yys3126Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3126Slc + var yyhl3126 bool = l >= 0 + for yyj3126 := 0; ; yyj3126++ { + if yyhl3126 { + if yyj3126 >= l { break } } else { @@ -39549,10 +39939,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3081Slc = r.DecodeBytes(yys3081Slc, true, true) - yys3081 := string(yys3081Slc) + yys3126Slc = r.DecodeBytes(yys3126Slc, true, true) + yys3126 := string(yys3126Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3081 { + switch yys3126 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39569,27 +39959,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3084 := &x.ObjectMeta - yyv3084.CodecDecodeSelf(d) + yyv3129 := &x.ObjectMeta + yyv3129.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3085 := &x.Spec - yyv3085.CodecDecodeSelf(d) + yyv3130 := &x.Spec + yyv3130.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3086 := &x.Status - yyv3086.CodecDecodeSelf(d) + yyv3131 := &x.Status + yyv3131.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3081) - } // end switch yys3081 - } // end for yyj3081 + z.DecStructFieldNotFound(-1, yys3126) + } // end switch yys3126 + } // end for yyj3126 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39597,16 +39987,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3087 int - var yyb3087 bool - var yyhl3087 bool = l >= 0 - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + var yyj3132 int + var yyb3132 bool + var yyhl3132 bool = l >= 0 + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39616,13 +40006,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39632,13 +40022,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39646,16 +40036,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3090 := &x.ObjectMeta - yyv3090.CodecDecodeSelf(d) + yyv3135 := &x.ObjectMeta + yyv3135.CodecDecodeSelf(d) } - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39663,16 +40053,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3091 := &x.Spec - yyv3091.CodecDecodeSelf(d) + yyv3136 := &x.Spec + yyv3136.CodecDecodeSelf(d) } - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39680,21 +40070,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3092 := &x.Status - yyv3092.CodecDecodeSelf(d) + yyv3137 := &x.Status + yyv3137.CodecDecodeSelf(d) } for { - yyj3087++ - if yyhl3087 { - yyb3087 = yyj3087 > l + yyj3132++ + if yyhl3132 { + yyb3132 = yyj3132 > l } else { - yyb3087 = r.CheckBreak() + yyb3132 = r.CheckBreak() } - if yyb3087 { + if yyb3132 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3087-1, "") + z.DecStructFieldNotFound(yyj3132-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39706,37 +40096,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3093 := z.EncBinary() - _ = yym3093 + yym3138 := z.EncBinary() + _ = yym3138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3094 := !z.EncBinary() - yy2arr3094 := z.EncBasicHandle().StructToArray - var yyq3094 [4]bool - _, _, _ = yysep3094, yyq3094, yy2arr3094 - const yyr3094 bool = false - yyq3094[0] = x.Kind != "" - yyq3094[1] = x.APIVersion != "" - yyq3094[2] = true - var yynn3094 int - if yyr3094 || yy2arr3094 { + yysep3139 := !z.EncBinary() + yy2arr3139 := z.EncBasicHandle().StructToArray + var yyq3139 [4]bool + _, _, _ = yysep3139, yyq3139, yy2arr3139 + const yyr3139 bool = false + yyq3139[0] = x.Kind != "" + yyq3139[1] = x.APIVersion != "" + yyq3139[2] = true + var yynn3139 int + if yyr3139 || yy2arr3139 { r.EncodeArrayStart(4) } else { - yynn3094 = 1 - for _, b := range yyq3094 { + yynn3139 = 1 + for _, b := range yyq3139 { if b { - yynn3094++ + yynn3139++ } } - r.EncodeMapStart(yynn3094) - yynn3094 = 0 + r.EncodeMapStart(yynn3139) + yynn3139 = 0 } - if yyr3094 || yy2arr3094 { + if yyr3139 || yy2arr3139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3094[0] { - yym3096 := z.EncBinary() - _ = yym3096 + if yyq3139[0] { + yym3141 := z.EncBinary() + _ = yym3141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39745,23 +40135,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3094[0] { + if yyq3139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3097 := z.EncBinary() - _ = yym3097 + yym3142 := z.EncBinary() + _ = yym3142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3094 || yy2arr3094 { + if yyr3139 || yy2arr3139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3094[1] { - yym3099 := z.EncBinary() - _ = yym3099 + if yyq3139[1] { + yym3144 := z.EncBinary() + _ = yym3144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39770,54 +40160,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3094[1] { + if yyq3139[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3100 := z.EncBinary() - _ = yym3100 + yym3145 := z.EncBinary() + _ = yym3145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3094 || yy2arr3094 { + if yyr3139 || yy2arr3139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3094[2] { - yy3102 := &x.ListMeta - yym3103 := z.EncBinary() - _ = yym3103 + if yyq3139[2] { + yy3147 := &x.ListMeta + yym3148 := z.EncBinary() + _ = yym3148 if false { - } else if z.HasExtensions() && z.EncExt(yy3102) { + } else if z.HasExtensions() && z.EncExt(yy3147) { } else { - z.EncFallback(yy3102) + z.EncFallback(yy3147) } } else { r.EncodeNil() } } else { - if yyq3094[2] { + if yyq3139[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3104 := &x.ListMeta - yym3105 := z.EncBinary() - _ = yym3105 + yy3149 := &x.ListMeta + yym3150 := z.EncBinary() + _ = yym3150 if false { - } else if z.HasExtensions() && z.EncExt(yy3104) { + } else if z.HasExtensions() && z.EncExt(yy3149) { } else { - z.EncFallback(yy3104) + z.EncFallback(yy3149) } } } - if yyr3094 || yy2arr3094 { + if yyr3139 || yy2arr3139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3107 := z.EncBinary() - _ = yym3107 + yym3152 := z.EncBinary() + _ = yym3152 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -39830,15 +40220,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3108 := z.EncBinary() - _ = yym3108 + yym3153 := z.EncBinary() + _ = yym3153 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3094 || yy2arr3094 { + if yyr3139 || yy2arr3139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39851,25 +40241,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3109 := z.DecBinary() - _ = yym3109 + yym3154 := z.DecBinary() + _ = yym3154 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3110 := r.ContainerType() - if yyct3110 == codecSelferValueTypeMap1234 { - yyl3110 := r.ReadMapStart() - if yyl3110 == 0 { + yyct3155 := r.ContainerType() + if yyct3155 == codecSelferValueTypeMap1234 { + yyl3155 := r.ReadMapStart() + if yyl3155 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3110, d) + x.codecDecodeSelfFromMap(yyl3155, d) } - } else if yyct3110 == codecSelferValueTypeArray1234 { - yyl3110 := r.ReadArrayStart() - if yyl3110 == 0 { + } else if yyct3155 == codecSelferValueTypeArray1234 { + yyl3155 := r.ReadArrayStart() + if yyl3155 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3110, d) + x.codecDecodeSelfFromArray(yyl3155, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39881,12 +40271,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3111Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3111Slc - var yyhl3111 bool = l >= 0 - for yyj3111 := 0; ; yyj3111++ { - if yyhl3111 { - if yyj3111 >= l { + var yys3156Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3156Slc + var yyhl3156 bool = l >= 0 + for yyj3156 := 0; ; yyj3156++ { + if yyhl3156 { + if yyj3156 >= l { break } } else { @@ -39895,10 +40285,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3111Slc = r.DecodeBytes(yys3111Slc, true, true) - yys3111 := string(yys3111Slc) + yys3156Slc = r.DecodeBytes(yys3156Slc, true, true) + yys3156 := string(yys3156Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3111 { + switch yys3156 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39915,31 +40305,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3114 := &x.ListMeta - yym3115 := z.DecBinary() - _ = yym3115 + yyv3159 := &x.ListMeta + yym3160 := z.DecBinary() + _ = yym3160 if false { - } else if z.HasExtensions() && z.DecExt(yyv3114) { + } else if z.HasExtensions() && z.DecExt(yyv3159) { } else { - z.DecFallback(yyv3114, false) + z.DecFallback(yyv3159, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3116 := &x.Items - yym3117 := z.DecBinary() - _ = yym3117 + yyv3161 := &x.Items + yym3162 := z.DecBinary() + _ = yym3162 if false { } else { - h.decSliceNode((*[]Node)(yyv3116), d) + h.decSliceNode((*[]Node)(yyv3161), d) } } default: - z.DecStructFieldNotFound(-1, yys3111) - } // end switch yys3111 - } // end for yyj3111 + z.DecStructFieldNotFound(-1, yys3156) + } // end switch yys3156 + } // end for yyj3156 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39947,16 +40337,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3118 int - var yyb3118 bool - var yyhl3118 bool = l >= 0 - yyj3118++ - if yyhl3118 { - yyb3118 = yyj3118 > l + var yyj3163 int + var yyb3163 bool + var yyhl3163 bool = l >= 0 + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3118 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3118 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39966,13 +40356,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3118++ - if yyhl3118 { - yyb3118 = yyj3118 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3118 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3118 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39982,13 +40372,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3118++ - if yyhl3118 { - yyb3118 = yyj3118 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3118 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3118 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39996,22 +40386,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3121 := &x.ListMeta - yym3122 := z.DecBinary() - _ = yym3122 + yyv3166 := &x.ListMeta + yym3167 := z.DecBinary() + _ = yym3167 if false { - } else if z.HasExtensions() && z.DecExt(yyv3121) { + } else if z.HasExtensions() && z.DecExt(yyv3166) { } else { - z.DecFallback(yyv3121, false) + z.DecFallback(yyv3166, false) } } - yyj3118++ - if yyhl3118 { - yyb3118 = yyj3118 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3118 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3118 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40019,26 +40409,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3123 := &x.Items - yym3124 := z.DecBinary() - _ = yym3124 + yyv3168 := &x.Items + yym3169 := z.DecBinary() + _ = yym3169 if false { } else { - h.decSliceNode((*[]Node)(yyv3123), d) + h.decSliceNode((*[]Node)(yyv3168), d) } } for { - yyj3118++ - if yyhl3118 { - yyb3118 = yyj3118 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3118 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3118 { + if yyb3163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3118-1, "") + z.DecStructFieldNotFound(yyj3163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40050,36 +40440,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3125 := z.EncBinary() - _ = yym3125 + yym3170 := z.EncBinary() + _ = yym3170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3126 := !z.EncBinary() - yy2arr3126 := z.EncBasicHandle().StructToArray - var yyq3126 [1]bool - _, _, _ = yysep3126, yyq3126, yy2arr3126 - const yyr3126 bool = false - var yynn3126 int - if yyr3126 || yy2arr3126 { + yysep3171 := !z.EncBinary() + yy2arr3171 := z.EncBasicHandle().StructToArray + var yyq3171 [1]bool + _, _, _ = yysep3171, yyq3171, yy2arr3171 + const yyr3171 bool = false + var yynn3171 int + if yyr3171 || yy2arr3171 { r.EncodeArrayStart(1) } else { - yynn3126 = 1 - for _, b := range yyq3126 { + yynn3171 = 1 + for _, b := range yyq3171 { if b { - yynn3126++ + yynn3171++ } } - r.EncodeMapStart(yynn3126) - yynn3126 = 0 + r.EncodeMapStart(yynn3171) + yynn3171 = 0 } - if yyr3126 || yy2arr3126 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3128 := z.EncBinary() - _ = yym3128 + yym3173 := z.EncBinary() + _ = yym3173 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -40092,15 +40482,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3129 := z.EncBinary() - _ = yym3129 + yym3174 := z.EncBinary() + _ = yym3174 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3126 || yy2arr3126 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40113,25 +40503,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3130 := z.DecBinary() - _ = yym3130 + yym3175 := z.DecBinary() + _ = yym3175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3131 := r.ContainerType() - if yyct3131 == codecSelferValueTypeMap1234 { - yyl3131 := r.ReadMapStart() - if yyl3131 == 0 { + yyct3176 := r.ContainerType() + if yyct3176 == codecSelferValueTypeMap1234 { + yyl3176 := r.ReadMapStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3131, d) + x.codecDecodeSelfFromMap(yyl3176, d) } - } else if yyct3131 == codecSelferValueTypeArray1234 { - yyl3131 := r.ReadArrayStart() - if yyl3131 == 0 { + } else if yyct3176 == codecSelferValueTypeArray1234 { + yyl3176 := r.ReadArrayStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3131, d) + x.codecDecodeSelfFromArray(yyl3176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40143,12 +40533,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3132Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3132Slc - var yyhl3132 bool = l >= 0 - for yyj3132 := 0; ; yyj3132++ { - if yyhl3132 { - if yyj3132 >= l { + var yys3177Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3177Slc + var yyhl3177 bool = l >= 0 + for yyj3177 := 0; ; yyj3177++ { + if yyhl3177 { + if yyj3177 >= l { break } } else { @@ -40157,26 +40547,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3132Slc = r.DecodeBytes(yys3132Slc, true, true) - yys3132 := string(yys3132Slc) + yys3177Slc = r.DecodeBytes(yys3177Slc, true, true) + yys3177 := string(yys3177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3132 { + switch yys3177 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3133 := &x.Finalizers - yym3134 := z.DecBinary() - _ = yym3134 + yyv3178 := &x.Finalizers + yym3179 := z.DecBinary() + _ = yym3179 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3133), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3178), d) } } default: - z.DecStructFieldNotFound(-1, yys3132) - } // end switch yys3132 - } // end for yyj3132 + z.DecStructFieldNotFound(-1, yys3177) + } // end switch yys3177 + } // end for yyj3177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40184,16 +40574,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3135 int - var yyb3135 bool - var yyhl3135 bool = l >= 0 - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + var yyj3180 int + var yyb3180 bool + var yyhl3180 bool = l >= 0 + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3135 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3135 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40201,26 +40591,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3136 := &x.Finalizers - yym3137 := z.DecBinary() - _ = yym3137 + yyv3181 := &x.Finalizers + yym3182 := z.DecBinary() + _ = yym3182 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3136), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3181), d) } } for { - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3135 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3135 { + if yyb3180 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3135-1, "") + z.DecStructFieldNotFound(yyj3180-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40229,8 +40619,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3138 := z.EncBinary() - _ = yym3138 + yym3183 := z.EncBinary() + _ = yym3183 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40242,8 +40632,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3139 := z.DecBinary() - _ = yym3139 + yym3184 := z.DecBinary() + _ = yym3184 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40258,46 +40648,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3140 := z.EncBinary() - _ = yym3140 + yym3185 := z.EncBinary() + _ = yym3185 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3141 := !z.EncBinary() - yy2arr3141 := z.EncBasicHandle().StructToArray - var yyq3141 [1]bool - _, _, _ = yysep3141, yyq3141, yy2arr3141 - const yyr3141 bool = false - yyq3141[0] = x.Phase != "" - var yynn3141 int - if yyr3141 || yy2arr3141 { + yysep3186 := !z.EncBinary() + yy2arr3186 := z.EncBasicHandle().StructToArray + var yyq3186 [1]bool + _, _, _ = yysep3186, yyq3186, yy2arr3186 + const yyr3186 bool = false + yyq3186[0] = x.Phase != "" + var yynn3186 int + if yyr3186 || yy2arr3186 { r.EncodeArrayStart(1) } else { - yynn3141 = 0 - for _, b := range yyq3141 { + yynn3186 = 0 + for _, b := range yyq3186 { if b { - yynn3141++ + yynn3186++ } } - r.EncodeMapStart(yynn3141) - yynn3141 = 0 + r.EncodeMapStart(yynn3186) + yynn3186 = 0 } - if yyr3141 || yy2arr3141 { + if yyr3186 || yy2arr3186 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3141[0] { + if yyq3186[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3141[0] { + if yyq3186[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3141 || yy2arr3141 { + if yyr3186 || yy2arr3186 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40310,25 +40700,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3143 := z.DecBinary() - _ = yym3143 + yym3188 := z.DecBinary() + _ = yym3188 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3144 := r.ContainerType() - if yyct3144 == codecSelferValueTypeMap1234 { - yyl3144 := r.ReadMapStart() - if yyl3144 == 0 { + yyct3189 := r.ContainerType() + if yyct3189 == codecSelferValueTypeMap1234 { + yyl3189 := r.ReadMapStart() + if yyl3189 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3144, d) + x.codecDecodeSelfFromMap(yyl3189, d) } - } else if yyct3144 == codecSelferValueTypeArray1234 { - yyl3144 := r.ReadArrayStart() - if yyl3144 == 0 { + } else if yyct3189 == codecSelferValueTypeArray1234 { + yyl3189 := r.ReadArrayStart() + if yyl3189 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3144, d) + x.codecDecodeSelfFromArray(yyl3189, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40340,12 +40730,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3145Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3145Slc - var yyhl3145 bool = l >= 0 - for yyj3145 := 0; ; yyj3145++ { - if yyhl3145 { - if yyj3145 >= l { + var yys3190Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3190Slc + var yyhl3190 bool = l >= 0 + for yyj3190 := 0; ; yyj3190++ { + if yyhl3190 { + if yyj3190 >= l { break } } else { @@ -40354,10 +40744,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3145Slc = r.DecodeBytes(yys3145Slc, true, true) - yys3145 := string(yys3145Slc) + yys3190Slc = r.DecodeBytes(yys3190Slc, true, true) + yys3190 := string(yys3190Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3145 { + switch yys3190 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -40365,9 +40755,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3145) - } // end switch yys3145 - } // end for yyj3145 + z.DecStructFieldNotFound(-1, yys3190) + } // end switch yys3190 + } // end for yyj3190 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40375,16 +40765,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3147 int - var yyb3147 bool - var yyhl3147 bool = l >= 0 - yyj3147++ - if yyhl3147 { - yyb3147 = yyj3147 > l + var yyj3192 int + var yyb3192 bool + var yyhl3192 bool = l >= 0 + yyj3192++ + if yyhl3192 { + yyb3192 = yyj3192 > l } else { - yyb3147 = r.CheckBreak() + yyb3192 = r.CheckBreak() } - if yyb3147 { + if yyb3192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40395,17 +40785,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3147++ - if yyhl3147 { - yyb3147 = yyj3147 > l + yyj3192++ + if yyhl3192 { + yyb3192 = yyj3192 > l } else { - yyb3147 = r.CheckBreak() + yyb3192 = r.CheckBreak() } - if yyb3147 { + if yyb3192 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3147-1, "") + z.DecStructFieldNotFound(yyj3192-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40414,8 +40804,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3149 := z.EncBinary() - _ = yym3149 + yym3194 := z.EncBinary() + _ = yym3194 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40427,8 +40817,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3150 := z.DecBinary() - _ = yym3150 + yym3195 := z.DecBinary() + _ = yym3195 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40443,39 +40833,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3151 := z.EncBinary() - _ = yym3151 + yym3196 := z.EncBinary() + _ = yym3196 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3152 := !z.EncBinary() - yy2arr3152 := z.EncBasicHandle().StructToArray - var yyq3152 [5]bool - _, _, _ = yysep3152, yyq3152, yy2arr3152 - const yyr3152 bool = false - yyq3152[0] = x.Kind != "" - yyq3152[1] = x.APIVersion != "" - yyq3152[2] = true - yyq3152[3] = true - yyq3152[4] = true - var yynn3152 int - if yyr3152 || yy2arr3152 { + yysep3197 := !z.EncBinary() + yy2arr3197 := z.EncBasicHandle().StructToArray + var yyq3197 [5]bool + _, _, _ = yysep3197, yyq3197, yy2arr3197 + const yyr3197 bool = false + yyq3197[0] = x.Kind != "" + yyq3197[1] = x.APIVersion != "" + yyq3197[2] = true + yyq3197[3] = true + yyq3197[4] = true + var yynn3197 int + if yyr3197 || yy2arr3197 { r.EncodeArrayStart(5) } else { - yynn3152 = 0 - for _, b := range yyq3152 { + yynn3197 = 0 + for _, b := range yyq3197 { if b { - yynn3152++ + yynn3197++ } } - r.EncodeMapStart(yynn3152) - yynn3152 = 0 + r.EncodeMapStart(yynn3197) + yynn3197 = 0 } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3152[0] { - yym3154 := z.EncBinary() - _ = yym3154 + if yyq3197[0] { + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40484,23 +40874,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3152[0] { + if yyq3197[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3155 := z.EncBinary() - _ = yym3155 + yym3200 := z.EncBinary() + _ = yym3200 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3152[1] { - yym3157 := z.EncBinary() - _ = yym3157 + if yyq3197[1] { + yym3202 := z.EncBinary() + _ = yym3202 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40509,70 +40899,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3152[1] { + if yyq3197[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3158 := z.EncBinary() - _ = yym3158 + yym3203 := z.EncBinary() + _ = yym3203 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3152[2] { - yy3160 := &x.ObjectMeta - yy3160.CodecEncodeSelf(e) + if yyq3197[2] { + yy3205 := &x.ObjectMeta + yy3205.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3152[2] { + if yyq3197[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3161 := &x.ObjectMeta - yy3161.CodecEncodeSelf(e) + yy3206 := &x.ObjectMeta + yy3206.CodecEncodeSelf(e) } } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3152[3] { - yy3163 := &x.Spec - yy3163.CodecEncodeSelf(e) + if yyq3197[3] { + yy3208 := &x.Spec + yy3208.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3152[3] { + if yyq3197[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3164 := &x.Spec - yy3164.CodecEncodeSelf(e) + yy3209 := &x.Spec + yy3209.CodecEncodeSelf(e) } } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3152[4] { - yy3166 := &x.Status - yy3166.CodecEncodeSelf(e) + if yyq3197[4] { + yy3211 := &x.Status + yy3211.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3152[4] { + if yyq3197[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3167 := &x.Status - yy3167.CodecEncodeSelf(e) + yy3212 := &x.Status + yy3212.CodecEncodeSelf(e) } } - if yyr3152 || yy2arr3152 { + if yyr3197 || yy2arr3197 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40585,25 +40975,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3168 := z.DecBinary() - _ = yym3168 + yym3213 := z.DecBinary() + _ = yym3213 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3169 := r.ContainerType() - if yyct3169 == codecSelferValueTypeMap1234 { - yyl3169 := r.ReadMapStart() - if yyl3169 == 0 { + yyct3214 := r.ContainerType() + if yyct3214 == codecSelferValueTypeMap1234 { + yyl3214 := r.ReadMapStart() + if yyl3214 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3169, d) + x.codecDecodeSelfFromMap(yyl3214, d) } - } else if yyct3169 == codecSelferValueTypeArray1234 { - yyl3169 := r.ReadArrayStart() - if yyl3169 == 0 { + } else if yyct3214 == codecSelferValueTypeArray1234 { + yyl3214 := r.ReadArrayStart() + if yyl3214 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3169, d) + x.codecDecodeSelfFromArray(yyl3214, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40615,12 +41005,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3170Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3170Slc - var yyhl3170 bool = l >= 0 - for yyj3170 := 0; ; yyj3170++ { - if yyhl3170 { - if yyj3170 >= l { + var yys3215Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3215Slc + var yyhl3215 bool = l >= 0 + for yyj3215 := 0; ; yyj3215++ { + if yyhl3215 { + if yyj3215 >= l { break } } else { @@ -40629,10 +41019,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3170Slc = r.DecodeBytes(yys3170Slc, true, true) - yys3170 := string(yys3170Slc) + yys3215Slc = r.DecodeBytes(yys3215Slc, true, true) + yys3215 := string(yys3215Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3170 { + switch yys3215 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40649,27 +41039,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3173 := &x.ObjectMeta - yyv3173.CodecDecodeSelf(d) + yyv3218 := &x.ObjectMeta + yyv3218.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3174 := &x.Spec - yyv3174.CodecDecodeSelf(d) + yyv3219 := &x.Spec + yyv3219.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3175 := &x.Status - yyv3175.CodecDecodeSelf(d) + yyv3220 := &x.Status + yyv3220.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3170) - } // end switch yys3170 - } // end for yyj3170 + z.DecStructFieldNotFound(-1, yys3215) + } // end switch yys3215 + } // end for yyj3215 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40677,16 +41067,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3176 int - var yyb3176 bool - var yyhl3176 bool = l >= 0 - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + var yyj3221 int + var yyb3221 bool + var yyhl3221 bool = l >= 0 + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40696,13 +41086,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40712,13 +41102,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40726,16 +41116,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3179 := &x.ObjectMeta - yyv3179.CodecDecodeSelf(d) + yyv3224 := &x.ObjectMeta + yyv3224.CodecDecodeSelf(d) } - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40743,16 +41133,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3180 := &x.Spec - yyv3180.CodecDecodeSelf(d) + yyv3225 := &x.Spec + yyv3225.CodecDecodeSelf(d) } - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40760,21 +41150,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3181 := &x.Status - yyv3181.CodecDecodeSelf(d) + yyv3226 := &x.Status + yyv3226.CodecDecodeSelf(d) } for { - yyj3176++ - if yyhl3176 { - yyb3176 = yyj3176 > l + yyj3221++ + if yyhl3221 { + yyb3221 = yyj3221 > l } else { - yyb3176 = r.CheckBreak() + yyb3221 = r.CheckBreak() } - if yyb3176 { + if yyb3221 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3176-1, "") + z.DecStructFieldNotFound(yyj3221-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40786,37 +41176,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3182 := z.EncBinary() - _ = yym3182 + yym3227 := z.EncBinary() + _ = yym3227 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3183 := !z.EncBinary() - yy2arr3183 := z.EncBasicHandle().StructToArray - var yyq3183 [4]bool - _, _, _ = yysep3183, yyq3183, yy2arr3183 - const yyr3183 bool = false - yyq3183[0] = x.Kind != "" - yyq3183[1] = x.APIVersion != "" - yyq3183[2] = true - var yynn3183 int - if yyr3183 || yy2arr3183 { + yysep3228 := !z.EncBinary() + yy2arr3228 := z.EncBasicHandle().StructToArray + var yyq3228 [4]bool + _, _, _ = yysep3228, yyq3228, yy2arr3228 + const yyr3228 bool = false + yyq3228[0] = x.Kind != "" + yyq3228[1] = x.APIVersion != "" + yyq3228[2] = true + var yynn3228 int + if yyr3228 || yy2arr3228 { r.EncodeArrayStart(4) } else { - yynn3183 = 1 - for _, b := range yyq3183 { + yynn3228 = 1 + for _, b := range yyq3228 { if b { - yynn3183++ + yynn3228++ } } - r.EncodeMapStart(yynn3183) - yynn3183 = 0 + r.EncodeMapStart(yynn3228) + yynn3228 = 0 } - if yyr3183 || yy2arr3183 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[0] { - yym3185 := z.EncBinary() - _ = yym3185 + if yyq3228[0] { + yym3230 := z.EncBinary() + _ = yym3230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40825,23 +41215,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[0] { + if yyq3228[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3186 := z.EncBinary() - _ = yym3186 + yym3231 := z.EncBinary() + _ = yym3231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3183 || yy2arr3183 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[1] { - yym3188 := z.EncBinary() - _ = yym3188 + if yyq3228[1] { + yym3233 := z.EncBinary() + _ = yym3233 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40850,54 +41240,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[1] { + if yyq3228[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3189 := z.EncBinary() - _ = yym3189 + yym3234 := z.EncBinary() + _ = yym3234 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3183 || yy2arr3183 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[2] { - yy3191 := &x.ListMeta - yym3192 := z.EncBinary() - _ = yym3192 + if yyq3228[2] { + yy3236 := &x.ListMeta + yym3237 := z.EncBinary() + _ = yym3237 if false { - } else if z.HasExtensions() && z.EncExt(yy3191) { + } else if z.HasExtensions() && z.EncExt(yy3236) { } else { - z.EncFallback(yy3191) + z.EncFallback(yy3236) } } else { r.EncodeNil() } } else { - if yyq3183[2] { + if yyq3228[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3193 := &x.ListMeta - yym3194 := z.EncBinary() - _ = yym3194 + yy3238 := &x.ListMeta + yym3239 := z.EncBinary() + _ = yym3239 if false { - } else if z.HasExtensions() && z.EncExt(yy3193) { + } else if z.HasExtensions() && z.EncExt(yy3238) { } else { - z.EncFallback(yy3193) + z.EncFallback(yy3238) } } } - if yyr3183 || yy2arr3183 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3196 := z.EncBinary() - _ = yym3196 + yym3241 := z.EncBinary() + _ = yym3241 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -40910,15 +41300,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3197 := z.EncBinary() - _ = yym3197 + yym3242 := z.EncBinary() + _ = yym3242 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3183 || yy2arr3183 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40931,25 +41321,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3198 := z.DecBinary() - _ = yym3198 + yym3243 := z.DecBinary() + _ = yym3243 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3199 := r.ContainerType() - if yyct3199 == codecSelferValueTypeMap1234 { - yyl3199 := r.ReadMapStart() - if yyl3199 == 0 { + yyct3244 := r.ContainerType() + if yyct3244 == codecSelferValueTypeMap1234 { + yyl3244 := r.ReadMapStart() + if yyl3244 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3199, d) + x.codecDecodeSelfFromMap(yyl3244, d) } - } else if yyct3199 == codecSelferValueTypeArray1234 { - yyl3199 := r.ReadArrayStart() - if yyl3199 == 0 { + } else if yyct3244 == codecSelferValueTypeArray1234 { + yyl3244 := r.ReadArrayStart() + if yyl3244 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3199, d) + x.codecDecodeSelfFromArray(yyl3244, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40961,12 +41351,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3200Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3200Slc - var yyhl3200 bool = l >= 0 - for yyj3200 := 0; ; yyj3200++ { - if yyhl3200 { - if yyj3200 >= l { + var yys3245Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3245Slc + var yyhl3245 bool = l >= 0 + for yyj3245 := 0; ; yyj3245++ { + if yyhl3245 { + if yyj3245 >= l { break } } else { @@ -40975,10 +41365,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3200Slc = r.DecodeBytes(yys3200Slc, true, true) - yys3200 := string(yys3200Slc) + yys3245Slc = r.DecodeBytes(yys3245Slc, true, true) + yys3245 := string(yys3245Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3200 { + switch yys3245 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40995,582 +41385,35 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3203 := &x.ListMeta - yym3204 := z.DecBinary() - _ = yym3204 + yyv3248 := &x.ListMeta + yym3249 := z.DecBinary() + _ = yym3249 if false { - } else if z.HasExtensions() && z.DecExt(yyv3203) { + } else if z.HasExtensions() && z.DecExt(yyv3248) { } else { - z.DecFallback(yyv3203, false) + z.DecFallback(yyv3248, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3205 := &x.Items - yym3206 := z.DecBinary() - _ = yym3206 + yyv3250 := &x.Items + yym3251 := z.DecBinary() + _ = yym3251 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3205), d) + h.decSliceNamespace((*[]Namespace)(yyv3250), d) } } default: - z.DecStructFieldNotFound(-1, yys3200) - } // end switch yys3200 - } // end for yyj3200 + z.DecStructFieldNotFound(-1, yys3245) + } // end switch yys3245 + } // end for yyj3245 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3207 int - var yyb3207 bool - var yyhl3207 bool = l >= 0 - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l - } else { - yyb3207 = r.CheckBreak() - } - if yyb3207 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l - } else { - yyb3207 = r.CheckBreak() - } - if yyb3207 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l - } else { - yyb3207 = r.CheckBreak() - } - if yyb3207 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv3210 := &x.ListMeta - yym3211 := z.DecBinary() - _ = yym3211 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3210) { - } else { - z.DecFallback(yyv3210, false) - } - } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l - } else { - yyb3207 = r.CheckBreak() - } - if yyb3207 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3212 := &x.Items - yym3213 := z.DecBinary() - _ = yym3213 - if false { - } else { - h.decSliceNamespace((*[]Namespace)(yyv3212), d) - } - } - for { - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l - } else { - yyb3207 = r.CheckBreak() - } - if yyb3207 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3207-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3214 := z.EncBinary() - _ = yym3214 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3215 := !z.EncBinary() - yy2arr3215 := z.EncBasicHandle().StructToArray - var yyq3215 [4]bool - _, _, _ = yysep3215, yyq3215, yy2arr3215 - const yyr3215 bool = false - yyq3215[0] = x.Kind != "" - yyq3215[1] = x.APIVersion != "" - yyq3215[2] = true - var yynn3215 int - if yyr3215 || yy2arr3215 { - r.EncodeArrayStart(4) - } else { - yynn3215 = 1 - for _, b := range yyq3215 { - if b { - yynn3215++ - } - } - r.EncodeMapStart(yynn3215) - yynn3215 = 0 - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3215[0] { - yym3217 := z.EncBinary() - _ = yym3217 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3215[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3218 := z.EncBinary() - _ = yym3218 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3215[1] { - yym3220 := z.EncBinary() - _ = yym3220 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3215[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3221 := z.EncBinary() - _ = yym3221 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3215[2] { - yy3223 := &x.ObjectMeta - yy3223.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3215[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3224 := &x.ObjectMeta - yy3224.CodecEncodeSelf(e) - } - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3226 := &x.Target - yy3226.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("target")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3227 := &x.Target - yy3227.CodecEncodeSelf(e) - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3228 := z.DecBinary() - _ = yym3228 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3229 := r.ContainerType() - if yyct3229 == codecSelferValueTypeMap1234 { - yyl3229 := r.ReadMapStart() - if yyl3229 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3229, d) - } - } else if yyct3229 == codecSelferValueTypeArray1234 { - yyl3229 := r.ReadArrayStart() - if yyl3229 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3229, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3230Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3230Slc - var yyhl3230 bool = l >= 0 - for yyj3230 := 0; ; yyj3230++ { - if yyhl3230 { - if yyj3230 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3230Slc = r.DecodeBytes(yys3230Slc, true, true) - yys3230 := string(yys3230Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3230 { - case "kind": - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - case "apiVersion": - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - case "metadata": - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv3233 := &x.ObjectMeta - yyv3233.CodecDecodeSelf(d) - } - case "target": - if r.TryDecodeAsNil() { - x.Target = ObjectReference{} - } else { - yyv3234 := &x.Target - yyv3234.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3230) - } // end switch yys3230 - } // end for yyj3230 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3235 int - var yyb3235 bool - var yyhl3235 bool = l >= 0 - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l - } else { - yyb3235 = r.CheckBreak() - } - if yyb3235 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l - } else { - yyb3235 = r.CheckBreak() - } - if yyb3235 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l - } else { - yyb3235 = r.CheckBreak() - } - if yyb3235 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv3238 := &x.ObjectMeta - yyv3238.CodecDecodeSelf(d) - } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l - } else { - yyb3235 = r.CheckBreak() - } - if yyb3235 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Target = ObjectReference{} - } else { - yyv3239 := &x.Target - yyv3239.CodecDecodeSelf(d) - } - for { - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l - } else { - yyb3235 = r.CheckBreak() - } - if yyb3235 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3235-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3240 := z.EncBinary() - _ = yym3240 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3241 := !z.EncBinary() - yy2arr3241 := z.EncBasicHandle().StructToArray - var yyq3241 [1]bool - _, _, _ = yysep3241, yyq3241, yy2arr3241 - const yyr3241 bool = false - yyq3241[0] = x.UID != nil - var yynn3241 int - if yyr3241 || yy2arr3241 { - r.EncodeArrayStart(1) - } else { - yynn3241 = 0 - for _, b := range yyq3241 { - if b { - yynn3241++ - } - } - r.EncodeMapStart(yynn3241) - yynn3241 = 0 - } - if yyr3241 || yy2arr3241 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3241[0] { - if x.UID == nil { - r.EncodeNil() - } else { - yy3243 := *x.UID - yym3244 := z.EncBinary() - _ = yym3244 - if false { - } else if z.HasExtensions() && z.EncExt(yy3243) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3243)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3241[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.UID == nil { - r.EncodeNil() - } else { - yy3245 := *x.UID - yym3246 := z.EncBinary() - _ = yym3246 - if false { - } else if z.HasExtensions() && z.EncExt(yy3245) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3245)) - } - } - } - } - if yyr3241 || yy2arr3241 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3247 := z.DecBinary() - _ = yym3247 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3248 := r.ContainerType() - if yyct3248 == codecSelferValueTypeMap1234 { - yyl3248 := r.ReadMapStart() - if yyl3248 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3248, d) - } - } else if yyct3248 == codecSelferValueTypeArray1234 { - yyl3248 := r.ReadArrayStart() - if yyl3248 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3248, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Preconditions) 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 { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3249Slc = r.DecodeBytes(yys3249Slc, true, true) - yys3249 := string(yys3249Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3249 { - case "uid": - if r.TryDecodeAsNil() { - if x.UID != nil { - x.UID = nil - } - } else { - if x.UID == nil { - x.UID = new(pkg1_types.UID) - } - yym3251 := z.DecBinary() - _ = yym3251 - if false { - } else if z.HasExtensions() && z.DecExt(x.UID) { - } else { - *((*string)(x.UID)) = r.DecodeString() - } - } - default: - z.DecStructFieldNotFound(-1, yys3249) - } // end switch yys3249 - } // end for yyj3249 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41589,19 +41432,69 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - if x.UID != nil { - x.UID = nil - } + x.Kind = "" } else { - if x.UID == nil { - x.UID = new(pkg1_types.UID) - } - yym3254 := z.DecBinary() - _ = yym3254 + x.Kind = string(r.DecodeString()) + } + yyj3252++ + if yyhl3252 { + yyb3252 = yyj3252 > l + } else { + yyb3252 = r.CheckBreak() + } + if yyb3252 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3252++ + if yyhl3252 { + yyb3252 = yyj3252 > l + } else { + yyb3252 = r.CheckBreak() + } + if yyb3252 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv3255 := &x.ListMeta + yym3256 := z.DecBinary() + _ = yym3256 if false { - } else if z.HasExtensions() && z.DecExt(x.UID) { + } else if z.HasExtensions() && z.DecExt(yyv3255) { } else { - *((*string)(x.UID)) = r.DecodeString() + z.DecFallback(yyv3255, false) + } + } + yyj3252++ + if yyhl3252 { + yyb3252 = yyj3252 > l + } else { + yyb3252 = r.CheckBreak() + } + if yyb3252 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv3257 := &x.Items + yym3258 := z.DecBinary() + _ = yym3258 + if false { + } else { + h.decSliceNamespace((*[]Namespace)(yyv3257), d) } } for { @@ -41620,6 +41513,503 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3259 := z.EncBinary() + _ = yym3259 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3260 := !z.EncBinary() + yy2arr3260 := z.EncBasicHandle().StructToArray + var yyq3260 [4]bool + _, _, _ = yysep3260, yyq3260, yy2arr3260 + const yyr3260 bool = false + yyq3260[0] = x.Kind != "" + yyq3260[1] = x.APIVersion != "" + yyq3260[2] = true + var yynn3260 int + if yyr3260 || yy2arr3260 { + r.EncodeArrayStart(4) + } else { + yynn3260 = 1 + for _, b := range yyq3260 { + if b { + yynn3260++ + } + } + r.EncodeMapStart(yynn3260) + yynn3260 = 0 + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[0] { + yym3262 := z.EncBinary() + _ = yym3262 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3260[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3263 := z.EncBinary() + _ = yym3263 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[1] { + yym3265 := z.EncBinary() + _ = yym3265 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3260[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3266 := z.EncBinary() + _ = yym3266 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[2] { + yy3268 := &x.ObjectMeta + yy3268.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3260[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3269 := &x.ObjectMeta + yy3269.CodecEncodeSelf(e) + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3271 := &x.Target + yy3271.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("target")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3272 := &x.Target + yy3272.CodecEncodeSelf(e) + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3273 := z.DecBinary() + _ = yym3273 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3274 := r.ContainerType() + if yyct3274 == codecSelferValueTypeMap1234 { + yyl3274 := r.ReadMapStart() + if yyl3274 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3274, d) + } + } else if yyct3274 == codecSelferValueTypeArray1234 { + yyl3274 := r.ReadArrayStart() + if yyl3274 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3274, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3275Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3275Slc + var yyhl3275 bool = l >= 0 + for yyj3275 := 0; ; yyj3275++ { + if yyhl3275 { + if yyj3275 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3275Slc = r.DecodeBytes(yys3275Slc, true, true) + yys3275 := string(yys3275Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3275 { + case "kind": + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + case "apiVersion": + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + case "metadata": + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3278 := &x.ObjectMeta + yyv3278.CodecDecodeSelf(d) + } + case "target": + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3279 := &x.Target + yyv3279.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3275) + } // end switch yys3275 + } // end for yyj3275 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3280 int + var yyb3280 bool + var yyhl3280 bool = l >= 0 + yyj3280++ + if yyhl3280 { + yyb3280 = yyj3280 > l + } else { + yyb3280 = r.CheckBreak() + } + if yyb3280 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3280++ + if yyhl3280 { + yyb3280 = yyj3280 > l + } else { + yyb3280 = r.CheckBreak() + } + if yyb3280 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3280++ + if yyhl3280 { + yyb3280 = yyj3280 > l + } else { + yyb3280 = r.CheckBreak() + } + if yyb3280 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3283 := &x.ObjectMeta + yyv3283.CodecDecodeSelf(d) + } + yyj3280++ + if yyhl3280 { + yyb3280 = yyj3280 > l + } else { + yyb3280 = r.CheckBreak() + } + if yyb3280 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3284 := &x.Target + yyv3284.CodecDecodeSelf(d) + } + for { + yyj3280++ + if yyhl3280 { + yyb3280 = yyj3280 > l + } else { + yyb3280 = r.CheckBreak() + } + if yyb3280 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3280-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3285 := z.EncBinary() + _ = yym3285 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3286 := !z.EncBinary() + yy2arr3286 := z.EncBasicHandle().StructToArray + var yyq3286 [1]bool + _, _, _ = yysep3286, yyq3286, yy2arr3286 + const yyr3286 bool = false + yyq3286[0] = x.UID != nil + var yynn3286 int + if yyr3286 || yy2arr3286 { + r.EncodeArrayStart(1) + } else { + yynn3286 = 0 + for _, b := range yyq3286 { + if b { + yynn3286++ + } + } + r.EncodeMapStart(yynn3286) + yynn3286 = 0 + } + if yyr3286 || yy2arr3286 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3286[0] { + if x.UID == nil { + r.EncodeNil() + } else { + yy3288 := *x.UID + yym3289 := z.EncBinary() + _ = yym3289 + if false { + } else if z.HasExtensions() && z.EncExt(yy3288) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy3288)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3286[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.UID == nil { + r.EncodeNil() + } else { + yy3290 := *x.UID + yym3291 := z.EncBinary() + _ = yym3291 + if false { + } else if z.HasExtensions() && z.EncExt(yy3290) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy3290)) + } + } + } + } + if yyr3286 || yy2arr3286 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3292 := z.DecBinary() + _ = yym3292 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3293 := r.ContainerType() + if yyct3293 == codecSelferValueTypeMap1234 { + yyl3293 := r.ReadMapStart() + if yyl3293 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3293, d) + } + } else if yyct3293 == codecSelferValueTypeArray1234 { + yyl3293 := r.ReadArrayStart() + if yyl3293 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3293, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3294Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3294Slc + var yyhl3294 bool = l >= 0 + for yyj3294 := 0; ; yyj3294++ { + if yyhl3294 { + if yyj3294 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3294Slc = r.DecodeBytes(yys3294Slc, true, true) + yys3294 := string(yys3294Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3294 { + case "uid": + if r.TryDecodeAsNil() { + if x.UID != nil { + x.UID = nil + } + } else { + if x.UID == nil { + x.UID = new(pkg1_types.UID) + } + yym3296 := z.DecBinary() + _ = yym3296 + if false { + } else if z.HasExtensions() && z.DecExt(x.UID) { + } else { + *((*string)(x.UID)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3294) + } // end switch yys3294 + } // end for yyj3294 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3297 int + var yyb3297 bool + var yyhl3297 bool = l >= 0 + yyj3297++ + if yyhl3297 { + yyb3297 = yyj3297 > l + } else { + yyb3297 = r.CheckBreak() + } + if yyb3297 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.UID != nil { + x.UID = nil + } + } else { + if x.UID == nil { + x.UID = new(pkg1_types.UID) + } + yym3299 := z.DecBinary() + _ = yym3299 + if false { + } else if z.HasExtensions() && z.DecExt(x.UID) { + } else { + *((*string)(x.UID)) = r.DecodeString() + } + } + for { + yyj3297++ + if yyhl3297 { + yyb3297 = yyj3297 > l + } else { + yyb3297 = r.CheckBreak() + } + if yyb3297 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3297-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -41627,39 +42017,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3255 := z.EncBinary() - _ = yym3255 + yym3300 := z.EncBinary() + _ = yym3300 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3256 := !z.EncBinary() - yy2arr3256 := z.EncBasicHandle().StructToArray - var yyq3256 [5]bool - _, _, _ = yysep3256, yyq3256, yy2arr3256 - const yyr3256 bool = false - yyq3256[0] = x.Kind != "" - yyq3256[1] = x.APIVersion != "" - yyq3256[2] = x.GracePeriodSeconds != nil - yyq3256[3] = x.Preconditions != nil - yyq3256[4] = x.OrphanDependents != nil - var yynn3256 int - if yyr3256 || yy2arr3256 { + yysep3301 := !z.EncBinary() + yy2arr3301 := z.EncBasicHandle().StructToArray + var yyq3301 [5]bool + _, _, _ = yysep3301, yyq3301, yy2arr3301 + const yyr3301 bool = false + yyq3301[0] = x.Kind != "" + yyq3301[1] = x.APIVersion != "" + yyq3301[2] = x.GracePeriodSeconds != nil + yyq3301[3] = x.Preconditions != nil + yyq3301[4] = x.OrphanDependents != nil + var yynn3301 int + if yyr3301 || yy2arr3301 { r.EncodeArrayStart(5) } else { - yynn3256 = 0 - for _, b := range yyq3256 { + yynn3301 = 0 + for _, b := range yyq3301 { if b { - yynn3256++ + yynn3301++ } } - r.EncodeMapStart(yynn3256) - yynn3256 = 0 + r.EncodeMapStart(yynn3301) + yynn3301 = 0 } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[0] { - yym3258 := z.EncBinary() - _ = yym3258 + if yyq3301[0] { + yym3303 := z.EncBinary() + _ = yym3303 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41668,23 +42058,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3256[0] { + if yyq3301[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3259 := z.EncBinary() - _ = yym3259 + yym3304 := z.EncBinary() + _ = yym3304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[1] { - yym3261 := z.EncBinary() - _ = yym3261 + if yyq3301[1] { + yym3306 := z.EncBinary() + _ = yym3306 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41693,56 +42083,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3256[1] { + if yyq3301[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3262 := z.EncBinary() - _ = yym3262 + yym3307 := z.EncBinary() + _ = yym3307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[2] { + if yyq3301[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3264 := *x.GracePeriodSeconds - yym3265 := z.EncBinary() - _ = yym3265 + yy3309 := *x.GracePeriodSeconds + yym3310 := z.EncBinary() + _ = yym3310 if false { } else { - r.EncodeInt(int64(yy3264)) + r.EncodeInt(int64(yy3309)) } } } else { r.EncodeNil() } } else { - if yyq3256[2] { + if yyq3301[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3266 := *x.GracePeriodSeconds - yym3267 := z.EncBinary() - _ = yym3267 + yy3311 := *x.GracePeriodSeconds + yym3312 := z.EncBinary() + _ = yym3312 if false { } else { - r.EncodeInt(int64(yy3266)) + r.EncodeInt(int64(yy3311)) } } } } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[3] { + if yyq3301[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -41752,7 +42142,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3256[3] { + if yyq3301[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41763,42 +42153,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[4] { + if yyq3301[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3270 := *x.OrphanDependents - yym3271 := z.EncBinary() - _ = yym3271 + yy3315 := *x.OrphanDependents + yym3316 := z.EncBinary() + _ = yym3316 if false { } else { - r.EncodeBool(bool(yy3270)) + r.EncodeBool(bool(yy3315)) } } } else { r.EncodeNil() } } else { - if yyq3256[4] { + if yyq3301[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3272 := *x.OrphanDependents - yym3273 := z.EncBinary() - _ = yym3273 + yy3317 := *x.OrphanDependents + yym3318 := z.EncBinary() + _ = yym3318 if false { } else { - r.EncodeBool(bool(yy3272)) + r.EncodeBool(bool(yy3317)) } } } } - if yyr3256 || yy2arr3256 { + if yyr3301 || yy2arr3301 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41811,25 +42201,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3274 := z.DecBinary() - _ = yym3274 + yym3319 := z.DecBinary() + _ = yym3319 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3275 := r.ContainerType() - if yyct3275 == codecSelferValueTypeMap1234 { - yyl3275 := r.ReadMapStart() - if yyl3275 == 0 { + yyct3320 := r.ContainerType() + if yyct3320 == codecSelferValueTypeMap1234 { + yyl3320 := r.ReadMapStart() + if yyl3320 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3275, d) + x.codecDecodeSelfFromMap(yyl3320, d) } - } else if yyct3275 == codecSelferValueTypeArray1234 { - yyl3275 := r.ReadArrayStart() - if yyl3275 == 0 { + } else if yyct3320 == codecSelferValueTypeArray1234 { + yyl3320 := r.ReadArrayStart() + if yyl3320 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3275, d) + x.codecDecodeSelfFromArray(yyl3320, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41841,12 +42231,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3276Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3276Slc - var yyhl3276 bool = l >= 0 - for yyj3276 := 0; ; yyj3276++ { - if yyhl3276 { - if yyj3276 >= l { + var yys3321Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3321Slc + var yyhl3321 bool = l >= 0 + for yyj3321 := 0; ; yyj3321++ { + if yyhl3321 { + if yyj3321 >= l { break } } else { @@ -41855,10 +42245,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3276Slc = r.DecodeBytes(yys3276Slc, true, true) - yys3276 := string(yys3276Slc) + yys3321Slc = r.DecodeBytes(yys3321Slc, true, true) + yys3321 := string(yys3321Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3276 { + switch yys3321 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41880,8 +42270,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3280 := z.DecBinary() - _ = yym3280 + yym3325 := z.DecBinary() + _ = yym3325 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -41907,17 +42297,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3283 := z.DecBinary() - _ = yym3283 + yym3328 := z.DecBinary() + _ = yym3328 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3276) - } // end switch yys3276 - } // end for yyj3276 + z.DecStructFieldNotFound(-1, yys3321) + } // end switch yys3321 + } // end for yyj3321 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41925,16 +42315,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3284 int - var yyb3284 bool - var yyhl3284 bool = l >= 0 - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + var yyj3329 int + var yyb3329 bool + var yyhl3329 bool = l >= 0 + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41944,13 +42334,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41960,13 +42350,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41979,20 +42369,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3288 := z.DecBinary() - _ = yym3288 + yym3333 := z.DecBinary() + _ = yym3333 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42007,13 +42397,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42026,25 +42416,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3291 := z.DecBinary() - _ = yym3291 + yym3336 := z.DecBinary() + _ = yym3336 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3284++ - if yyhl3284 { - yyb3284 = yyj3284 > l + yyj3329++ + if yyhl3329 { + yyb3329 = yyj3329 > l } else { - yyb3284 = r.CheckBreak() + yyb3329 = r.CheckBreak() } - if yyb3284 { + if yyb3329 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3284-1, "") + z.DecStructFieldNotFound(yyj3329-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42056,36 +42446,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3292 := z.EncBinary() - _ = yym3292 + yym3337 := z.EncBinary() + _ = yym3337 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3293 := !z.EncBinary() - yy2arr3293 := z.EncBasicHandle().StructToArray - var yyq3293 [4]bool - _, _, _ = yysep3293, yyq3293, yy2arr3293 - const yyr3293 bool = false - yyq3293[0] = x.Kind != "" - yyq3293[1] = x.APIVersion != "" - var yynn3293 int - if yyr3293 || yy2arr3293 { + yysep3338 := !z.EncBinary() + yy2arr3338 := z.EncBasicHandle().StructToArray + var yyq3338 [4]bool + _, _, _ = yysep3338, yyq3338, yy2arr3338 + const yyr3338 bool = false + yyq3338[0] = x.Kind != "" + yyq3338[1] = x.APIVersion != "" + var yynn3338 int + if yyr3338 || yy2arr3338 { r.EncodeArrayStart(4) } else { - yynn3293 = 2 - for _, b := range yyq3293 { + yynn3338 = 2 + for _, b := range yyq3338 { if b { - yynn3293++ + yynn3338++ } } - r.EncodeMapStart(yynn3293) - yynn3293 = 0 + r.EncodeMapStart(yynn3338) + yynn3338 = 0 } - if yyr3293 || yy2arr3293 { + if yyr3338 || yy2arr3338 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3293[0] { - yym3295 := z.EncBinary() - _ = yym3295 + if yyq3338[0] { + yym3340 := z.EncBinary() + _ = yym3340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42094,23 +42484,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3293[0] { + if yyq3338[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3296 := z.EncBinary() - _ = yym3296 + yym3341 := z.EncBinary() + _ = yym3341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3293 || yy2arr3293 { + if yyr3338 || yy2arr3338 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3293[1] { - yym3298 := z.EncBinary() - _ = yym3298 + if yyq3338[1] { + yym3343 := z.EncBinary() + _ = yym3343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42119,22 +42509,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3293[1] { + if yyq3338[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3299 := z.EncBinary() - _ = yym3299 + yym3344 := z.EncBinary() + _ = yym3344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3293 || yy2arr3293 { + if yyr3338 || yy2arr3338 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3301 := z.EncBinary() - _ = yym3301 + yym3346 := z.EncBinary() + _ = yym3346 if false { } else { r.EncodeBool(bool(x.Export)) @@ -42143,17 +42533,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3302 := z.EncBinary() - _ = yym3302 + yym3347 := z.EncBinary() + _ = yym3347 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3293 || yy2arr3293 { + if yyr3338 || yy2arr3338 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3304 := z.EncBinary() - _ = yym3304 + yym3349 := z.EncBinary() + _ = yym3349 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -42162,14 +42552,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3305 := z.EncBinary() - _ = yym3305 + yym3350 := z.EncBinary() + _ = yym3350 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3293 || yy2arr3293 { + if yyr3338 || yy2arr3338 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42182,25 +42572,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3306 := z.DecBinary() - _ = yym3306 + yym3351 := z.DecBinary() + _ = yym3351 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3307 := r.ContainerType() - if yyct3307 == codecSelferValueTypeMap1234 { - yyl3307 := r.ReadMapStart() - if yyl3307 == 0 { + yyct3352 := r.ContainerType() + if yyct3352 == codecSelferValueTypeMap1234 { + yyl3352 := r.ReadMapStart() + if yyl3352 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3307, d) + x.codecDecodeSelfFromMap(yyl3352, d) } - } else if yyct3307 == codecSelferValueTypeArray1234 { - yyl3307 := r.ReadArrayStart() - if yyl3307 == 0 { + } else if yyct3352 == codecSelferValueTypeArray1234 { + yyl3352 := r.ReadArrayStart() + if yyl3352 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3307, d) + x.codecDecodeSelfFromArray(yyl3352, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42212,12 +42602,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3308Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3308Slc - var yyhl3308 bool = l >= 0 - for yyj3308 := 0; ; yyj3308++ { - if yyhl3308 { - if yyj3308 >= l { + var yys3353Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3353Slc + var yyhl3353 bool = l >= 0 + for yyj3353 := 0; ; yyj3353++ { + if yyhl3353 { + if yyj3353 >= l { break } } else { @@ -42226,10 +42616,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3308Slc = r.DecodeBytes(yys3308Slc, true, true) - yys3308 := string(yys3308Slc) + yys3353Slc = r.DecodeBytes(yys3353Slc, true, true) + yys3353 := string(yys3353Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3308 { + switch yys3353 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42255,9 +42645,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3308) - } // end switch yys3308 - } // end for yyj3308 + z.DecStructFieldNotFound(-1, yys3353) + } // end switch yys3353 + } // end for yyj3353 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42265,16 +42655,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3313 int - var yyb3313 bool - var yyhl3313 bool = l >= 0 - yyj3313++ - if yyhl3313 { - yyb3313 = yyj3313 > l + var yyj3358 int + var yyb3358 bool + var yyhl3358 bool = l >= 0 + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3313 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3313 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42284,13 +42674,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3313++ - if yyhl3313 { - yyb3313 = yyj3313 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3313 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3313 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42300,13 +42690,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3313++ - if yyhl3313 { - yyb3313 = yyj3313 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3313 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3313 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42316,13 +42706,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3313++ - if yyhl3313 { - yyb3313 = yyj3313 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3313 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3313 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42333,17 +42723,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3313++ - if yyhl3313 { - yyb3313 = yyj3313 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3313 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3313 { + if yyb3358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3313-1, "") + z.DecStructFieldNotFound(yyj3358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42355,36 +42745,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3318 := z.EncBinary() - _ = yym3318 + yym3363 := z.EncBinary() + _ = yym3363 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3319 := !z.EncBinary() - yy2arr3319 := z.EncBasicHandle().StructToArray - var yyq3319 [7]bool - _, _, _ = yysep3319, yyq3319, yy2arr3319 - const yyr3319 bool = false - yyq3319[0] = x.Kind != "" - yyq3319[1] = x.APIVersion != "" - var yynn3319 int - if yyr3319 || yy2arr3319 { + yysep3364 := !z.EncBinary() + yy2arr3364 := z.EncBasicHandle().StructToArray + var yyq3364 [7]bool + _, _, _ = yysep3364, yyq3364, yy2arr3364 + const yyr3364 bool = false + yyq3364[0] = x.Kind != "" + yyq3364[1] = x.APIVersion != "" + var yynn3364 int + if yyr3364 || yy2arr3364 { r.EncodeArrayStart(7) } else { - yynn3319 = 5 - for _, b := range yyq3319 { + yynn3364 = 5 + for _, b := range yyq3364 { if b { - yynn3319++ + yynn3364++ } } - r.EncodeMapStart(yynn3319) - yynn3319 = 0 + r.EncodeMapStart(yynn3364) + yynn3364 = 0 } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3319[0] { - yym3321 := z.EncBinary() - _ = yym3321 + if yyq3364[0] { + yym3366 := z.EncBinary() + _ = yym3366 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42393,23 +42783,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3319[0] { + if yyq3364[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3322 := z.EncBinary() - _ = yym3322 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3319[1] { - yym3324 := z.EncBinary() - _ = yym3324 + if yyq3364[1] { + yym3369 := z.EncBinary() + _ = yym3369 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42418,25 +42808,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3319[1] { + if yyq3364[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3325 := z.EncBinary() - _ = yym3325 + yym3370 := z.EncBinary() + _ = yym3370 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3327 := z.EncBinary() - _ = yym3327 + yym3372 := z.EncBinary() + _ = yym3372 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -42450,8 +42840,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3328 := z.EncBinary() - _ = yym3328 + yym3373 := z.EncBinary() + _ = yym3373 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -42459,13 +42849,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3330 := z.EncBinary() - _ = yym3330 + yym3375 := z.EncBinary() + _ = yym3375 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -42479,8 +42869,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3331 := z.EncBinary() - _ = yym3331 + yym3376 := z.EncBinary() + _ = yym3376 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -42488,10 +42878,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3333 := z.EncBinary() - _ = yym3333 + yym3378 := z.EncBinary() + _ = yym3378 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -42500,17 +42890,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3334 := z.EncBinary() - _ = yym3334 + yym3379 := z.EncBinary() + _ = yym3379 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3336 := z.EncBinary() - _ = yym3336 + yym3381 := z.EncBinary() + _ = yym3381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -42519,24 +42909,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3337 := z.EncBinary() - _ = yym3337 + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3339 := *x.TimeoutSeconds - yym3340 := z.EncBinary() - _ = yym3340 + yy3384 := *x.TimeoutSeconds + yym3385 := z.EncBinary() + _ = yym3385 if false { } else { - r.EncodeInt(int64(yy3339)) + r.EncodeInt(int64(yy3384)) } } } else { @@ -42546,16 +42936,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3341 := *x.TimeoutSeconds - yym3342 := z.EncBinary() - _ = yym3342 + yy3386 := *x.TimeoutSeconds + yym3387 := z.EncBinary() + _ = yym3387 if false { } else { - r.EncodeInt(int64(yy3341)) + r.EncodeInt(int64(yy3386)) } } } - if yyr3319 || yy2arr3319 { + if yyr3364 || yy2arr3364 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42568,25 +42958,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3343 := z.DecBinary() - _ = yym3343 + yym3388 := z.DecBinary() + _ = yym3388 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3344 := r.ContainerType() - if yyct3344 == codecSelferValueTypeMap1234 { - yyl3344 := r.ReadMapStart() - if yyl3344 == 0 { + yyct3389 := r.ContainerType() + if yyct3389 == codecSelferValueTypeMap1234 { + yyl3389 := r.ReadMapStart() + if yyl3389 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3344, d) + x.codecDecodeSelfFromMap(yyl3389, d) } - } else if yyct3344 == codecSelferValueTypeArray1234 { - yyl3344 := r.ReadArrayStart() - if yyl3344 == 0 { + } else if yyct3389 == codecSelferValueTypeArray1234 { + yyl3389 := r.ReadArrayStart() + if yyl3389 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3344, d) + x.codecDecodeSelfFromArray(yyl3389, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42598,12 +42988,12 @@ func (x *ListOptions) 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 yys3390Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3390Slc + var yyhl3390 bool = l >= 0 + for yyj3390 := 0; ; yyj3390++ { + if yyhl3390 { + if yyj3390 >= l { break } } else { @@ -42612,10 +43002,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3345Slc = r.DecodeBytes(yys3345Slc, true, true) - yys3345 := string(yys3345Slc) + yys3390Slc = r.DecodeBytes(yys3390Slc, true, true) + yys3390 := string(yys3390Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3345 { + switch yys3390 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42632,26 +43022,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3348 := &x.LabelSelector - yym3349 := z.DecBinary() - _ = yym3349 + yyv3393 := &x.LabelSelector + yym3394 := z.DecBinary() + _ = yym3394 if false { - } else if z.HasExtensions() && z.DecExt(yyv3348) { + } else if z.HasExtensions() && z.DecExt(yyv3393) { } else { - z.DecFallback(yyv3348, true) + z.DecFallback(yyv3393, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3350 := &x.FieldSelector - yym3351 := z.DecBinary() - _ = yym3351 + yyv3395 := &x.FieldSelector + yym3396 := z.DecBinary() + _ = yym3396 if false { - } else if z.HasExtensions() && z.DecExt(yyv3350) { + } else if z.HasExtensions() && z.DecExt(yyv3395) { } else { - z.DecFallback(yyv3350, true) + z.DecFallback(yyv3395, true) } } case "Watch": @@ -42675,17 +43065,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3355 := z.DecBinary() - _ = yym3355 + yym3400 := z.DecBinary() + _ = yym3400 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3345) - } // end switch yys3345 - } // end for yyj3345 + z.DecStructFieldNotFound(-1, yys3390) + } // end switch yys3390 + } // end for yyj3390 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42693,16 +43083,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3356 int - var yyb3356 bool - var yyhl3356 bool = l >= 0 - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + var yyj3401 int + var yyb3401 bool + var yyhl3401 bool = l >= 0 + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42712,13 +43102,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42728,13 +43118,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42742,22 +43132,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3359 := &x.LabelSelector - yym3360 := z.DecBinary() - _ = yym3360 + yyv3404 := &x.LabelSelector + yym3405 := z.DecBinary() + _ = yym3405 if false { - } else if z.HasExtensions() && z.DecExt(yyv3359) { + } else if z.HasExtensions() && z.DecExt(yyv3404) { } else { - z.DecFallback(yyv3359, true) + z.DecFallback(yyv3404, true) } } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42765,22 +43155,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3361 := &x.FieldSelector - yym3362 := z.DecBinary() - _ = yym3362 + yyv3406 := &x.FieldSelector + yym3407 := z.DecBinary() + _ = yym3407 if false { - } else if z.HasExtensions() && z.DecExt(yyv3361) { + } else if z.HasExtensions() && z.DecExt(yyv3406) { } else { - z.DecFallback(yyv3361, true) + z.DecFallback(yyv3406, true) } } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42790,13 +43180,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42806,13 +43196,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42825,25 +43215,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3366 := z.DecBinary() - _ = yym3366 + yym3411 := z.DecBinary() + _ = yym3411 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3401++ + if yyhl3401 { + yyb3401 = yyj3401 > l } else { - yyb3356 = r.CheckBreak() + yyb3401 = r.CheckBreak() } - if yyb3356 { + if yyb3401 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3356-1, "") + z.DecStructFieldNotFound(yyj3401-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42855,36 +43245,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3367 := z.EncBinary() - _ = yym3367 + yym3412 := z.EncBinary() + _ = yym3412 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3368 := !z.EncBinary() - yy2arr3368 := z.EncBasicHandle().StructToArray - var yyq3368 [10]bool - _, _, _ = yysep3368, yyq3368, yy2arr3368 - const yyr3368 bool = false - yyq3368[0] = x.Kind != "" - yyq3368[1] = x.APIVersion != "" - var yynn3368 int - if yyr3368 || yy2arr3368 { + yysep3413 := !z.EncBinary() + yy2arr3413 := z.EncBasicHandle().StructToArray + var yyq3413 [10]bool + _, _, _ = yysep3413, yyq3413, yy2arr3413 + const yyr3413 bool = false + yyq3413[0] = x.Kind != "" + yyq3413[1] = x.APIVersion != "" + var yynn3413 int + if yyr3413 || yy2arr3413 { r.EncodeArrayStart(10) } else { - yynn3368 = 8 - for _, b := range yyq3368 { + yynn3413 = 8 + for _, b := range yyq3413 { if b { - yynn3368++ + yynn3413++ } } - r.EncodeMapStart(yynn3368) - yynn3368 = 0 + r.EncodeMapStart(yynn3413) + yynn3413 = 0 } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3368[0] { - yym3370 := z.EncBinary() - _ = yym3370 + if yyq3413[0] { + yym3415 := z.EncBinary() + _ = yym3415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42893,23 +43283,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3368[0] { + if yyq3413[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3371 := z.EncBinary() - _ = yym3371 + yym3416 := z.EncBinary() + _ = yym3416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3368[1] { - yym3373 := z.EncBinary() - _ = yym3373 + if yyq3413[1] { + yym3418 := z.EncBinary() + _ = yym3418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42918,22 +43308,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3368[1] { + if yyq3413[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3374 := z.EncBinary() - _ = yym3374 + yym3419 := z.EncBinary() + _ = yym3419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3376 := z.EncBinary() - _ = yym3376 + yym3421 := z.EncBinary() + _ = yym3421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -42942,17 +43332,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3377 := z.EncBinary() - _ = yym3377 + yym3422 := z.EncBinary() + _ = yym3422 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3379 := z.EncBinary() - _ = yym3379 + yym3424 := z.EncBinary() + _ = yym3424 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -42961,17 +43351,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3380 := z.EncBinary() - _ = yym3380 + yym3425 := z.EncBinary() + _ = yym3425 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3382 := z.EncBinary() - _ = yym3382 + yym3427 := z.EncBinary() + _ = yym3427 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -42980,24 +43370,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3383 := z.EncBinary() - _ = yym3383 + yym3428 := z.EncBinary() + _ = yym3428 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3385 := *x.SinceSeconds - yym3386 := z.EncBinary() - _ = yym3386 + yy3430 := *x.SinceSeconds + yym3431 := z.EncBinary() + _ = yym3431 if false { } else { - r.EncodeInt(int64(yy3385)) + r.EncodeInt(int64(yy3430)) } } } else { @@ -43007,27 +43397,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3387 := *x.SinceSeconds - yym3388 := z.EncBinary() - _ = yym3388 + yy3432 := *x.SinceSeconds + yym3433 := z.EncBinary() + _ = yym3433 if false { } else { - r.EncodeInt(int64(yy3387)) + r.EncodeInt(int64(yy3432)) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3390 := z.EncBinary() - _ = yym3390 + yym3435 := z.EncBinary() + _ = yym3435 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3390 { + } else if yym3435 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3390 && z.IsJSONHandle() { + } else if !yym3435 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -43040,23 +43430,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3391 := z.EncBinary() - _ = yym3391 + yym3436 := z.EncBinary() + _ = yym3436 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3391 { + } else if yym3436 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3391 && z.IsJSONHandle() { + } else if !yym3436 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3393 := z.EncBinary() - _ = yym3393 + yym3438 := z.EncBinary() + _ = yym3438 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -43065,24 +43455,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3394 := z.EncBinary() - _ = yym3394 + yym3439 := z.EncBinary() + _ = yym3439 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3396 := *x.TailLines - yym3397 := z.EncBinary() - _ = yym3397 + yy3441 := *x.TailLines + yym3442 := z.EncBinary() + _ = yym3442 if false { } else { - r.EncodeInt(int64(yy3396)) + r.EncodeInt(int64(yy3441)) } } } else { @@ -43092,26 +43482,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy3398 := *x.TailLines - yym3399 := z.EncBinary() - _ = yym3399 + yy3443 := *x.TailLines + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { - r.EncodeInt(int64(yy3398)) + r.EncodeInt(int64(yy3443)) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3401 := *x.LimitBytes - yym3402 := z.EncBinary() - _ = yym3402 + yy3446 := *x.LimitBytes + yym3447 := z.EncBinary() + _ = yym3447 if false { } else { - r.EncodeInt(int64(yy3401)) + r.EncodeInt(int64(yy3446)) } } } else { @@ -43121,16 +43511,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3403 := *x.LimitBytes - yym3404 := z.EncBinary() - _ = yym3404 + yy3448 := *x.LimitBytes + yym3449 := z.EncBinary() + _ = yym3449 if false { } else { - r.EncodeInt(int64(yy3403)) + r.EncodeInt(int64(yy3448)) } } } - if yyr3368 || yy2arr3368 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43143,25 +43533,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3405 := z.DecBinary() - _ = yym3405 + yym3450 := z.DecBinary() + _ = yym3450 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3406 := r.ContainerType() - if yyct3406 == codecSelferValueTypeMap1234 { - yyl3406 := r.ReadMapStart() - if yyl3406 == 0 { + yyct3451 := r.ContainerType() + if yyct3451 == codecSelferValueTypeMap1234 { + yyl3451 := r.ReadMapStart() + if yyl3451 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3406, d) + x.codecDecodeSelfFromMap(yyl3451, d) } - } else if yyct3406 == codecSelferValueTypeArray1234 { - yyl3406 := r.ReadArrayStart() - if yyl3406 == 0 { + } else if yyct3451 == codecSelferValueTypeArray1234 { + yyl3451 := r.ReadArrayStart() + if yyl3451 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3406, d) + x.codecDecodeSelfFromArray(yyl3451, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43173,12 +43563,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3407Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3407Slc - var yyhl3407 bool = l >= 0 - for yyj3407 := 0; ; yyj3407++ { - if yyhl3407 { - if yyj3407 >= l { + var yys3452Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3452Slc + var yyhl3452 bool = l >= 0 + for yyj3452 := 0; ; yyj3452++ { + if yyhl3452 { + if yyj3452 >= l { break } } else { @@ -43187,10 +43577,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) - yys3407 := string(yys3407Slc) + yys3452Slc = r.DecodeBytes(yys3452Slc, true, true) + yys3452 := string(yys3452Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3407 { + switch yys3452 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43230,8 +43620,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3414 := z.DecBinary() - _ = yym3414 + yym3459 := z.DecBinary() + _ = yym3459 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -43246,13 +43636,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3416 := z.DecBinary() - _ = yym3416 + yym3461 := z.DecBinary() + _ = yym3461 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3416 { + } else if yym3461 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3416 && z.IsJSONHandle() { + } else if !yym3461 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -43273,8 +43663,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3419 := z.DecBinary() - _ = yym3419 + yym3464 := z.DecBinary() + _ = yym3464 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -43289,17 +43679,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3421 := z.DecBinary() - _ = yym3421 + yym3466 := z.DecBinary() + _ = yym3466 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3407) - } // end switch yys3407 - } // end for yyj3407 + z.DecStructFieldNotFound(-1, yys3452) + } // end switch yys3452 + } // end for yyj3452 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43307,16 +43697,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3422 int - var yyb3422 bool - var yyhl3422 bool = l >= 0 - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + var yyj3467 int + var yyb3467 bool + var yyhl3467 bool = l >= 0 + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43326,13 +43716,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43342,13 +43732,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43358,13 +43748,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43374,13 +43764,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43390,13 +43780,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43409,20 +43799,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3429 := z.DecBinary() - _ = yym3429 + yym3474 := z.DecBinary() + _ = yym3474 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43435,25 +43825,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3431 := z.DecBinary() - _ = yym3431 + yym3476 := z.DecBinary() + _ = yym3476 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3431 { + } else if yym3476 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3431 && z.IsJSONHandle() { + } else if !yym3476 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43463,13 +43853,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43482,20 +43872,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3434 := z.DecBinary() - _ = yym3434 + yym3479 := z.DecBinary() + _ = yym3479 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43508,25 +43898,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3436 := z.DecBinary() - _ = yym3436 + yym3481 := z.DecBinary() + _ = yym3481 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3422 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3422 { + if yyb3467 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3422-1, "") + z.DecStructFieldNotFound(yyj3467-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43538,41 +43928,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3437 := z.EncBinary() - _ = yym3437 + yym3482 := z.EncBinary() + _ = yym3482 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3438 := !z.EncBinary() - yy2arr3438 := z.EncBasicHandle().StructToArray - var yyq3438 [7]bool - _, _, _ = yysep3438, yyq3438, yy2arr3438 - const yyr3438 bool = false - yyq3438[0] = x.Kind != "" - yyq3438[1] = x.APIVersion != "" - yyq3438[2] = x.Stdin != false - yyq3438[3] = x.Stdout != false - yyq3438[4] = x.Stderr != false - yyq3438[5] = x.TTY != false - yyq3438[6] = x.Container != "" - var yynn3438 int - if yyr3438 || yy2arr3438 { + yysep3483 := !z.EncBinary() + yy2arr3483 := z.EncBasicHandle().StructToArray + var yyq3483 [7]bool + _, _, _ = yysep3483, yyq3483, yy2arr3483 + const yyr3483 bool = false + yyq3483[0] = x.Kind != "" + yyq3483[1] = x.APIVersion != "" + yyq3483[2] = x.Stdin != false + yyq3483[3] = x.Stdout != false + yyq3483[4] = x.Stderr != false + yyq3483[5] = x.TTY != false + yyq3483[6] = x.Container != "" + var yynn3483 int + if yyr3483 || yy2arr3483 { r.EncodeArrayStart(7) } else { - yynn3438 = 0 - for _, b := range yyq3438 { + yynn3483 = 0 + for _, b := range yyq3483 { if b { - yynn3438++ + yynn3483++ } } - r.EncodeMapStart(yynn3438) - yynn3438 = 0 + r.EncodeMapStart(yynn3483) + yynn3483 = 0 } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[0] { - yym3440 := z.EncBinary() - _ = yym3440 + if yyq3483[0] { + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43581,23 +43971,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3438[0] { + if yyq3483[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3441 := z.EncBinary() - _ = yym3441 + yym3486 := z.EncBinary() + _ = yym3486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[1] { - yym3443 := z.EncBinary() - _ = yym3443 + if yyq3483[1] { + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43606,23 +43996,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3438[1] { + if yyq3483[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3444 := z.EncBinary() - _ = yym3444 + yym3489 := z.EncBinary() + _ = yym3489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[2] { - yym3446 := z.EncBinary() - _ = yym3446 + if yyq3483[2] { + yym3491 := z.EncBinary() + _ = yym3491 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43631,23 +44021,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3438[2] { + if yyq3483[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3447 := z.EncBinary() - _ = yym3447 + yym3492 := z.EncBinary() + _ = yym3492 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[3] { - yym3449 := z.EncBinary() - _ = yym3449 + if yyq3483[3] { + yym3494 := z.EncBinary() + _ = yym3494 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43656,23 +44046,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3438[3] { + if yyq3483[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3450 := z.EncBinary() - _ = yym3450 + yym3495 := z.EncBinary() + _ = yym3495 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[4] { - yym3452 := z.EncBinary() - _ = yym3452 + if yyq3483[4] { + yym3497 := z.EncBinary() + _ = yym3497 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43681,23 +44071,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3438[4] { + if yyq3483[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3453 := z.EncBinary() - _ = yym3453 + yym3498 := z.EncBinary() + _ = yym3498 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[5] { - yym3455 := z.EncBinary() - _ = yym3455 + if yyq3483[5] { + yym3500 := z.EncBinary() + _ = yym3500 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43706,23 +44096,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3438[5] { + if yyq3483[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3456 := z.EncBinary() - _ = yym3456 + yym3501 := z.EncBinary() + _ = yym3501 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3438[6] { - yym3458 := z.EncBinary() - _ = yym3458 + if yyq3483[6] { + yym3503 := z.EncBinary() + _ = yym3503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43731,19 +44121,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3438[6] { + if yyq3483[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3459 := z.EncBinary() - _ = yym3459 + yym3504 := z.EncBinary() + _ = yym3504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3438 || yy2arr3438 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43756,25 +44146,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3460 := z.DecBinary() - _ = yym3460 + yym3505 := z.DecBinary() + _ = yym3505 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3461 := r.ContainerType() - if yyct3461 == codecSelferValueTypeMap1234 { - yyl3461 := r.ReadMapStart() - if yyl3461 == 0 { + yyct3506 := r.ContainerType() + if yyct3506 == codecSelferValueTypeMap1234 { + yyl3506 := r.ReadMapStart() + if yyl3506 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3461, d) + x.codecDecodeSelfFromMap(yyl3506, d) } - } else if yyct3461 == codecSelferValueTypeArray1234 { - yyl3461 := r.ReadArrayStart() - if yyl3461 == 0 { + } else if yyct3506 == codecSelferValueTypeArray1234 { + yyl3506 := r.ReadArrayStart() + if yyl3506 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3461, d) + x.codecDecodeSelfFromArray(yyl3506, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43786,12 +44176,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3462Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3462Slc - var yyhl3462 bool = l >= 0 - for yyj3462 := 0; ; yyj3462++ { - if yyhl3462 { - if yyj3462 >= l { + var yys3507Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3507Slc + var yyhl3507 bool = l >= 0 + for yyj3507 := 0; ; yyj3507++ { + if yyhl3507 { + if yyj3507 >= l { break } } else { @@ -43800,10 +44190,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3462Slc = r.DecodeBytes(yys3462Slc, true, true) - yys3462 := string(yys3462Slc) + yys3507Slc = r.DecodeBytes(yys3507Slc, true, true) + yys3507 := string(yys3507Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3462 { + switch yys3507 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43847,9 +44237,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3462) - } // end switch yys3462 - } // end for yyj3462 + z.DecStructFieldNotFound(-1, yys3507) + } // end switch yys3507 + } // end for yyj3507 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43857,16 +44247,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3470 int - var yyb3470 bool - var yyhl3470 bool = l >= 0 - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + var yyj3515 int + var yyb3515 bool + var yyhl3515 bool = l >= 0 + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43876,13 +44266,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43892,13 +44282,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43908,13 +44298,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43924,13 +44314,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43940,13 +44330,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43956,13 +44346,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43973,17 +44363,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3470++ - if yyhl3470 { - yyb3470 = yyj3470 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3470 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3470 { + if yyb3515 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3470-1, "") + z.DecStructFieldNotFound(yyj3515-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43995,36 +44385,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3478 := z.EncBinary() - _ = yym3478 + yym3523 := z.EncBinary() + _ = yym3523 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3479 := !z.EncBinary() - yy2arr3479 := z.EncBasicHandle().StructToArray - var yyq3479 [8]bool - _, _, _ = yysep3479, yyq3479, yy2arr3479 - const yyr3479 bool = false - yyq3479[0] = x.Kind != "" - yyq3479[1] = x.APIVersion != "" - var yynn3479 int - if yyr3479 || yy2arr3479 { + yysep3524 := !z.EncBinary() + yy2arr3524 := z.EncBasicHandle().StructToArray + var yyq3524 [8]bool + _, _, _ = yysep3524, yyq3524, yy2arr3524 + const yyr3524 bool = false + yyq3524[0] = x.Kind != "" + yyq3524[1] = x.APIVersion != "" + var yynn3524 int + if yyr3524 || yy2arr3524 { r.EncodeArrayStart(8) } else { - yynn3479 = 6 - for _, b := range yyq3479 { + yynn3524 = 6 + for _, b := range yyq3524 { if b { - yynn3479++ + yynn3524++ } } - r.EncodeMapStart(yynn3479) - yynn3479 = 0 + r.EncodeMapStart(yynn3524) + yynn3524 = 0 } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[0] { - yym3481 := z.EncBinary() - _ = yym3481 + if yyq3524[0] { + yym3526 := z.EncBinary() + _ = yym3526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44033,23 +44423,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3479[0] { + if yyq3524[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3482 := z.EncBinary() - _ = yym3482 + yym3527 := z.EncBinary() + _ = yym3527 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[1] { - yym3484 := z.EncBinary() - _ = yym3484 + if yyq3524[1] { + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44058,22 +44448,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3479[1] { + if yyq3524[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3485 := z.EncBinary() - _ = yym3485 + yym3530 := z.EncBinary() + _ = yym3530 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3487 := z.EncBinary() - _ = yym3487 + yym3532 := z.EncBinary() + _ = yym3532 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -44082,17 +44472,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3488 := z.EncBinary() - _ = yym3488 + yym3533 := z.EncBinary() + _ = yym3533 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3490 := z.EncBinary() - _ = yym3490 + yym3535 := z.EncBinary() + _ = yym3535 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -44101,17 +44491,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3491 := z.EncBinary() - _ = yym3491 + yym3536 := z.EncBinary() + _ = yym3536 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3493 := z.EncBinary() - _ = yym3493 + yym3538 := z.EncBinary() + _ = yym3538 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -44120,17 +44510,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3494 := z.EncBinary() - _ = yym3494 + yym3539 := z.EncBinary() + _ = yym3539 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3496 := z.EncBinary() - _ = yym3496 + yym3541 := z.EncBinary() + _ = yym3541 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -44139,17 +44529,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3497 := z.EncBinary() - _ = yym3497 + yym3542 := z.EncBinary() + _ = yym3542 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3499 := z.EncBinary() - _ = yym3499 + yym3544 := z.EncBinary() + _ = yym3544 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -44158,20 +44548,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3500 := z.EncBinary() - _ = yym3500 + yym3545 := z.EncBinary() + _ = yym3545 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3502 := z.EncBinary() - _ = yym3502 + yym3547 := z.EncBinary() + _ = yym3547 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -44184,15 +44574,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3503 := z.EncBinary() - _ = yym3503 + yym3548 := z.EncBinary() + _ = yym3548 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3479 || yy2arr3479 { + if yyr3524 || yy2arr3524 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44205,25 +44595,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3504 := z.DecBinary() - _ = yym3504 + yym3549 := z.DecBinary() + _ = yym3549 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3505 := r.ContainerType() - if yyct3505 == codecSelferValueTypeMap1234 { - yyl3505 := r.ReadMapStart() - if yyl3505 == 0 { + yyct3550 := r.ContainerType() + if yyct3550 == codecSelferValueTypeMap1234 { + yyl3550 := r.ReadMapStart() + if yyl3550 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3505, d) + x.codecDecodeSelfFromMap(yyl3550, d) } - } else if yyct3505 == codecSelferValueTypeArray1234 { - yyl3505 := r.ReadArrayStart() - if yyl3505 == 0 { + } else if yyct3550 == codecSelferValueTypeArray1234 { + yyl3550 := r.ReadArrayStart() + if yyl3550 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3505, d) + x.codecDecodeSelfFromArray(yyl3550, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44235,12 +44625,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3506Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3506Slc - var yyhl3506 bool = l >= 0 - for yyj3506 := 0; ; yyj3506++ { - if yyhl3506 { - if yyj3506 >= l { + var yys3551Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3551Slc + var yyhl3551 bool = l >= 0 + for yyj3551 := 0; ; yyj3551++ { + if yyhl3551 { + if yyj3551 >= l { break } } else { @@ -44249,10 +44639,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3506Slc = r.DecodeBytes(yys3506Slc, true, true) - yys3506 := string(yys3506Slc) + yys3551Slc = r.DecodeBytes(yys3551Slc, true, true) + yys3551 := string(yys3551Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3506 { + switch yys3551 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44299,18 +44689,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3514 := &x.Command - yym3515 := z.DecBinary() - _ = yym3515 + yyv3559 := &x.Command + yym3560 := z.DecBinary() + _ = yym3560 if false { } else { - z.F.DecSliceStringX(yyv3514, false, d) + z.F.DecSliceStringX(yyv3559, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3506) - } // end switch yys3506 - } // end for yyj3506 + z.DecStructFieldNotFound(-1, yys3551) + } // end switch yys3551 + } // end for yyj3551 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44318,16 +44708,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3516 int - var yyb3516 bool - var yyhl3516 bool = l >= 0 - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + var yyj3561 int + var yyb3561 bool + var yyhl3561 bool = l >= 0 + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44337,13 +44727,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44353,13 +44743,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44369,13 +44759,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44385,13 +44775,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44401,13 +44791,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44417,13 +44807,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44433,13 +44823,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44447,26 +44837,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3524 := &x.Command - yym3525 := z.DecBinary() - _ = yym3525 + yyv3569 := &x.Command + yym3570 := z.DecBinary() + _ = yym3570 if false { } else { - z.F.DecSliceStringX(yyv3524, false, d) + z.F.DecSliceStringX(yyv3569, false, d) } } for { - yyj3516++ - if yyhl3516 { - yyb3516 = yyj3516 > l + yyj3561++ + if yyhl3561 { + yyb3561 = yyj3561 > l } else { - yyb3516 = r.CheckBreak() + yyb3561 = r.CheckBreak() } - if yyb3516 { + if yyb3561 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3516-1, "") + z.DecStructFieldNotFound(yyj3561-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44478,36 +44868,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3526 := z.EncBinary() - _ = yym3526 + yym3571 := z.EncBinary() + _ = yym3571 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3527 := !z.EncBinary() - yy2arr3527 := z.EncBasicHandle().StructToArray - var yyq3527 [3]bool - _, _, _ = yysep3527, yyq3527, yy2arr3527 - const yyr3527 bool = false - yyq3527[0] = x.Kind != "" - yyq3527[1] = x.APIVersion != "" - var yynn3527 int - if yyr3527 || yy2arr3527 { + yysep3572 := !z.EncBinary() + yy2arr3572 := z.EncBasicHandle().StructToArray + var yyq3572 [3]bool + _, _, _ = yysep3572, yyq3572, yy2arr3572 + const yyr3572 bool = false + yyq3572[0] = x.Kind != "" + yyq3572[1] = x.APIVersion != "" + var yynn3572 int + if yyr3572 || yy2arr3572 { r.EncodeArrayStart(3) } else { - yynn3527 = 1 - for _, b := range yyq3527 { + yynn3572 = 1 + for _, b := range yyq3572 { if b { - yynn3527++ + yynn3572++ } } - r.EncodeMapStart(yynn3527) - yynn3527 = 0 + r.EncodeMapStart(yynn3572) + yynn3572 = 0 } - if yyr3527 || yy2arr3527 { + if yyr3572 || yy2arr3572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3527[0] { - yym3529 := z.EncBinary() - _ = yym3529 + if yyq3572[0] { + yym3574 := z.EncBinary() + _ = yym3574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44516,23 +44906,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3527[0] { + if yyq3572[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3530 := z.EncBinary() - _ = yym3530 + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3527 || yy2arr3527 { + if yyr3572 || yy2arr3572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3527[1] { - yym3532 := z.EncBinary() - _ = yym3532 + if yyq3572[1] { + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44541,22 +44931,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3527[1] { + if yyq3572[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3533 := z.EncBinary() - _ = yym3533 + yym3578 := z.EncBinary() + _ = yym3578 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3527 || yy2arr3527 { + if yyr3572 || yy2arr3572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3535 := z.EncBinary() - _ = yym3535 + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44565,14 +44955,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3536 := z.EncBinary() - _ = yym3536 + yym3581 := z.EncBinary() + _ = yym3581 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3527 || yy2arr3527 { + if yyr3572 || yy2arr3572 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44585,25 +44975,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3537 := z.DecBinary() - _ = yym3537 + yym3582 := z.DecBinary() + _ = yym3582 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3538 := r.ContainerType() - if yyct3538 == codecSelferValueTypeMap1234 { - yyl3538 := r.ReadMapStart() - if yyl3538 == 0 { + yyct3583 := r.ContainerType() + if yyct3583 == codecSelferValueTypeMap1234 { + yyl3583 := r.ReadMapStart() + if yyl3583 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3538, d) + x.codecDecodeSelfFromMap(yyl3583, d) } - } else if yyct3538 == codecSelferValueTypeArray1234 { - yyl3538 := r.ReadArrayStart() - if yyl3538 == 0 { + } else if yyct3583 == codecSelferValueTypeArray1234 { + yyl3583 := r.ReadArrayStart() + if yyl3583 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3538, d) + x.codecDecodeSelfFromArray(yyl3583, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44615,12 +45005,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3539Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3539Slc - var yyhl3539 bool = l >= 0 - for yyj3539 := 0; ; yyj3539++ { - if yyhl3539 { - if yyj3539 >= 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 { @@ -44629,10 +45019,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3539Slc = r.DecodeBytes(yys3539Slc, true, true) - yys3539 := string(yys3539Slc) + yys3584Slc = r.DecodeBytes(yys3584Slc, true, true) + yys3584 := string(yys3584Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3539 { + switch yys3584 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44652,9 +45042,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3539) - } // end switch yys3539 - } // end for yyj3539 + z.DecStructFieldNotFound(-1, yys3584) + } // end switch yys3584 + } // end for yyj3584 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44662,16 +45052,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3543 int - var yyb3543 bool - var yyhl3543 bool = l >= 0 - yyj3543++ - if yyhl3543 { - yyb3543 = yyj3543 > l + var yyj3588 int + var yyb3588 bool + var yyhl3588 bool = l >= 0 + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3543 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3543 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44681,13 +45071,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3543++ - if yyhl3543 { - yyb3543 = yyj3543 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3543 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3543 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44697,13 +45087,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3543++ - if yyhl3543 { - yyb3543 = yyj3543 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3543 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3543 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44714,17 +45104,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3543++ - if yyhl3543 { - yyb3543 = yyj3543 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3543 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3543 { + if yyb3588 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3543-1, "") + z.DecStructFieldNotFound(yyj3588-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44736,36 +45126,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3547 := z.EncBinary() - _ = yym3547 + yym3592 := z.EncBinary() + _ = yym3592 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3548 := !z.EncBinary() - yy2arr3548 := z.EncBasicHandle().StructToArray - var yyq3548 [3]bool - _, _, _ = yysep3548, yyq3548, yy2arr3548 - const yyr3548 bool = false - yyq3548[0] = x.Kind != "" - yyq3548[1] = x.APIVersion != "" - var yynn3548 int - if yyr3548 || yy2arr3548 { + yysep3593 := !z.EncBinary() + yy2arr3593 := z.EncBasicHandle().StructToArray + var yyq3593 [3]bool + _, _, _ = yysep3593, yyq3593, yy2arr3593 + const yyr3593 bool = false + yyq3593[0] = x.Kind != "" + yyq3593[1] = x.APIVersion != "" + var yynn3593 int + if yyr3593 || yy2arr3593 { r.EncodeArrayStart(3) } else { - yynn3548 = 1 - for _, b := range yyq3548 { + yynn3593 = 1 + for _, b := range yyq3593 { if b { - yynn3548++ + yynn3593++ } } - r.EncodeMapStart(yynn3548) - yynn3548 = 0 + r.EncodeMapStart(yynn3593) + yynn3593 = 0 } - if yyr3548 || yy2arr3548 { + if yyr3593 || yy2arr3593 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3548[0] { - yym3550 := z.EncBinary() - _ = yym3550 + if yyq3593[0] { + yym3595 := z.EncBinary() + _ = yym3595 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44774,23 +45164,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3548[0] { + if yyq3593[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3551 := z.EncBinary() - _ = yym3551 + yym3596 := z.EncBinary() + _ = yym3596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3548 || yy2arr3548 { + if yyr3593 || yy2arr3593 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3548[1] { - yym3553 := z.EncBinary() - _ = yym3553 + if yyq3593[1] { + yym3598 := z.EncBinary() + _ = yym3598 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44799,22 +45189,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3548[1] { + if yyq3593[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3554 := z.EncBinary() - _ = yym3554 + yym3599 := z.EncBinary() + _ = yym3599 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3548 || yy2arr3548 { + if yyr3593 || yy2arr3593 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3556 := z.EncBinary() - _ = yym3556 + yym3601 := z.EncBinary() + _ = yym3601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44823,14 +45213,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3557 := z.EncBinary() - _ = yym3557 + yym3602 := z.EncBinary() + _ = yym3602 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3548 || yy2arr3548 { + if yyr3593 || yy2arr3593 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44843,25 +45233,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3558 := z.DecBinary() - _ = yym3558 + yym3603 := z.DecBinary() + _ = yym3603 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3559 := r.ContainerType() - if yyct3559 == codecSelferValueTypeMap1234 { - yyl3559 := r.ReadMapStart() - if yyl3559 == 0 { + yyct3604 := r.ContainerType() + if yyct3604 == codecSelferValueTypeMap1234 { + yyl3604 := r.ReadMapStart() + if yyl3604 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3559, d) + x.codecDecodeSelfFromMap(yyl3604, d) } - } else if yyct3559 == codecSelferValueTypeArray1234 { - yyl3559 := r.ReadArrayStart() - if yyl3559 == 0 { + } else if yyct3604 == codecSelferValueTypeArray1234 { + yyl3604 := r.ReadArrayStart() + if yyl3604 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3559, d) + x.codecDecodeSelfFromArray(yyl3604, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44873,12 +45263,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3560Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3560Slc - var yyhl3560 bool = l >= 0 - for yyj3560 := 0; ; yyj3560++ { - if yyhl3560 { - if yyj3560 >= l { + var yys3605Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3605Slc + var yyhl3605 bool = l >= 0 + for yyj3605 := 0; ; yyj3605++ { + if yyhl3605 { + if yyj3605 >= l { break } } else { @@ -44887,10 +45277,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3560Slc = r.DecodeBytes(yys3560Slc, true, true) - yys3560 := string(yys3560Slc) + yys3605Slc = r.DecodeBytes(yys3605Slc, true, true) + yys3605 := string(yys3605Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3560 { + switch yys3605 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44910,9 +45300,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3560) - } // end switch yys3560 - } // end for yyj3560 + z.DecStructFieldNotFound(-1, yys3605) + } // end switch yys3605 + } // end for yyj3605 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44920,16 +45310,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3564 int - var yyb3564 bool - var yyhl3564 bool = l >= 0 - yyj3564++ - if yyhl3564 { - yyb3564 = yyj3564 > l + var yyj3609 int + var yyb3609 bool + var yyhl3609 bool = l >= 0 + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3564 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3564 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44939,13 +45329,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3564++ - if yyhl3564 { - yyb3564 = yyj3564 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3564 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3564 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44955,13 +45345,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3564++ - if yyhl3564 { - yyb3564 = yyj3564 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3564 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3564 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44972,17 +45362,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3564++ - if yyhl3564 { - yyb3564 = yyj3564 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3564 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3564 { + if yyb3609 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3564-1, "") + z.DecStructFieldNotFound(yyj3609-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44994,36 +45384,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3568 := z.EncBinary() - _ = yym3568 + yym3613 := z.EncBinary() + _ = yym3613 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3569 := !z.EncBinary() - yy2arr3569 := z.EncBasicHandle().StructToArray - var yyq3569 [3]bool - _, _, _ = yysep3569, yyq3569, yy2arr3569 - const yyr3569 bool = false - yyq3569[0] = x.Kind != "" - yyq3569[1] = x.APIVersion != "" - var yynn3569 int - if yyr3569 || yy2arr3569 { + yysep3614 := !z.EncBinary() + yy2arr3614 := z.EncBasicHandle().StructToArray + var yyq3614 [3]bool + _, _, _ = yysep3614, yyq3614, yy2arr3614 + const yyr3614 bool = false + yyq3614[0] = x.Kind != "" + yyq3614[1] = x.APIVersion != "" + var yynn3614 int + if yyr3614 || yy2arr3614 { r.EncodeArrayStart(3) } else { - yynn3569 = 1 - for _, b := range yyq3569 { + yynn3614 = 1 + for _, b := range yyq3614 { if b { - yynn3569++ + yynn3614++ } } - r.EncodeMapStart(yynn3569) - yynn3569 = 0 + r.EncodeMapStart(yynn3614) + yynn3614 = 0 } - if yyr3569 || yy2arr3569 { + if yyr3614 || yy2arr3614 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3569[0] { - yym3571 := z.EncBinary() - _ = yym3571 + if yyq3614[0] { + yym3616 := z.EncBinary() + _ = yym3616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45032,23 +45422,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3569[0] { + if yyq3614[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3572 := z.EncBinary() - _ = yym3572 + yym3617 := z.EncBinary() + _ = yym3617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3569 || yy2arr3569 { + if yyr3614 || yy2arr3614 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3569[1] { - yym3574 := z.EncBinary() - _ = yym3574 + if yyq3614[1] { + yym3619 := z.EncBinary() + _ = yym3619 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45057,22 +45447,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3569[1] { + if yyq3614[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3575 := z.EncBinary() - _ = yym3575 + yym3620 := z.EncBinary() + _ = yym3620 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3569 || yy2arr3569 { + if yyr3614 || yy2arr3614 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3577 := z.EncBinary() - _ = yym3577 + yym3622 := z.EncBinary() + _ = yym3622 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -45081,14 +45471,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3578 := z.EncBinary() - _ = yym3578 + yym3623 := z.EncBinary() + _ = yym3623 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3569 || yy2arr3569 { + if yyr3614 || yy2arr3614 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45101,25 +45491,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3579 := z.DecBinary() - _ = yym3579 + yym3624 := z.DecBinary() + _ = yym3624 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3580 := r.ContainerType() - if yyct3580 == codecSelferValueTypeMap1234 { - yyl3580 := r.ReadMapStart() - if yyl3580 == 0 { + yyct3625 := r.ContainerType() + if yyct3625 == codecSelferValueTypeMap1234 { + yyl3625 := r.ReadMapStart() + if yyl3625 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3580, d) + x.codecDecodeSelfFromMap(yyl3625, d) } - } else if yyct3580 == codecSelferValueTypeArray1234 { - yyl3580 := r.ReadArrayStart() - if yyl3580 == 0 { + } else if yyct3625 == codecSelferValueTypeArray1234 { + yyl3625 := r.ReadArrayStart() + if yyl3625 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3580, d) + x.codecDecodeSelfFromArray(yyl3625, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45131,12 +45521,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3581Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3581Slc - var yyhl3581 bool = l >= 0 - for yyj3581 := 0; ; yyj3581++ { - if yyhl3581 { - if yyj3581 >= l { + var yys3626Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3626Slc + var yyhl3626 bool = l >= 0 + for yyj3626 := 0; ; yyj3626++ { + if yyhl3626 { + if yyj3626 >= l { break } } else { @@ -45145,10 +45535,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3581Slc = r.DecodeBytes(yys3581Slc, true, true) - yys3581 := string(yys3581Slc) + yys3626Slc = r.DecodeBytes(yys3626Slc, true, true) + yys3626 := string(yys3626Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3581 { + switch yys3626 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45168,9 +45558,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3581) - } // end switch yys3581 - } // end for yyj3581 + z.DecStructFieldNotFound(-1, yys3626) + } // end switch yys3626 + } // end for yyj3626 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45178,16 +45568,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3585 int - var yyb3585 bool - var yyhl3585 bool = l >= 0 - yyj3585++ - if yyhl3585 { - yyb3585 = yyj3585 > l + var yyj3630 int + var yyb3630 bool + var yyhl3630 bool = l >= 0 + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3585 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3585 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45197,13 +45587,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3585++ - if yyhl3585 { - yyb3585 = yyj3585 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3585 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3585 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45213,13 +45603,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3585++ - if yyhl3585 { - yyb3585 = yyj3585 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3585 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3585 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45230,17 +45620,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3585++ - if yyhl3585 { - yyb3585 = yyj3585 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3585 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3585 { + if yyb3630 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3585-1, "") + z.DecStructFieldNotFound(yyj3630-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45252,34 +45642,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3589 := z.EncBinary() - _ = yym3589 + yym3634 := z.EncBinary() + _ = yym3634 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3590 := !z.EncBinary() - yy2arr3590 := z.EncBasicHandle().StructToArray - var yyq3590 [5]bool - _, _, _ = yysep3590, yyq3590, yy2arr3590 - const yyr3590 bool = false - yyq3590[4] = x.Controller != nil - var yynn3590 int - if yyr3590 || yy2arr3590 { + yysep3635 := !z.EncBinary() + yy2arr3635 := z.EncBasicHandle().StructToArray + var yyq3635 [5]bool + _, _, _ = yysep3635, yyq3635, yy2arr3635 + const yyr3635 bool = false + yyq3635[4] = x.Controller != nil + var yynn3635 int + if yyr3635 || yy2arr3635 { r.EncodeArrayStart(5) } else { - yynn3590 = 4 - for _, b := range yyq3590 { + yynn3635 = 4 + for _, b := range yyq3635 { if b { - yynn3590++ + yynn3635++ } } - r.EncodeMapStart(yynn3590) - yynn3590 = 0 + r.EncodeMapStart(yynn3635) + yynn3635 = 0 } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3592 := z.EncBinary() - _ = yym3592 + yym3637 := z.EncBinary() + _ = yym3637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45288,17 +45678,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3593 := z.EncBinary() - _ = yym3593 + yym3638 := z.EncBinary() + _ = yym3638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3595 := z.EncBinary() - _ = yym3595 + yym3640 := z.EncBinary() + _ = yym3640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45307,17 +45697,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3596 := z.EncBinary() - _ = yym3596 + yym3641 := z.EncBinary() + _ = yym3641 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3598 := z.EncBinary() - _ = yym3598 + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45326,17 +45716,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3599 := z.EncBinary() - _ = yym3599 + yym3644 := z.EncBinary() + _ = yym3644 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3601 := z.EncBinary() - _ = yym3601 + yym3646 := z.EncBinary() + _ = yym3646 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45346,50 +45736,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3602 := z.EncBinary() - _ = yym3602 + yym3647 := z.EncBinary() + _ = yym3647 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[4] { + if yyq3635[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3604 := *x.Controller - yym3605 := z.EncBinary() - _ = yym3605 + yy3649 := *x.Controller + yym3650 := z.EncBinary() + _ = yym3650 if false { } else { - r.EncodeBool(bool(yy3604)) + r.EncodeBool(bool(yy3649)) } } } else { r.EncodeNil() } } else { - if yyq3590[4] { + if yyq3635[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3606 := *x.Controller - yym3607 := z.EncBinary() - _ = yym3607 + yy3651 := *x.Controller + yym3652 := z.EncBinary() + _ = yym3652 if false { } else { - r.EncodeBool(bool(yy3606)) + r.EncodeBool(bool(yy3651)) } } } } - if yyr3590 || yy2arr3590 { + if yyr3635 || yy2arr3635 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45402,25 +45792,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3608 := z.DecBinary() - _ = yym3608 + yym3653 := z.DecBinary() + _ = yym3653 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3609 := r.ContainerType() - if yyct3609 == codecSelferValueTypeMap1234 { - yyl3609 := r.ReadMapStart() - if yyl3609 == 0 { + yyct3654 := r.ContainerType() + if yyct3654 == codecSelferValueTypeMap1234 { + yyl3654 := r.ReadMapStart() + if yyl3654 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3609, d) + x.codecDecodeSelfFromMap(yyl3654, d) } - } else if yyct3609 == codecSelferValueTypeArray1234 { - yyl3609 := r.ReadArrayStart() - if yyl3609 == 0 { + } else if yyct3654 == codecSelferValueTypeArray1234 { + yyl3654 := r.ReadArrayStart() + if yyl3654 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3609, d) + x.codecDecodeSelfFromArray(yyl3654, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45432,12 +45822,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3610Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3610Slc - var yyhl3610 bool = l >= 0 - for yyj3610 := 0; ; yyj3610++ { - if yyhl3610 { - if yyj3610 >= 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 { @@ -45446,10 +45836,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3610Slc = r.DecodeBytes(yys3610Slc, true, true) - yys3610 := string(yys3610Slc) + yys3655Slc = r.DecodeBytes(yys3655Slc, true, true) + yys3655 := string(yys3655Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3610 { + switch yys3655 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -45483,17 +45873,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3616 := z.DecBinary() - _ = yym3616 + yym3661 := z.DecBinary() + _ = yym3661 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3610) - } // end switch yys3610 - } // end for yyj3610 + z.DecStructFieldNotFound(-1, yys3655) + } // end switch yys3655 + } // end for yyj3655 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45501,16 +45891,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3617 int - var yyb3617 bool - var yyhl3617 bool = l >= 0 - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + var yyj3662 int + var yyb3662 bool + var yyhl3662 bool = l >= 0 + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45520,13 +45910,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45536,13 +45926,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45552,13 +45942,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45568,13 +45958,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45587,25 +45977,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3623 := z.DecBinary() - _ = yym3623 + yym3668 := z.DecBinary() + _ = yym3668 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3617++ - if yyhl3617 { - yyb3617 = yyj3617 > l + yyj3662++ + if yyhl3662 { + yyb3662 = yyj3662 > l } else { - yyb3617 = r.CheckBreak() + yyb3662 = r.CheckBreak() } - if yyb3617 { + if yyb3662 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3617-1, "") + z.DecStructFieldNotFound(yyj3662-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45617,41 +46007,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3624 := z.EncBinary() - _ = yym3624 + yym3669 := z.EncBinary() + _ = yym3669 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3625 := !z.EncBinary() - yy2arr3625 := z.EncBasicHandle().StructToArray - var yyq3625 [7]bool - _, _, _ = yysep3625, yyq3625, yy2arr3625 - const yyr3625 bool = false - yyq3625[0] = x.Kind != "" - yyq3625[1] = x.Namespace != "" - yyq3625[2] = x.Name != "" - yyq3625[3] = x.UID != "" - yyq3625[4] = x.APIVersion != "" - yyq3625[5] = x.ResourceVersion != "" - yyq3625[6] = x.FieldPath != "" - var yynn3625 int - if yyr3625 || yy2arr3625 { + yysep3670 := !z.EncBinary() + yy2arr3670 := z.EncBasicHandle().StructToArray + var yyq3670 [7]bool + _, _, _ = yysep3670, yyq3670, yy2arr3670 + const yyr3670 bool = false + yyq3670[0] = x.Kind != "" + yyq3670[1] = x.Namespace != "" + yyq3670[2] = x.Name != "" + yyq3670[3] = x.UID != "" + yyq3670[4] = x.APIVersion != "" + yyq3670[5] = x.ResourceVersion != "" + yyq3670[6] = x.FieldPath != "" + var yynn3670 int + if yyr3670 || yy2arr3670 { r.EncodeArrayStart(7) } else { - yynn3625 = 0 - for _, b := range yyq3625 { + yynn3670 = 0 + for _, b := range yyq3670 { if b { - yynn3625++ + yynn3670++ } } - r.EncodeMapStart(yynn3625) - yynn3625 = 0 + r.EncodeMapStart(yynn3670) + yynn3670 = 0 } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[0] { - yym3627 := z.EncBinary() - _ = yym3627 + if yyq3670[0] { + yym3672 := z.EncBinary() + _ = yym3672 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45660,23 +46050,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[0] { + if yyq3670[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3628 := z.EncBinary() - _ = yym3628 + yym3673 := z.EncBinary() + _ = yym3673 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[1] { - yym3630 := z.EncBinary() - _ = yym3630 + if yyq3670[1] { + yym3675 := z.EncBinary() + _ = yym3675 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -45685,23 +46075,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[1] { + if yyq3670[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3631 := z.EncBinary() - _ = yym3631 + yym3676 := z.EncBinary() + _ = yym3676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[2] { - yym3633 := z.EncBinary() - _ = yym3633 + if yyq3670[2] { + yym3678 := z.EncBinary() + _ = yym3678 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45710,23 +46100,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[2] { + if yyq3670[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3634 := z.EncBinary() - _ = yym3634 + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[3] { - yym3636 := z.EncBinary() - _ = yym3636 + if yyq3670[3] { + yym3681 := z.EncBinary() + _ = yym3681 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45736,12 +46126,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[3] { + if yyq3670[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3637 := z.EncBinary() - _ = yym3637 + yym3682 := z.EncBinary() + _ = yym3682 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45749,11 +46139,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[4] { - yym3639 := z.EncBinary() - _ = yym3639 + if yyq3670[4] { + yym3684 := z.EncBinary() + _ = yym3684 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45762,23 +46152,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[4] { + if yyq3670[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3640 := z.EncBinary() - _ = yym3640 + yym3685 := z.EncBinary() + _ = yym3685 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[5] { - yym3642 := z.EncBinary() - _ = yym3642 + if yyq3670[5] { + yym3687 := z.EncBinary() + _ = yym3687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45787,23 +46177,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[5] { + if yyq3670[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3643 := z.EncBinary() - _ = yym3643 + yym3688 := z.EncBinary() + _ = yym3688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3625[6] { - yym3645 := z.EncBinary() - _ = yym3645 + if yyq3670[6] { + yym3690 := z.EncBinary() + _ = yym3690 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -45812,19 +46202,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3625[6] { + if yyq3670[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3646 := z.EncBinary() - _ = yym3646 + yym3691 := z.EncBinary() + _ = yym3691 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3625 || yy2arr3625 { + if yyr3670 || yy2arr3670 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45837,25 +46227,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3647 := z.DecBinary() - _ = yym3647 + yym3692 := z.DecBinary() + _ = yym3692 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3648 := r.ContainerType() - if yyct3648 == codecSelferValueTypeMap1234 { - yyl3648 := r.ReadMapStart() - if yyl3648 == 0 { + yyct3693 := r.ContainerType() + if yyct3693 == codecSelferValueTypeMap1234 { + yyl3693 := r.ReadMapStart() + if yyl3693 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3648, d) + x.codecDecodeSelfFromMap(yyl3693, d) } - } else if yyct3648 == codecSelferValueTypeArray1234 { - yyl3648 := r.ReadArrayStart() - if yyl3648 == 0 { + } else if yyct3693 == codecSelferValueTypeArray1234 { + yyl3693 := r.ReadArrayStart() + if yyl3693 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3648, d) + x.codecDecodeSelfFromArray(yyl3693, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45867,12 +46257,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3649Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3649Slc - var yyhl3649 bool = l >= 0 - for yyj3649 := 0; ; yyj3649++ { - if yyhl3649 { - if yyj3649 >= l { + var yys3694Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3694Slc + var yyhl3694 bool = l >= 0 + for yyj3694 := 0; ; yyj3694++ { + if yyhl3694 { + if yyj3694 >= l { break } } else { @@ -45881,10 +46271,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3649Slc = r.DecodeBytes(yys3649Slc, true, true) - yys3649 := string(yys3649Slc) + yys3694Slc = r.DecodeBytes(yys3694Slc, true, true) + yys3694 := string(yys3694Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3649 { + switch yys3694 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45928,9 +46318,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3649) - } // end switch yys3649 - } // end for yyj3649 + z.DecStructFieldNotFound(-1, yys3694) + } // end switch yys3694 + } // end for yyj3694 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45938,16 +46328,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3657 int - var yyb3657 bool - var yyhl3657 bool = l >= 0 - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + var yyj3702 int + var yyb3702 bool + var yyhl3702 bool = l >= 0 + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45957,13 +46347,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45973,13 +46363,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45989,13 +46379,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46005,13 +46395,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46021,13 +46411,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46037,13 +46427,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46054,17 +46444,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3702++ + if yyhl3702 { + yyb3702 = yyj3702 > l } else { - yyb3657 = r.CheckBreak() + yyb3702 = r.CheckBreak() } - if yyb3657 { + if yyb3702 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3657-1, "") + z.DecStructFieldNotFound(yyj3702-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46076,33 +46466,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3665 := z.EncBinary() - _ = yym3665 + yym3710 := z.EncBinary() + _ = yym3710 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3666 := !z.EncBinary() - yy2arr3666 := z.EncBasicHandle().StructToArray - var yyq3666 [1]bool - _, _, _ = yysep3666, yyq3666, yy2arr3666 - const yyr3666 bool = false - var yynn3666 int - if yyr3666 || yy2arr3666 { + yysep3711 := !z.EncBinary() + yy2arr3711 := z.EncBasicHandle().StructToArray + var yyq3711 [1]bool + _, _, _ = yysep3711, yyq3711, yy2arr3711 + const yyr3711 bool = false + var yynn3711 int + if yyr3711 || yy2arr3711 { r.EncodeArrayStart(1) } else { - yynn3666 = 1 - for _, b := range yyq3666 { + yynn3711 = 1 + for _, b := range yyq3711 { if b { - yynn3666++ + yynn3711++ } } - r.EncodeMapStart(yynn3666) - yynn3666 = 0 + r.EncodeMapStart(yynn3711) + yynn3711 = 0 } - if yyr3666 || yy2arr3666 { + if yyr3711 || yy2arr3711 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -46111,14 +46501,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3669 := z.EncBinary() - _ = yym3669 + yym3714 := z.EncBinary() + _ = yym3714 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3666 || yy2arr3666 { + if yyr3711 || yy2arr3711 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46131,25 +46521,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3670 := z.DecBinary() - _ = yym3670 + yym3715 := z.DecBinary() + _ = yym3715 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3671 := r.ContainerType() - if yyct3671 == codecSelferValueTypeMap1234 { - yyl3671 := r.ReadMapStart() - if yyl3671 == 0 { + yyct3716 := r.ContainerType() + if yyct3716 == codecSelferValueTypeMap1234 { + yyl3716 := r.ReadMapStart() + if yyl3716 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3671, d) + x.codecDecodeSelfFromMap(yyl3716, d) } - } else if yyct3671 == codecSelferValueTypeArray1234 { - yyl3671 := r.ReadArrayStart() - if yyl3671 == 0 { + } else if yyct3716 == codecSelferValueTypeArray1234 { + yyl3716 := r.ReadArrayStart() + if yyl3716 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3671, d) + x.codecDecodeSelfFromArray(yyl3716, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46161,12 +46551,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3672Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3672Slc - var yyhl3672 bool = l >= 0 - for yyj3672 := 0; ; yyj3672++ { - if yyhl3672 { - if yyj3672 >= l { + var yys3717Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3717Slc + var yyhl3717 bool = l >= 0 + for yyj3717 := 0; ; yyj3717++ { + if yyhl3717 { + if yyj3717 >= l { break } } else { @@ -46175,10 +46565,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3672Slc = r.DecodeBytes(yys3672Slc, true, true) - yys3672 := string(yys3672Slc) + yys3717Slc = r.DecodeBytes(yys3717Slc, true, true) + yys3717 := string(yys3717Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3672 { + switch yys3717 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -46186,9 +46576,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3672) - } // end switch yys3672 - } // end for yyj3672 + z.DecStructFieldNotFound(-1, yys3717) + } // end switch yys3717 + } // end for yyj3717 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46196,16 +46586,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3674 int - var yyb3674 bool - var yyhl3674 bool = l >= 0 - yyj3674++ - if yyhl3674 { - yyb3674 = yyj3674 > l + var yyj3719 int + var yyb3719 bool + var yyhl3719 bool = l >= 0 + yyj3719++ + if yyhl3719 { + yyb3719 = yyj3719 > l } else { - yyb3674 = r.CheckBreak() + yyb3719 = r.CheckBreak() } - if yyb3674 { + if yyb3719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46216,17 +46606,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3674++ - if yyhl3674 { - yyb3674 = yyj3674 > l + yyj3719++ + if yyhl3719 { + yyb3719 = yyj3719 > l } else { - yyb3674 = r.CheckBreak() + yyb3719 = r.CheckBreak() } - if yyb3674 { + if yyb3719 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3674-1, "") + z.DecStructFieldNotFound(yyj3719-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46238,37 +46628,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3676 := z.EncBinary() - _ = yym3676 + yym3721 := z.EncBinary() + _ = yym3721 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3677 := !z.EncBinary() - yy2arr3677 := z.EncBasicHandle().StructToArray - var yyq3677 [3]bool - _, _, _ = yysep3677, yyq3677, yy2arr3677 - const yyr3677 bool = false - yyq3677[0] = x.Kind != "" - yyq3677[1] = x.APIVersion != "" - yyq3677[2] = true - var yynn3677 int - if yyr3677 || yy2arr3677 { + yysep3722 := !z.EncBinary() + yy2arr3722 := z.EncBasicHandle().StructToArray + var yyq3722 [3]bool + _, _, _ = yysep3722, yyq3722, yy2arr3722 + const yyr3722 bool = false + yyq3722[0] = x.Kind != "" + yyq3722[1] = x.APIVersion != "" + yyq3722[2] = true + var yynn3722 int + if yyr3722 || yy2arr3722 { r.EncodeArrayStart(3) } else { - yynn3677 = 0 - for _, b := range yyq3677 { + yynn3722 = 0 + for _, b := range yyq3722 { if b { - yynn3677++ + yynn3722++ } } - r.EncodeMapStart(yynn3677) - yynn3677 = 0 + r.EncodeMapStart(yynn3722) + yynn3722 = 0 } - if yyr3677 || yy2arr3677 { + if yyr3722 || yy2arr3722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3677[0] { - yym3679 := z.EncBinary() - _ = yym3679 + if yyq3722[0] { + yym3724 := z.EncBinary() + _ = yym3724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46277,23 +46667,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3677[0] { + if yyq3722[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3680 := z.EncBinary() - _ = yym3680 + yym3725 := z.EncBinary() + _ = yym3725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3677 || yy2arr3677 { + if yyr3722 || yy2arr3722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3677[1] { - yym3682 := z.EncBinary() - _ = yym3682 + if yyq3722[1] { + yym3727 := z.EncBinary() + _ = yym3727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46302,36 +46692,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3677[1] { + if yyq3722[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3683 := z.EncBinary() - _ = yym3683 + yym3728 := z.EncBinary() + _ = yym3728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3677 || yy2arr3677 { + if yyr3722 || yy2arr3722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3677[2] { - yy3685 := &x.Reference - yy3685.CodecEncodeSelf(e) + if yyq3722[2] { + yy3730 := &x.Reference + yy3730.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3677[2] { + if yyq3722[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3686 := &x.Reference - yy3686.CodecEncodeSelf(e) + yy3731 := &x.Reference + yy3731.CodecEncodeSelf(e) } } - if yyr3677 || yy2arr3677 { + if yyr3722 || yy2arr3722 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46344,25 +46734,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3687 := z.DecBinary() - _ = yym3687 + yym3732 := z.DecBinary() + _ = yym3732 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3688 := r.ContainerType() - if yyct3688 == codecSelferValueTypeMap1234 { - yyl3688 := r.ReadMapStart() - if yyl3688 == 0 { + yyct3733 := r.ContainerType() + if yyct3733 == codecSelferValueTypeMap1234 { + yyl3733 := r.ReadMapStart() + if yyl3733 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3688, d) + x.codecDecodeSelfFromMap(yyl3733, d) } - } else if yyct3688 == codecSelferValueTypeArray1234 { - yyl3688 := r.ReadArrayStart() - if yyl3688 == 0 { + } else if yyct3733 == codecSelferValueTypeArray1234 { + yyl3733 := r.ReadArrayStart() + if yyl3733 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3688, d) + x.codecDecodeSelfFromArray(yyl3733, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46374,12 +46764,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3689Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3689Slc - var yyhl3689 bool = l >= 0 - for yyj3689 := 0; ; yyj3689++ { - if yyhl3689 { - if yyj3689 >= l { + var yys3734Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3734Slc + var yyhl3734 bool = l >= 0 + for yyj3734 := 0; ; yyj3734++ { + if yyhl3734 { + if yyj3734 >= l { break } } else { @@ -46388,10 +46778,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3689Slc = r.DecodeBytes(yys3689Slc, true, true) - yys3689 := string(yys3689Slc) + yys3734Slc = r.DecodeBytes(yys3734Slc, true, true) + yys3734 := string(yys3734Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3689 { + switch yys3734 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46408,13 +46798,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3692 := &x.Reference - yyv3692.CodecDecodeSelf(d) + yyv3737 := &x.Reference + yyv3737.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3689) - } // end switch yys3689 - } // end for yyj3689 + z.DecStructFieldNotFound(-1, yys3734) + } // end switch yys3734 + } // end for yyj3734 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46422,16 +46812,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3693 int - var yyb3693 bool - var yyhl3693 bool = l >= 0 - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + var yyj3738 int + var yyb3738 bool + var yyhl3738 bool = l >= 0 + yyj3738++ + if yyhl3738 { + yyb3738 = yyj3738 > l } else { - yyb3693 = r.CheckBreak() + yyb3738 = r.CheckBreak() } - if yyb3693 { + if yyb3738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46441,13 +46831,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3738++ + if yyhl3738 { + yyb3738 = yyj3738 > l } else { - yyb3693 = r.CheckBreak() + yyb3738 = r.CheckBreak() } - if yyb3693 { + if yyb3738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46457,13 +46847,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3738++ + if yyhl3738 { + yyb3738 = yyj3738 > l } else { - yyb3693 = r.CheckBreak() + yyb3738 = r.CheckBreak() } - if yyb3693 { + if yyb3738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46471,21 +46861,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3696 := &x.Reference - yyv3696.CodecDecodeSelf(d) + yyv3741 := &x.Reference + yyv3741.CodecDecodeSelf(d) } for { - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3738++ + if yyhl3738 { + yyb3738 = yyj3738 > l } else { - yyb3693 = r.CheckBreak() + yyb3738 = r.CheckBreak() } - if yyb3693 { + if yyb3738 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3693-1, "") + z.DecStructFieldNotFound(yyj3738-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46497,36 +46887,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3697 := z.EncBinary() - _ = yym3697 + yym3742 := z.EncBinary() + _ = yym3742 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3698 := !z.EncBinary() - yy2arr3698 := z.EncBasicHandle().StructToArray - var yyq3698 [2]bool - _, _, _ = yysep3698, yyq3698, yy2arr3698 - const yyr3698 bool = false - yyq3698[0] = x.Component != "" - yyq3698[1] = x.Host != "" - var yynn3698 int - if yyr3698 || yy2arr3698 { + yysep3743 := !z.EncBinary() + yy2arr3743 := z.EncBasicHandle().StructToArray + var yyq3743 [2]bool + _, _, _ = yysep3743, yyq3743, yy2arr3743 + const yyr3743 bool = false + yyq3743[0] = x.Component != "" + yyq3743[1] = x.Host != "" + var yynn3743 int + if yyr3743 || yy2arr3743 { r.EncodeArrayStart(2) } else { - yynn3698 = 0 - for _, b := range yyq3698 { + yynn3743 = 0 + for _, b := range yyq3743 { if b { - yynn3698++ + yynn3743++ } } - r.EncodeMapStart(yynn3698) - yynn3698 = 0 + r.EncodeMapStart(yynn3743) + yynn3743 = 0 } - if yyr3698 || yy2arr3698 { + if yyr3743 || yy2arr3743 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3698[0] { - yym3700 := z.EncBinary() - _ = yym3700 + if yyq3743[0] { + yym3745 := z.EncBinary() + _ = yym3745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -46535,23 +46925,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3698[0] { + if yyq3743[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3701 := z.EncBinary() - _ = yym3701 + yym3746 := z.EncBinary() + _ = yym3746 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3698 || yy2arr3698 { + if yyr3743 || yy2arr3743 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3698[1] { - yym3703 := z.EncBinary() - _ = yym3703 + if yyq3743[1] { + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -46560,19 +46950,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3698[1] { + if yyq3743[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3704 := z.EncBinary() - _ = yym3704 + yym3749 := z.EncBinary() + _ = yym3749 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3698 || yy2arr3698 { + if yyr3743 || yy2arr3743 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46585,25 +46975,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3705 := z.DecBinary() - _ = yym3705 + yym3750 := z.DecBinary() + _ = yym3750 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3706 := r.ContainerType() - if yyct3706 == codecSelferValueTypeMap1234 { - yyl3706 := r.ReadMapStart() - if yyl3706 == 0 { + yyct3751 := r.ContainerType() + if yyct3751 == codecSelferValueTypeMap1234 { + yyl3751 := r.ReadMapStart() + if yyl3751 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3706, d) + x.codecDecodeSelfFromMap(yyl3751, d) } - } else if yyct3706 == codecSelferValueTypeArray1234 { - yyl3706 := r.ReadArrayStart() - if yyl3706 == 0 { + } else if yyct3751 == codecSelferValueTypeArray1234 { + yyl3751 := r.ReadArrayStart() + if yyl3751 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3706, d) + x.codecDecodeSelfFromArray(yyl3751, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46615,12 +47005,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3707Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3707Slc - var yyhl3707 bool = l >= 0 - for yyj3707 := 0; ; yyj3707++ { - if yyhl3707 { - if yyj3707 >= l { + var yys3752Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3752Slc + var yyhl3752 bool = l >= 0 + for yyj3752 := 0; ; yyj3752++ { + if yyhl3752 { + if yyj3752 >= l { break } } else { @@ -46629,10 +47019,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3707Slc = r.DecodeBytes(yys3707Slc, true, true) - yys3707 := string(yys3707Slc) + yys3752Slc = r.DecodeBytes(yys3752Slc, true, true) + yys3752 := string(yys3752Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3707 { + switch yys3752 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -46646,9 +47036,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3707) - } // end switch yys3707 - } // end for yyj3707 + z.DecStructFieldNotFound(-1, yys3752) + } // end switch yys3752 + } // end for yyj3752 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46656,16 +47046,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3710 int - var yyb3710 bool - var yyhl3710 bool = l >= 0 - yyj3710++ - if yyhl3710 { - yyb3710 = yyj3710 > l + var yyj3755 int + var yyb3755 bool + var yyhl3755 bool = l >= 0 + yyj3755++ + if yyhl3755 { + yyb3755 = yyj3755 > l } else { - yyb3710 = r.CheckBreak() + yyb3755 = r.CheckBreak() } - if yyb3710 { + if yyb3755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46675,13 +47065,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3710++ - if yyhl3710 { - yyb3710 = yyj3710 > l + yyj3755++ + if yyhl3755 { + yyb3755 = yyj3755 > l } else { - yyb3710 = r.CheckBreak() + yyb3755 = r.CheckBreak() } - if yyb3710 { + if yyb3755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46692,17 +47082,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3710++ - if yyhl3710 { - yyb3710 = yyj3710 > l + yyj3755++ + if yyhl3755 { + yyb3755 = yyj3755 > l } else { - yyb3710 = r.CheckBreak() + yyb3755 = r.CheckBreak() } - if yyb3710 { + if yyb3755 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3710-1, "") + z.DecStructFieldNotFound(yyj3755-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46714,45 +47104,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3713 := z.EncBinary() - _ = yym3713 + yym3758 := z.EncBinary() + _ = yym3758 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3714 := !z.EncBinary() - yy2arr3714 := z.EncBasicHandle().StructToArray - var yyq3714 [11]bool - _, _, _ = yysep3714, yyq3714, yy2arr3714 - const yyr3714 bool = false - yyq3714[0] = x.Kind != "" - yyq3714[1] = x.APIVersion != "" - yyq3714[2] = true - yyq3714[3] = true - yyq3714[4] = x.Reason != "" - yyq3714[5] = x.Message != "" - yyq3714[6] = true - yyq3714[7] = true - yyq3714[8] = true - yyq3714[9] = x.Count != 0 - yyq3714[10] = x.Type != "" - var yynn3714 int - if yyr3714 || yy2arr3714 { + yysep3759 := !z.EncBinary() + yy2arr3759 := z.EncBasicHandle().StructToArray + var yyq3759 [11]bool + _, _, _ = yysep3759, yyq3759, yy2arr3759 + const yyr3759 bool = false + yyq3759[0] = x.Kind != "" + yyq3759[1] = x.APIVersion != "" + yyq3759[2] = true + yyq3759[3] = true + yyq3759[4] = x.Reason != "" + yyq3759[5] = x.Message != "" + yyq3759[6] = true + yyq3759[7] = true + yyq3759[8] = true + yyq3759[9] = x.Count != 0 + yyq3759[10] = x.Type != "" + var yynn3759 int + if yyr3759 || yy2arr3759 { r.EncodeArrayStart(11) } else { - yynn3714 = 0 - for _, b := range yyq3714 { + yynn3759 = 0 + for _, b := range yyq3759 { if b { - yynn3714++ + yynn3759++ } } - r.EncodeMapStart(yynn3714) - yynn3714 = 0 + r.EncodeMapStart(yynn3759) + yynn3759 = 0 } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[0] { - yym3716 := z.EncBinary() - _ = yym3716 + if yyq3759[0] { + yym3761 := z.EncBinary() + _ = yym3761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46761,23 +47151,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[0] { + if yyq3759[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3717 := z.EncBinary() - _ = yym3717 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[1] { - yym3719 := z.EncBinary() - _ = yym3719 + if yyq3759[1] { + yym3764 := z.EncBinary() + _ = yym3764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46786,57 +47176,57 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[1] { + if yyq3759[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3720 := z.EncBinary() - _ = yym3720 + yym3765 := z.EncBinary() + _ = yym3765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[2] { - yy3722 := &x.ObjectMeta - yy3722.CodecEncodeSelf(e) + if yyq3759[2] { + yy3767 := &x.ObjectMeta + yy3767.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3714[2] { + if yyq3759[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3723 := &x.ObjectMeta - yy3723.CodecEncodeSelf(e) + yy3768 := &x.ObjectMeta + yy3768.CodecEncodeSelf(e) } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[3] { - yy3725 := &x.InvolvedObject - yy3725.CodecEncodeSelf(e) + if yyq3759[3] { + yy3770 := &x.InvolvedObject + yy3770.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3714[3] { + if yyq3759[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3726 := &x.InvolvedObject - yy3726.CodecEncodeSelf(e) + yy3771 := &x.InvolvedObject + yy3771.CodecEncodeSelf(e) } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[4] { - yym3728 := z.EncBinary() - _ = yym3728 + if yyq3759[4] { + yym3773 := z.EncBinary() + _ = yym3773 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -46845,23 +47235,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[4] { + if yyq3759[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3729 := z.EncBinary() - _ = yym3729 + yym3774 := z.EncBinary() + _ = yym3774 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[5] { - yym3731 := z.EncBinary() - _ = yym3731 + if yyq3759[5] { + yym3776 := z.EncBinary() + _ = yym3776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -46870,114 +47260,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[5] { + if yyq3759[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3732 := z.EncBinary() - _ = yym3732 + yym3777 := z.EncBinary() + _ = yym3777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[6] { - yy3734 := &x.Source - yy3734.CodecEncodeSelf(e) + if yyq3759[6] { + yy3779 := &x.Source + yy3779.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3714[6] { + if yyq3759[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3735 := &x.Source - yy3735.CodecEncodeSelf(e) + yy3780 := &x.Source + yy3780.CodecEncodeSelf(e) } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[7] { - yy3737 := &x.FirstTimestamp - yym3738 := z.EncBinary() - _ = yym3738 + if yyq3759[7] { + yy3782 := &x.FirstTimestamp + yym3783 := z.EncBinary() + _ = yym3783 if false { - } else if z.HasExtensions() && z.EncExt(yy3737) { - } else if yym3738 { - z.EncBinaryMarshal(yy3737) - } else if !yym3738 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3737) + } else if z.HasExtensions() && z.EncExt(yy3782) { + } else if yym3783 { + z.EncBinaryMarshal(yy3782) + } else if !yym3783 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3782) } else { - z.EncFallback(yy3737) + z.EncFallback(yy3782) } } else { r.EncodeNil() } } else { - if yyq3714[7] { + if yyq3759[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3739 := &x.FirstTimestamp - yym3740 := z.EncBinary() - _ = yym3740 + yy3784 := &x.FirstTimestamp + yym3785 := z.EncBinary() + _ = yym3785 if false { - } else if z.HasExtensions() && z.EncExt(yy3739) { - } else if yym3740 { - z.EncBinaryMarshal(yy3739) - } else if !yym3740 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3739) + } else if z.HasExtensions() && z.EncExt(yy3784) { + } else if yym3785 { + z.EncBinaryMarshal(yy3784) + } else if !yym3785 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3784) } else { - z.EncFallback(yy3739) + z.EncFallback(yy3784) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[8] { - yy3742 := &x.LastTimestamp - yym3743 := z.EncBinary() - _ = yym3743 + if yyq3759[8] { + yy3787 := &x.LastTimestamp + yym3788 := z.EncBinary() + _ = yym3788 if false { - } else if z.HasExtensions() && z.EncExt(yy3742) { - } else if yym3743 { - z.EncBinaryMarshal(yy3742) - } else if !yym3743 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3742) + } else if z.HasExtensions() && z.EncExt(yy3787) { + } else if yym3788 { + z.EncBinaryMarshal(yy3787) + } else if !yym3788 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3787) } else { - z.EncFallback(yy3742) + z.EncFallback(yy3787) } } else { r.EncodeNil() } } else { - if yyq3714[8] { + if yyq3759[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3744 := &x.LastTimestamp - yym3745 := z.EncBinary() - _ = yym3745 + yy3789 := &x.LastTimestamp + yym3790 := z.EncBinary() + _ = yym3790 if false { - } else if z.HasExtensions() && z.EncExt(yy3744) { - } else if yym3745 { - z.EncBinaryMarshal(yy3744) - } else if !yym3745 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3744) + } else if z.HasExtensions() && z.EncExt(yy3789) { + } else if yym3790 { + z.EncBinaryMarshal(yy3789) + } else if !yym3790 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3789) } else { - z.EncFallback(yy3744) + z.EncFallback(yy3789) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[9] { - yym3747 := z.EncBinary() - _ = yym3747 + if yyq3759[9] { + yym3792 := z.EncBinary() + _ = yym3792 if false { } else { r.EncodeInt(int64(x.Count)) @@ -46986,23 +47376,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3714[9] { + if yyq3759[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3748 := z.EncBinary() - _ = yym3748 + yym3793 := z.EncBinary() + _ = yym3793 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[10] { - yym3750 := z.EncBinary() - _ = yym3750 + if yyq3759[10] { + yym3795 := z.EncBinary() + _ = yym3795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -47011,19 +47401,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[10] { + if yyq3759[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3751 := z.EncBinary() - _ = yym3751 + yym3796 := z.EncBinary() + _ = yym3796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3714 || yy2arr3714 { + if yyr3759 || yy2arr3759 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47036,25 +47426,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3752 := z.DecBinary() - _ = yym3752 + yym3797 := z.DecBinary() + _ = yym3797 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3753 := r.ContainerType() - if yyct3753 == codecSelferValueTypeMap1234 { - yyl3753 := r.ReadMapStart() - if yyl3753 == 0 { + yyct3798 := r.ContainerType() + if yyct3798 == codecSelferValueTypeMap1234 { + yyl3798 := r.ReadMapStart() + if yyl3798 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3753, d) + x.codecDecodeSelfFromMap(yyl3798, d) } - } else if yyct3753 == codecSelferValueTypeArray1234 { - yyl3753 := r.ReadArrayStart() - if yyl3753 == 0 { + } else if yyct3798 == codecSelferValueTypeArray1234 { + yyl3798 := r.ReadArrayStart() + if yyl3798 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3753, d) + x.codecDecodeSelfFromArray(yyl3798, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47066,12 +47456,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3754Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3754Slc - var yyhl3754 bool = l >= 0 - for yyj3754 := 0; ; yyj3754++ { - if yyhl3754 { - if yyj3754 >= l { + var yys3799Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3799Slc + var yyhl3799 bool = l >= 0 + for yyj3799 := 0; ; yyj3799++ { + if yyhl3799 { + if yyj3799 >= l { break } } else { @@ -47080,10 +47470,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3754Slc = r.DecodeBytes(yys3754Slc, true, true) - yys3754 := string(yys3754Slc) + yys3799Slc = r.DecodeBytes(yys3799Slc, true, true) + yys3799 := string(yys3799Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3754 { + switch yys3799 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47100,15 +47490,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3757 := &x.ObjectMeta - yyv3757.CodecDecodeSelf(d) + yyv3802 := &x.ObjectMeta + yyv3802.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3758 := &x.InvolvedObject - yyv3758.CodecDecodeSelf(d) + yyv3803 := &x.InvolvedObject + yyv3803.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -47126,41 +47516,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3761 := &x.Source - yyv3761.CodecDecodeSelf(d) + yyv3806 := &x.Source + yyv3806.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3762 := &x.FirstTimestamp - yym3763 := z.DecBinary() - _ = yym3763 + yyv3807 := &x.FirstTimestamp + yym3808 := z.DecBinary() + _ = yym3808 if false { - } else if z.HasExtensions() && z.DecExt(yyv3762) { - } else if yym3763 { - z.DecBinaryUnmarshal(yyv3762) - } else if !yym3763 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3762) + } else if z.HasExtensions() && z.DecExt(yyv3807) { + } else if yym3808 { + z.DecBinaryUnmarshal(yyv3807) + } else if !yym3808 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3807) } else { - z.DecFallback(yyv3762, false) + z.DecFallback(yyv3807, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3764 := &x.LastTimestamp - yym3765 := z.DecBinary() - _ = yym3765 + yyv3809 := &x.LastTimestamp + yym3810 := z.DecBinary() + _ = yym3810 if false { - } else if z.HasExtensions() && z.DecExt(yyv3764) { - } else if yym3765 { - z.DecBinaryUnmarshal(yyv3764) - } else if !yym3765 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3764) + } else if z.HasExtensions() && z.DecExt(yyv3809) { + } else if yym3810 { + z.DecBinaryUnmarshal(yyv3809) + } else if !yym3810 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3809) } else { - z.DecFallback(yyv3764, false) + z.DecFallback(yyv3809, false) } } case "count": @@ -47176,9 +47566,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3754) - } // end switch yys3754 - } // end for yyj3754 + z.DecStructFieldNotFound(-1, yys3799) + } // end switch yys3799 + } // end for yyj3799 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47186,16 +47576,16 @@ func (x *Event) 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 yyj3813 int + var yyb3813 bool + var yyhl3813 bool = l >= 0 + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47205,13 +47595,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47221,13 +47611,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47235,16 +47625,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3771 := &x.ObjectMeta - yyv3771.CodecDecodeSelf(d) + yyv3816 := &x.ObjectMeta + yyv3816.CodecDecodeSelf(d) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47252,16 +47642,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3772 := &x.InvolvedObject - yyv3772.CodecDecodeSelf(d) + yyv3817 := &x.InvolvedObject + yyv3817.CodecDecodeSelf(d) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47271,13 +47661,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47287,13 +47677,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47301,16 +47691,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3775 := &x.Source - yyv3775.CodecDecodeSelf(d) + yyv3820 := &x.Source + yyv3820.CodecDecodeSelf(d) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47318,26 +47708,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3776 := &x.FirstTimestamp - yym3777 := z.DecBinary() - _ = yym3777 + yyv3821 := &x.FirstTimestamp + yym3822 := z.DecBinary() + _ = yym3822 if false { - } else if z.HasExtensions() && z.DecExt(yyv3776) { - } else if yym3777 { - z.DecBinaryUnmarshal(yyv3776) - } else if !yym3777 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3776) + } else if z.HasExtensions() && z.DecExt(yyv3821) { + } else if yym3822 { + z.DecBinaryUnmarshal(yyv3821) + } else if !yym3822 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3821) } else { - z.DecFallback(yyv3776, false) + z.DecFallback(yyv3821, false) } } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47345,26 +47735,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3778 := &x.LastTimestamp - yym3779 := z.DecBinary() - _ = yym3779 + yyv3823 := &x.LastTimestamp + yym3824 := z.DecBinary() + _ = yym3824 if false { - } else if z.HasExtensions() && z.DecExt(yyv3778) { - } else if yym3779 { - z.DecBinaryUnmarshal(yyv3778) - } else if !yym3779 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3778) + } else if z.HasExtensions() && z.DecExt(yyv3823) { + } else if yym3824 { + z.DecBinaryUnmarshal(yyv3823) + } else if !yym3824 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3823) } else { - z.DecFallback(yyv3778, false) + z.DecFallback(yyv3823, false) } } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47374,13 +47764,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47391,17 +47781,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3813++ + if yyhl3813 { + yyb3813 = yyj3813 > l } else { - yyb3768 = r.CheckBreak() + yyb3813 = r.CheckBreak() } - if yyb3768 { + if yyb3813 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3768-1, "") + z.DecStructFieldNotFound(yyj3813-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47413,37 +47803,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3782 := z.EncBinary() - _ = yym3782 + yym3827 := z.EncBinary() + _ = yym3827 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3783 := !z.EncBinary() - yy2arr3783 := z.EncBasicHandle().StructToArray - var yyq3783 [4]bool - _, _, _ = yysep3783, yyq3783, yy2arr3783 - const yyr3783 bool = false - yyq3783[0] = x.Kind != "" - yyq3783[1] = x.APIVersion != "" - yyq3783[2] = true - var yynn3783 int - if yyr3783 || yy2arr3783 { + yysep3828 := !z.EncBinary() + yy2arr3828 := z.EncBasicHandle().StructToArray + var yyq3828 [4]bool + _, _, _ = yysep3828, yyq3828, yy2arr3828 + const yyr3828 bool = false + yyq3828[0] = x.Kind != "" + yyq3828[1] = x.APIVersion != "" + yyq3828[2] = true + var yynn3828 int + if yyr3828 || yy2arr3828 { r.EncodeArrayStart(4) } else { - yynn3783 = 1 - for _, b := range yyq3783 { + yynn3828 = 1 + for _, b := range yyq3828 { if b { - yynn3783++ + yynn3828++ } } - r.EncodeMapStart(yynn3783) - yynn3783 = 0 + r.EncodeMapStart(yynn3828) + yynn3828 = 0 } - if yyr3783 || yy2arr3783 { + if yyr3828 || yy2arr3828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3783[0] { - yym3785 := z.EncBinary() - _ = yym3785 + if yyq3828[0] { + yym3830 := z.EncBinary() + _ = yym3830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47452,23 +47842,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3783[0] { + if yyq3828[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3786 := z.EncBinary() - _ = yym3786 + yym3831 := z.EncBinary() + _ = yym3831 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3783 || yy2arr3783 { + if yyr3828 || yy2arr3828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3783[1] { - yym3788 := z.EncBinary() - _ = yym3788 + if yyq3828[1] { + yym3833 := z.EncBinary() + _ = yym3833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47477,54 +47867,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3783[1] { + if yyq3828[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3789 := z.EncBinary() - _ = yym3789 + yym3834 := z.EncBinary() + _ = yym3834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3783 || yy2arr3783 { + if yyr3828 || yy2arr3828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3783[2] { - yy3791 := &x.ListMeta - yym3792 := z.EncBinary() - _ = yym3792 + if yyq3828[2] { + yy3836 := &x.ListMeta + yym3837 := z.EncBinary() + _ = yym3837 if false { - } else if z.HasExtensions() && z.EncExt(yy3791) { + } else if z.HasExtensions() && z.EncExt(yy3836) { } else { - z.EncFallback(yy3791) + z.EncFallback(yy3836) } } else { r.EncodeNil() } } else { - if yyq3783[2] { + if yyq3828[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3793 := &x.ListMeta - yym3794 := z.EncBinary() - _ = yym3794 + yy3838 := &x.ListMeta + yym3839 := z.EncBinary() + _ = yym3839 if false { - } else if z.HasExtensions() && z.EncExt(yy3793) { + } else if z.HasExtensions() && z.EncExt(yy3838) { } else { - z.EncFallback(yy3793) + z.EncFallback(yy3838) } } } - if yyr3783 || yy2arr3783 { + if yyr3828 || yy2arr3828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3796 := z.EncBinary() - _ = yym3796 + yym3841 := z.EncBinary() + _ = yym3841 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -47537,15 +47927,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3797 := z.EncBinary() - _ = yym3797 + yym3842 := z.EncBinary() + _ = yym3842 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3783 || yy2arr3783 { + if yyr3828 || yy2arr3828 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47558,25 +47948,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3798 := z.DecBinary() - _ = yym3798 + yym3843 := z.DecBinary() + _ = yym3843 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3799 := r.ContainerType() - if yyct3799 == codecSelferValueTypeMap1234 { - yyl3799 := r.ReadMapStart() - if yyl3799 == 0 { + yyct3844 := r.ContainerType() + if yyct3844 == codecSelferValueTypeMap1234 { + yyl3844 := r.ReadMapStart() + if yyl3844 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3799, d) + x.codecDecodeSelfFromMap(yyl3844, d) } - } else if yyct3799 == codecSelferValueTypeArray1234 { - yyl3799 := r.ReadArrayStart() - if yyl3799 == 0 { + } else if yyct3844 == codecSelferValueTypeArray1234 { + yyl3844 := r.ReadArrayStart() + if yyl3844 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3799, d) + x.codecDecodeSelfFromArray(yyl3844, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47588,12 +47978,12 @@ func (x *EventList) 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 yys3845Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3845Slc + var yyhl3845 bool = l >= 0 + for yyj3845 := 0; ; yyj3845++ { + if yyhl3845 { + if yyj3845 >= l { break } } else { @@ -47602,10 +47992,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3800Slc = r.DecodeBytes(yys3800Slc, true, true) - yys3800 := string(yys3800Slc) + yys3845Slc = r.DecodeBytes(yys3845Slc, true, true) + yys3845 := string(yys3845Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3800 { + switch yys3845 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47622,31 +48012,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3803 := &x.ListMeta - yym3804 := z.DecBinary() - _ = yym3804 + yyv3848 := &x.ListMeta + yym3849 := z.DecBinary() + _ = yym3849 if false { - } else if z.HasExtensions() && z.DecExt(yyv3803) { + } else if z.HasExtensions() && z.DecExt(yyv3848) { } else { - z.DecFallback(yyv3803, false) + z.DecFallback(yyv3848, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3805 := &x.Items - yym3806 := z.DecBinary() - _ = yym3806 + yyv3850 := &x.Items + yym3851 := z.DecBinary() + _ = yym3851 if false { } else { - h.decSliceEvent((*[]Event)(yyv3805), d) + h.decSliceEvent((*[]Event)(yyv3850), d) } } default: - z.DecStructFieldNotFound(-1, yys3800) - } // end switch yys3800 - } // end for yyj3800 + z.DecStructFieldNotFound(-1, yys3845) + } // end switch yys3845 + } // end for yyj3845 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47654,16 +48044,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3807 int - var yyb3807 bool - var yyhl3807 bool = l >= 0 - yyj3807++ - if yyhl3807 { - yyb3807 = yyj3807 > l + var yyj3852 int + var yyb3852 bool + var yyhl3852 bool = l >= 0 + yyj3852++ + if yyhl3852 { + yyb3852 = yyj3852 > l } else { - yyb3807 = r.CheckBreak() + yyb3852 = r.CheckBreak() } - if yyb3807 { + if yyb3852 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47673,13 +48063,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3807++ - if yyhl3807 { - yyb3807 = yyj3807 > l + yyj3852++ + if yyhl3852 { + yyb3852 = yyj3852 > l } else { - yyb3807 = r.CheckBreak() + yyb3852 = r.CheckBreak() } - if yyb3807 { + if yyb3852 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47689,13 +48079,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3807++ - if yyhl3807 { - yyb3807 = yyj3807 > l + yyj3852++ + if yyhl3852 { + yyb3852 = yyj3852 > l } else { - yyb3807 = r.CheckBreak() + yyb3852 = r.CheckBreak() } - if yyb3807 { + if yyb3852 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47703,22 +48093,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3810 := &x.ListMeta - yym3811 := z.DecBinary() - _ = yym3811 + yyv3855 := &x.ListMeta + yym3856 := z.DecBinary() + _ = yym3856 if false { - } else if z.HasExtensions() && z.DecExt(yyv3810) { + } else if z.HasExtensions() && z.DecExt(yyv3855) { } else { - z.DecFallback(yyv3810, false) + z.DecFallback(yyv3855, false) } } - yyj3807++ - if yyhl3807 { - yyb3807 = yyj3807 > l + yyj3852++ + if yyhl3852 { + yyb3852 = yyj3852 > l } else { - yyb3807 = r.CheckBreak() + yyb3852 = r.CheckBreak() } - if yyb3807 { + if yyb3852 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47726,26 +48116,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3812 := &x.Items - yym3813 := z.DecBinary() - _ = yym3813 + yyv3857 := &x.Items + yym3858 := z.DecBinary() + _ = yym3858 if false { } else { - h.decSliceEvent((*[]Event)(yyv3812), d) + h.decSliceEvent((*[]Event)(yyv3857), d) } } for { - yyj3807++ - if yyhl3807 { - yyb3807 = yyj3807 > l + yyj3852++ + if yyhl3852 { + yyb3852 = yyj3852 > l } else { - yyb3807 = r.CheckBreak() + yyb3852 = r.CheckBreak() } - if yyb3807 { + if yyb3852 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3807-1, "") + z.DecStructFieldNotFound(yyj3852-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47757,37 +48147,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3814 := z.EncBinary() - _ = yym3814 + yym3859 := z.EncBinary() + _ = yym3859 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3815 := !z.EncBinary() - yy2arr3815 := z.EncBasicHandle().StructToArray - var yyq3815 [4]bool - _, _, _ = yysep3815, yyq3815, yy2arr3815 - const yyr3815 bool = false - yyq3815[0] = x.Kind != "" - yyq3815[1] = x.APIVersion != "" - yyq3815[2] = true - var yynn3815 int - if yyr3815 || yy2arr3815 { + yysep3860 := !z.EncBinary() + yy2arr3860 := z.EncBasicHandle().StructToArray + var yyq3860 [4]bool + _, _, _ = yysep3860, yyq3860, yy2arr3860 + const yyr3860 bool = false + yyq3860[0] = x.Kind != "" + yyq3860[1] = x.APIVersion != "" + yyq3860[2] = true + var yynn3860 int + if yyr3860 || yy2arr3860 { r.EncodeArrayStart(4) } else { - yynn3815 = 1 - for _, b := range yyq3815 { + yynn3860 = 1 + for _, b := range yyq3860 { if b { - yynn3815++ + yynn3860++ } } - r.EncodeMapStart(yynn3815) - yynn3815 = 0 + r.EncodeMapStart(yynn3860) + yynn3860 = 0 } - if yyr3815 || yy2arr3815 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3815[0] { - yym3817 := z.EncBinary() - _ = yym3817 + if yyq3860[0] { + yym3862 := z.EncBinary() + _ = yym3862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47796,23 +48186,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3815[0] { + if yyq3860[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3818 := z.EncBinary() - _ = yym3818 + yym3863 := z.EncBinary() + _ = yym3863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3815 || yy2arr3815 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3815[1] { - yym3820 := z.EncBinary() - _ = yym3820 + if yyq3860[1] { + yym3865 := z.EncBinary() + _ = yym3865 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47821,54 +48211,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3815[1] { + if yyq3860[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3821 := z.EncBinary() - _ = yym3821 + yym3866 := z.EncBinary() + _ = yym3866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3815 || yy2arr3815 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3815[2] { - yy3823 := &x.ListMeta - yym3824 := z.EncBinary() - _ = yym3824 + if yyq3860[2] { + yy3868 := &x.ListMeta + yym3869 := z.EncBinary() + _ = yym3869 if false { - } else if z.HasExtensions() && z.EncExt(yy3823) { + } else if z.HasExtensions() && z.EncExt(yy3868) { } else { - z.EncFallback(yy3823) + z.EncFallback(yy3868) } } else { r.EncodeNil() } } else { - if yyq3815[2] { + if yyq3860[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3825 := &x.ListMeta - yym3826 := z.EncBinary() - _ = yym3826 + yy3870 := &x.ListMeta + yym3871 := z.EncBinary() + _ = yym3871 if false { - } else if z.HasExtensions() && z.EncExt(yy3825) { + } else if z.HasExtensions() && z.EncExt(yy3870) { } else { - z.EncFallback(yy3825) + z.EncFallback(yy3870) } } } - if yyr3815 || yy2arr3815 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3828 := z.EncBinary() - _ = yym3828 + yym3873 := z.EncBinary() + _ = yym3873 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -47881,15 +48271,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3829 := z.EncBinary() - _ = yym3829 + yym3874 := z.EncBinary() + _ = yym3874 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr3815 || yy2arr3815 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47902,25 +48292,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3830 := z.DecBinary() - _ = yym3830 + yym3875 := z.DecBinary() + _ = yym3875 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3831 := r.ContainerType() - if yyct3831 == codecSelferValueTypeMap1234 { - yyl3831 := r.ReadMapStart() - if yyl3831 == 0 { + yyct3876 := r.ContainerType() + if yyct3876 == codecSelferValueTypeMap1234 { + yyl3876 := r.ReadMapStart() + if yyl3876 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3831, d) + x.codecDecodeSelfFromMap(yyl3876, d) } - } else if yyct3831 == codecSelferValueTypeArray1234 { - yyl3831 := r.ReadArrayStart() - if yyl3831 == 0 { + } else if yyct3876 == codecSelferValueTypeArray1234 { + yyl3876 := r.ReadArrayStart() + if yyl3876 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3831, d) + x.codecDecodeSelfFromArray(yyl3876, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47932,12 +48322,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3832Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3832Slc - var yyhl3832 bool = l >= 0 - for yyj3832 := 0; ; yyj3832++ { - if yyhl3832 { - if yyj3832 >= l { + var yys3877Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3877Slc + var yyhl3877 bool = l >= 0 + for yyj3877 := 0; ; yyj3877++ { + if yyhl3877 { + if yyj3877 >= l { break } } else { @@ -47946,10 +48336,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3832Slc = r.DecodeBytes(yys3832Slc, true, true) - yys3832 := string(yys3832Slc) + yys3877Slc = r.DecodeBytes(yys3877Slc, true, true) + yys3877 := string(yys3877Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3832 { + switch yys3877 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47966,31 +48356,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3835 := &x.ListMeta - yym3836 := z.DecBinary() - _ = yym3836 + yyv3880 := &x.ListMeta + yym3881 := z.DecBinary() + _ = yym3881 if false { - } else if z.HasExtensions() && z.DecExt(yyv3835) { + } else if z.HasExtensions() && z.DecExt(yyv3880) { } else { - z.DecFallback(yyv3835, false) + z.DecFallback(yyv3880, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3837 := &x.Items - yym3838 := z.DecBinary() - _ = yym3838 + yyv3882 := &x.Items + yym3883 := z.DecBinary() + _ = yym3883 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3837), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3882), d) } } default: - z.DecStructFieldNotFound(-1, yys3832) - } // end switch yys3832 - } // end for yyj3832 + z.DecStructFieldNotFound(-1, yys3877) + } // end switch yys3877 + } // end for yyj3877 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47998,16 +48388,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3839 int - var yyb3839 bool - var yyhl3839 bool = l >= 0 - yyj3839++ - if yyhl3839 { - yyb3839 = yyj3839 > l + var yyj3884 int + var yyb3884 bool + var yyhl3884 bool = l >= 0 + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3839 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3839 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48017,13 +48407,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3839++ - if yyhl3839 { - yyb3839 = yyj3839 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3839 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3839 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48033,13 +48423,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3839++ - if yyhl3839 { - yyb3839 = yyj3839 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3839 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3839 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48047,22 +48437,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3842 := &x.ListMeta - yym3843 := z.DecBinary() - _ = yym3843 + yyv3887 := &x.ListMeta + yym3888 := z.DecBinary() + _ = yym3888 if false { - } else if z.HasExtensions() && z.DecExt(yyv3842) { + } else if z.HasExtensions() && z.DecExt(yyv3887) { } else { - z.DecFallback(yyv3842, false) + z.DecFallback(yyv3887, false) } } - yyj3839++ - if yyhl3839 { - yyb3839 = yyj3839 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3839 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3839 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48070,26 +48460,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3844 := &x.Items - yym3845 := z.DecBinary() - _ = yym3845 + yyv3889 := &x.Items + yym3890 := z.DecBinary() + _ = yym3890 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3844), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3889), d) } } for { - yyj3839++ - if yyhl3839 { - yyb3839 = yyj3839 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3839 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3839 { + if yyb3884 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3839-1, "") + z.DecStructFieldNotFound(yyj3884-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48098,8 +48488,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3846 := z.EncBinary() - _ = yym3846 + yym3891 := z.EncBinary() + _ = yym3891 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -48111,8 +48501,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3847 := z.DecBinary() - _ = yym3847 + yym3892 := z.DecBinary() + _ = yym3892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -48127,53 +48517,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3848 := z.EncBinary() - _ = yym3848 + yym3893 := z.EncBinary() + _ = yym3893 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3849 := !z.EncBinary() - yy2arr3849 := z.EncBasicHandle().StructToArray - var yyq3849 [6]bool - _, _, _ = yysep3849, yyq3849, yy2arr3849 - const yyr3849 bool = false - yyq3849[0] = x.Type != "" - yyq3849[1] = len(x.Max) != 0 - yyq3849[2] = len(x.Min) != 0 - yyq3849[3] = len(x.Default) != 0 - yyq3849[4] = len(x.DefaultRequest) != 0 - yyq3849[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3849 int - if yyr3849 || yy2arr3849 { + yysep3894 := !z.EncBinary() + yy2arr3894 := z.EncBasicHandle().StructToArray + var yyq3894 [6]bool + _, _, _ = yysep3894, yyq3894, yy2arr3894 + const yyr3894 bool = false + yyq3894[0] = x.Type != "" + yyq3894[1] = len(x.Max) != 0 + yyq3894[2] = len(x.Min) != 0 + yyq3894[3] = len(x.Default) != 0 + yyq3894[4] = len(x.DefaultRequest) != 0 + yyq3894[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3894 int + if yyr3894 || yy2arr3894 { r.EncodeArrayStart(6) } else { - yynn3849 = 0 - for _, b := range yyq3849 { + yynn3894 = 0 + for _, b := range yyq3894 { if b { - yynn3849++ + yynn3894++ } } - r.EncodeMapStart(yynn3849) - yynn3849 = 0 + r.EncodeMapStart(yynn3894) + yynn3894 = 0 } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[0] { + if yyq3894[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3849[0] { + if yyq3894[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[1] { + if yyq3894[1] { if x.Max == nil { r.EncodeNil() } else { @@ -48183,7 +48573,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3849[1] { + if yyq3894[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48194,9 +48584,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[2] { + if yyq3894[2] { if x.Min == nil { r.EncodeNil() } else { @@ -48206,7 +48596,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3849[2] { + if yyq3894[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48217,9 +48607,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[3] { + if yyq3894[3] { if x.Default == nil { r.EncodeNil() } else { @@ -48229,7 +48619,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3849[3] { + if yyq3894[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48240,9 +48630,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[4] { + if yyq3894[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -48252,7 +48642,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3849[4] { + if yyq3894[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48263,9 +48653,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[5] { + if yyq3894[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -48275,7 +48665,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3849[5] { + if yyq3894[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48286,7 +48676,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3849 || yy2arr3849 { + if yyr3894 || yy2arr3894 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48299,25 +48689,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3856 := z.DecBinary() - _ = yym3856 + yym3901 := z.DecBinary() + _ = yym3901 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3857 := r.ContainerType() - if yyct3857 == codecSelferValueTypeMap1234 { - yyl3857 := r.ReadMapStart() - if yyl3857 == 0 { + yyct3902 := r.ContainerType() + if yyct3902 == codecSelferValueTypeMap1234 { + yyl3902 := r.ReadMapStart() + if yyl3902 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3857, d) + x.codecDecodeSelfFromMap(yyl3902, d) } - } else if yyct3857 == codecSelferValueTypeArray1234 { - yyl3857 := r.ReadArrayStart() - if yyl3857 == 0 { + } else if yyct3902 == codecSelferValueTypeArray1234 { + yyl3902 := r.ReadArrayStart() + if yyl3902 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3857, d) + x.codecDecodeSelfFromArray(yyl3902, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48329,12 +48719,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3858Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3858Slc - var yyhl3858 bool = l >= 0 - for yyj3858 := 0; ; yyj3858++ { - if yyhl3858 { - if yyj3858 >= l { + var yys3903Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3903Slc + var yyhl3903 bool = l >= 0 + for yyj3903 := 0; ; yyj3903++ { + if yyhl3903 { + if yyj3903 >= l { break } } else { @@ -48343,10 +48733,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3858Slc = r.DecodeBytes(yys3858Slc, true, true) - yys3858 := string(yys3858Slc) + yys3903Slc = r.DecodeBytes(yys3903Slc, true, true) + yys3903 := string(yys3903Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3858 { + switch yys3903 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -48357,41 +48747,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3860 := &x.Max - yyv3860.CodecDecodeSelf(d) + yyv3905 := &x.Max + yyv3905.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3861 := &x.Min - yyv3861.CodecDecodeSelf(d) + yyv3906 := &x.Min + yyv3906.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3862 := &x.Default - yyv3862.CodecDecodeSelf(d) + yyv3907 := &x.Default + yyv3907.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3863 := &x.DefaultRequest - yyv3863.CodecDecodeSelf(d) + yyv3908 := &x.DefaultRequest + yyv3908.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3864 := &x.MaxLimitRequestRatio - yyv3864.CodecDecodeSelf(d) + yyv3909 := &x.MaxLimitRequestRatio + yyv3909.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3858) - } // end switch yys3858 - } // end for yyj3858 + z.DecStructFieldNotFound(-1, yys3903) + } // end switch yys3903 + } // end for yyj3903 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48399,16 +48789,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj3910 int + var yyb3910 bool + var yyhl3910 bool = l >= 0 + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48418,13 +48808,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48432,16 +48822,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3867 := &x.Max - yyv3867.CodecDecodeSelf(d) + yyv3912 := &x.Max + yyv3912.CodecDecodeSelf(d) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48449,16 +48839,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3868 := &x.Min - yyv3868.CodecDecodeSelf(d) + yyv3913 := &x.Min + yyv3913.CodecDecodeSelf(d) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48466,16 +48856,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3869 := &x.Default - yyv3869.CodecDecodeSelf(d) + yyv3914 := &x.Default + yyv3914.CodecDecodeSelf(d) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48483,16 +48873,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3870 := &x.DefaultRequest - yyv3870.CodecDecodeSelf(d) + yyv3915 := &x.DefaultRequest + yyv3915.CodecDecodeSelf(d) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48500,21 +48890,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3871 := &x.MaxLimitRequestRatio - yyv3871.CodecDecodeSelf(d) + yyv3916 := &x.MaxLimitRequestRatio + yyv3916.CodecDecodeSelf(d) } for { - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3910++ + if yyhl3910 { + yyb3910 = yyj3910 > l } else { - yyb3865 = r.CheckBreak() + yyb3910 = r.CheckBreak() } - if yyb3865 { + if yyb3910 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3865-1, "") + z.DecStructFieldNotFound(yyj3910-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48526,36 +48916,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3872 := z.EncBinary() - _ = yym3872 + yym3917 := z.EncBinary() + _ = yym3917 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3873 := !z.EncBinary() - yy2arr3873 := z.EncBasicHandle().StructToArray - var yyq3873 [1]bool - _, _, _ = yysep3873, yyq3873, yy2arr3873 - const yyr3873 bool = false - var yynn3873 int - if yyr3873 || yy2arr3873 { + yysep3918 := !z.EncBinary() + yy2arr3918 := z.EncBasicHandle().StructToArray + var yyq3918 [1]bool + _, _, _ = yysep3918, yyq3918, yy2arr3918 + const yyr3918 bool = false + var yynn3918 int + if yyr3918 || yy2arr3918 { r.EncodeArrayStart(1) } else { - yynn3873 = 1 - for _, b := range yyq3873 { + yynn3918 = 1 + for _, b := range yyq3918 { if b { - yynn3873++ + yynn3918++ } } - r.EncodeMapStart(yynn3873) - yynn3873 = 0 + r.EncodeMapStart(yynn3918) + yynn3918 = 0 } - if yyr3873 || yy2arr3873 { + if yyr3918 || yy2arr3918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3875 := z.EncBinary() - _ = yym3875 + yym3920 := z.EncBinary() + _ = yym3920 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -48568,15 +48958,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3876 := z.EncBinary() - _ = yym3876 + yym3921 := z.EncBinary() + _ = yym3921 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3873 || yy2arr3873 { + if yyr3918 || yy2arr3918 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48589,25 +48979,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3877 := z.DecBinary() - _ = yym3877 + yym3922 := z.DecBinary() + _ = yym3922 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3878 := r.ContainerType() - if yyct3878 == codecSelferValueTypeMap1234 { - yyl3878 := r.ReadMapStart() - if yyl3878 == 0 { + yyct3923 := r.ContainerType() + if yyct3923 == codecSelferValueTypeMap1234 { + yyl3923 := r.ReadMapStart() + if yyl3923 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3878, d) + x.codecDecodeSelfFromMap(yyl3923, d) } - } else if yyct3878 == codecSelferValueTypeArray1234 { - yyl3878 := r.ReadArrayStart() - if yyl3878 == 0 { + } else if yyct3923 == codecSelferValueTypeArray1234 { + yyl3923 := r.ReadArrayStart() + if yyl3923 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3878, d) + x.codecDecodeSelfFromArray(yyl3923, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48619,12 +49009,12 @@ func (x *LimitRangeSpec) 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 yys3924Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3924Slc + var yyhl3924 bool = l >= 0 + for yyj3924 := 0; ; yyj3924++ { + if yyhl3924 { + if yyj3924 >= l { break } } else { @@ -48633,26 +49023,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3879Slc = r.DecodeBytes(yys3879Slc, true, true) - yys3879 := string(yys3879Slc) + yys3924Slc = r.DecodeBytes(yys3924Slc, true, true) + yys3924 := string(yys3924Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3879 { + switch yys3924 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3880 := &x.Limits - yym3881 := z.DecBinary() - _ = yym3881 + yyv3925 := &x.Limits + yym3926 := z.DecBinary() + _ = yym3926 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3880), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3925), d) } } default: - z.DecStructFieldNotFound(-1, yys3879) - } // end switch yys3879 - } // end for yyj3879 + z.DecStructFieldNotFound(-1, yys3924) + } // end switch yys3924 + } // end for yyj3924 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48660,16 +49050,16 @@ func (x *LimitRangeSpec) 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 yyj3927 int + var yyb3927 bool + var yyhl3927 bool = l >= 0 + yyj3927++ + if yyhl3927 { + yyb3927 = yyj3927 > l } else { - yyb3882 = r.CheckBreak() + yyb3927 = r.CheckBreak() } - if yyb3882 { + if yyb3927 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48677,26 +49067,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3883 := &x.Limits - yym3884 := z.DecBinary() - _ = yym3884 + yyv3928 := &x.Limits + yym3929 := z.DecBinary() + _ = yym3929 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3883), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3928), d) } } for { - yyj3882++ - if yyhl3882 { - yyb3882 = yyj3882 > l + yyj3927++ + if yyhl3927 { + yyb3927 = yyj3927 > l } else { - yyb3882 = r.CheckBreak() + yyb3927 = r.CheckBreak() } - if yyb3882 { + if yyb3927 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3882-1, "") + z.DecStructFieldNotFound(yyj3927-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48708,38 +49098,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3885 := z.EncBinary() - _ = yym3885 + yym3930 := z.EncBinary() + _ = yym3930 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3886 := !z.EncBinary() - yy2arr3886 := z.EncBasicHandle().StructToArray - var yyq3886 [4]bool - _, _, _ = yysep3886, yyq3886, yy2arr3886 - const yyr3886 bool = false - yyq3886[0] = x.Kind != "" - yyq3886[1] = x.APIVersion != "" - yyq3886[2] = true - yyq3886[3] = true - var yynn3886 int - if yyr3886 || yy2arr3886 { + 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 + yyq3931[3] = true + var yynn3931 int + if yyr3931 || yy2arr3931 { r.EncodeArrayStart(4) } else { - yynn3886 = 0 - for _, b := range yyq3886 { + yynn3931 = 0 + for _, b := range yyq3931 { if b { - yynn3886++ + yynn3931++ } } - r.EncodeMapStart(yynn3886) - yynn3886 = 0 + r.EncodeMapStart(yynn3931) + yynn3931 = 0 } - if yyr3886 || yy2arr3886 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[0] { - yym3888 := z.EncBinary() - _ = yym3888 + if yyq3931[0] { + yym3933 := z.EncBinary() + _ = yym3933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48748,23 +49138,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[0] { + if yyq3931[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3889 := z.EncBinary() - _ = yym3889 + yym3934 := z.EncBinary() + _ = yym3934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3886 || yy2arr3886 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[1] { - yym3891 := z.EncBinary() - _ = yym3891 + if yyq3931[1] { + yym3936 := z.EncBinary() + _ = yym3936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48773,53 +49163,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[1] { + if yyq3931[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3892 := z.EncBinary() - _ = yym3892 + yym3937 := z.EncBinary() + _ = yym3937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3886 || yy2arr3886 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[2] { - yy3894 := &x.ObjectMeta - yy3894.CodecEncodeSelf(e) + if yyq3931[2] { + yy3939 := &x.ObjectMeta + yy3939.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3886[2] { + if yyq3931[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3895 := &x.ObjectMeta - yy3895.CodecEncodeSelf(e) + yy3940 := &x.ObjectMeta + yy3940.CodecEncodeSelf(e) } } - if yyr3886 || yy2arr3886 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[3] { - yy3897 := &x.Spec - yy3897.CodecEncodeSelf(e) + if yyq3931[3] { + yy3942 := &x.Spec + yy3942.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3886[3] { + if yyq3931[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3898 := &x.Spec - yy3898.CodecEncodeSelf(e) + yy3943 := &x.Spec + yy3943.CodecEncodeSelf(e) } } - if yyr3886 || yy2arr3886 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48832,25 +49222,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3899 := z.DecBinary() - _ = yym3899 + yym3944 := z.DecBinary() + _ = yym3944 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3900 := r.ContainerType() - if yyct3900 == codecSelferValueTypeMap1234 { - yyl3900 := r.ReadMapStart() - if yyl3900 == 0 { + yyct3945 := r.ContainerType() + if yyct3945 == codecSelferValueTypeMap1234 { + yyl3945 := r.ReadMapStart() + if yyl3945 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3900, d) + x.codecDecodeSelfFromMap(yyl3945, d) } - } else if yyct3900 == codecSelferValueTypeArray1234 { - yyl3900 := r.ReadArrayStart() - if yyl3900 == 0 { + } else if yyct3945 == codecSelferValueTypeArray1234 { + yyl3945 := r.ReadArrayStart() + if yyl3945 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3900, d) + x.codecDecodeSelfFromArray(yyl3945, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48862,12 +49252,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3901Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3901Slc - var yyhl3901 bool = l >= 0 - for yyj3901 := 0; ; yyj3901++ { - if yyhl3901 { - if yyj3901 >= l { + var yys3946Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3946Slc + var yyhl3946 bool = l >= 0 + for yyj3946 := 0; ; yyj3946++ { + if yyhl3946 { + if yyj3946 >= l { break } } else { @@ -48876,10 +49266,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3901Slc = r.DecodeBytes(yys3901Slc, true, true) - yys3901 := string(yys3901Slc) + yys3946Slc = r.DecodeBytes(yys3946Slc, true, true) + yys3946 := string(yys3946Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3901 { + switch yys3946 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48896,20 +49286,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3904 := &x.ObjectMeta - yyv3904.CodecDecodeSelf(d) + yyv3949 := &x.ObjectMeta + yyv3949.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3905 := &x.Spec - yyv3905.CodecDecodeSelf(d) + yyv3950 := &x.Spec + yyv3950.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3901) - } // end switch yys3901 - } // end for yyj3901 + z.DecStructFieldNotFound(-1, yys3946) + } // end switch yys3946 + } // end for yyj3946 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48917,16 +49307,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3906 int - var yyb3906 bool - var yyhl3906 bool = l >= 0 - yyj3906++ - if yyhl3906 { - yyb3906 = yyj3906 > l + var yyj3951 int + var yyb3951 bool + var yyhl3951 bool = l >= 0 + yyj3951++ + if yyhl3951 { + yyb3951 = yyj3951 > l } else { - yyb3906 = r.CheckBreak() + yyb3951 = r.CheckBreak() } - if yyb3906 { + if yyb3951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48936,13 +49326,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3906++ - if yyhl3906 { - yyb3906 = yyj3906 > l + yyj3951++ + if yyhl3951 { + yyb3951 = yyj3951 > l } else { - yyb3906 = r.CheckBreak() + yyb3951 = r.CheckBreak() } - if yyb3906 { + if yyb3951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48952,13 +49342,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3906++ - if yyhl3906 { - yyb3906 = yyj3906 > l + yyj3951++ + if yyhl3951 { + yyb3951 = yyj3951 > l } else { - yyb3906 = r.CheckBreak() + yyb3951 = r.CheckBreak() } - if yyb3906 { + if yyb3951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48966,16 +49356,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3909 := &x.ObjectMeta - yyv3909.CodecDecodeSelf(d) + yyv3954 := &x.ObjectMeta + yyv3954.CodecDecodeSelf(d) } - yyj3906++ - if yyhl3906 { - yyb3906 = yyj3906 > l + yyj3951++ + if yyhl3951 { + yyb3951 = yyj3951 > l } else { - yyb3906 = r.CheckBreak() + yyb3951 = r.CheckBreak() } - if yyb3906 { + if yyb3951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48983,21 +49373,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3910 := &x.Spec - yyv3910.CodecDecodeSelf(d) + yyv3955 := &x.Spec + yyv3955.CodecDecodeSelf(d) } for { - yyj3906++ - if yyhl3906 { - yyb3906 = yyj3906 > l + yyj3951++ + if yyhl3951 { + yyb3951 = yyj3951 > l } else { - yyb3906 = r.CheckBreak() + yyb3951 = r.CheckBreak() } - if yyb3906 { + if yyb3951 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3906-1, "") + z.DecStructFieldNotFound(yyj3951-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49009,37 +49399,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3911 := z.EncBinary() - _ = yym3911 + yym3956 := z.EncBinary() + _ = yym3956 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3912 := !z.EncBinary() - yy2arr3912 := z.EncBasicHandle().StructToArray - var yyq3912 [4]bool - _, _, _ = yysep3912, yyq3912, yy2arr3912 - const yyr3912 bool = false - yyq3912[0] = x.Kind != "" - yyq3912[1] = x.APIVersion != "" - yyq3912[2] = true - var yynn3912 int - if yyr3912 || yy2arr3912 { + yysep3957 := !z.EncBinary() + yy2arr3957 := z.EncBasicHandle().StructToArray + var yyq3957 [4]bool + _, _, _ = yysep3957, yyq3957, yy2arr3957 + const yyr3957 bool = false + yyq3957[0] = x.Kind != "" + yyq3957[1] = x.APIVersion != "" + yyq3957[2] = true + var yynn3957 int + if yyr3957 || yy2arr3957 { r.EncodeArrayStart(4) } else { - yynn3912 = 1 - for _, b := range yyq3912 { + yynn3957 = 1 + for _, b := range yyq3957 { if b { - yynn3912++ + yynn3957++ } } - r.EncodeMapStart(yynn3912) - yynn3912 = 0 + r.EncodeMapStart(yynn3957) + yynn3957 = 0 } - if yyr3912 || yy2arr3912 { + if yyr3957 || yy2arr3957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3912[0] { - yym3914 := z.EncBinary() - _ = yym3914 + if yyq3957[0] { + yym3959 := z.EncBinary() + _ = yym3959 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49048,23 +49438,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3912[0] { + if yyq3957[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3915 := z.EncBinary() - _ = yym3915 + yym3960 := z.EncBinary() + _ = yym3960 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3912 || yy2arr3912 { + if yyr3957 || yy2arr3957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3912[1] { - yym3917 := z.EncBinary() - _ = yym3917 + if yyq3957[1] { + yym3962 := z.EncBinary() + _ = yym3962 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49073,54 +49463,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3912[1] { + if yyq3957[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3918 := z.EncBinary() - _ = yym3918 + yym3963 := z.EncBinary() + _ = yym3963 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3912 || yy2arr3912 { + if yyr3957 || yy2arr3957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3912[2] { - yy3920 := &x.ListMeta - yym3921 := z.EncBinary() - _ = yym3921 + if yyq3957[2] { + yy3965 := &x.ListMeta + yym3966 := z.EncBinary() + _ = yym3966 if false { - } else if z.HasExtensions() && z.EncExt(yy3920) { + } else if z.HasExtensions() && z.EncExt(yy3965) { } else { - z.EncFallback(yy3920) + z.EncFallback(yy3965) } } else { r.EncodeNil() } } else { - if yyq3912[2] { + if yyq3957[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3922 := &x.ListMeta - yym3923 := z.EncBinary() - _ = yym3923 + yy3967 := &x.ListMeta + yym3968 := z.EncBinary() + _ = yym3968 if false { - } else if z.HasExtensions() && z.EncExt(yy3922) { + } else if z.HasExtensions() && z.EncExt(yy3967) { } else { - z.EncFallback(yy3922) + z.EncFallback(yy3967) } } } - if yyr3912 || yy2arr3912 { + if yyr3957 || yy2arr3957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3925 := z.EncBinary() - _ = yym3925 + yym3970 := z.EncBinary() + _ = yym3970 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -49133,15 +49523,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3926 := z.EncBinary() - _ = yym3926 + yym3971 := z.EncBinary() + _ = yym3971 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3912 || yy2arr3912 { + if yyr3957 || yy2arr3957 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49154,25 +49544,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3927 := z.DecBinary() - _ = yym3927 + yym3972 := z.DecBinary() + _ = yym3972 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3928 := r.ContainerType() - if yyct3928 == codecSelferValueTypeMap1234 { - yyl3928 := r.ReadMapStart() - if yyl3928 == 0 { + yyct3973 := r.ContainerType() + if yyct3973 == codecSelferValueTypeMap1234 { + yyl3973 := r.ReadMapStart() + if yyl3973 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3928, d) + x.codecDecodeSelfFromMap(yyl3973, d) } - } else if yyct3928 == codecSelferValueTypeArray1234 { - yyl3928 := r.ReadArrayStart() - if yyl3928 == 0 { + } else if yyct3973 == codecSelferValueTypeArray1234 { + yyl3973 := r.ReadArrayStart() + if yyl3973 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3928, d) + x.codecDecodeSelfFromArray(yyl3973, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49184,12 +49574,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3929Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3929Slc - var yyhl3929 bool = l >= 0 - for yyj3929 := 0; ; yyj3929++ { - if yyhl3929 { - if yyj3929 >= 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 { @@ -49198,10 +49588,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3929Slc = r.DecodeBytes(yys3929Slc, true, true) - yys3929 := string(yys3929Slc) + yys3974Slc = r.DecodeBytes(yys3974Slc, true, true) + yys3974 := string(yys3974Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3929 { + switch yys3974 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49218,31 +49608,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3932 := &x.ListMeta - yym3933 := z.DecBinary() - _ = yym3933 + yyv3977 := &x.ListMeta + yym3978 := z.DecBinary() + _ = yym3978 if false { - } else if z.HasExtensions() && z.DecExt(yyv3932) { + } else if z.HasExtensions() && z.DecExt(yyv3977) { } else { - z.DecFallback(yyv3932, false) + z.DecFallback(yyv3977, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3934 := &x.Items - yym3935 := z.DecBinary() - _ = yym3935 + yyv3979 := &x.Items + yym3980 := z.DecBinary() + _ = yym3980 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3934), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3979), d) } } default: - z.DecStructFieldNotFound(-1, yys3929) - } // end switch yys3929 - } // end for yyj3929 + z.DecStructFieldNotFound(-1, yys3974) + } // end switch yys3974 + } // end for yyj3974 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49250,16 +49640,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3936 int - var yyb3936 bool - var yyhl3936 bool = l >= 0 - yyj3936++ - if yyhl3936 { - yyb3936 = yyj3936 > l + var yyj3981 int + var yyb3981 bool + var yyhl3981 bool = l >= 0 + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3936 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3936 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49269,13 +49659,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3936++ - if yyhl3936 { - yyb3936 = yyj3936 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3936 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3936 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49285,13 +49675,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3936++ - if yyhl3936 { - yyb3936 = yyj3936 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3936 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3936 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49299,22 +49689,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3939 := &x.ListMeta - yym3940 := z.DecBinary() - _ = yym3940 + yyv3984 := &x.ListMeta + yym3985 := z.DecBinary() + _ = yym3985 if false { - } else if z.HasExtensions() && z.DecExt(yyv3939) { + } else if z.HasExtensions() && z.DecExt(yyv3984) { } else { - z.DecFallback(yyv3939, false) + z.DecFallback(yyv3984, false) } } - yyj3936++ - if yyhl3936 { - yyb3936 = yyj3936 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3936 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3936 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49322,26 +49712,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3941 := &x.Items - yym3942 := z.DecBinary() - _ = yym3942 + yyv3986 := &x.Items + yym3987 := z.DecBinary() + _ = yym3987 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3941), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3986), d) } } for { - yyj3936++ - if yyhl3936 { - yyb3936 = yyj3936 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3936 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3936 { + if yyb3981 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3936-1, "") + z.DecStructFieldNotFound(yyj3981-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49350,8 +49740,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3943 := z.EncBinary() - _ = yym3943 + yym3988 := z.EncBinary() + _ = yym3988 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49363,8 +49753,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3944 := z.DecBinary() - _ = yym3944 + yym3989 := z.DecBinary() + _ = yym3989 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49379,34 +49769,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3945 := z.EncBinary() - _ = yym3945 + yym3990 := z.EncBinary() + _ = yym3990 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3946 := !z.EncBinary() - yy2arr3946 := z.EncBasicHandle().StructToArray - var yyq3946 [2]bool - _, _, _ = yysep3946, yyq3946, yy2arr3946 - const yyr3946 bool = false - yyq3946[0] = len(x.Hard) != 0 - yyq3946[1] = len(x.Scopes) != 0 - var yynn3946 int - if yyr3946 || yy2arr3946 { + yysep3991 := !z.EncBinary() + yy2arr3991 := z.EncBasicHandle().StructToArray + var yyq3991 [2]bool + _, _, _ = yysep3991, yyq3991, yy2arr3991 + const yyr3991 bool = false + yyq3991[0] = len(x.Hard) != 0 + yyq3991[1] = len(x.Scopes) != 0 + var yynn3991 int + if yyr3991 || yy2arr3991 { r.EncodeArrayStart(2) } else { - yynn3946 = 0 - for _, b := range yyq3946 { + yynn3991 = 0 + for _, b := range yyq3991 { if b { - yynn3946++ + yynn3991++ } } - r.EncodeMapStart(yynn3946) - yynn3946 = 0 + r.EncodeMapStart(yynn3991) + yynn3991 = 0 } - if yyr3946 || yy2arr3946 { + if yyr3991 || yy2arr3991 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3946[0] { + if yyq3991[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49416,7 +49806,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3946[0] { + if yyq3991[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49427,14 +49817,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3946 || yy2arr3946 { + if yyr3991 || yy2arr3991 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3946[1] { + if yyq3991[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym3949 := z.EncBinary() - _ = yym3949 + yym3994 := z.EncBinary() + _ = yym3994 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49444,15 +49834,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3946[1] { + if yyq3991[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym3950 := z.EncBinary() - _ = yym3950 + yym3995 := z.EncBinary() + _ = yym3995 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49460,7 +49850,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3946 || yy2arr3946 { + if yyr3991 || yy2arr3991 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49473,25 +49863,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3951 := z.DecBinary() - _ = yym3951 + yym3996 := z.DecBinary() + _ = yym3996 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3952 := r.ContainerType() - if yyct3952 == codecSelferValueTypeMap1234 { - yyl3952 := r.ReadMapStart() - if yyl3952 == 0 { + yyct3997 := r.ContainerType() + if yyct3997 == codecSelferValueTypeMap1234 { + yyl3997 := r.ReadMapStart() + if yyl3997 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3952, d) + x.codecDecodeSelfFromMap(yyl3997, d) } - } else if yyct3952 == codecSelferValueTypeArray1234 { - yyl3952 := r.ReadArrayStart() - if yyl3952 == 0 { + } else if yyct3997 == codecSelferValueTypeArray1234 { + yyl3997 := r.ReadArrayStart() + if yyl3997 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3952, d) + x.codecDecodeSelfFromArray(yyl3997, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49503,12 +49893,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3953Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3953Slc - var yyhl3953 bool = l >= 0 - for yyj3953 := 0; ; yyj3953++ { - if yyhl3953 { - if yyj3953 >= l { + var yys3998Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3998Slc + var yyhl3998 bool = l >= 0 + for yyj3998 := 0; ; yyj3998++ { + if yyhl3998 { + if yyj3998 >= l { break } } else { @@ -49517,33 +49907,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3953Slc = r.DecodeBytes(yys3953Slc, true, true) - yys3953 := string(yys3953Slc) + yys3998Slc = r.DecodeBytes(yys3998Slc, true, true) + yys3998 := string(yys3998Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3953 { + switch yys3998 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3954 := &x.Hard - yyv3954.CodecDecodeSelf(d) + yyv3999 := &x.Hard + yyv3999.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3955 := &x.Scopes - yym3956 := z.DecBinary() - _ = yym3956 + yyv4000 := &x.Scopes + yym4001 := z.DecBinary() + _ = yym4001 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3955), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4000), d) } } default: - z.DecStructFieldNotFound(-1, yys3953) - } // end switch yys3953 - } // end for yyj3953 + z.DecStructFieldNotFound(-1, yys3998) + } // end switch yys3998 + } // end for yyj3998 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49551,16 +49941,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3957 int - var yyb3957 bool - var yyhl3957 bool = l >= 0 - yyj3957++ - if yyhl3957 { - yyb3957 = yyj3957 > l + var yyj4002 int + var yyb4002 bool + var yyhl4002 bool = l >= 0 + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3957 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3957 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49568,16 +49958,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3958 := &x.Hard - yyv3958.CodecDecodeSelf(d) + yyv4003 := &x.Hard + yyv4003.CodecDecodeSelf(d) } - yyj3957++ - if yyhl3957 { - yyb3957 = yyj3957 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3957 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3957 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49585,26 +49975,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3959 := &x.Scopes - yym3960 := z.DecBinary() - _ = yym3960 + yyv4004 := &x.Scopes + yym4005 := z.DecBinary() + _ = yym4005 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3959), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4004), d) } } for { - yyj3957++ - if yyhl3957 { - yyb3957 = yyj3957 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3957 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3957 { + if yyb4002 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3957-1, "") + z.DecStructFieldNotFound(yyj4002-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49616,34 +50006,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3961 := z.EncBinary() - _ = yym3961 + yym4006 := z.EncBinary() + _ = yym4006 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3962 := !z.EncBinary() - yy2arr3962 := z.EncBasicHandle().StructToArray - var yyq3962 [2]bool - _, _, _ = yysep3962, yyq3962, yy2arr3962 - const yyr3962 bool = false - yyq3962[0] = len(x.Hard) != 0 - yyq3962[1] = len(x.Used) != 0 - var yynn3962 int - if yyr3962 || yy2arr3962 { + yysep4007 := !z.EncBinary() + yy2arr4007 := z.EncBasicHandle().StructToArray + var yyq4007 [2]bool + _, _, _ = yysep4007, yyq4007, yy2arr4007 + const yyr4007 bool = false + yyq4007[0] = len(x.Hard) != 0 + yyq4007[1] = len(x.Used) != 0 + var yynn4007 int + if yyr4007 || yy2arr4007 { r.EncodeArrayStart(2) } else { - yynn3962 = 0 - for _, b := range yyq3962 { + yynn4007 = 0 + for _, b := range yyq4007 { if b { - yynn3962++ + yynn4007++ } } - r.EncodeMapStart(yynn3962) - yynn3962 = 0 + r.EncodeMapStart(yynn4007) + yynn4007 = 0 } - if yyr3962 || yy2arr3962 { + if yyr4007 || yy2arr4007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3962[0] { + if yyq4007[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49653,7 +50043,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3962[0] { + if yyq4007[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49664,9 +50054,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3962 || yy2arr3962 { + if yyr4007 || yy2arr4007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3962[1] { + if yyq4007[1] { if x.Used == nil { r.EncodeNil() } else { @@ -49676,7 +50066,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3962[1] { + if yyq4007[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49687,7 +50077,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3962 || yy2arr3962 { + if yyr4007 || yy2arr4007 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49700,25 +50090,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3965 := z.DecBinary() - _ = yym3965 + yym4010 := z.DecBinary() + _ = yym4010 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3966 := r.ContainerType() - if yyct3966 == codecSelferValueTypeMap1234 { - yyl3966 := r.ReadMapStart() - if yyl3966 == 0 { + yyct4011 := r.ContainerType() + if yyct4011 == codecSelferValueTypeMap1234 { + yyl4011 := r.ReadMapStart() + if yyl4011 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3966, d) + x.codecDecodeSelfFromMap(yyl4011, d) } - } else if yyct3966 == codecSelferValueTypeArray1234 { - yyl3966 := r.ReadArrayStart() - if yyl3966 == 0 { + } else if yyct4011 == codecSelferValueTypeArray1234 { + yyl4011 := r.ReadArrayStart() + if yyl4011 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3966, d) + x.codecDecodeSelfFromArray(yyl4011, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49730,12 +50120,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3967Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3967Slc - var yyhl3967 bool = l >= 0 - for yyj3967 := 0; ; yyj3967++ { - if yyhl3967 { - if yyj3967 >= l { + var yys4012Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4012Slc + var yyhl4012 bool = l >= 0 + for yyj4012 := 0; ; yyj4012++ { + if yyhl4012 { + if yyj4012 >= l { break } } else { @@ -49744,28 +50134,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3967Slc = r.DecodeBytes(yys3967Slc, true, true) - yys3967 := string(yys3967Slc) + yys4012Slc = r.DecodeBytes(yys4012Slc, true, true) + yys4012 := string(yys4012Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3967 { + switch yys4012 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3968 := &x.Hard - yyv3968.CodecDecodeSelf(d) + yyv4013 := &x.Hard + yyv4013.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3969 := &x.Used - yyv3969.CodecDecodeSelf(d) + yyv4014 := &x.Used + yyv4014.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3967) - } // end switch yys3967 - } // end for yyj3967 + z.DecStructFieldNotFound(-1, yys4012) + } // end switch yys4012 + } // end for yyj4012 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49773,16 +50163,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3970 int - var yyb3970 bool - var yyhl3970 bool = l >= 0 - yyj3970++ - if yyhl3970 { - yyb3970 = yyj3970 > l + var yyj4015 int + var yyb4015 bool + var yyhl4015 bool = l >= 0 + yyj4015++ + if yyhl4015 { + yyb4015 = yyj4015 > l } else { - yyb3970 = r.CheckBreak() + yyb4015 = r.CheckBreak() } - if yyb3970 { + if yyb4015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49790,16 +50180,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3971 := &x.Hard - yyv3971.CodecDecodeSelf(d) + yyv4016 := &x.Hard + yyv4016.CodecDecodeSelf(d) } - yyj3970++ - if yyhl3970 { - yyb3970 = yyj3970 > l + yyj4015++ + if yyhl4015 { + yyb4015 = yyj4015 > l } else { - yyb3970 = r.CheckBreak() + yyb4015 = r.CheckBreak() } - if yyb3970 { + if yyb4015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49807,21 +50197,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3972 := &x.Used - yyv3972.CodecDecodeSelf(d) + yyv4017 := &x.Used + yyv4017.CodecDecodeSelf(d) } for { - yyj3970++ - if yyhl3970 { - yyb3970 = yyj3970 > l + yyj4015++ + if yyhl4015 { + yyb4015 = yyj4015 > l } else { - yyb3970 = r.CheckBreak() + yyb4015 = r.CheckBreak() } - if yyb3970 { + if yyb4015 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3970-1, "") + z.DecStructFieldNotFound(yyj4015-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49833,39 +50223,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3973 := z.EncBinary() - _ = yym3973 + yym4018 := z.EncBinary() + _ = yym4018 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3974 := !z.EncBinary() - yy2arr3974 := z.EncBasicHandle().StructToArray - var yyq3974 [5]bool - _, _, _ = yysep3974, yyq3974, yy2arr3974 - const yyr3974 bool = false - yyq3974[0] = x.Kind != "" - yyq3974[1] = x.APIVersion != "" - yyq3974[2] = true - yyq3974[3] = true - yyq3974[4] = true - var yynn3974 int - if yyr3974 || yy2arr3974 { + yysep4019 := !z.EncBinary() + yy2arr4019 := z.EncBasicHandle().StructToArray + var yyq4019 [5]bool + _, _, _ = yysep4019, yyq4019, yy2arr4019 + const yyr4019 bool = false + yyq4019[0] = x.Kind != "" + yyq4019[1] = x.APIVersion != "" + yyq4019[2] = true + yyq4019[3] = true + yyq4019[4] = true + var yynn4019 int + if yyr4019 || yy2arr4019 { r.EncodeArrayStart(5) } else { - yynn3974 = 0 - for _, b := range yyq3974 { + yynn4019 = 0 + for _, b := range yyq4019 { if b { - yynn3974++ + yynn4019++ } } - r.EncodeMapStart(yynn3974) - yynn3974 = 0 + r.EncodeMapStart(yynn4019) + yynn4019 = 0 } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3974[0] { - yym3976 := z.EncBinary() - _ = yym3976 + if yyq4019[0] { + yym4021 := z.EncBinary() + _ = yym4021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49874,23 +50264,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3974[0] { + if yyq4019[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3977 := z.EncBinary() - _ = yym3977 + yym4022 := z.EncBinary() + _ = yym4022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3974[1] { - yym3979 := z.EncBinary() - _ = yym3979 + if yyq4019[1] { + yym4024 := z.EncBinary() + _ = yym4024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49899,70 +50289,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3974[1] { + if yyq4019[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3980 := z.EncBinary() - _ = yym3980 + yym4025 := z.EncBinary() + _ = yym4025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3974[2] { - yy3982 := &x.ObjectMeta - yy3982.CodecEncodeSelf(e) + if yyq4019[2] { + yy4027 := &x.ObjectMeta + yy4027.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3974[2] { + if yyq4019[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3983 := &x.ObjectMeta - yy3983.CodecEncodeSelf(e) + yy4028 := &x.ObjectMeta + yy4028.CodecEncodeSelf(e) } } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3974[3] { - yy3985 := &x.Spec - yy3985.CodecEncodeSelf(e) + if yyq4019[3] { + yy4030 := &x.Spec + yy4030.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3974[3] { + if yyq4019[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3986 := &x.Spec - yy3986.CodecEncodeSelf(e) + yy4031 := &x.Spec + yy4031.CodecEncodeSelf(e) } } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3974[4] { - yy3988 := &x.Status - yy3988.CodecEncodeSelf(e) + if yyq4019[4] { + yy4033 := &x.Status + yy4033.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3974[4] { + if yyq4019[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3989 := &x.Status - yy3989.CodecEncodeSelf(e) + yy4034 := &x.Status + yy4034.CodecEncodeSelf(e) } } - if yyr3974 || yy2arr3974 { + if yyr4019 || yy2arr4019 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49975,25 +50365,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3990 := z.DecBinary() - _ = yym3990 + yym4035 := z.DecBinary() + _ = yym4035 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3991 := r.ContainerType() - if yyct3991 == codecSelferValueTypeMap1234 { - yyl3991 := r.ReadMapStart() - if yyl3991 == 0 { + yyct4036 := r.ContainerType() + if yyct4036 == codecSelferValueTypeMap1234 { + yyl4036 := r.ReadMapStart() + if yyl4036 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3991, d) + x.codecDecodeSelfFromMap(yyl4036, d) } - } else if yyct3991 == codecSelferValueTypeArray1234 { - yyl3991 := r.ReadArrayStart() - if yyl3991 == 0 { + } else if yyct4036 == codecSelferValueTypeArray1234 { + yyl4036 := r.ReadArrayStart() + if yyl4036 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3991, d) + x.codecDecodeSelfFromArray(yyl4036, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50005,12 +50395,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3992Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3992Slc - var yyhl3992 bool = l >= 0 - for yyj3992 := 0; ; yyj3992++ { - if yyhl3992 { - if yyj3992 >= l { + var yys4037Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4037Slc + var yyhl4037 bool = l >= 0 + for yyj4037 := 0; ; yyj4037++ { + if yyhl4037 { + if yyj4037 >= l { break } } else { @@ -50019,10 +50409,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3992Slc = r.DecodeBytes(yys3992Slc, true, true) - yys3992 := string(yys3992Slc) + yys4037Slc = r.DecodeBytes(yys4037Slc, true, true) + yys4037 := string(yys4037Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3992 { + switch yys4037 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50039,27 +50429,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3995 := &x.ObjectMeta - yyv3995.CodecDecodeSelf(d) + yyv4040 := &x.ObjectMeta + yyv4040.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3996 := &x.Spec - yyv3996.CodecDecodeSelf(d) + yyv4041 := &x.Spec + yyv4041.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3997 := &x.Status - yyv3997.CodecDecodeSelf(d) + yyv4042 := &x.Status + yyv4042.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3992) - } // end switch yys3992 - } // end for yyj3992 + z.DecStructFieldNotFound(-1, yys4037) + } // end switch yys4037 + } // end for yyj4037 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50067,16 +50457,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3998 int - var yyb3998 bool - var yyhl3998 bool = l >= 0 - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + var yyj4043 int + var yyb4043 bool + var yyhl4043 bool = l >= 0 + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50086,13 +50476,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50102,13 +50492,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50116,16 +50506,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4001 := &x.ObjectMeta - yyv4001.CodecDecodeSelf(d) + yyv4046 := &x.ObjectMeta + yyv4046.CodecDecodeSelf(d) } - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50133,16 +50523,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4002 := &x.Spec - yyv4002.CodecDecodeSelf(d) + yyv4047 := &x.Spec + yyv4047.CodecDecodeSelf(d) } - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50150,21 +50540,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4003 := &x.Status - yyv4003.CodecDecodeSelf(d) + yyv4048 := &x.Status + yyv4048.CodecDecodeSelf(d) } for { - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4043++ + if yyhl4043 { + yyb4043 = yyj4043 > l } else { - yyb3998 = r.CheckBreak() + yyb4043 = r.CheckBreak() } - if yyb3998 { + if yyb4043 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3998-1, "") + z.DecStructFieldNotFound(yyj4043-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50176,37 +50566,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4004 := z.EncBinary() - _ = yym4004 + yym4049 := z.EncBinary() + _ = yym4049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4005 := !z.EncBinary() - yy2arr4005 := z.EncBasicHandle().StructToArray - var yyq4005 [4]bool - _, _, _ = yysep4005, yyq4005, yy2arr4005 - const yyr4005 bool = false - yyq4005[0] = x.Kind != "" - yyq4005[1] = x.APIVersion != "" - yyq4005[2] = true - var yynn4005 int - if yyr4005 || yy2arr4005 { + yysep4050 := !z.EncBinary() + yy2arr4050 := z.EncBasicHandle().StructToArray + var yyq4050 [4]bool + _, _, _ = yysep4050, yyq4050, yy2arr4050 + const yyr4050 bool = false + yyq4050[0] = x.Kind != "" + yyq4050[1] = x.APIVersion != "" + yyq4050[2] = true + var yynn4050 int + if yyr4050 || yy2arr4050 { r.EncodeArrayStart(4) } else { - yynn4005 = 1 - for _, b := range yyq4005 { + yynn4050 = 1 + for _, b := range yyq4050 { if b { - yynn4005++ + yynn4050++ } } - r.EncodeMapStart(yynn4005) - yynn4005 = 0 + r.EncodeMapStart(yynn4050) + yynn4050 = 0 } - if yyr4005 || yy2arr4005 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4005[0] { - yym4007 := z.EncBinary() - _ = yym4007 + if yyq4050[0] { + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50215,23 +50605,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4005[0] { + if yyq4050[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4008 := z.EncBinary() - _ = yym4008 + yym4053 := z.EncBinary() + _ = yym4053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4005 || yy2arr4005 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4005[1] { - yym4010 := z.EncBinary() - _ = yym4010 + if yyq4050[1] { + yym4055 := z.EncBinary() + _ = yym4055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50240,54 +50630,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4005[1] { + if yyq4050[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4011 := z.EncBinary() - _ = yym4011 + yym4056 := z.EncBinary() + _ = yym4056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4005 || yy2arr4005 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4005[2] { - yy4013 := &x.ListMeta - yym4014 := z.EncBinary() - _ = yym4014 + if yyq4050[2] { + yy4058 := &x.ListMeta + yym4059 := z.EncBinary() + _ = yym4059 if false { - } else if z.HasExtensions() && z.EncExt(yy4013) { + } else if z.HasExtensions() && z.EncExt(yy4058) { } else { - z.EncFallback(yy4013) + z.EncFallback(yy4058) } } else { r.EncodeNil() } } else { - if yyq4005[2] { + if yyq4050[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4015 := &x.ListMeta - yym4016 := z.EncBinary() - _ = yym4016 + yy4060 := &x.ListMeta + yym4061 := z.EncBinary() + _ = yym4061 if false { - } else if z.HasExtensions() && z.EncExt(yy4015) { + } else if z.HasExtensions() && z.EncExt(yy4060) { } else { - z.EncFallback(yy4015) + z.EncFallback(yy4060) } } } - if yyr4005 || yy2arr4005 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4018 := z.EncBinary() - _ = yym4018 + yym4063 := z.EncBinary() + _ = yym4063 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -50300,15 +50690,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4019 := z.EncBinary() - _ = yym4019 + yym4064 := z.EncBinary() + _ = yym4064 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4005 || yy2arr4005 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50321,25 +50711,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4020 := z.DecBinary() - _ = yym4020 + yym4065 := z.DecBinary() + _ = yym4065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4021 := r.ContainerType() - if yyct4021 == codecSelferValueTypeMap1234 { - yyl4021 := r.ReadMapStart() - if yyl4021 == 0 { + yyct4066 := r.ContainerType() + if yyct4066 == codecSelferValueTypeMap1234 { + yyl4066 := r.ReadMapStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4021, d) + x.codecDecodeSelfFromMap(yyl4066, d) } - } else if yyct4021 == codecSelferValueTypeArray1234 { - yyl4021 := r.ReadArrayStart() - if yyl4021 == 0 { + } else if yyct4066 == codecSelferValueTypeArray1234 { + yyl4066 := r.ReadArrayStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4021, d) + x.codecDecodeSelfFromArray(yyl4066, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50351,12 +50741,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4022Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4022Slc - var yyhl4022 bool = l >= 0 - for yyj4022 := 0; ; yyj4022++ { - if yyhl4022 { - if yyj4022 >= l { + var yys4067Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4067Slc + var yyhl4067 bool = l >= 0 + for yyj4067 := 0; ; yyj4067++ { + if yyhl4067 { + if yyj4067 >= l { break } } else { @@ -50365,10 +50755,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4022Slc = r.DecodeBytes(yys4022Slc, true, true) - yys4022 := string(yys4022Slc) + yys4067Slc = r.DecodeBytes(yys4067Slc, true, true) + yys4067 := string(yys4067Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4022 { + switch yys4067 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50385,31 +50775,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4025 := &x.ListMeta - yym4026 := z.DecBinary() - _ = yym4026 + yyv4070 := &x.ListMeta + yym4071 := z.DecBinary() + _ = yym4071 if false { - } else if z.HasExtensions() && z.DecExt(yyv4025) { + } else if z.HasExtensions() && z.DecExt(yyv4070) { } else { - z.DecFallback(yyv4025, false) + z.DecFallback(yyv4070, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4027 := &x.Items - yym4028 := z.DecBinary() - _ = yym4028 + yyv4072 := &x.Items + yym4073 := z.DecBinary() + _ = yym4073 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4027), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4072), d) } } default: - z.DecStructFieldNotFound(-1, yys4022) - } // end switch yys4022 - } // end for yyj4022 + z.DecStructFieldNotFound(-1, yys4067) + } // end switch yys4067 + } // end for yyj4067 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50417,16 +50807,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4029 int - var yyb4029 bool - var yyhl4029 bool = l >= 0 - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + var yyj4074 int + var yyb4074 bool + var yyhl4074 bool = l >= 0 + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4029 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4029 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50436,13 +50826,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4029 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4029 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50452,13 +50842,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4029 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4029 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50466,22 +50856,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4032 := &x.ListMeta - yym4033 := z.DecBinary() - _ = yym4033 + yyv4077 := &x.ListMeta + yym4078 := z.DecBinary() + _ = yym4078 if false { - } else if z.HasExtensions() && z.DecExt(yyv4032) { + } else if z.HasExtensions() && z.DecExt(yyv4077) { } else { - z.DecFallback(yyv4032, false) + z.DecFallback(yyv4077, false) } } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4029 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4029 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50489,26 +50879,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4034 := &x.Items - yym4035 := z.DecBinary() - _ = yym4035 + yyv4079 := &x.Items + yym4080 := z.DecBinary() + _ = yym4080 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4034), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4079), d) } } for { - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4029 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4029 { + if yyb4074 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4029-1, "") + z.DecStructFieldNotFound(yyj4074-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50520,39 +50910,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4036 := z.EncBinary() - _ = yym4036 + yym4081 := z.EncBinary() + _ = yym4081 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4037 := !z.EncBinary() - yy2arr4037 := z.EncBasicHandle().StructToArray - var yyq4037 [5]bool - _, _, _ = yysep4037, yyq4037, yy2arr4037 - const yyr4037 bool = false - yyq4037[0] = x.Kind != "" - yyq4037[1] = x.APIVersion != "" - yyq4037[2] = true - yyq4037[3] = len(x.Data) != 0 - yyq4037[4] = x.Type != "" - var yynn4037 int - if yyr4037 || yy2arr4037 { + yysep4082 := !z.EncBinary() + yy2arr4082 := z.EncBasicHandle().StructToArray + var yyq4082 [5]bool + _, _, _ = yysep4082, yyq4082, yy2arr4082 + const yyr4082 bool = false + yyq4082[0] = x.Kind != "" + yyq4082[1] = x.APIVersion != "" + yyq4082[2] = true + yyq4082[3] = len(x.Data) != 0 + yyq4082[4] = x.Type != "" + var yynn4082 int + if yyr4082 || yy2arr4082 { r.EncodeArrayStart(5) } else { - yynn4037 = 0 - for _, b := range yyq4037 { + yynn4082 = 0 + for _, b := range yyq4082 { if b { - yynn4037++ + yynn4082++ } } - r.EncodeMapStart(yynn4037) - yynn4037 = 0 + r.EncodeMapStart(yynn4082) + yynn4082 = 0 } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4037[0] { - yym4039 := z.EncBinary() - _ = yym4039 + if yyq4082[0] { + yym4084 := z.EncBinary() + _ = yym4084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50561,23 +50951,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4037[0] { + if yyq4082[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4040 := z.EncBinary() - _ = yym4040 + yym4085 := z.EncBinary() + _ = yym4085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4037[1] { - yym4042 := z.EncBinary() - _ = yym4042 + if yyq4082[1] { + yym4087 := z.EncBinary() + _ = yym4087 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50586,43 +50976,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4037[1] { + if yyq4082[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4043 := z.EncBinary() - _ = yym4043 + yym4088 := z.EncBinary() + _ = yym4088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4037[2] { - yy4045 := &x.ObjectMeta - yy4045.CodecEncodeSelf(e) + if yyq4082[2] { + yy4090 := &x.ObjectMeta + yy4090.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4037[2] { + if yyq4082[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4046 := &x.ObjectMeta - yy4046.CodecEncodeSelf(e) + yy4091 := &x.ObjectMeta + yy4091.CodecEncodeSelf(e) } } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4037[3] { + if yyq4082[3] { if x.Data == nil { r.EncodeNil() } else { - yym4048 := z.EncBinary() - _ = yym4048 + yym4093 := z.EncBinary() + _ = yym4093 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50632,15 +51022,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4037[3] { + if yyq4082[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4049 := z.EncBinary() - _ = yym4049 + yym4094 := z.EncBinary() + _ = yym4094 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50648,22 +51038,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4037[4] { + if yyq4082[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4037[4] { + if yyq4082[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4037 || yy2arr4037 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50676,25 +51066,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4051 := z.DecBinary() - _ = yym4051 + yym4096 := z.DecBinary() + _ = yym4096 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4052 := r.ContainerType() - if yyct4052 == codecSelferValueTypeMap1234 { - yyl4052 := r.ReadMapStart() - if yyl4052 == 0 { + yyct4097 := r.ContainerType() + if yyct4097 == codecSelferValueTypeMap1234 { + yyl4097 := r.ReadMapStart() + if yyl4097 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4052, d) + x.codecDecodeSelfFromMap(yyl4097, d) } - } else if yyct4052 == codecSelferValueTypeArray1234 { - yyl4052 := r.ReadArrayStart() - if yyl4052 == 0 { + } else if yyct4097 == codecSelferValueTypeArray1234 { + yyl4097 := r.ReadArrayStart() + if yyl4097 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4052, d) + x.codecDecodeSelfFromArray(yyl4097, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50706,12 +51096,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4053Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4053Slc - var yyhl4053 bool = l >= 0 - for yyj4053 := 0; ; yyj4053++ { - if yyhl4053 { - if yyj4053 >= l { + var yys4098Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4098Slc + var yyhl4098 bool = l >= 0 + for yyj4098 := 0; ; yyj4098++ { + if yyhl4098 { + if yyj4098 >= l { break } } else { @@ -50720,10 +51110,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4053Slc = r.DecodeBytes(yys4053Slc, true, true) - yys4053 := string(yys4053Slc) + yys4098Slc = r.DecodeBytes(yys4098Slc, true, true) + yys4098 := string(yys4098Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4053 { + switch yys4098 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50740,19 +51130,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4056 := &x.ObjectMeta - yyv4056.CodecDecodeSelf(d) + yyv4101 := &x.ObjectMeta + yyv4101.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4057 := &x.Data - yym4058 := z.DecBinary() - _ = yym4058 + yyv4102 := &x.Data + yym4103 := z.DecBinary() + _ = yym4103 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4057), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4102), d) } } case "type": @@ -50762,9 +51152,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4053) - } // end switch yys4053 - } // end for yyj4053 + z.DecStructFieldNotFound(-1, yys4098) + } // end switch yys4098 + } // end for yyj4098 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50772,16 +51162,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4060 int - var yyb4060 bool - var yyhl4060 bool = l >= 0 - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + var yyj4105 int + var yyb4105 bool + var yyhl4105 bool = l >= 0 + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50791,13 +51181,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50807,13 +51197,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50821,16 +51211,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4063 := &x.ObjectMeta - yyv4063.CodecDecodeSelf(d) + yyv4108 := &x.ObjectMeta + yyv4108.CodecDecodeSelf(d) } - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50838,21 +51228,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4064 := &x.Data - yym4065 := z.DecBinary() - _ = yym4065 + yyv4109 := &x.Data + yym4110 := z.DecBinary() + _ = yym4110 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4064), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4109), d) } } - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50863,17 +51253,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4060++ - if yyhl4060 { - yyb4060 = yyj4060 > l + yyj4105++ + if yyhl4105 { + yyb4105 = yyj4105 > l } else { - yyb4060 = r.CheckBreak() + yyb4105 = r.CheckBreak() } - if yyb4060 { + if yyb4105 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4060-1, "") + z.DecStructFieldNotFound(yyj4105-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50882,8 +51272,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4067 := z.EncBinary() - _ = yym4067 + yym4112 := z.EncBinary() + _ = yym4112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50895,8 +51285,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4068 := z.DecBinary() - _ = yym4068 + yym4113 := z.DecBinary() + _ = yym4113 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50911,37 +51301,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4069 := z.EncBinary() - _ = yym4069 + yym4114 := z.EncBinary() + _ = yym4114 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4070 := !z.EncBinary() - yy2arr4070 := z.EncBasicHandle().StructToArray - var yyq4070 [4]bool - _, _, _ = yysep4070, yyq4070, yy2arr4070 - const yyr4070 bool = false - yyq4070[0] = x.Kind != "" - yyq4070[1] = x.APIVersion != "" - yyq4070[2] = true - var yynn4070 int - if yyr4070 || yy2arr4070 { + yysep4115 := !z.EncBinary() + yy2arr4115 := z.EncBasicHandle().StructToArray + var yyq4115 [4]bool + _, _, _ = yysep4115, yyq4115, yy2arr4115 + const yyr4115 bool = false + yyq4115[0] = x.Kind != "" + yyq4115[1] = x.APIVersion != "" + yyq4115[2] = true + var yynn4115 int + if yyr4115 || yy2arr4115 { r.EncodeArrayStart(4) } else { - yynn4070 = 1 - for _, b := range yyq4070 { + yynn4115 = 1 + for _, b := range yyq4115 { if b { - yynn4070++ + yynn4115++ } } - r.EncodeMapStart(yynn4070) - yynn4070 = 0 + r.EncodeMapStart(yynn4115) + yynn4115 = 0 } - if yyr4070 || yy2arr4070 { + if yyr4115 || yy2arr4115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4070[0] { - yym4072 := z.EncBinary() - _ = yym4072 + if yyq4115[0] { + yym4117 := z.EncBinary() + _ = yym4117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50950,23 +51340,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4070[0] { + if yyq4115[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4073 := z.EncBinary() - _ = yym4073 + yym4118 := z.EncBinary() + _ = yym4118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4070 || yy2arr4070 { + if yyr4115 || yy2arr4115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4070[1] { - yym4075 := z.EncBinary() - _ = yym4075 + if yyq4115[1] { + yym4120 := z.EncBinary() + _ = yym4120 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50975,54 +51365,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4070[1] { + if yyq4115[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4076 := z.EncBinary() - _ = yym4076 + yym4121 := z.EncBinary() + _ = yym4121 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4070 || yy2arr4070 { + if yyr4115 || yy2arr4115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4070[2] { - yy4078 := &x.ListMeta - yym4079 := z.EncBinary() - _ = yym4079 + if yyq4115[2] { + yy4123 := &x.ListMeta + yym4124 := z.EncBinary() + _ = yym4124 if false { - } else if z.HasExtensions() && z.EncExt(yy4078) { + } else if z.HasExtensions() && z.EncExt(yy4123) { } else { - z.EncFallback(yy4078) + z.EncFallback(yy4123) } } else { r.EncodeNil() } } else { - if yyq4070[2] { + if yyq4115[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4080 := &x.ListMeta - yym4081 := z.EncBinary() - _ = yym4081 + yy4125 := &x.ListMeta + yym4126 := z.EncBinary() + _ = yym4126 if false { - } else if z.HasExtensions() && z.EncExt(yy4080) { + } else if z.HasExtensions() && z.EncExt(yy4125) { } else { - z.EncFallback(yy4080) + z.EncFallback(yy4125) } } } - if yyr4070 || yy2arr4070 { + if yyr4115 || yy2arr4115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4083 := z.EncBinary() - _ = yym4083 + yym4128 := z.EncBinary() + _ = yym4128 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -51035,15 +51425,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4084 := z.EncBinary() - _ = yym4084 + yym4129 := z.EncBinary() + _ = yym4129 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4070 || yy2arr4070 { + if yyr4115 || yy2arr4115 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51056,25 +51446,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4085 := z.DecBinary() - _ = yym4085 + yym4130 := z.DecBinary() + _ = yym4130 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4086 := r.ContainerType() - if yyct4086 == codecSelferValueTypeMap1234 { - yyl4086 := r.ReadMapStart() - if yyl4086 == 0 { + yyct4131 := r.ContainerType() + if yyct4131 == codecSelferValueTypeMap1234 { + yyl4131 := r.ReadMapStart() + if yyl4131 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4086, d) + x.codecDecodeSelfFromMap(yyl4131, d) } - } else if yyct4086 == codecSelferValueTypeArray1234 { - yyl4086 := r.ReadArrayStart() - if yyl4086 == 0 { + } else if yyct4131 == codecSelferValueTypeArray1234 { + yyl4131 := r.ReadArrayStart() + if yyl4131 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4086, d) + x.codecDecodeSelfFromArray(yyl4131, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51086,12 +51476,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4087Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4087Slc - var yyhl4087 bool = l >= 0 - for yyj4087 := 0; ; yyj4087++ { - if yyhl4087 { - if yyj4087 >= l { + var yys4132Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4132Slc + var yyhl4132 bool = l >= 0 + for yyj4132 := 0; ; yyj4132++ { + if yyhl4132 { + if yyj4132 >= l { break } } else { @@ -51100,10 +51490,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4087Slc = r.DecodeBytes(yys4087Slc, true, true) - yys4087 := string(yys4087Slc) + yys4132Slc = r.DecodeBytes(yys4132Slc, true, true) + yys4132 := string(yys4132Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4087 { + switch yys4132 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51120,31 +51510,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4090 := &x.ListMeta - yym4091 := z.DecBinary() - _ = yym4091 + yyv4135 := &x.ListMeta + yym4136 := z.DecBinary() + _ = yym4136 if false { - } else if z.HasExtensions() && z.DecExt(yyv4090) { + } else if z.HasExtensions() && z.DecExt(yyv4135) { } else { - z.DecFallback(yyv4090, false) + z.DecFallback(yyv4135, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4092 := &x.Items - yym4093 := z.DecBinary() - _ = yym4093 + yyv4137 := &x.Items + yym4138 := z.DecBinary() + _ = yym4138 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4092), d) + h.decSliceSecret((*[]Secret)(yyv4137), d) } } default: - z.DecStructFieldNotFound(-1, yys4087) - } // end switch yys4087 - } // end for yyj4087 + z.DecStructFieldNotFound(-1, yys4132) + } // end switch yys4132 + } // end for yyj4132 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51152,16 +51542,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4094 int - var yyb4094 bool - var yyhl4094 bool = l >= 0 - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + var yyj4139 int + var yyb4139 bool + var yyhl4139 bool = l >= 0 + yyj4139++ + if yyhl4139 { + yyb4139 = yyj4139 > l } else { - yyb4094 = r.CheckBreak() + yyb4139 = r.CheckBreak() } - if yyb4094 { + if yyb4139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51171,13 +51561,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4139++ + if yyhl4139 { + yyb4139 = yyj4139 > l } else { - yyb4094 = r.CheckBreak() + yyb4139 = r.CheckBreak() } - if yyb4094 { + if yyb4139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51187,13 +51577,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4139++ + if yyhl4139 { + yyb4139 = yyj4139 > l } else { - yyb4094 = r.CheckBreak() + yyb4139 = r.CheckBreak() } - if yyb4094 { + if yyb4139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51201,22 +51591,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4097 := &x.ListMeta - yym4098 := z.DecBinary() - _ = yym4098 + yyv4142 := &x.ListMeta + yym4143 := z.DecBinary() + _ = yym4143 if false { - } else if z.HasExtensions() && z.DecExt(yyv4097) { + } else if z.HasExtensions() && z.DecExt(yyv4142) { } else { - z.DecFallback(yyv4097, false) + z.DecFallback(yyv4142, false) } } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4139++ + if yyhl4139 { + yyb4139 = yyj4139 > l } else { - yyb4094 = r.CheckBreak() + yyb4139 = r.CheckBreak() } - if yyb4094 { + if yyb4139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51224,26 +51614,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4099 := &x.Items - yym4100 := z.DecBinary() - _ = yym4100 + yyv4144 := &x.Items + yym4145 := z.DecBinary() + _ = yym4145 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4099), d) + h.decSliceSecret((*[]Secret)(yyv4144), d) } } for { - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4139++ + if yyhl4139 { + yyb4139 = yyj4139 > l } else { - yyb4094 = r.CheckBreak() + yyb4139 = r.CheckBreak() } - if yyb4094 { + if yyb4139 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4094-1, "") + z.DecStructFieldNotFound(yyj4139-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51255,38 +51645,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4101 := z.EncBinary() - _ = yym4101 + yym4146 := z.EncBinary() + _ = yym4146 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4102 := !z.EncBinary() - yy2arr4102 := z.EncBasicHandle().StructToArray - var yyq4102 [4]bool - _, _, _ = yysep4102, yyq4102, yy2arr4102 - const yyr4102 bool = false - yyq4102[0] = x.Kind != "" - yyq4102[1] = x.APIVersion != "" - yyq4102[2] = true - yyq4102[3] = len(x.Data) != 0 - var yynn4102 int - if yyr4102 || yy2arr4102 { + yysep4147 := !z.EncBinary() + yy2arr4147 := z.EncBasicHandle().StructToArray + var yyq4147 [4]bool + _, _, _ = yysep4147, yyq4147, yy2arr4147 + const yyr4147 bool = false + yyq4147[0] = x.Kind != "" + yyq4147[1] = x.APIVersion != "" + yyq4147[2] = true + yyq4147[3] = len(x.Data) != 0 + var yynn4147 int + if yyr4147 || yy2arr4147 { r.EncodeArrayStart(4) } else { - yynn4102 = 0 - for _, b := range yyq4102 { + yynn4147 = 0 + for _, b := range yyq4147 { if b { - yynn4102++ + yynn4147++ } } - r.EncodeMapStart(yynn4102) - yynn4102 = 0 + r.EncodeMapStart(yynn4147) + yynn4147 = 0 } - if yyr4102 || yy2arr4102 { + if yyr4147 || yy2arr4147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4102[0] { - yym4104 := z.EncBinary() - _ = yym4104 + if yyq4147[0] { + yym4149 := z.EncBinary() + _ = yym4149 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51295,23 +51685,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4102[0] { + if yyq4147[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4105 := z.EncBinary() - _ = yym4105 + yym4150 := z.EncBinary() + _ = yym4150 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4102 || yy2arr4102 { + if yyr4147 || yy2arr4147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4102[1] { - yym4107 := z.EncBinary() - _ = yym4107 + if yyq4147[1] { + yym4152 := z.EncBinary() + _ = yym4152 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51320,43 +51710,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4102[1] { + if yyq4147[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4108 := z.EncBinary() - _ = yym4108 + yym4153 := z.EncBinary() + _ = yym4153 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4102 || yy2arr4102 { + if yyr4147 || yy2arr4147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4102[2] { - yy4110 := &x.ObjectMeta - yy4110.CodecEncodeSelf(e) + if yyq4147[2] { + yy4155 := &x.ObjectMeta + yy4155.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4102[2] { + if yyq4147[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4111 := &x.ObjectMeta - yy4111.CodecEncodeSelf(e) + yy4156 := &x.ObjectMeta + yy4156.CodecEncodeSelf(e) } } - if yyr4102 || yy2arr4102 { + if yyr4147 || yy2arr4147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4102[3] { + if yyq4147[3] { if x.Data == nil { r.EncodeNil() } else { - yym4113 := z.EncBinary() - _ = yym4113 + yym4158 := z.EncBinary() + _ = yym4158 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51366,15 +51756,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4102[3] { + if yyq4147[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4114 := z.EncBinary() - _ = yym4114 + yym4159 := z.EncBinary() + _ = yym4159 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51382,7 +51772,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4102 || yy2arr4102 { + if yyr4147 || yy2arr4147 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51395,25 +51785,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4115 := z.DecBinary() - _ = yym4115 + yym4160 := z.DecBinary() + _ = yym4160 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4116 := r.ContainerType() - if yyct4116 == codecSelferValueTypeMap1234 { - yyl4116 := r.ReadMapStart() - if yyl4116 == 0 { + yyct4161 := r.ContainerType() + if yyct4161 == codecSelferValueTypeMap1234 { + yyl4161 := r.ReadMapStart() + if yyl4161 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4116, d) + x.codecDecodeSelfFromMap(yyl4161, d) } - } else if yyct4116 == codecSelferValueTypeArray1234 { - yyl4116 := r.ReadArrayStart() - if yyl4116 == 0 { + } else if yyct4161 == codecSelferValueTypeArray1234 { + yyl4161 := r.ReadArrayStart() + if yyl4161 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4116, d) + x.codecDecodeSelfFromArray(yyl4161, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51425,12 +51815,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4117Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4117Slc - var yyhl4117 bool = l >= 0 - for yyj4117 := 0; ; yyj4117++ { - if yyhl4117 { - if yyj4117 >= l { + var yys4162Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4162Slc + var yyhl4162 bool = l >= 0 + for yyj4162 := 0; ; yyj4162++ { + if yyhl4162 { + if yyj4162 >= l { break } } else { @@ -51439,10 +51829,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4117Slc = r.DecodeBytes(yys4117Slc, true, true) - yys4117 := string(yys4117Slc) + yys4162Slc = r.DecodeBytes(yys4162Slc, true, true) + yys4162 := string(yys4162Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4117 { + switch yys4162 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51459,25 +51849,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4120 := &x.ObjectMeta - yyv4120.CodecDecodeSelf(d) + yyv4165 := &x.ObjectMeta + yyv4165.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4121 := &x.Data - yym4122 := z.DecBinary() - _ = yym4122 + yyv4166 := &x.Data + yym4167 := z.DecBinary() + _ = yym4167 if false { } else { - z.F.DecMapStringStringX(yyv4121, false, d) + z.F.DecMapStringStringX(yyv4166, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4117) - } // end switch yys4117 - } // end for yyj4117 + z.DecStructFieldNotFound(-1, yys4162) + } // end switch yys4162 + } // end for yyj4162 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51485,16 +51875,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4123 int - var yyb4123 bool - var yyhl4123 bool = l >= 0 - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l + var yyj4168 int + var yyb4168 bool + var yyhl4168 bool = l >= 0 + yyj4168++ + if yyhl4168 { + yyb4168 = yyj4168 > l } else { - yyb4123 = r.CheckBreak() + yyb4168 = r.CheckBreak() } - if yyb4123 { + if yyb4168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51504,13 +51894,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l + yyj4168++ + if yyhl4168 { + yyb4168 = yyj4168 > l } else { - yyb4123 = r.CheckBreak() + yyb4168 = r.CheckBreak() } - if yyb4123 { + if yyb4168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51520,13 +51910,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l + yyj4168++ + if yyhl4168 { + yyb4168 = yyj4168 > l } else { - yyb4123 = r.CheckBreak() + yyb4168 = r.CheckBreak() } - if yyb4123 { + if yyb4168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51534,16 +51924,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4126 := &x.ObjectMeta - yyv4126.CodecDecodeSelf(d) + yyv4171 := &x.ObjectMeta + yyv4171.CodecDecodeSelf(d) } - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l + yyj4168++ + if yyhl4168 { + yyb4168 = yyj4168 > l } else { - yyb4123 = r.CheckBreak() + yyb4168 = r.CheckBreak() } - if yyb4123 { + if yyb4168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51551,26 +51941,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4127 := &x.Data - yym4128 := z.DecBinary() - _ = yym4128 + yyv4172 := &x.Data + yym4173 := z.DecBinary() + _ = yym4173 if false { } else { - z.F.DecMapStringStringX(yyv4127, false, d) + z.F.DecMapStringStringX(yyv4172, false, d) } } for { - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l + yyj4168++ + if yyhl4168 { + yyb4168 = yyj4168 > l } else { - yyb4123 = r.CheckBreak() + yyb4168 = r.CheckBreak() } - if yyb4123 { + if yyb4168 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4123-1, "") + z.DecStructFieldNotFound(yyj4168-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51582,37 +51972,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4129 := z.EncBinary() - _ = yym4129 + yym4174 := z.EncBinary() + _ = yym4174 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4130 := !z.EncBinary() - yy2arr4130 := z.EncBasicHandle().StructToArray - var yyq4130 [4]bool - _, _, _ = yysep4130, yyq4130, yy2arr4130 - const yyr4130 bool = false - yyq4130[0] = x.Kind != "" - yyq4130[1] = x.APIVersion != "" - yyq4130[2] = true - var yynn4130 int - if yyr4130 || yy2arr4130 { + yysep4175 := !z.EncBinary() + yy2arr4175 := z.EncBasicHandle().StructToArray + var yyq4175 [4]bool + _, _, _ = yysep4175, yyq4175, yy2arr4175 + const yyr4175 bool = false + yyq4175[0] = x.Kind != "" + yyq4175[1] = x.APIVersion != "" + yyq4175[2] = true + var yynn4175 int + if yyr4175 || yy2arr4175 { r.EncodeArrayStart(4) } else { - yynn4130 = 1 - for _, b := range yyq4130 { + yynn4175 = 1 + for _, b := range yyq4175 { if b { - yynn4130++ + yynn4175++ } } - r.EncodeMapStart(yynn4130) - yynn4130 = 0 + r.EncodeMapStart(yynn4175) + yynn4175 = 0 } - if yyr4130 || yy2arr4130 { + if yyr4175 || yy2arr4175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4130[0] { - yym4132 := z.EncBinary() - _ = yym4132 + if yyq4175[0] { + yym4177 := z.EncBinary() + _ = yym4177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51621,23 +52011,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4130[0] { + if yyq4175[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4133 := z.EncBinary() - _ = yym4133 + yym4178 := z.EncBinary() + _ = yym4178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4130 || yy2arr4130 { + if yyr4175 || yy2arr4175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4130[1] { - yym4135 := z.EncBinary() - _ = yym4135 + if yyq4175[1] { + yym4180 := z.EncBinary() + _ = yym4180 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51646,54 +52036,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4130[1] { + if yyq4175[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4136 := z.EncBinary() - _ = yym4136 + yym4181 := z.EncBinary() + _ = yym4181 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4130 || yy2arr4130 { + if yyr4175 || yy2arr4175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4130[2] { - yy4138 := &x.ListMeta - yym4139 := z.EncBinary() - _ = yym4139 + if yyq4175[2] { + yy4183 := &x.ListMeta + yym4184 := z.EncBinary() + _ = yym4184 if false { - } else if z.HasExtensions() && z.EncExt(yy4138) { + } else if z.HasExtensions() && z.EncExt(yy4183) { } else { - z.EncFallback(yy4138) + z.EncFallback(yy4183) } } else { r.EncodeNil() } } else { - if yyq4130[2] { + if yyq4175[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4140 := &x.ListMeta - yym4141 := z.EncBinary() - _ = yym4141 + yy4185 := &x.ListMeta + yym4186 := z.EncBinary() + _ = yym4186 if false { - } else if z.HasExtensions() && z.EncExt(yy4140) { + } else if z.HasExtensions() && z.EncExt(yy4185) { } else { - z.EncFallback(yy4140) + z.EncFallback(yy4185) } } } - if yyr4130 || yy2arr4130 { + if yyr4175 || yy2arr4175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4143 := z.EncBinary() - _ = yym4143 + yym4188 := z.EncBinary() + _ = yym4188 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -51706,15 +52096,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4144 := z.EncBinary() - _ = yym4144 + yym4189 := z.EncBinary() + _ = yym4189 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4130 || yy2arr4130 { + if yyr4175 || yy2arr4175 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51727,25 +52117,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4145 := z.DecBinary() - _ = yym4145 + yym4190 := z.DecBinary() + _ = yym4190 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4146 := r.ContainerType() - if yyct4146 == codecSelferValueTypeMap1234 { - yyl4146 := r.ReadMapStart() - if yyl4146 == 0 { + yyct4191 := r.ContainerType() + if yyct4191 == codecSelferValueTypeMap1234 { + yyl4191 := r.ReadMapStart() + if yyl4191 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4146, d) + x.codecDecodeSelfFromMap(yyl4191, d) } - } else if yyct4146 == codecSelferValueTypeArray1234 { - yyl4146 := r.ReadArrayStart() - if yyl4146 == 0 { + } else if yyct4191 == codecSelferValueTypeArray1234 { + yyl4191 := r.ReadArrayStart() + if yyl4191 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4146, d) + x.codecDecodeSelfFromArray(yyl4191, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51757,12 +52147,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4147Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4147Slc - var yyhl4147 bool = l >= 0 - for yyj4147 := 0; ; yyj4147++ { - if yyhl4147 { - if yyj4147 >= l { + var yys4192Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4192Slc + var yyhl4192 bool = l >= 0 + for yyj4192 := 0; ; yyj4192++ { + if yyhl4192 { + if yyj4192 >= l { break } } else { @@ -51771,10 +52161,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4147Slc = r.DecodeBytes(yys4147Slc, true, true) - yys4147 := string(yys4147Slc) + yys4192Slc = r.DecodeBytes(yys4192Slc, true, true) + yys4192 := string(yys4192Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4147 { + switch yys4192 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51791,31 +52181,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4150 := &x.ListMeta - yym4151 := z.DecBinary() - _ = yym4151 + yyv4195 := &x.ListMeta + yym4196 := z.DecBinary() + _ = yym4196 if false { - } else if z.HasExtensions() && z.DecExt(yyv4150) { + } else if z.HasExtensions() && z.DecExt(yyv4195) { } else { - z.DecFallback(yyv4150, false) + z.DecFallback(yyv4195, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4152 := &x.Items - yym4153 := z.DecBinary() - _ = yym4153 + yyv4197 := &x.Items + yym4198 := z.DecBinary() + _ = yym4198 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4152), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4197), d) } } default: - z.DecStructFieldNotFound(-1, yys4147) - } // end switch yys4147 - } // end for yyj4147 + z.DecStructFieldNotFound(-1, yys4192) + } // end switch yys4192 + } // end for yyj4192 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51823,16 +52213,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4154 int - var yyb4154 bool - var yyhl4154 bool = l >= 0 - yyj4154++ - if yyhl4154 { - yyb4154 = yyj4154 > l + var yyj4199 int + var yyb4199 bool + var yyhl4199 bool = l >= 0 + yyj4199++ + if yyhl4199 { + yyb4199 = yyj4199 > l } else { - yyb4154 = r.CheckBreak() + yyb4199 = r.CheckBreak() } - if yyb4154 { + if yyb4199 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51842,13 +52232,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4154++ - if yyhl4154 { - yyb4154 = yyj4154 > l + yyj4199++ + if yyhl4199 { + yyb4199 = yyj4199 > l } else { - yyb4154 = r.CheckBreak() + yyb4199 = r.CheckBreak() } - if yyb4154 { + if yyb4199 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51858,13 +52248,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4154++ - if yyhl4154 { - yyb4154 = yyj4154 > l + yyj4199++ + if yyhl4199 { + yyb4199 = yyj4199 > l } else { - yyb4154 = r.CheckBreak() + yyb4199 = r.CheckBreak() } - if yyb4154 { + if yyb4199 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51872,22 +52262,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4157 := &x.ListMeta - yym4158 := z.DecBinary() - _ = yym4158 + yyv4202 := &x.ListMeta + yym4203 := z.DecBinary() + _ = yym4203 if false { - } else if z.HasExtensions() && z.DecExt(yyv4157) { + } else if z.HasExtensions() && z.DecExt(yyv4202) { } else { - z.DecFallback(yyv4157, false) + z.DecFallback(yyv4202, false) } } - yyj4154++ - if yyhl4154 { - yyb4154 = yyj4154 > l + yyj4199++ + if yyhl4199 { + yyb4199 = yyj4199 > l } else { - yyb4154 = r.CheckBreak() + yyb4199 = r.CheckBreak() } - if yyb4154 { + if yyb4199 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51895,26 +52285,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4159 := &x.Items - yym4160 := z.DecBinary() - _ = yym4160 + yyv4204 := &x.Items + yym4205 := z.DecBinary() + _ = yym4205 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4159), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4204), d) } } for { - yyj4154++ - if yyhl4154 { - yyb4154 = yyj4154 > l + yyj4199++ + if yyhl4199 { + yyb4199 = yyj4199 > l } else { - yyb4154 = r.CheckBreak() + yyb4199 = r.CheckBreak() } - if yyb4154 { + if yyb4199 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4154-1, "") + z.DecStructFieldNotFound(yyj4199-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51923,8 +52313,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4161 := z.EncBinary() - _ = yym4161 + yym4206 := z.EncBinary() + _ = yym4206 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51936,8 +52326,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4162 := z.DecBinary() - _ = yym4162 + yym4207 := z.DecBinary() + _ = yym4207 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51949,8 +52339,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4163 := z.EncBinary() - _ = yym4163 + yym4208 := z.EncBinary() + _ = yym4208 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51962,8 +52352,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4164 := z.DecBinary() - _ = yym4164 + yym4209 := z.DecBinary() + _ = yym4209 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51978,32 +52368,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4165 := z.EncBinary() - _ = yym4165 + yym4210 := z.EncBinary() + _ = yym4210 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4166 := !z.EncBinary() - yy2arr4166 := z.EncBasicHandle().StructToArray - var yyq4166 [4]bool - _, _, _ = yysep4166, yyq4166, yy2arr4166 - const yyr4166 bool = false - yyq4166[2] = x.Message != "" - yyq4166[3] = x.Error != "" - var yynn4166 int - if yyr4166 || yy2arr4166 { + yysep4211 := !z.EncBinary() + yy2arr4211 := z.EncBasicHandle().StructToArray + var yyq4211 [4]bool + _, _, _ = yysep4211, yyq4211, yy2arr4211 + const yyr4211 bool = false + yyq4211[2] = x.Message != "" + yyq4211[3] = x.Error != "" + var yynn4211 int + if yyr4211 || yy2arr4211 { r.EncodeArrayStart(4) } else { - yynn4166 = 2 - for _, b := range yyq4166 { + yynn4211 = 2 + for _, b := range yyq4211 { if b { - yynn4166++ + yynn4211++ } } - r.EncodeMapStart(yynn4166) - yynn4166 = 0 + r.EncodeMapStart(yynn4211) + yynn4211 = 0 } - if yyr4166 || yy2arr4166 { + if yyr4211 || yy2arr4211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -52012,7 +52402,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4166 || yy2arr4166 { + if yyr4211 || yy2arr4211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -52021,11 +52411,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4166 || yy2arr4166 { + if yyr4211 || yy2arr4211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[2] { - yym4170 := z.EncBinary() - _ = yym4170 + if yyq4211[2] { + yym4215 := z.EncBinary() + _ = yym4215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -52034,23 +52424,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4166[2] { + if yyq4211[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4171 := z.EncBinary() - _ = yym4171 + yym4216 := z.EncBinary() + _ = yym4216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4166 || yy2arr4166 { + if yyr4211 || yy2arr4211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[3] { - yym4173 := z.EncBinary() - _ = yym4173 + if yyq4211[3] { + yym4218 := z.EncBinary() + _ = yym4218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -52059,19 +52449,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4166[3] { + if yyq4211[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4174 := z.EncBinary() - _ = yym4174 + yym4219 := z.EncBinary() + _ = yym4219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4166 || yy2arr4166 { + if yyr4211 || yy2arr4211 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52084,25 +52474,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4175 := z.DecBinary() - _ = yym4175 + yym4220 := z.DecBinary() + _ = yym4220 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4176 := r.ContainerType() - if yyct4176 == codecSelferValueTypeMap1234 { - yyl4176 := r.ReadMapStart() - if yyl4176 == 0 { + yyct4221 := r.ContainerType() + if yyct4221 == codecSelferValueTypeMap1234 { + yyl4221 := r.ReadMapStart() + if yyl4221 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4176, d) + x.codecDecodeSelfFromMap(yyl4221, d) } - } else if yyct4176 == codecSelferValueTypeArray1234 { - yyl4176 := r.ReadArrayStart() - if yyl4176 == 0 { + } else if yyct4221 == codecSelferValueTypeArray1234 { + yyl4221 := r.ReadArrayStart() + if yyl4221 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4176, d) + x.codecDecodeSelfFromArray(yyl4221, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52114,12 +52504,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4177Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4177Slc - var yyhl4177 bool = l >= 0 - for yyj4177 := 0; ; yyj4177++ { - if yyhl4177 { - if yyj4177 >= l { + var yys4222Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4222Slc + var yyhl4222 bool = l >= 0 + for yyj4222 := 0; ; yyj4222++ { + if yyhl4222 { + if yyj4222 >= l { break } } else { @@ -52128,10 +52518,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4177Slc = r.DecodeBytes(yys4177Slc, true, true) - yys4177 := string(yys4177Slc) + yys4222Slc = r.DecodeBytes(yys4222Slc, true, true) + yys4222 := string(yys4222Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4177 { + switch yys4222 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -52157,9 +52547,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4177) - } // end switch yys4177 - } // end for yyj4177 + z.DecStructFieldNotFound(-1, yys4222) + } // end switch yys4222 + } // end for yyj4222 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52167,16 +52557,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4182 int - var yyb4182 bool - var yyhl4182 bool = l >= 0 - yyj4182++ - if yyhl4182 { - yyb4182 = yyj4182 > l + var yyj4227 int + var yyb4227 bool + var yyhl4227 bool = l >= 0 + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4182 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4182 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52186,13 +52576,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4182++ - if yyhl4182 { - yyb4182 = yyj4182 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4182 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4182 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52202,13 +52592,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4182++ - if yyhl4182 { - yyb4182 = yyj4182 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4182 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4182 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52218,13 +52608,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4182++ - if yyhl4182 { - yyb4182 = yyj4182 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4182 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4182 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52235,17 +52625,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4182++ - if yyhl4182 { - yyb4182 = yyj4182 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4182 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4182 { + if yyb4227 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4182-1, "") + z.DecStructFieldNotFound(yyj4227-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52257,38 +52647,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4187 := z.EncBinary() - _ = yym4187 + yym4232 := z.EncBinary() + _ = yym4232 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 - yyq4188[3] = len(x.Conditions) != 0 - var yynn4188 int - if yyr4188 || yy2arr4188 { + yysep4233 := !z.EncBinary() + yy2arr4233 := z.EncBasicHandle().StructToArray + var yyq4233 [4]bool + _, _, _ = yysep4233, yyq4233, yy2arr4233 + const yyr4233 bool = false + yyq4233[0] = x.Kind != "" + yyq4233[1] = x.APIVersion != "" + yyq4233[2] = true + yyq4233[3] = len(x.Conditions) != 0 + var yynn4233 int + if yyr4233 || yy2arr4233 { r.EncodeArrayStart(4) } else { - yynn4188 = 0 - for _, b := range yyq4188 { + yynn4233 = 0 + for _, b := range yyq4233 { if b { - yynn4188++ + yynn4233++ } } - r.EncodeMapStart(yynn4188) - yynn4188 = 0 + r.EncodeMapStart(yynn4233) + yynn4233 = 0 } - if yyr4188 || yy2arr4188 { + if yyr4233 || yy2arr4233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[0] { - yym4190 := z.EncBinary() - _ = yym4190 + if yyq4233[0] { + yym4235 := z.EncBinary() + _ = yym4235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52297,23 +52687,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4188[0] { + if yyq4233[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4191 := z.EncBinary() - _ = yym4191 + yym4236 := z.EncBinary() + _ = yym4236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4188 || yy2arr4188 { + if yyr4233 || yy2arr4233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[1] { - yym4193 := z.EncBinary() - _ = yym4193 + if yyq4233[1] { + yym4238 := z.EncBinary() + _ = yym4238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52322,43 +52712,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4188[1] { + if yyq4233[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4194 := z.EncBinary() - _ = yym4194 + yym4239 := z.EncBinary() + _ = yym4239 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4188 || yy2arr4188 { + if yyr4233 || yy2arr4233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[2] { - yy4196 := &x.ObjectMeta - yy4196.CodecEncodeSelf(e) + if yyq4233[2] { + yy4241 := &x.ObjectMeta + yy4241.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4188[2] { + if yyq4233[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4197 := &x.ObjectMeta - yy4197.CodecEncodeSelf(e) + yy4242 := &x.ObjectMeta + yy4242.CodecEncodeSelf(e) } } - if yyr4188 || yy2arr4188 { + if yyr4233 || yy2arr4233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[3] { + if yyq4233[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4199 := z.EncBinary() - _ = yym4199 + yym4244 := z.EncBinary() + _ = yym4244 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52368,15 +52758,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4188[3] { + if yyq4233[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4200 := z.EncBinary() - _ = yym4200 + yym4245 := z.EncBinary() + _ = yym4245 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52384,7 +52774,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4188 || yy2arr4188 { + if yyr4233 || yy2arr4233 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52397,25 +52787,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4201 := z.DecBinary() - _ = yym4201 + yym4246 := z.DecBinary() + _ = yym4246 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4202 := r.ContainerType() - if yyct4202 == codecSelferValueTypeMap1234 { - yyl4202 := r.ReadMapStart() - if yyl4202 == 0 { + yyct4247 := r.ContainerType() + if yyct4247 == codecSelferValueTypeMap1234 { + yyl4247 := r.ReadMapStart() + if yyl4247 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4202, d) + x.codecDecodeSelfFromMap(yyl4247, d) } - } else if yyct4202 == codecSelferValueTypeArray1234 { - yyl4202 := r.ReadArrayStart() - if yyl4202 == 0 { + } else if yyct4247 == codecSelferValueTypeArray1234 { + yyl4247 := r.ReadArrayStart() + if yyl4247 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4202, d) + x.codecDecodeSelfFromArray(yyl4247, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52427,12 +52817,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4203Slc - var yyhl4203 bool = l >= 0 - for yyj4203 := 0; ; yyj4203++ { - if yyhl4203 { - if yyj4203 >= l { + var yys4248Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4248Slc + var yyhl4248 bool = l >= 0 + for yyj4248 := 0; ; yyj4248++ { + if yyhl4248 { + if yyj4248 >= l { break } } else { @@ -52441,10 +52831,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4203Slc = r.DecodeBytes(yys4203Slc, true, true) - yys4203 := string(yys4203Slc) + yys4248Slc = r.DecodeBytes(yys4248Slc, true, true) + yys4248 := string(yys4248Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4203 { + switch yys4248 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52461,25 +52851,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4206 := &x.ObjectMeta - yyv4206.CodecDecodeSelf(d) + yyv4251 := &x.ObjectMeta + yyv4251.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4207 := &x.Conditions - yym4208 := z.DecBinary() - _ = yym4208 + yyv4252 := &x.Conditions + yym4253 := z.DecBinary() + _ = yym4253 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4207), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4252), d) } } default: - z.DecStructFieldNotFound(-1, yys4203) - } // end switch yys4203 - } // end for yyj4203 + z.DecStructFieldNotFound(-1, yys4248) + } // end switch yys4248 + } // end for yyj4248 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52487,16 +52877,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4209 int - var yyb4209 bool - var yyhl4209 bool = l >= 0 - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + var yyj4254 int + var yyb4254 bool + var yyhl4254 bool = l >= 0 + yyj4254++ + if yyhl4254 { + yyb4254 = yyj4254 > l } else { - yyb4209 = r.CheckBreak() + yyb4254 = r.CheckBreak() } - if yyb4209 { + if yyb4254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52506,13 +52896,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4254++ + if yyhl4254 { + yyb4254 = yyj4254 > l } else { - yyb4209 = r.CheckBreak() + yyb4254 = r.CheckBreak() } - if yyb4209 { + if yyb4254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52522,13 +52912,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4254++ + if yyhl4254 { + yyb4254 = yyj4254 > l } else { - yyb4209 = r.CheckBreak() + yyb4254 = r.CheckBreak() } - if yyb4209 { + if yyb4254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52536,16 +52926,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4212 := &x.ObjectMeta - yyv4212.CodecDecodeSelf(d) + yyv4257 := &x.ObjectMeta + yyv4257.CodecDecodeSelf(d) } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4254++ + if yyhl4254 { + yyb4254 = yyj4254 > l } else { - yyb4209 = r.CheckBreak() + yyb4254 = r.CheckBreak() } - if yyb4209 { + if yyb4254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52553,26 +52943,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4213 := &x.Conditions - yym4214 := z.DecBinary() - _ = yym4214 + yyv4258 := &x.Conditions + yym4259 := z.DecBinary() + _ = yym4259 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4213), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4258), d) } } for { - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4254++ + if yyhl4254 { + yyb4254 = yyj4254 > l } else { - yyb4209 = r.CheckBreak() + yyb4254 = r.CheckBreak() } - if yyb4209 { + if yyb4254 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4209-1, "") + z.DecStructFieldNotFound(yyj4254-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52584,37 +52974,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4215 := z.EncBinary() - _ = yym4215 + yym4260 := z.EncBinary() + _ = yym4260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4216 := !z.EncBinary() - yy2arr4216 := z.EncBasicHandle().StructToArray - var yyq4216 [4]bool - _, _, _ = yysep4216, yyq4216, yy2arr4216 - const yyr4216 bool = false - yyq4216[0] = x.Kind != "" - yyq4216[1] = x.APIVersion != "" - yyq4216[2] = true - var yynn4216 int - if yyr4216 || yy2arr4216 { + yysep4261 := !z.EncBinary() + yy2arr4261 := z.EncBasicHandle().StructToArray + var yyq4261 [4]bool + _, _, _ = yysep4261, yyq4261, yy2arr4261 + const yyr4261 bool = false + yyq4261[0] = x.Kind != "" + yyq4261[1] = x.APIVersion != "" + yyq4261[2] = true + var yynn4261 int + if yyr4261 || yy2arr4261 { r.EncodeArrayStart(4) } else { - yynn4216 = 1 - for _, b := range yyq4216 { + yynn4261 = 1 + for _, b := range yyq4261 { if b { - yynn4216++ + yynn4261++ } } - r.EncodeMapStart(yynn4216) - yynn4216 = 0 + r.EncodeMapStart(yynn4261) + yynn4261 = 0 } - if yyr4216 || yy2arr4216 { + if yyr4261 || yy2arr4261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4216[0] { - yym4218 := z.EncBinary() - _ = yym4218 + if yyq4261[0] { + yym4263 := z.EncBinary() + _ = yym4263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52623,23 +53013,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4216[0] { + if yyq4261[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4219 := z.EncBinary() - _ = yym4219 + yym4264 := z.EncBinary() + _ = yym4264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4216 || yy2arr4216 { + if yyr4261 || yy2arr4261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4216[1] { - yym4221 := z.EncBinary() - _ = yym4221 + if yyq4261[1] { + yym4266 := z.EncBinary() + _ = yym4266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52648,54 +53038,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4216[1] { + if yyq4261[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4222 := z.EncBinary() - _ = yym4222 + yym4267 := z.EncBinary() + _ = yym4267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4216 || yy2arr4216 { + if yyr4261 || yy2arr4261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4216[2] { - yy4224 := &x.ListMeta - yym4225 := z.EncBinary() - _ = yym4225 + if yyq4261[2] { + yy4269 := &x.ListMeta + yym4270 := z.EncBinary() + _ = yym4270 if false { - } else if z.HasExtensions() && z.EncExt(yy4224) { + } else if z.HasExtensions() && z.EncExt(yy4269) { } else { - z.EncFallback(yy4224) + z.EncFallback(yy4269) } } else { r.EncodeNil() } } else { - if yyq4216[2] { + if yyq4261[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4226 := &x.ListMeta - yym4227 := z.EncBinary() - _ = yym4227 + yy4271 := &x.ListMeta + yym4272 := z.EncBinary() + _ = yym4272 if false { - } else if z.HasExtensions() && z.EncExt(yy4226) { + } else if z.HasExtensions() && z.EncExt(yy4271) { } else { - z.EncFallback(yy4226) + z.EncFallback(yy4271) } } } - if yyr4216 || yy2arr4216 { + if yyr4261 || yy2arr4261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4229 := z.EncBinary() - _ = yym4229 + yym4274 := z.EncBinary() + _ = yym4274 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -52708,15 +53098,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4230 := z.EncBinary() - _ = yym4230 + yym4275 := z.EncBinary() + _ = yym4275 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4216 || yy2arr4216 { + if yyr4261 || yy2arr4261 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52729,25 +53119,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4231 := z.DecBinary() - _ = yym4231 + yym4276 := z.DecBinary() + _ = yym4276 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4232 := r.ContainerType() - if yyct4232 == codecSelferValueTypeMap1234 { - yyl4232 := r.ReadMapStart() - if yyl4232 == 0 { + yyct4277 := r.ContainerType() + if yyct4277 == codecSelferValueTypeMap1234 { + yyl4277 := r.ReadMapStart() + if yyl4277 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4232, d) + x.codecDecodeSelfFromMap(yyl4277, d) } - } else if yyct4232 == codecSelferValueTypeArray1234 { - yyl4232 := r.ReadArrayStart() - if yyl4232 == 0 { + } else if yyct4277 == codecSelferValueTypeArray1234 { + yyl4277 := r.ReadArrayStart() + if yyl4277 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4232, d) + x.codecDecodeSelfFromArray(yyl4277, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52759,12 +53149,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4233Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4233Slc - var yyhl4233 bool = l >= 0 - for yyj4233 := 0; ; yyj4233++ { - if yyhl4233 { - if yyj4233 >= l { + var yys4278Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4278Slc + var yyhl4278 bool = l >= 0 + for yyj4278 := 0; ; yyj4278++ { + if yyhl4278 { + if yyj4278 >= l { break } } else { @@ -52773,10 +53163,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4233Slc = r.DecodeBytes(yys4233Slc, true, true) - yys4233 := string(yys4233Slc) + yys4278Slc = r.DecodeBytes(yys4278Slc, true, true) + yys4278 := string(yys4278Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4233 { + switch yys4278 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52793,31 +53183,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4236 := &x.ListMeta - yym4237 := z.DecBinary() - _ = yym4237 + yyv4281 := &x.ListMeta + yym4282 := z.DecBinary() + _ = yym4282 if false { - } else if z.HasExtensions() && z.DecExt(yyv4236) { + } else if z.HasExtensions() && z.DecExt(yyv4281) { } else { - z.DecFallback(yyv4236, false) + z.DecFallback(yyv4281, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4238 := &x.Items - yym4239 := z.DecBinary() - _ = yym4239 + yyv4283 := &x.Items + yym4284 := z.DecBinary() + _ = yym4284 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4238), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4283), d) } } default: - z.DecStructFieldNotFound(-1, yys4233) - } // end switch yys4233 - } // end for yyj4233 + z.DecStructFieldNotFound(-1, yys4278) + } // end switch yys4278 + } // end for yyj4278 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52825,16 +53215,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4240 int - var yyb4240 bool - var yyhl4240 bool = l >= 0 - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + var yyj4285 int + var yyb4285 bool + var yyhl4285 bool = l >= 0 + yyj4285++ + if yyhl4285 { + yyb4285 = yyj4285 > l } else { - yyb4240 = r.CheckBreak() + yyb4285 = r.CheckBreak() } - if yyb4240 { + if yyb4285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52844,13 +53234,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4285++ + if yyhl4285 { + yyb4285 = yyj4285 > l } else { - yyb4240 = r.CheckBreak() + yyb4285 = r.CheckBreak() } - if yyb4240 { + if yyb4285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52860,13 +53250,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4285++ + if yyhl4285 { + yyb4285 = yyj4285 > l } else { - yyb4240 = r.CheckBreak() + yyb4285 = r.CheckBreak() } - if yyb4240 { + if yyb4285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52874,22 +53264,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4243 := &x.ListMeta - yym4244 := z.DecBinary() - _ = yym4244 + yyv4288 := &x.ListMeta + yym4289 := z.DecBinary() + _ = yym4289 if false { - } else if z.HasExtensions() && z.DecExt(yyv4243) { + } else if z.HasExtensions() && z.DecExt(yyv4288) { } else { - z.DecFallback(yyv4243, false) + z.DecFallback(yyv4288, false) } } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4285++ + if yyhl4285 { + yyb4285 = yyj4285 > l } else { - yyb4240 = r.CheckBreak() + yyb4285 = r.CheckBreak() } - if yyb4240 { + if yyb4285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52897,26 +53287,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4245 := &x.Items - yym4246 := z.DecBinary() - _ = yym4246 + yyv4290 := &x.Items + yym4291 := z.DecBinary() + _ = yym4291 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4245), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4290), d) } } for { - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4285++ + if yyhl4285 { + yyb4285 = yyj4285 > l } else { - yyb4240 = r.CheckBreak() + yyb4285 = r.CheckBreak() } - if yyb4240 { + if yyb4285 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4240-1, "") + z.DecStructFieldNotFound(yyj4285-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52928,38 +53318,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4247 := z.EncBinary() - _ = yym4247 + yym4292 := z.EncBinary() + _ = yym4292 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4248 := !z.EncBinary() - yy2arr4248 := z.EncBasicHandle().StructToArray - var yyq4248 [6]bool - _, _, _ = yysep4248, yyq4248, yy2arr4248 - const yyr4248 bool = false - yyq4248[0] = x.Capabilities != nil - yyq4248[1] = x.Privileged != nil - yyq4248[2] = x.SELinuxOptions != nil - yyq4248[3] = x.RunAsUser != nil - yyq4248[4] = x.RunAsNonRoot != nil - yyq4248[5] = x.ReadOnlyRootFilesystem != nil - var yynn4248 int - if yyr4248 || yy2arr4248 { + yysep4293 := !z.EncBinary() + yy2arr4293 := z.EncBasicHandle().StructToArray + var yyq4293 [6]bool + _, _, _ = yysep4293, yyq4293, yy2arr4293 + const yyr4293 bool = false + yyq4293[0] = x.Capabilities != nil + yyq4293[1] = x.Privileged != nil + yyq4293[2] = x.SELinuxOptions != nil + yyq4293[3] = x.RunAsUser != nil + yyq4293[4] = x.RunAsNonRoot != nil + yyq4293[5] = x.ReadOnlyRootFilesystem != nil + var yynn4293 int + if yyr4293 || yy2arr4293 { r.EncodeArrayStart(6) } else { - yynn4248 = 0 - for _, b := range yyq4248 { + yynn4293 = 0 + for _, b := range yyq4293 { if b { - yynn4248++ + yynn4293++ } } - r.EncodeMapStart(yynn4248) - yynn4248 = 0 + r.EncodeMapStart(yynn4293) + yynn4293 = 0 } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[0] { + if yyq4293[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -52969,7 +53359,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4248[0] { + if yyq4293[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52980,44 +53370,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[1] { + if yyq4293[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4251 := *x.Privileged - yym4252 := z.EncBinary() - _ = yym4252 + yy4296 := *x.Privileged + yym4297 := z.EncBinary() + _ = yym4297 if false { } else { - r.EncodeBool(bool(yy4251)) + r.EncodeBool(bool(yy4296)) } } } else { r.EncodeNil() } } else { - if yyq4248[1] { + if yyq4293[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4253 := *x.Privileged - yym4254 := z.EncBinary() - _ = yym4254 + yy4298 := *x.Privileged + yym4299 := z.EncBinary() + _ = yym4299 if false { } else { - r.EncodeBool(bool(yy4253)) + r.EncodeBool(bool(yy4298)) } } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[2] { + if yyq4293[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -53027,7 +53417,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4248[2] { + if yyq4293[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -53038,112 +53428,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[3] { + if yyq4293[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4257 := *x.RunAsUser - yym4258 := z.EncBinary() - _ = yym4258 + yy4302 := *x.RunAsUser + yym4303 := z.EncBinary() + _ = yym4303 if false { } else { - r.EncodeInt(int64(yy4257)) + r.EncodeInt(int64(yy4302)) } } } else { r.EncodeNil() } } else { - if yyq4248[3] { + if yyq4293[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4259 := *x.RunAsUser - yym4260 := z.EncBinary() - _ = yym4260 + yy4304 := *x.RunAsUser + yym4305 := z.EncBinary() + _ = yym4305 if false { } else { - r.EncodeInt(int64(yy4259)) + r.EncodeInt(int64(yy4304)) } } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[4] { + if yyq4293[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4262 := *x.RunAsNonRoot - yym4263 := z.EncBinary() - _ = yym4263 + yy4307 := *x.RunAsNonRoot + yym4308 := z.EncBinary() + _ = yym4308 if false { } else { - r.EncodeBool(bool(yy4262)) + r.EncodeBool(bool(yy4307)) } } } else { r.EncodeNil() } } else { - if yyq4248[4] { + if yyq4293[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4264 := *x.RunAsNonRoot - yym4265 := z.EncBinary() - _ = yym4265 + yy4309 := *x.RunAsNonRoot + yym4310 := z.EncBinary() + _ = yym4310 if false { } else { - r.EncodeBool(bool(yy4264)) + r.EncodeBool(bool(yy4309)) } } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[5] { + if yyq4293[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4267 := *x.ReadOnlyRootFilesystem - yym4268 := z.EncBinary() - _ = yym4268 + yy4312 := *x.ReadOnlyRootFilesystem + yym4313 := z.EncBinary() + _ = yym4313 if false { } else { - r.EncodeBool(bool(yy4267)) + r.EncodeBool(bool(yy4312)) } } } else { r.EncodeNil() } } else { - if yyq4248[5] { + if yyq4293[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4269 := *x.ReadOnlyRootFilesystem - yym4270 := z.EncBinary() - _ = yym4270 + yy4314 := *x.ReadOnlyRootFilesystem + yym4315 := z.EncBinary() + _ = yym4315 if false { } else { - r.EncodeBool(bool(yy4269)) + r.EncodeBool(bool(yy4314)) } } } } - if yyr4248 || yy2arr4248 { + if yyr4293 || yy2arr4293 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53156,25 +53546,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4271 := z.DecBinary() - _ = yym4271 + yym4316 := z.DecBinary() + _ = yym4316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4272 := r.ContainerType() - if yyct4272 == codecSelferValueTypeMap1234 { - yyl4272 := r.ReadMapStart() - if yyl4272 == 0 { + yyct4317 := r.ContainerType() + if yyct4317 == codecSelferValueTypeMap1234 { + yyl4317 := r.ReadMapStart() + if yyl4317 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4272, d) + x.codecDecodeSelfFromMap(yyl4317, d) } - } else if yyct4272 == codecSelferValueTypeArray1234 { - yyl4272 := r.ReadArrayStart() - if yyl4272 == 0 { + } else if yyct4317 == codecSelferValueTypeArray1234 { + yyl4317 := r.ReadArrayStart() + if yyl4317 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4272, d) + x.codecDecodeSelfFromArray(yyl4317, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53186,12 +53576,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4273Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4273Slc - var yyhl4273 bool = l >= 0 - for yyj4273 := 0; ; yyj4273++ { - if yyhl4273 { - if yyj4273 >= l { + var yys4318Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4318Slc + var yyhl4318 bool = l >= 0 + for yyj4318 := 0; ; yyj4318++ { + if yyhl4318 { + if yyj4318 >= l { break } } else { @@ -53200,10 +53590,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4273Slc = r.DecodeBytes(yys4273Slc, true, true) - yys4273 := string(yys4273Slc) + yys4318Slc = r.DecodeBytes(yys4318Slc, true, true) + yys4318 := string(yys4318Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4273 { + switch yys4318 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -53224,8 +53614,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4276 := z.DecBinary() - _ = yym4276 + yym4321 := z.DecBinary() + _ = yym4321 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -53251,8 +53641,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4279 := z.DecBinary() - _ = yym4279 + yym4324 := z.DecBinary() + _ = yym4324 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -53267,8 +53657,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4281 := z.DecBinary() - _ = yym4281 + yym4326 := z.DecBinary() + _ = yym4326 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -53283,17 +53673,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4283 := z.DecBinary() - _ = yym4283 + yym4328 := z.DecBinary() + _ = yym4328 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4273) - } // end switch yys4273 - } // end for yyj4273 + z.DecStructFieldNotFound(-1, yys4318) + } // end switch yys4318 + } // end for yyj4318 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53301,16 +53691,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4284 int - var yyb4284 bool - var yyhl4284 bool = l >= 0 - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + var yyj4329 int + var yyb4329 bool + var yyhl4329 bool = l >= 0 + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53325,13 +53715,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53344,20 +53734,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4287 := z.DecBinary() - _ = yym4287 + yym4332 := z.DecBinary() + _ = yym4332 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53372,13 +53762,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53391,20 +53781,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4290 := z.DecBinary() - _ = yym4290 + yym4335 := z.DecBinary() + _ = yym4335 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53417,20 +53807,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4292 := z.DecBinary() - _ = yym4292 + yym4337 := z.DecBinary() + _ = yym4337 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53443,25 +53833,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4294 := z.DecBinary() - _ = yym4294 + yym4339 := z.DecBinary() + _ = yym4339 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4284++ - if yyhl4284 { - yyb4284 = yyj4284 > l + yyj4329++ + if yyhl4329 { + yyb4329 = yyj4329 > l } else { - yyb4284 = r.CheckBreak() + yyb4329 = r.CheckBreak() } - if yyb4284 { + if yyb4329 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4284-1, "") + z.DecStructFieldNotFound(yyj4329-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53473,38 +53863,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4295 := z.EncBinary() - _ = yym4295 + yym4340 := z.EncBinary() + _ = yym4340 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4296 := !z.EncBinary() - yy2arr4296 := z.EncBasicHandle().StructToArray - var yyq4296 [4]bool - _, _, _ = yysep4296, yyq4296, yy2arr4296 - const yyr4296 bool = false - yyq4296[0] = x.User != "" - yyq4296[1] = x.Role != "" - yyq4296[2] = x.Type != "" - yyq4296[3] = x.Level != "" - var yynn4296 int - if yyr4296 || yy2arr4296 { + yysep4341 := !z.EncBinary() + yy2arr4341 := z.EncBasicHandle().StructToArray + var yyq4341 [4]bool + _, _, _ = yysep4341, yyq4341, yy2arr4341 + const yyr4341 bool = false + yyq4341[0] = x.User != "" + yyq4341[1] = x.Role != "" + yyq4341[2] = x.Type != "" + yyq4341[3] = x.Level != "" + var yynn4341 int + if yyr4341 || yy2arr4341 { r.EncodeArrayStart(4) } else { - yynn4296 = 0 - for _, b := range yyq4296 { + yynn4341 = 0 + for _, b := range yyq4341 { if b { - yynn4296++ + yynn4341++ } } - r.EncodeMapStart(yynn4296) - yynn4296 = 0 + r.EncodeMapStart(yynn4341) + yynn4341 = 0 } - if yyr4296 || yy2arr4296 { + if yyr4341 || yy2arr4341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4296[0] { - yym4298 := z.EncBinary() - _ = yym4298 + if yyq4341[0] { + yym4343 := z.EncBinary() + _ = yym4343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -53513,23 +53903,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4296[0] { + if yyq4341[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4299 := z.EncBinary() - _ = yym4299 + yym4344 := z.EncBinary() + _ = yym4344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4296 || yy2arr4296 { + if yyr4341 || yy2arr4341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4296[1] { - yym4301 := z.EncBinary() - _ = yym4301 + if yyq4341[1] { + yym4346 := z.EncBinary() + _ = yym4346 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -53538,23 +53928,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4296[1] { + if yyq4341[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4302 := z.EncBinary() - _ = yym4302 + yym4347 := z.EncBinary() + _ = yym4347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4296 || yy2arr4296 { + if yyr4341 || yy2arr4341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4296[2] { - yym4304 := z.EncBinary() - _ = yym4304 + if yyq4341[2] { + yym4349 := z.EncBinary() + _ = yym4349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -53563,23 +53953,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4296[2] { + if yyq4341[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4305 := z.EncBinary() - _ = yym4305 + yym4350 := z.EncBinary() + _ = yym4350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4296 || yy2arr4296 { + if yyr4341 || yy2arr4341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4296[3] { - yym4307 := z.EncBinary() - _ = yym4307 + if yyq4341[3] { + yym4352 := z.EncBinary() + _ = yym4352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -53588,19 +53978,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4296[3] { + if yyq4341[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4308 := z.EncBinary() - _ = yym4308 + yym4353 := z.EncBinary() + _ = yym4353 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4296 || yy2arr4296 { + if yyr4341 || yy2arr4341 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53613,25 +54003,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4309 := z.DecBinary() - _ = yym4309 + yym4354 := z.DecBinary() + _ = yym4354 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4310 := r.ContainerType() - if yyct4310 == codecSelferValueTypeMap1234 { - yyl4310 := r.ReadMapStart() - if yyl4310 == 0 { + yyct4355 := r.ContainerType() + if yyct4355 == codecSelferValueTypeMap1234 { + yyl4355 := r.ReadMapStart() + if yyl4355 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4310, d) + x.codecDecodeSelfFromMap(yyl4355, d) } - } else if yyct4310 == codecSelferValueTypeArray1234 { - yyl4310 := r.ReadArrayStart() - if yyl4310 == 0 { + } else if yyct4355 == codecSelferValueTypeArray1234 { + yyl4355 := r.ReadArrayStart() + if yyl4355 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4310, d) + x.codecDecodeSelfFromArray(yyl4355, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53643,12 +54033,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4311Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4311Slc - var yyhl4311 bool = l >= 0 - for yyj4311 := 0; ; yyj4311++ { - if yyhl4311 { - if yyj4311 >= l { + var yys4356Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4356Slc + var yyhl4356 bool = l >= 0 + for yyj4356 := 0; ; yyj4356++ { + if yyhl4356 { + if yyj4356 >= l { break } } else { @@ -53657,10 +54047,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4311Slc = r.DecodeBytes(yys4311Slc, true, true) - yys4311 := string(yys4311Slc) + yys4356Slc = r.DecodeBytes(yys4356Slc, true, true) + yys4356 := string(yys4356Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4311 { + switch yys4356 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -53686,9 +54076,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4311) - } // end switch yys4311 - } // end for yyj4311 + z.DecStructFieldNotFound(-1, yys4356) + } // end switch yys4356 + } // end for yyj4356 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53696,16 +54086,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4316 int - var yyb4316 bool - var yyhl4316 bool = l >= 0 - yyj4316++ - if yyhl4316 { - yyb4316 = yyj4316 > l + var yyj4361 int + var yyb4361 bool + var yyhl4361 bool = l >= 0 + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4316 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4316 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53715,13 +54105,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4316++ - if yyhl4316 { - yyb4316 = yyj4316 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4316 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4316 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53731,13 +54121,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4316++ - if yyhl4316 { - yyb4316 = yyj4316 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4316 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4316 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53747,13 +54137,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4316++ - if yyhl4316 { - yyb4316 = yyj4316 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4316 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4316 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53764,17 +54154,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4316++ - if yyhl4316 { - yyb4316 = yyj4316 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4316 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4316 { + if yyb4361 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4316-1, "") + z.DecStructFieldNotFound(yyj4361-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53786,37 +54176,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4321 := z.EncBinary() - _ = yym4321 + yym4366 := z.EncBinary() + _ = yym4366 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4322 := !z.EncBinary() - yy2arr4322 := z.EncBasicHandle().StructToArray - var yyq4322 [5]bool - _, _, _ = yysep4322, yyq4322, yy2arr4322 - const yyr4322 bool = false - yyq4322[0] = x.Kind != "" - yyq4322[1] = x.APIVersion != "" - yyq4322[2] = true - var yynn4322 int - if yyr4322 || yy2arr4322 { + yysep4367 := !z.EncBinary() + yy2arr4367 := z.EncBasicHandle().StructToArray + var yyq4367 [5]bool + _, _, _ = yysep4367, yyq4367, yy2arr4367 + const yyr4367 bool = false + yyq4367[0] = x.Kind != "" + yyq4367[1] = x.APIVersion != "" + yyq4367[2] = true + var yynn4367 int + if yyr4367 || yy2arr4367 { r.EncodeArrayStart(5) } else { - yynn4322 = 2 - for _, b := range yyq4322 { + yynn4367 = 2 + for _, b := range yyq4367 { if b { - yynn4322++ + yynn4367++ } } - r.EncodeMapStart(yynn4322) - yynn4322 = 0 + r.EncodeMapStart(yynn4367) + yynn4367 = 0 } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4322[0] { - yym4324 := z.EncBinary() - _ = yym4324 + if yyq4367[0] { + yym4369 := z.EncBinary() + _ = yym4369 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53825,23 +54215,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4322[0] { + if yyq4367[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4325 := z.EncBinary() - _ = yym4325 + yym4370 := z.EncBinary() + _ = yym4370 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4322[1] { - yym4327 := z.EncBinary() - _ = yym4327 + if yyq4367[1] { + yym4372 := z.EncBinary() + _ = yym4372 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53850,39 +54240,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4322[1] { + if yyq4367[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4328 := z.EncBinary() - _ = yym4328 + yym4373 := z.EncBinary() + _ = yym4373 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4322[2] { - yy4330 := &x.ObjectMeta - yy4330.CodecEncodeSelf(e) + if yyq4367[2] { + yy4375 := &x.ObjectMeta + yy4375.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4322[2] { + if yyq4367[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4331 := &x.ObjectMeta - yy4331.CodecEncodeSelf(e) + yy4376 := &x.ObjectMeta + yy4376.CodecEncodeSelf(e) } } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4333 := z.EncBinary() - _ = yym4333 + yym4378 := z.EncBinary() + _ = yym4378 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -53891,20 +54281,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4334 := z.EncBinary() - _ = yym4334 + yym4379 := z.EncBinary() + _ = yym4379 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4336 := z.EncBinary() - _ = yym4336 + yym4381 := z.EncBinary() + _ = yym4381 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -53917,15 +54307,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4337 := z.EncBinary() - _ = yym4337 + yym4382 := z.EncBinary() + _ = yym4382 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4322 || yy2arr4322 { + if yyr4367 || yy2arr4367 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53938,25 +54328,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4338 := z.DecBinary() - _ = yym4338 + yym4383 := z.DecBinary() + _ = yym4383 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4339 := r.ContainerType() - if yyct4339 == codecSelferValueTypeMap1234 { - yyl4339 := r.ReadMapStart() - if yyl4339 == 0 { + yyct4384 := r.ContainerType() + if yyct4384 == codecSelferValueTypeMap1234 { + yyl4384 := r.ReadMapStart() + if yyl4384 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4339, d) + x.codecDecodeSelfFromMap(yyl4384, d) } - } else if yyct4339 == codecSelferValueTypeArray1234 { - yyl4339 := r.ReadArrayStart() - if yyl4339 == 0 { + } else if yyct4384 == codecSelferValueTypeArray1234 { + yyl4384 := r.ReadArrayStart() + if yyl4384 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4339, d) + x.codecDecodeSelfFromArray(yyl4384, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53968,12 +54358,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4340Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4340Slc - var yyhl4340 bool = l >= 0 - for yyj4340 := 0; ; yyj4340++ { - if yyhl4340 { - if yyj4340 >= l { + var yys4385Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4385Slc + var yyhl4385 bool = l >= 0 + for yyj4385 := 0; ; yyj4385++ { + if yyhl4385 { + if yyj4385 >= l { break } } else { @@ -53982,10 +54372,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4340Slc = r.DecodeBytes(yys4340Slc, true, true) - yys4340 := string(yys4340Slc) + yys4385Slc = r.DecodeBytes(yys4385Slc, true, true) + yys4385 := string(yys4385Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4340 { + switch yys4385 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54002,8 +54392,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4343 := &x.ObjectMeta - yyv4343.CodecDecodeSelf(d) + yyv4388 := &x.ObjectMeta + yyv4388.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -54015,18 +54405,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4345 := &x.Data - yym4346 := z.DecBinary() - _ = yym4346 + yyv4390 := &x.Data + yym4391 := z.DecBinary() + _ = yym4391 if false { } else { - *yyv4345 = r.DecodeBytes(*(*[]byte)(yyv4345), false, false) + *yyv4390 = r.DecodeBytes(*(*[]byte)(yyv4390), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4340) - } // end switch yys4340 - } // end for yyj4340 + z.DecStructFieldNotFound(-1, yys4385) + } // end switch yys4385 + } // end for yyj4385 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54034,16 +54424,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4347 int - var yyb4347 bool - var yyhl4347 bool = l >= 0 - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + var yyj4392 int + var yyb4392 bool + var yyhl4392 bool = l >= 0 + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54053,13 +54443,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54069,13 +54459,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54083,16 +54473,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4350 := &x.ObjectMeta - yyv4350.CodecDecodeSelf(d) + yyv4395 := &x.ObjectMeta + yyv4395.CodecDecodeSelf(d) } - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54102,13 +54492,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54116,26 +54506,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4352 := &x.Data - yym4353 := z.DecBinary() - _ = yym4353 + yyv4397 := &x.Data + yym4398 := z.DecBinary() + _ = yym4398 if false { } else { - *yyv4352 = r.DecodeBytes(*(*[]byte)(yyv4352), false, false) + *yyv4397 = r.DecodeBytes(*(*[]byte)(yyv4397), false, false) } } for { - yyj4347++ - if yyhl4347 { - yyb4347 = yyj4347 > l + yyj4392++ + if yyhl4392 { + yyb4392 = yyj4392 > l } else { - yyb4347 = r.CheckBreak() + yyb4392 = r.CheckBreak() } - if yyb4347 { + if yyb4392 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4347-1, "") + z.DecStructFieldNotFound(yyj4392-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54145,10 +54535,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4354 := range v { + for _, yyv4399 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4355 := &yyv4354 - yy4355.CodecEncodeSelf(e) + yy4400 := &yyv4399 + yy4400.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54158,83 +54548,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4356 := *v - yyh4356, yyl4356 := z.DecSliceHelperStart() - var yyc4356 bool - if yyl4356 == 0 { - if yyv4356 == nil { - yyv4356 = []OwnerReference{} - yyc4356 = true - } else if len(yyv4356) != 0 { - yyv4356 = yyv4356[:0] - yyc4356 = true + yyv4401 := *v + yyh4401, yyl4401 := z.DecSliceHelperStart() + var yyc4401 bool + if yyl4401 == 0 { + if yyv4401 == nil { + yyv4401 = []OwnerReference{} + yyc4401 = true + } else if len(yyv4401) != 0 { + yyv4401 = yyv4401[:0] + yyc4401 = true } - } else if yyl4356 > 0 { - var yyrr4356, yyrl4356 int - var yyrt4356 bool - if yyl4356 > cap(yyv4356) { + } else if yyl4401 > 0 { + var yyrr4401, yyrl4401 int + var yyrt4401 bool + if yyl4401 > cap(yyv4401) { - yyrg4356 := len(yyv4356) > 0 - yyv24356 := yyv4356 - yyrl4356, yyrt4356 = z.DecInferLen(yyl4356, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4356 { - if yyrl4356 <= cap(yyv4356) { - yyv4356 = yyv4356[:yyrl4356] + yyrg4401 := len(yyv4401) > 0 + yyv24401 := yyv4401 + yyrl4401, yyrt4401 = z.DecInferLen(yyl4401, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4401 { + if yyrl4401 <= cap(yyv4401) { + yyv4401 = yyv4401[:yyrl4401] } else { - yyv4356 = make([]OwnerReference, yyrl4356) + yyv4401 = make([]OwnerReference, yyrl4401) } } else { - yyv4356 = make([]OwnerReference, yyrl4356) + yyv4401 = make([]OwnerReference, yyrl4401) } - yyc4356 = true - yyrr4356 = len(yyv4356) - if yyrg4356 { - copy(yyv4356, yyv24356) + yyc4401 = true + yyrr4401 = len(yyv4401) + if yyrg4401 { + copy(yyv4401, yyv24401) } - } else if yyl4356 != len(yyv4356) { - yyv4356 = yyv4356[:yyl4356] - yyc4356 = true + } else if yyl4401 != len(yyv4401) { + yyv4401 = yyv4401[:yyl4401] + yyc4401 = true } - yyj4356 := 0 - for ; yyj4356 < yyrr4356; yyj4356++ { - yyh4356.ElemContainerState(yyj4356) + yyj4401 := 0 + for ; yyj4401 < yyrr4401; yyj4401++ { + yyh4401.ElemContainerState(yyj4401) if r.TryDecodeAsNil() { - yyv4356[yyj4356] = OwnerReference{} + yyv4401[yyj4401] = OwnerReference{} } else { - yyv4357 := &yyv4356[yyj4356] - yyv4357.CodecDecodeSelf(d) + yyv4402 := &yyv4401[yyj4401] + yyv4402.CodecDecodeSelf(d) } } - if yyrt4356 { - for ; yyj4356 < yyl4356; yyj4356++ { - yyv4356 = append(yyv4356, OwnerReference{}) - yyh4356.ElemContainerState(yyj4356) + if yyrt4401 { + for ; yyj4401 < yyl4401; yyj4401++ { + yyv4401 = append(yyv4401, OwnerReference{}) + yyh4401.ElemContainerState(yyj4401) if r.TryDecodeAsNil() { - yyv4356[yyj4356] = OwnerReference{} + yyv4401[yyj4401] = OwnerReference{} } else { - yyv4358 := &yyv4356[yyj4356] - yyv4358.CodecDecodeSelf(d) + yyv4403 := &yyv4401[yyj4401] + yyv4403.CodecDecodeSelf(d) } } } } else { - yyj4356 := 0 - for ; !r.CheckBreak(); yyj4356++ { + yyj4401 := 0 + for ; !r.CheckBreak(); yyj4401++ { - if yyj4356 >= len(yyv4356) { - yyv4356 = append(yyv4356, OwnerReference{}) // var yyz4356 OwnerReference - yyc4356 = true + if yyj4401 >= len(yyv4401) { + yyv4401 = append(yyv4401, OwnerReference{}) // var yyz4401 OwnerReference + yyc4401 = true } - yyh4356.ElemContainerState(yyj4356) - if yyj4356 < len(yyv4356) { + yyh4401.ElemContainerState(yyj4401) + if yyj4401 < len(yyv4401) { if r.TryDecodeAsNil() { - yyv4356[yyj4356] = OwnerReference{} + yyv4401[yyj4401] = OwnerReference{} } else { - yyv4359 := &yyv4356[yyj4356] - yyv4359.CodecDecodeSelf(d) + yyv4404 := &yyv4401[yyj4401] + yyv4404.CodecDecodeSelf(d) } } else { @@ -54242,17 +54632,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4356 < len(yyv4356) { - yyv4356 = yyv4356[:yyj4356] - yyc4356 = true - } else if yyj4356 == 0 && yyv4356 == nil { - yyv4356 = []OwnerReference{} - yyc4356 = true + if yyj4401 < len(yyv4401) { + yyv4401 = yyv4401[:yyj4401] + yyc4401 = true + } else if yyj4401 == 0 && yyv4401 == nil { + yyv4401 = []OwnerReference{} + yyc4401 = true } } - yyh4356.End() - if yyc4356 { - *v = yyv4356 + yyh4401.End() + if yyc4401 { + *v = yyv4401 } } @@ -54261,9 +54651,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4360 := range v { + for _, yyv4405 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4360.CodecEncodeSelf(e) + yyv4405.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54273,75 +54663,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4361 := *v - yyh4361, yyl4361 := z.DecSliceHelperStart() - var yyc4361 bool - if yyl4361 == 0 { - if yyv4361 == nil { - yyv4361 = []PersistentVolumeAccessMode{} - yyc4361 = true - } else if len(yyv4361) != 0 { - yyv4361 = yyv4361[:0] - yyc4361 = true + yyv4406 := *v + yyh4406, yyl4406 := z.DecSliceHelperStart() + var yyc4406 bool + if yyl4406 == 0 { + if yyv4406 == nil { + yyv4406 = []PersistentVolumeAccessMode{} + yyc4406 = true + } else if len(yyv4406) != 0 { + yyv4406 = yyv4406[:0] + yyc4406 = true } - } else if yyl4361 > 0 { - var yyrr4361, yyrl4361 int - var yyrt4361 bool - if yyl4361 > cap(yyv4361) { + } else if yyl4406 > 0 { + var yyrr4406, yyrl4406 int + var yyrt4406 bool + if yyl4406 > cap(yyv4406) { - yyrl4361, yyrt4361 = z.DecInferLen(yyl4361, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4361 { - if yyrl4361 <= cap(yyv4361) { - yyv4361 = yyv4361[:yyrl4361] + yyrl4406, yyrt4406 = z.DecInferLen(yyl4406, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4406 { + if yyrl4406 <= cap(yyv4406) { + yyv4406 = yyv4406[:yyrl4406] } else { - yyv4361 = make([]PersistentVolumeAccessMode, yyrl4361) + yyv4406 = make([]PersistentVolumeAccessMode, yyrl4406) } } else { - yyv4361 = make([]PersistentVolumeAccessMode, yyrl4361) + yyv4406 = make([]PersistentVolumeAccessMode, yyrl4406) } - yyc4361 = true - yyrr4361 = len(yyv4361) - } else if yyl4361 != len(yyv4361) { - yyv4361 = yyv4361[:yyl4361] - yyc4361 = true + yyc4406 = true + yyrr4406 = len(yyv4406) + } else if yyl4406 != len(yyv4406) { + yyv4406 = yyv4406[:yyl4406] + yyc4406 = true } - yyj4361 := 0 - for ; yyj4361 < yyrr4361; yyj4361++ { - yyh4361.ElemContainerState(yyj4361) + yyj4406 := 0 + for ; yyj4406 < yyrr4406; yyj4406++ { + yyh4406.ElemContainerState(yyj4406) if r.TryDecodeAsNil() { - yyv4361[yyj4361] = "" + yyv4406[yyj4406] = "" } else { - yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4406[yyj4406] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4361 { - for ; yyj4361 < yyl4361; yyj4361++ { - yyv4361 = append(yyv4361, "") - yyh4361.ElemContainerState(yyj4361) + if yyrt4406 { + for ; yyj4406 < yyl4406; yyj4406++ { + yyv4406 = append(yyv4406, "") + yyh4406.ElemContainerState(yyj4406) if r.TryDecodeAsNil() { - yyv4361[yyj4361] = "" + yyv4406[yyj4406] = "" } else { - yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4406[yyj4406] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4361 := 0 - for ; !r.CheckBreak(); yyj4361++ { + yyj4406 := 0 + for ; !r.CheckBreak(); yyj4406++ { - if yyj4361 >= len(yyv4361) { - yyv4361 = append(yyv4361, "") // var yyz4361 PersistentVolumeAccessMode - yyc4361 = true + if yyj4406 >= len(yyv4406) { + yyv4406 = append(yyv4406, "") // var yyz4406 PersistentVolumeAccessMode + yyc4406 = true } - yyh4361.ElemContainerState(yyj4361) - if yyj4361 < len(yyv4361) { + yyh4406.ElemContainerState(yyj4406) + if yyj4406 < len(yyv4406) { if r.TryDecodeAsNil() { - yyv4361[yyj4361] = "" + yyv4406[yyj4406] = "" } else { - yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4406[yyj4406] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -54349,17 +54739,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4361 < len(yyv4361) { - yyv4361 = yyv4361[:yyj4361] - yyc4361 = true - } else if yyj4361 == 0 && yyv4361 == nil { - yyv4361 = []PersistentVolumeAccessMode{} - yyc4361 = true + if yyj4406 < len(yyv4406) { + yyv4406 = yyv4406[:yyj4406] + yyc4406 = true + } else if yyj4406 == 0 && yyv4406 == nil { + yyv4406 = []PersistentVolumeAccessMode{} + yyc4406 = true } } - yyh4361.End() - if yyc4361 { - *v = yyv4361 + yyh4406.End() + if yyc4406 { + *v = yyv4406 } } @@ -54368,10 +54758,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4365 := range v { + for _, yyv4410 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4366 := &yyv4365 - yy4366.CodecEncodeSelf(e) + yy4411 := &yyv4410 + yy4411.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54381,83 +54771,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4367 := *v - yyh4367, yyl4367 := z.DecSliceHelperStart() - var yyc4367 bool - if yyl4367 == 0 { - if yyv4367 == nil { - yyv4367 = []PersistentVolume{} - yyc4367 = true - } else if len(yyv4367) != 0 { - yyv4367 = yyv4367[:0] - yyc4367 = true + yyv4412 := *v + yyh4412, yyl4412 := z.DecSliceHelperStart() + var yyc4412 bool + if yyl4412 == 0 { + if yyv4412 == nil { + yyv4412 = []PersistentVolume{} + yyc4412 = true + } else if len(yyv4412) != 0 { + yyv4412 = yyv4412[:0] + yyc4412 = true } - } else if yyl4367 > 0 { - var yyrr4367, yyrl4367 int - var yyrt4367 bool - if yyl4367 > cap(yyv4367) { + } else if yyl4412 > 0 { + var yyrr4412, yyrl4412 int + var yyrt4412 bool + if yyl4412 > cap(yyv4412) { - yyrg4367 := len(yyv4367) > 0 - yyv24367 := yyv4367 - yyrl4367, yyrt4367 = z.DecInferLen(yyl4367, z.DecBasicHandle().MaxInitLen, 456) - if yyrt4367 { - if yyrl4367 <= cap(yyv4367) { - yyv4367 = yyv4367[:yyrl4367] + yyrg4412 := len(yyv4412) > 0 + yyv24412 := yyv4412 + yyrl4412, yyrt4412 = z.DecInferLen(yyl4412, z.DecBasicHandle().MaxInitLen, 456) + if yyrt4412 { + if yyrl4412 <= cap(yyv4412) { + yyv4412 = yyv4412[:yyrl4412] } else { - yyv4367 = make([]PersistentVolume, yyrl4367) + yyv4412 = make([]PersistentVolume, yyrl4412) } } else { - yyv4367 = make([]PersistentVolume, yyrl4367) + yyv4412 = make([]PersistentVolume, yyrl4412) } - yyc4367 = true - yyrr4367 = len(yyv4367) - if yyrg4367 { - copy(yyv4367, yyv24367) + yyc4412 = true + yyrr4412 = len(yyv4412) + if yyrg4412 { + copy(yyv4412, yyv24412) } - } else if yyl4367 != len(yyv4367) { - yyv4367 = yyv4367[:yyl4367] - yyc4367 = true + } else if yyl4412 != len(yyv4412) { + yyv4412 = yyv4412[:yyl4412] + yyc4412 = true } - yyj4367 := 0 - for ; yyj4367 < yyrr4367; yyj4367++ { - yyh4367.ElemContainerState(yyj4367) + yyj4412 := 0 + for ; yyj4412 < yyrr4412; yyj4412++ { + yyh4412.ElemContainerState(yyj4412) if r.TryDecodeAsNil() { - yyv4367[yyj4367] = PersistentVolume{} + yyv4412[yyj4412] = PersistentVolume{} } else { - yyv4368 := &yyv4367[yyj4367] - yyv4368.CodecDecodeSelf(d) + yyv4413 := &yyv4412[yyj4412] + yyv4413.CodecDecodeSelf(d) } } - if yyrt4367 { - for ; yyj4367 < yyl4367; yyj4367++ { - yyv4367 = append(yyv4367, PersistentVolume{}) - yyh4367.ElemContainerState(yyj4367) + if yyrt4412 { + for ; yyj4412 < yyl4412; yyj4412++ { + yyv4412 = append(yyv4412, PersistentVolume{}) + yyh4412.ElemContainerState(yyj4412) if r.TryDecodeAsNil() { - yyv4367[yyj4367] = PersistentVolume{} + yyv4412[yyj4412] = PersistentVolume{} } else { - yyv4369 := &yyv4367[yyj4367] - yyv4369.CodecDecodeSelf(d) + yyv4414 := &yyv4412[yyj4412] + yyv4414.CodecDecodeSelf(d) } } } } else { - yyj4367 := 0 - for ; !r.CheckBreak(); yyj4367++ { + yyj4412 := 0 + for ; !r.CheckBreak(); yyj4412++ { - if yyj4367 >= len(yyv4367) { - yyv4367 = append(yyv4367, PersistentVolume{}) // var yyz4367 PersistentVolume - yyc4367 = true + if yyj4412 >= len(yyv4412) { + yyv4412 = append(yyv4412, PersistentVolume{}) // var yyz4412 PersistentVolume + yyc4412 = true } - yyh4367.ElemContainerState(yyj4367) - if yyj4367 < len(yyv4367) { + yyh4412.ElemContainerState(yyj4412) + if yyj4412 < len(yyv4412) { if r.TryDecodeAsNil() { - yyv4367[yyj4367] = PersistentVolume{} + yyv4412[yyj4412] = PersistentVolume{} } else { - yyv4370 := &yyv4367[yyj4367] - yyv4370.CodecDecodeSelf(d) + yyv4415 := &yyv4412[yyj4412] + yyv4415.CodecDecodeSelf(d) } } else { @@ -54465,17 +54855,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4367 < len(yyv4367) { - yyv4367 = yyv4367[:yyj4367] - yyc4367 = true - } else if yyj4367 == 0 && yyv4367 == nil { - yyv4367 = []PersistentVolume{} - yyc4367 = true + if yyj4412 < len(yyv4412) { + yyv4412 = yyv4412[:yyj4412] + yyc4412 = true + } else if yyj4412 == 0 && yyv4412 == nil { + yyv4412 = []PersistentVolume{} + yyc4412 = true } } - yyh4367.End() - if yyc4367 { - *v = yyv4367 + yyh4412.End() + if yyc4412 { + *v = yyv4412 } } @@ -54484,10 +54874,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4371 := range v { + for _, yyv4416 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4372 := &yyv4371 - yy4372.CodecEncodeSelf(e) + yy4417 := &yyv4416 + yy4417.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54497,83 +54887,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4373 := *v - yyh4373, yyl4373 := z.DecSliceHelperStart() - var yyc4373 bool - if yyl4373 == 0 { - if yyv4373 == nil { - yyv4373 = []PersistentVolumeClaim{} - yyc4373 = true - } else if len(yyv4373) != 0 { - yyv4373 = yyv4373[:0] - yyc4373 = true + yyv4418 := *v + yyh4418, yyl4418 := z.DecSliceHelperStart() + var yyc4418 bool + if yyl4418 == 0 { + if yyv4418 == nil { + yyv4418 = []PersistentVolumeClaim{} + yyc4418 = true + } else if len(yyv4418) != 0 { + yyv4418 = yyv4418[:0] + yyc4418 = true } - } else if yyl4373 > 0 { - var yyrr4373, yyrl4373 int - var yyrt4373 bool - if yyl4373 > cap(yyv4373) { + } else if yyl4418 > 0 { + var yyrr4418, yyrl4418 int + var yyrt4418 bool + if yyl4418 > cap(yyv4418) { - yyrg4373 := len(yyv4373) > 0 - yyv24373 := yyv4373 - yyrl4373, yyrt4373 = z.DecInferLen(yyl4373, z.DecBasicHandle().MaxInitLen, 352) - if yyrt4373 { - if yyrl4373 <= cap(yyv4373) { - yyv4373 = yyv4373[:yyrl4373] + yyrg4418 := len(yyv4418) > 0 + yyv24418 := yyv4418 + yyrl4418, yyrt4418 = z.DecInferLen(yyl4418, z.DecBasicHandle().MaxInitLen, 352) + if yyrt4418 { + if yyrl4418 <= cap(yyv4418) { + yyv4418 = yyv4418[:yyrl4418] } else { - yyv4373 = make([]PersistentVolumeClaim, yyrl4373) + yyv4418 = make([]PersistentVolumeClaim, yyrl4418) } } else { - yyv4373 = make([]PersistentVolumeClaim, yyrl4373) + yyv4418 = make([]PersistentVolumeClaim, yyrl4418) } - yyc4373 = true - yyrr4373 = len(yyv4373) - if yyrg4373 { - copy(yyv4373, yyv24373) + yyc4418 = true + yyrr4418 = len(yyv4418) + if yyrg4418 { + copy(yyv4418, yyv24418) } - } else if yyl4373 != len(yyv4373) { - yyv4373 = yyv4373[:yyl4373] - yyc4373 = true + } else if yyl4418 != len(yyv4418) { + yyv4418 = yyv4418[:yyl4418] + yyc4418 = true } - yyj4373 := 0 - for ; yyj4373 < yyrr4373; yyj4373++ { - yyh4373.ElemContainerState(yyj4373) + yyj4418 := 0 + for ; yyj4418 < yyrr4418; yyj4418++ { + yyh4418.ElemContainerState(yyj4418) if r.TryDecodeAsNil() { - yyv4373[yyj4373] = PersistentVolumeClaim{} + yyv4418[yyj4418] = PersistentVolumeClaim{} } else { - yyv4374 := &yyv4373[yyj4373] - yyv4374.CodecDecodeSelf(d) + yyv4419 := &yyv4418[yyj4418] + yyv4419.CodecDecodeSelf(d) } } - if yyrt4373 { - for ; yyj4373 < yyl4373; yyj4373++ { - yyv4373 = append(yyv4373, PersistentVolumeClaim{}) - yyh4373.ElemContainerState(yyj4373) + if yyrt4418 { + for ; yyj4418 < yyl4418; yyj4418++ { + yyv4418 = append(yyv4418, PersistentVolumeClaim{}) + yyh4418.ElemContainerState(yyj4418) if r.TryDecodeAsNil() { - yyv4373[yyj4373] = PersistentVolumeClaim{} + yyv4418[yyj4418] = PersistentVolumeClaim{} } else { - yyv4375 := &yyv4373[yyj4373] - yyv4375.CodecDecodeSelf(d) + yyv4420 := &yyv4418[yyj4418] + yyv4420.CodecDecodeSelf(d) } } } } else { - yyj4373 := 0 - for ; !r.CheckBreak(); yyj4373++ { + yyj4418 := 0 + for ; !r.CheckBreak(); yyj4418++ { - if yyj4373 >= len(yyv4373) { - yyv4373 = append(yyv4373, PersistentVolumeClaim{}) // var yyz4373 PersistentVolumeClaim - yyc4373 = true + if yyj4418 >= len(yyv4418) { + yyv4418 = append(yyv4418, PersistentVolumeClaim{}) // var yyz4418 PersistentVolumeClaim + yyc4418 = true } - yyh4373.ElemContainerState(yyj4373) - if yyj4373 < len(yyv4373) { + yyh4418.ElemContainerState(yyj4418) + if yyj4418 < len(yyv4418) { if r.TryDecodeAsNil() { - yyv4373[yyj4373] = PersistentVolumeClaim{} + yyv4418[yyj4418] = PersistentVolumeClaim{} } else { - yyv4376 := &yyv4373[yyj4373] - yyv4376.CodecDecodeSelf(d) + yyv4421 := &yyv4418[yyj4418] + yyv4421.CodecDecodeSelf(d) } } else { @@ -54581,17 +54971,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4373 < len(yyv4373) { - yyv4373 = yyv4373[:yyj4373] - yyc4373 = true - } else if yyj4373 == 0 && yyv4373 == nil { - yyv4373 = []PersistentVolumeClaim{} - yyc4373 = true + if yyj4418 < len(yyv4418) { + yyv4418 = yyv4418[:yyj4418] + yyc4418 = true + } else if yyj4418 == 0 && yyv4418 == nil { + yyv4418 = []PersistentVolumeClaim{} + yyc4418 = true } } - yyh4373.End() - if yyc4373 { - *v = yyv4373 + yyh4418.End() + if yyc4418 { + *v = yyv4418 } } @@ -54600,10 +54990,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4377 := range v { + for _, yyv4422 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4378 := &yyv4377 - yy4378.CodecEncodeSelf(e) + yy4423 := &yyv4422 + yy4423.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54613,83 +55003,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4379 := *v - yyh4379, yyl4379 := z.DecSliceHelperStart() - var yyc4379 bool - if yyl4379 == 0 { - if yyv4379 == nil { - yyv4379 = []KeyToPath{} - yyc4379 = true - } else if len(yyv4379) != 0 { - yyv4379 = yyv4379[:0] - yyc4379 = true + yyv4424 := *v + yyh4424, yyl4424 := z.DecSliceHelperStart() + var yyc4424 bool + if yyl4424 == 0 { + if yyv4424 == nil { + yyv4424 = []KeyToPath{} + yyc4424 = true + } else if len(yyv4424) != 0 { + yyv4424 = yyv4424[:0] + yyc4424 = true } - } else if yyl4379 > 0 { - var yyrr4379, yyrl4379 int - var yyrt4379 bool - if yyl4379 > cap(yyv4379) { + } else if yyl4424 > 0 { + var yyrr4424, yyrl4424 int + var yyrt4424 bool + if yyl4424 > cap(yyv4424) { - yyrg4379 := len(yyv4379) > 0 - yyv24379 := yyv4379 - yyrl4379, yyrt4379 = z.DecInferLen(yyl4379, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4379 { - if yyrl4379 <= cap(yyv4379) { - yyv4379 = yyv4379[:yyrl4379] + yyrg4424 := len(yyv4424) > 0 + yyv24424 := yyv4424 + yyrl4424, yyrt4424 = z.DecInferLen(yyl4424, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4424 { + if yyrl4424 <= cap(yyv4424) { + yyv4424 = yyv4424[:yyrl4424] } else { - yyv4379 = make([]KeyToPath, yyrl4379) + yyv4424 = make([]KeyToPath, yyrl4424) } } else { - yyv4379 = make([]KeyToPath, yyrl4379) + yyv4424 = make([]KeyToPath, yyrl4424) } - yyc4379 = true - yyrr4379 = len(yyv4379) - if yyrg4379 { - copy(yyv4379, yyv24379) + yyc4424 = true + yyrr4424 = len(yyv4424) + if yyrg4424 { + copy(yyv4424, yyv24424) } - } else if yyl4379 != len(yyv4379) { - yyv4379 = yyv4379[:yyl4379] - yyc4379 = true + } else if yyl4424 != len(yyv4424) { + yyv4424 = yyv4424[:yyl4424] + yyc4424 = true } - yyj4379 := 0 - for ; yyj4379 < yyrr4379; yyj4379++ { - yyh4379.ElemContainerState(yyj4379) + yyj4424 := 0 + for ; yyj4424 < yyrr4424; yyj4424++ { + yyh4424.ElemContainerState(yyj4424) if r.TryDecodeAsNil() { - yyv4379[yyj4379] = KeyToPath{} + yyv4424[yyj4424] = KeyToPath{} } else { - yyv4380 := &yyv4379[yyj4379] - yyv4380.CodecDecodeSelf(d) + yyv4425 := &yyv4424[yyj4424] + yyv4425.CodecDecodeSelf(d) } } - if yyrt4379 { - for ; yyj4379 < yyl4379; yyj4379++ { - yyv4379 = append(yyv4379, KeyToPath{}) - yyh4379.ElemContainerState(yyj4379) + if yyrt4424 { + for ; yyj4424 < yyl4424; yyj4424++ { + yyv4424 = append(yyv4424, KeyToPath{}) + yyh4424.ElemContainerState(yyj4424) if r.TryDecodeAsNil() { - yyv4379[yyj4379] = KeyToPath{} + yyv4424[yyj4424] = KeyToPath{} } else { - yyv4381 := &yyv4379[yyj4379] - yyv4381.CodecDecodeSelf(d) + yyv4426 := &yyv4424[yyj4424] + yyv4426.CodecDecodeSelf(d) } } } } else { - yyj4379 := 0 - for ; !r.CheckBreak(); yyj4379++ { + yyj4424 := 0 + for ; !r.CheckBreak(); yyj4424++ { - if yyj4379 >= len(yyv4379) { - yyv4379 = append(yyv4379, KeyToPath{}) // var yyz4379 KeyToPath - yyc4379 = true + if yyj4424 >= len(yyv4424) { + yyv4424 = append(yyv4424, KeyToPath{}) // var yyz4424 KeyToPath + yyc4424 = true } - yyh4379.ElemContainerState(yyj4379) - if yyj4379 < len(yyv4379) { + yyh4424.ElemContainerState(yyj4424) + if yyj4424 < len(yyv4424) { if r.TryDecodeAsNil() { - yyv4379[yyj4379] = KeyToPath{} + yyv4424[yyj4424] = KeyToPath{} } else { - yyv4382 := &yyv4379[yyj4379] - yyv4382.CodecDecodeSelf(d) + yyv4427 := &yyv4424[yyj4424] + yyv4427.CodecDecodeSelf(d) } } else { @@ -54697,17 +55087,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4379 < len(yyv4379) { - yyv4379 = yyv4379[:yyj4379] - yyc4379 = true - } else if yyj4379 == 0 && yyv4379 == nil { - yyv4379 = []KeyToPath{} - yyc4379 = true + if yyj4424 < len(yyv4424) { + yyv4424 = yyv4424[:yyj4424] + yyc4424 = true + } else if yyj4424 == 0 && yyv4424 == nil { + yyv4424 = []KeyToPath{} + yyc4424 = true } } - yyh4379.End() - if yyc4379 { - *v = yyv4379 + yyh4424.End() + if yyc4424 { + *v = yyv4424 } } @@ -54716,10 +55106,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4383 := range v { + for _, yyv4428 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4384 := &yyv4383 - yy4384.CodecEncodeSelf(e) + yy4429 := &yyv4428 + yy4429.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54729,83 +55119,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4385 := *v - yyh4385, yyl4385 := z.DecSliceHelperStart() - var yyc4385 bool - if yyl4385 == 0 { - if yyv4385 == nil { - yyv4385 = []DownwardAPIVolumeFile{} - yyc4385 = true - } else if len(yyv4385) != 0 { - yyv4385 = yyv4385[:0] - yyc4385 = true + yyv4430 := *v + yyh4430, yyl4430 := z.DecSliceHelperStart() + var yyc4430 bool + if yyl4430 == 0 { + if yyv4430 == nil { + yyv4430 = []DownwardAPIVolumeFile{} + yyc4430 = true + } else if len(yyv4430) != 0 { + yyv4430 = yyv4430[:0] + yyc4430 = true } - } else if yyl4385 > 0 { - var yyrr4385, yyrl4385 int - var yyrt4385 bool - if yyl4385 > cap(yyv4385) { + } else if yyl4430 > 0 { + var yyrr4430, yyrl4430 int + var yyrt4430 bool + if yyl4430 > cap(yyv4430) { - yyrg4385 := len(yyv4385) > 0 - yyv24385 := yyv4385 - yyrl4385, yyrt4385 = z.DecInferLen(yyl4385, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4385 { - if yyrl4385 <= cap(yyv4385) { - yyv4385 = yyv4385[:yyrl4385] + yyrg4430 := len(yyv4430) > 0 + yyv24430 := yyv4430 + yyrl4430, yyrt4430 = z.DecInferLen(yyl4430, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4430 { + if yyrl4430 <= cap(yyv4430) { + yyv4430 = yyv4430[:yyrl4430] } else { - yyv4385 = make([]DownwardAPIVolumeFile, yyrl4385) + yyv4430 = make([]DownwardAPIVolumeFile, yyrl4430) } } else { - yyv4385 = make([]DownwardAPIVolumeFile, yyrl4385) + yyv4430 = make([]DownwardAPIVolumeFile, yyrl4430) } - yyc4385 = true - yyrr4385 = len(yyv4385) - if yyrg4385 { - copy(yyv4385, yyv24385) + yyc4430 = true + yyrr4430 = len(yyv4430) + if yyrg4430 { + copy(yyv4430, yyv24430) } - } else if yyl4385 != len(yyv4385) { - yyv4385 = yyv4385[:yyl4385] - yyc4385 = true + } else if yyl4430 != len(yyv4430) { + yyv4430 = yyv4430[:yyl4430] + yyc4430 = true } - yyj4385 := 0 - for ; yyj4385 < yyrr4385; yyj4385++ { - yyh4385.ElemContainerState(yyj4385) + yyj4430 := 0 + for ; yyj4430 < yyrr4430; yyj4430++ { + yyh4430.ElemContainerState(yyj4430) if r.TryDecodeAsNil() { - yyv4385[yyj4385] = DownwardAPIVolumeFile{} + yyv4430[yyj4430] = DownwardAPIVolumeFile{} } else { - yyv4386 := &yyv4385[yyj4385] - yyv4386.CodecDecodeSelf(d) + yyv4431 := &yyv4430[yyj4430] + yyv4431.CodecDecodeSelf(d) } } - if yyrt4385 { - for ; yyj4385 < yyl4385; yyj4385++ { - yyv4385 = append(yyv4385, DownwardAPIVolumeFile{}) - yyh4385.ElemContainerState(yyj4385) + if yyrt4430 { + for ; yyj4430 < yyl4430; yyj4430++ { + yyv4430 = append(yyv4430, DownwardAPIVolumeFile{}) + yyh4430.ElemContainerState(yyj4430) if r.TryDecodeAsNil() { - yyv4385[yyj4385] = DownwardAPIVolumeFile{} + yyv4430[yyj4430] = DownwardAPIVolumeFile{} } else { - yyv4387 := &yyv4385[yyj4385] - yyv4387.CodecDecodeSelf(d) + yyv4432 := &yyv4430[yyj4430] + yyv4432.CodecDecodeSelf(d) } } } } else { - yyj4385 := 0 - for ; !r.CheckBreak(); yyj4385++ { + yyj4430 := 0 + for ; !r.CheckBreak(); yyj4430++ { - if yyj4385 >= len(yyv4385) { - yyv4385 = append(yyv4385, DownwardAPIVolumeFile{}) // var yyz4385 DownwardAPIVolumeFile - yyc4385 = true + if yyj4430 >= len(yyv4430) { + yyv4430 = append(yyv4430, DownwardAPIVolumeFile{}) // var yyz4430 DownwardAPIVolumeFile + yyc4430 = true } - yyh4385.ElemContainerState(yyj4385) - if yyj4385 < len(yyv4385) { + yyh4430.ElemContainerState(yyj4430) + if yyj4430 < len(yyv4430) { if r.TryDecodeAsNil() { - yyv4385[yyj4385] = DownwardAPIVolumeFile{} + yyv4430[yyj4430] = DownwardAPIVolumeFile{} } else { - yyv4388 := &yyv4385[yyj4385] - yyv4388.CodecDecodeSelf(d) + yyv4433 := &yyv4430[yyj4430] + yyv4433.CodecDecodeSelf(d) } } else { @@ -54813,17 +55203,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4385 < len(yyv4385) { - yyv4385 = yyv4385[:yyj4385] - yyc4385 = true - } else if yyj4385 == 0 && yyv4385 == nil { - yyv4385 = []DownwardAPIVolumeFile{} - yyc4385 = true + if yyj4430 < len(yyv4430) { + yyv4430 = yyv4430[:yyj4430] + yyc4430 = true + } else if yyj4430 == 0 && yyv4430 == nil { + yyv4430 = []DownwardAPIVolumeFile{} + yyc4430 = true } } - yyh4385.End() - if yyc4385 { - *v = yyv4385 + yyh4430.End() + if yyc4430 { + *v = yyv4430 } } @@ -54832,10 +55222,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4389 := range v { + for _, yyv4434 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4390 := &yyv4389 - yy4390.CodecEncodeSelf(e) + yy4435 := &yyv4434 + yy4435.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54845,83 +55235,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4391 := *v - yyh4391, yyl4391 := z.DecSliceHelperStart() - var yyc4391 bool - if yyl4391 == 0 { - if yyv4391 == nil { - yyv4391 = []HTTPHeader{} - yyc4391 = true - } else if len(yyv4391) != 0 { - yyv4391 = yyv4391[:0] - yyc4391 = true + yyv4436 := *v + yyh4436, yyl4436 := z.DecSliceHelperStart() + var yyc4436 bool + if yyl4436 == 0 { + if yyv4436 == nil { + yyv4436 = []HTTPHeader{} + yyc4436 = true + } else if len(yyv4436) != 0 { + yyv4436 = yyv4436[:0] + yyc4436 = true } - } else if yyl4391 > 0 { - var yyrr4391, yyrl4391 int - var yyrt4391 bool - if yyl4391 > cap(yyv4391) { + } else if yyl4436 > 0 { + var yyrr4436, yyrl4436 int + var yyrt4436 bool + if yyl4436 > cap(yyv4436) { - yyrg4391 := len(yyv4391) > 0 - yyv24391 := yyv4391 - yyrl4391, yyrt4391 = z.DecInferLen(yyl4391, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4391 { - if yyrl4391 <= cap(yyv4391) { - yyv4391 = yyv4391[:yyrl4391] + yyrg4436 := len(yyv4436) > 0 + yyv24436 := yyv4436 + yyrl4436, yyrt4436 = z.DecInferLen(yyl4436, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4436 { + if yyrl4436 <= cap(yyv4436) { + yyv4436 = yyv4436[:yyrl4436] } else { - yyv4391 = make([]HTTPHeader, yyrl4391) + yyv4436 = make([]HTTPHeader, yyrl4436) } } else { - yyv4391 = make([]HTTPHeader, yyrl4391) + yyv4436 = make([]HTTPHeader, yyrl4436) } - yyc4391 = true - yyrr4391 = len(yyv4391) - if yyrg4391 { - copy(yyv4391, yyv24391) + yyc4436 = true + yyrr4436 = len(yyv4436) + if yyrg4436 { + copy(yyv4436, yyv24436) } - } else if yyl4391 != len(yyv4391) { - yyv4391 = yyv4391[:yyl4391] - yyc4391 = true + } else if yyl4436 != len(yyv4436) { + yyv4436 = yyv4436[:yyl4436] + yyc4436 = true } - yyj4391 := 0 - for ; yyj4391 < yyrr4391; yyj4391++ { - yyh4391.ElemContainerState(yyj4391) + yyj4436 := 0 + for ; yyj4436 < yyrr4436; yyj4436++ { + yyh4436.ElemContainerState(yyj4436) if r.TryDecodeAsNil() { - yyv4391[yyj4391] = HTTPHeader{} + yyv4436[yyj4436] = HTTPHeader{} } else { - yyv4392 := &yyv4391[yyj4391] - yyv4392.CodecDecodeSelf(d) + yyv4437 := &yyv4436[yyj4436] + yyv4437.CodecDecodeSelf(d) } } - if yyrt4391 { - for ; yyj4391 < yyl4391; yyj4391++ { - yyv4391 = append(yyv4391, HTTPHeader{}) - yyh4391.ElemContainerState(yyj4391) + if yyrt4436 { + for ; yyj4436 < yyl4436; yyj4436++ { + yyv4436 = append(yyv4436, HTTPHeader{}) + yyh4436.ElemContainerState(yyj4436) if r.TryDecodeAsNil() { - yyv4391[yyj4391] = HTTPHeader{} + yyv4436[yyj4436] = HTTPHeader{} } else { - yyv4393 := &yyv4391[yyj4391] - yyv4393.CodecDecodeSelf(d) + yyv4438 := &yyv4436[yyj4436] + yyv4438.CodecDecodeSelf(d) } } } } else { - yyj4391 := 0 - for ; !r.CheckBreak(); yyj4391++ { + yyj4436 := 0 + for ; !r.CheckBreak(); yyj4436++ { - if yyj4391 >= len(yyv4391) { - yyv4391 = append(yyv4391, HTTPHeader{}) // var yyz4391 HTTPHeader - yyc4391 = true + if yyj4436 >= len(yyv4436) { + yyv4436 = append(yyv4436, HTTPHeader{}) // var yyz4436 HTTPHeader + yyc4436 = true } - yyh4391.ElemContainerState(yyj4391) - if yyj4391 < len(yyv4391) { + yyh4436.ElemContainerState(yyj4436) + if yyj4436 < len(yyv4436) { if r.TryDecodeAsNil() { - yyv4391[yyj4391] = HTTPHeader{} + yyv4436[yyj4436] = HTTPHeader{} } else { - yyv4394 := &yyv4391[yyj4391] - yyv4394.CodecDecodeSelf(d) + yyv4439 := &yyv4436[yyj4436] + yyv4439.CodecDecodeSelf(d) } } else { @@ -54929,17 +55319,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4391 < len(yyv4391) { - yyv4391 = yyv4391[:yyj4391] - yyc4391 = true - } else if yyj4391 == 0 && yyv4391 == nil { - yyv4391 = []HTTPHeader{} - yyc4391 = true + if yyj4436 < len(yyv4436) { + yyv4436 = yyv4436[:yyj4436] + yyc4436 = true + } else if yyj4436 == 0 && yyv4436 == nil { + yyv4436 = []HTTPHeader{} + yyc4436 = true } } - yyh4391.End() - if yyc4391 { - *v = yyv4391 + yyh4436.End() + if yyc4436 { + *v = yyv4436 } } @@ -54948,9 +55338,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4395 := range v { + for _, yyv4440 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4395.CodecEncodeSelf(e) + yyv4440.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54960,75 +55350,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4396 := *v - yyh4396, yyl4396 := z.DecSliceHelperStart() - var yyc4396 bool - if yyl4396 == 0 { - if yyv4396 == nil { - yyv4396 = []Capability{} - yyc4396 = true - } else if len(yyv4396) != 0 { - yyv4396 = yyv4396[:0] - yyc4396 = true + yyv4441 := *v + yyh4441, yyl4441 := z.DecSliceHelperStart() + var yyc4441 bool + if yyl4441 == 0 { + if yyv4441 == nil { + yyv4441 = []Capability{} + yyc4441 = true + } else if len(yyv4441) != 0 { + yyv4441 = yyv4441[:0] + yyc4441 = true } - } else if yyl4396 > 0 { - var yyrr4396, yyrl4396 int - var yyrt4396 bool - if yyl4396 > cap(yyv4396) { + } else if yyl4441 > 0 { + var yyrr4441, yyrl4441 int + var yyrt4441 bool + if yyl4441 > cap(yyv4441) { - yyrl4396, yyrt4396 = z.DecInferLen(yyl4396, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4396 { - if yyrl4396 <= cap(yyv4396) { - yyv4396 = yyv4396[:yyrl4396] + yyrl4441, yyrt4441 = z.DecInferLen(yyl4441, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4441 { + if yyrl4441 <= cap(yyv4441) { + yyv4441 = yyv4441[:yyrl4441] } else { - yyv4396 = make([]Capability, yyrl4396) + yyv4441 = make([]Capability, yyrl4441) } } else { - yyv4396 = make([]Capability, yyrl4396) + yyv4441 = make([]Capability, yyrl4441) } - yyc4396 = true - yyrr4396 = len(yyv4396) - } else if yyl4396 != len(yyv4396) { - yyv4396 = yyv4396[:yyl4396] - yyc4396 = true + yyc4441 = true + yyrr4441 = len(yyv4441) + } else if yyl4441 != len(yyv4441) { + yyv4441 = yyv4441[:yyl4441] + yyc4441 = true } - yyj4396 := 0 - for ; yyj4396 < yyrr4396; yyj4396++ { - yyh4396.ElemContainerState(yyj4396) + yyj4441 := 0 + for ; yyj4441 < yyrr4441; yyj4441++ { + yyh4441.ElemContainerState(yyj4441) if r.TryDecodeAsNil() { - yyv4396[yyj4396] = "" + yyv4441[yyj4441] = "" } else { - yyv4396[yyj4396] = Capability(r.DecodeString()) + yyv4441[yyj4441] = Capability(r.DecodeString()) } } - if yyrt4396 { - for ; yyj4396 < yyl4396; yyj4396++ { - yyv4396 = append(yyv4396, "") - yyh4396.ElemContainerState(yyj4396) + if yyrt4441 { + for ; yyj4441 < yyl4441; yyj4441++ { + yyv4441 = append(yyv4441, "") + yyh4441.ElemContainerState(yyj4441) if r.TryDecodeAsNil() { - yyv4396[yyj4396] = "" + yyv4441[yyj4441] = "" } else { - yyv4396[yyj4396] = Capability(r.DecodeString()) + yyv4441[yyj4441] = Capability(r.DecodeString()) } } } } else { - yyj4396 := 0 - for ; !r.CheckBreak(); yyj4396++ { + yyj4441 := 0 + for ; !r.CheckBreak(); yyj4441++ { - if yyj4396 >= len(yyv4396) { - yyv4396 = append(yyv4396, "") // var yyz4396 Capability - yyc4396 = true + if yyj4441 >= len(yyv4441) { + yyv4441 = append(yyv4441, "") // var yyz4441 Capability + yyc4441 = true } - yyh4396.ElemContainerState(yyj4396) - if yyj4396 < len(yyv4396) { + yyh4441.ElemContainerState(yyj4441) + if yyj4441 < len(yyv4441) { if r.TryDecodeAsNil() { - yyv4396[yyj4396] = "" + yyv4441[yyj4441] = "" } else { - yyv4396[yyj4396] = Capability(r.DecodeString()) + yyv4441[yyj4441] = Capability(r.DecodeString()) } } else { @@ -55036,17 +55426,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4396 < len(yyv4396) { - yyv4396 = yyv4396[:yyj4396] - yyc4396 = true - } else if yyj4396 == 0 && yyv4396 == nil { - yyv4396 = []Capability{} - yyc4396 = true + if yyj4441 < len(yyv4441) { + yyv4441 = yyv4441[:yyj4441] + yyc4441 = true + } else if yyj4441 == 0 && yyv4441 == nil { + yyv4441 = []Capability{} + yyc4441 = true } } - yyh4396.End() - if yyc4396 { - *v = yyv4396 + yyh4441.End() + if yyc4441 { + *v = yyv4441 } } @@ -55055,10 +55445,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4400 := range v { + for _, yyv4445 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4401 := &yyv4400 - yy4401.CodecEncodeSelf(e) + yy4446 := &yyv4445 + yy4446.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55068,83 +55458,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4402 := *v - yyh4402, yyl4402 := z.DecSliceHelperStart() - var yyc4402 bool - if yyl4402 == 0 { - if yyv4402 == nil { - yyv4402 = []ContainerPort{} - yyc4402 = true - } else if len(yyv4402) != 0 { - yyv4402 = yyv4402[:0] - yyc4402 = true + yyv4447 := *v + yyh4447, yyl4447 := z.DecSliceHelperStart() + var yyc4447 bool + if yyl4447 == 0 { + if yyv4447 == nil { + yyv4447 = []ContainerPort{} + yyc4447 = true + } else if len(yyv4447) != 0 { + yyv4447 = yyv4447[:0] + yyc4447 = true } - } else if yyl4402 > 0 { - var yyrr4402, yyrl4402 int - var yyrt4402 bool - if yyl4402 > cap(yyv4402) { + } else if yyl4447 > 0 { + var yyrr4447, yyrl4447 int + var yyrt4447 bool + if yyl4447 > cap(yyv4447) { - yyrg4402 := len(yyv4402) > 0 - yyv24402 := yyv4402 - yyrl4402, yyrt4402 = z.DecInferLen(yyl4402, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4402 { - if yyrl4402 <= cap(yyv4402) { - yyv4402 = yyv4402[:yyrl4402] + yyrg4447 := len(yyv4447) > 0 + yyv24447 := yyv4447 + yyrl4447, yyrt4447 = z.DecInferLen(yyl4447, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4447 { + if yyrl4447 <= cap(yyv4447) { + yyv4447 = yyv4447[:yyrl4447] } else { - yyv4402 = make([]ContainerPort, yyrl4402) + yyv4447 = make([]ContainerPort, yyrl4447) } } else { - yyv4402 = make([]ContainerPort, yyrl4402) + yyv4447 = make([]ContainerPort, yyrl4447) } - yyc4402 = true - yyrr4402 = len(yyv4402) - if yyrg4402 { - copy(yyv4402, yyv24402) + yyc4447 = true + yyrr4447 = len(yyv4447) + if yyrg4447 { + copy(yyv4447, yyv24447) } - } else if yyl4402 != len(yyv4402) { - yyv4402 = yyv4402[:yyl4402] - yyc4402 = true + } else if yyl4447 != len(yyv4447) { + yyv4447 = yyv4447[:yyl4447] + yyc4447 = true } - yyj4402 := 0 - for ; yyj4402 < yyrr4402; yyj4402++ { - yyh4402.ElemContainerState(yyj4402) + yyj4447 := 0 + for ; yyj4447 < yyrr4447; yyj4447++ { + yyh4447.ElemContainerState(yyj4447) if r.TryDecodeAsNil() { - yyv4402[yyj4402] = ContainerPort{} + yyv4447[yyj4447] = ContainerPort{} } else { - yyv4403 := &yyv4402[yyj4402] - yyv4403.CodecDecodeSelf(d) + yyv4448 := &yyv4447[yyj4447] + yyv4448.CodecDecodeSelf(d) } } - if yyrt4402 { - for ; yyj4402 < yyl4402; yyj4402++ { - yyv4402 = append(yyv4402, ContainerPort{}) - yyh4402.ElemContainerState(yyj4402) + if yyrt4447 { + for ; yyj4447 < yyl4447; yyj4447++ { + yyv4447 = append(yyv4447, ContainerPort{}) + yyh4447.ElemContainerState(yyj4447) if r.TryDecodeAsNil() { - yyv4402[yyj4402] = ContainerPort{} + yyv4447[yyj4447] = ContainerPort{} } else { - yyv4404 := &yyv4402[yyj4402] - yyv4404.CodecDecodeSelf(d) + yyv4449 := &yyv4447[yyj4447] + yyv4449.CodecDecodeSelf(d) } } } } else { - yyj4402 := 0 - for ; !r.CheckBreak(); yyj4402++ { + yyj4447 := 0 + for ; !r.CheckBreak(); yyj4447++ { - if yyj4402 >= len(yyv4402) { - yyv4402 = append(yyv4402, ContainerPort{}) // var yyz4402 ContainerPort - yyc4402 = true + if yyj4447 >= len(yyv4447) { + yyv4447 = append(yyv4447, ContainerPort{}) // var yyz4447 ContainerPort + yyc4447 = true } - yyh4402.ElemContainerState(yyj4402) - if yyj4402 < len(yyv4402) { + yyh4447.ElemContainerState(yyj4447) + if yyj4447 < len(yyv4447) { if r.TryDecodeAsNil() { - yyv4402[yyj4402] = ContainerPort{} + yyv4447[yyj4447] = ContainerPort{} } else { - yyv4405 := &yyv4402[yyj4402] - yyv4405.CodecDecodeSelf(d) + yyv4450 := &yyv4447[yyj4447] + yyv4450.CodecDecodeSelf(d) } } else { @@ -55152,17 +55542,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4402 < len(yyv4402) { - yyv4402 = yyv4402[:yyj4402] - yyc4402 = true - } else if yyj4402 == 0 && yyv4402 == nil { - yyv4402 = []ContainerPort{} - yyc4402 = true + if yyj4447 < len(yyv4447) { + yyv4447 = yyv4447[:yyj4447] + yyc4447 = true + } else if yyj4447 == 0 && yyv4447 == nil { + yyv4447 = []ContainerPort{} + yyc4447 = true } } - yyh4402.End() - if yyc4402 { - *v = yyv4402 + yyh4447.End() + if yyc4447 { + *v = yyv4447 } } @@ -55171,10 +55561,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4406 := range v { + for _, yyv4451 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4407 := &yyv4406 - yy4407.CodecEncodeSelf(e) + yy4452 := &yyv4451 + yy4452.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55184,83 +55574,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4408 := *v - yyh4408, yyl4408 := z.DecSliceHelperStart() - var yyc4408 bool - if yyl4408 == 0 { - if yyv4408 == nil { - yyv4408 = []EnvVar{} - yyc4408 = true - } else if len(yyv4408) != 0 { - yyv4408 = yyv4408[:0] - yyc4408 = true + yyv4453 := *v + yyh4453, yyl4453 := z.DecSliceHelperStart() + var yyc4453 bool + if yyl4453 == 0 { + if yyv4453 == nil { + yyv4453 = []EnvVar{} + yyc4453 = true + } else if len(yyv4453) != 0 { + yyv4453 = yyv4453[:0] + yyc4453 = true } - } else if yyl4408 > 0 { - var yyrr4408, yyrl4408 int - var yyrt4408 bool - if yyl4408 > cap(yyv4408) { + } else if yyl4453 > 0 { + var yyrr4453, yyrl4453 int + var yyrt4453 bool + if yyl4453 > cap(yyv4453) { - yyrg4408 := len(yyv4408) > 0 - yyv24408 := yyv4408 - yyrl4408, yyrt4408 = z.DecInferLen(yyl4408, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4408 { - if yyrl4408 <= cap(yyv4408) { - yyv4408 = yyv4408[:yyrl4408] + yyrg4453 := len(yyv4453) > 0 + yyv24453 := yyv4453 + yyrl4453, yyrt4453 = z.DecInferLen(yyl4453, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4453 { + if yyrl4453 <= cap(yyv4453) { + yyv4453 = yyv4453[:yyrl4453] } else { - yyv4408 = make([]EnvVar, yyrl4408) + yyv4453 = make([]EnvVar, yyrl4453) } } else { - yyv4408 = make([]EnvVar, yyrl4408) + yyv4453 = make([]EnvVar, yyrl4453) } - yyc4408 = true - yyrr4408 = len(yyv4408) - if yyrg4408 { - copy(yyv4408, yyv24408) + yyc4453 = true + yyrr4453 = len(yyv4453) + if yyrg4453 { + copy(yyv4453, yyv24453) } - } else if yyl4408 != len(yyv4408) { - yyv4408 = yyv4408[:yyl4408] - yyc4408 = true + } else if yyl4453 != len(yyv4453) { + yyv4453 = yyv4453[:yyl4453] + yyc4453 = true } - yyj4408 := 0 - for ; yyj4408 < yyrr4408; yyj4408++ { - yyh4408.ElemContainerState(yyj4408) + yyj4453 := 0 + for ; yyj4453 < yyrr4453; yyj4453++ { + yyh4453.ElemContainerState(yyj4453) if r.TryDecodeAsNil() { - yyv4408[yyj4408] = EnvVar{} + yyv4453[yyj4453] = EnvVar{} } else { - yyv4409 := &yyv4408[yyj4408] - yyv4409.CodecDecodeSelf(d) + yyv4454 := &yyv4453[yyj4453] + yyv4454.CodecDecodeSelf(d) } } - if yyrt4408 { - for ; yyj4408 < yyl4408; yyj4408++ { - yyv4408 = append(yyv4408, EnvVar{}) - yyh4408.ElemContainerState(yyj4408) + if yyrt4453 { + for ; yyj4453 < yyl4453; yyj4453++ { + yyv4453 = append(yyv4453, EnvVar{}) + yyh4453.ElemContainerState(yyj4453) if r.TryDecodeAsNil() { - yyv4408[yyj4408] = EnvVar{} + yyv4453[yyj4453] = EnvVar{} } else { - yyv4410 := &yyv4408[yyj4408] - yyv4410.CodecDecodeSelf(d) + yyv4455 := &yyv4453[yyj4453] + yyv4455.CodecDecodeSelf(d) } } } } else { - yyj4408 := 0 - for ; !r.CheckBreak(); yyj4408++ { + yyj4453 := 0 + for ; !r.CheckBreak(); yyj4453++ { - if yyj4408 >= len(yyv4408) { - yyv4408 = append(yyv4408, EnvVar{}) // var yyz4408 EnvVar - yyc4408 = true + if yyj4453 >= len(yyv4453) { + yyv4453 = append(yyv4453, EnvVar{}) // var yyz4453 EnvVar + yyc4453 = true } - yyh4408.ElemContainerState(yyj4408) - if yyj4408 < len(yyv4408) { + yyh4453.ElemContainerState(yyj4453) + if yyj4453 < len(yyv4453) { if r.TryDecodeAsNil() { - yyv4408[yyj4408] = EnvVar{} + yyv4453[yyj4453] = EnvVar{} } else { - yyv4411 := &yyv4408[yyj4408] - yyv4411.CodecDecodeSelf(d) + yyv4456 := &yyv4453[yyj4453] + yyv4456.CodecDecodeSelf(d) } } else { @@ -55268,17 +55658,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4408 < len(yyv4408) { - yyv4408 = yyv4408[:yyj4408] - yyc4408 = true - } else if yyj4408 == 0 && yyv4408 == nil { - yyv4408 = []EnvVar{} - yyc4408 = true + if yyj4453 < len(yyv4453) { + yyv4453 = yyv4453[:yyj4453] + yyc4453 = true + } else if yyj4453 == 0 && yyv4453 == nil { + yyv4453 = []EnvVar{} + yyc4453 = true } } - yyh4408.End() - if yyc4408 { - *v = yyv4408 + yyh4453.End() + if yyc4453 { + *v = yyv4453 } } @@ -55287,10 +55677,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4412 := range v { + for _, yyv4457 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4413 := &yyv4412 - yy4413.CodecEncodeSelf(e) + yy4458 := &yyv4457 + yy4458.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55300,83 +55690,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4414 := *v - yyh4414, yyl4414 := z.DecSliceHelperStart() - var yyc4414 bool - if yyl4414 == 0 { - if yyv4414 == nil { - yyv4414 = []VolumeMount{} - yyc4414 = true - } else if len(yyv4414) != 0 { - yyv4414 = yyv4414[:0] - yyc4414 = true + yyv4459 := *v + yyh4459, yyl4459 := z.DecSliceHelperStart() + var yyc4459 bool + if yyl4459 == 0 { + if yyv4459 == nil { + yyv4459 = []VolumeMount{} + yyc4459 = true + } else if len(yyv4459) != 0 { + yyv4459 = yyv4459[:0] + yyc4459 = true } - } else if yyl4414 > 0 { - var yyrr4414, yyrl4414 int - var yyrt4414 bool - if yyl4414 > cap(yyv4414) { + } else if yyl4459 > 0 { + var yyrr4459, yyrl4459 int + var yyrt4459 bool + if yyl4459 > cap(yyv4459) { - yyrg4414 := len(yyv4414) > 0 - yyv24414 := yyv4414 - yyrl4414, yyrt4414 = z.DecInferLen(yyl4414, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4414 { - if yyrl4414 <= cap(yyv4414) { - yyv4414 = yyv4414[:yyrl4414] + yyrg4459 := len(yyv4459) > 0 + yyv24459 := yyv4459 + yyrl4459, yyrt4459 = z.DecInferLen(yyl4459, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4459 { + if yyrl4459 <= cap(yyv4459) { + yyv4459 = yyv4459[:yyrl4459] } else { - yyv4414 = make([]VolumeMount, yyrl4414) + yyv4459 = make([]VolumeMount, yyrl4459) } } else { - yyv4414 = make([]VolumeMount, yyrl4414) + yyv4459 = make([]VolumeMount, yyrl4459) } - yyc4414 = true - yyrr4414 = len(yyv4414) - if yyrg4414 { - copy(yyv4414, yyv24414) + yyc4459 = true + yyrr4459 = len(yyv4459) + if yyrg4459 { + copy(yyv4459, yyv24459) } - } else if yyl4414 != len(yyv4414) { - yyv4414 = yyv4414[:yyl4414] - yyc4414 = true + } else if yyl4459 != len(yyv4459) { + yyv4459 = yyv4459[:yyl4459] + yyc4459 = true } - yyj4414 := 0 - for ; yyj4414 < yyrr4414; yyj4414++ { - yyh4414.ElemContainerState(yyj4414) + yyj4459 := 0 + for ; yyj4459 < yyrr4459; yyj4459++ { + yyh4459.ElemContainerState(yyj4459) if r.TryDecodeAsNil() { - yyv4414[yyj4414] = VolumeMount{} + yyv4459[yyj4459] = VolumeMount{} } else { - yyv4415 := &yyv4414[yyj4414] - yyv4415.CodecDecodeSelf(d) + yyv4460 := &yyv4459[yyj4459] + yyv4460.CodecDecodeSelf(d) } } - if yyrt4414 { - for ; yyj4414 < yyl4414; yyj4414++ { - yyv4414 = append(yyv4414, VolumeMount{}) - yyh4414.ElemContainerState(yyj4414) + if yyrt4459 { + for ; yyj4459 < yyl4459; yyj4459++ { + yyv4459 = append(yyv4459, VolumeMount{}) + yyh4459.ElemContainerState(yyj4459) if r.TryDecodeAsNil() { - yyv4414[yyj4414] = VolumeMount{} + yyv4459[yyj4459] = VolumeMount{} } else { - yyv4416 := &yyv4414[yyj4414] - yyv4416.CodecDecodeSelf(d) + yyv4461 := &yyv4459[yyj4459] + yyv4461.CodecDecodeSelf(d) } } } } else { - yyj4414 := 0 - for ; !r.CheckBreak(); yyj4414++ { + yyj4459 := 0 + for ; !r.CheckBreak(); yyj4459++ { - if yyj4414 >= len(yyv4414) { - yyv4414 = append(yyv4414, VolumeMount{}) // var yyz4414 VolumeMount - yyc4414 = true + if yyj4459 >= len(yyv4459) { + yyv4459 = append(yyv4459, VolumeMount{}) // var yyz4459 VolumeMount + yyc4459 = true } - yyh4414.ElemContainerState(yyj4414) - if yyj4414 < len(yyv4414) { + yyh4459.ElemContainerState(yyj4459) + if yyj4459 < len(yyv4459) { if r.TryDecodeAsNil() { - yyv4414[yyj4414] = VolumeMount{} + yyv4459[yyj4459] = VolumeMount{} } else { - yyv4417 := &yyv4414[yyj4414] - yyv4417.CodecDecodeSelf(d) + yyv4462 := &yyv4459[yyj4459] + yyv4462.CodecDecodeSelf(d) } } else { @@ -55384,17 +55774,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4414 < len(yyv4414) { - yyv4414 = yyv4414[:yyj4414] - yyc4414 = true - } else if yyj4414 == 0 && yyv4414 == nil { - yyv4414 = []VolumeMount{} - yyc4414 = true + if yyj4459 < len(yyv4459) { + yyv4459 = yyv4459[:yyj4459] + yyc4459 = true + } else if yyj4459 == 0 && yyv4459 == nil { + yyv4459 = []VolumeMount{} + yyc4459 = true } } - yyh4414.End() - if yyc4414 { - *v = yyv4414 + yyh4459.End() + if yyc4459 { + *v = yyv4459 } } @@ -55403,10 +55793,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4418 := range v { + for _, yyv4463 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4419 := &yyv4418 - yy4419.CodecEncodeSelf(e) + yy4464 := &yyv4463 + yy4464.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55416,83 +55806,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4420 := *v - yyh4420, yyl4420 := z.DecSliceHelperStart() - var yyc4420 bool - if yyl4420 == 0 { - if yyv4420 == nil { - yyv4420 = []Pod{} - yyc4420 = true - } else if len(yyv4420) != 0 { - yyv4420 = yyv4420[:0] - yyc4420 = true + yyv4465 := *v + yyh4465, yyl4465 := z.DecSliceHelperStart() + var yyc4465 bool + if yyl4465 == 0 { + if yyv4465 == nil { + yyv4465 = []Pod{} + yyc4465 = true + } else if len(yyv4465) != 0 { + yyv4465 = yyv4465[:0] + yyc4465 = true } - } else if yyl4420 > 0 { - var yyrr4420, yyrl4420 int - var yyrt4420 bool - if yyl4420 > cap(yyv4420) { + } else if yyl4465 > 0 { + var yyrr4465, yyrl4465 int + var yyrt4465 bool + if yyl4465 > cap(yyv4465) { - yyrg4420 := len(yyv4420) > 0 - yyv24420 := yyv4420 - yyrl4420, yyrt4420 = z.DecInferLen(yyl4420, z.DecBasicHandle().MaxInitLen, 624) - if yyrt4420 { - if yyrl4420 <= cap(yyv4420) { - yyv4420 = yyv4420[:yyrl4420] + yyrg4465 := len(yyv4465) > 0 + yyv24465 := yyv4465 + yyrl4465, yyrt4465 = z.DecInferLen(yyl4465, z.DecBasicHandle().MaxInitLen, 624) + if yyrt4465 { + if yyrl4465 <= cap(yyv4465) { + yyv4465 = yyv4465[:yyrl4465] } else { - yyv4420 = make([]Pod, yyrl4420) + yyv4465 = make([]Pod, yyrl4465) } } else { - yyv4420 = make([]Pod, yyrl4420) + yyv4465 = make([]Pod, yyrl4465) } - yyc4420 = true - yyrr4420 = len(yyv4420) - if yyrg4420 { - copy(yyv4420, yyv24420) + yyc4465 = true + yyrr4465 = len(yyv4465) + if yyrg4465 { + copy(yyv4465, yyv24465) } - } else if yyl4420 != len(yyv4420) { - yyv4420 = yyv4420[:yyl4420] - yyc4420 = true + } else if yyl4465 != len(yyv4465) { + yyv4465 = yyv4465[:yyl4465] + yyc4465 = true } - yyj4420 := 0 - for ; yyj4420 < yyrr4420; yyj4420++ { - yyh4420.ElemContainerState(yyj4420) + yyj4465 := 0 + for ; yyj4465 < yyrr4465; yyj4465++ { + yyh4465.ElemContainerState(yyj4465) if r.TryDecodeAsNil() { - yyv4420[yyj4420] = Pod{} + yyv4465[yyj4465] = Pod{} } else { - yyv4421 := &yyv4420[yyj4420] - yyv4421.CodecDecodeSelf(d) + yyv4466 := &yyv4465[yyj4465] + yyv4466.CodecDecodeSelf(d) } } - if yyrt4420 { - for ; yyj4420 < yyl4420; yyj4420++ { - yyv4420 = append(yyv4420, Pod{}) - yyh4420.ElemContainerState(yyj4420) + if yyrt4465 { + for ; yyj4465 < yyl4465; yyj4465++ { + yyv4465 = append(yyv4465, Pod{}) + yyh4465.ElemContainerState(yyj4465) if r.TryDecodeAsNil() { - yyv4420[yyj4420] = Pod{} + yyv4465[yyj4465] = Pod{} } else { - yyv4422 := &yyv4420[yyj4420] - yyv4422.CodecDecodeSelf(d) + yyv4467 := &yyv4465[yyj4465] + yyv4467.CodecDecodeSelf(d) } } } } else { - yyj4420 := 0 - for ; !r.CheckBreak(); yyj4420++ { + yyj4465 := 0 + for ; !r.CheckBreak(); yyj4465++ { - if yyj4420 >= len(yyv4420) { - yyv4420 = append(yyv4420, Pod{}) // var yyz4420 Pod - yyc4420 = true + if yyj4465 >= len(yyv4465) { + yyv4465 = append(yyv4465, Pod{}) // var yyz4465 Pod + yyc4465 = true } - yyh4420.ElemContainerState(yyj4420) - if yyj4420 < len(yyv4420) { + yyh4465.ElemContainerState(yyj4465) + if yyj4465 < len(yyv4465) { if r.TryDecodeAsNil() { - yyv4420[yyj4420] = Pod{} + yyv4465[yyj4465] = Pod{} } else { - yyv4423 := &yyv4420[yyj4420] - yyv4423.CodecDecodeSelf(d) + yyv4468 := &yyv4465[yyj4465] + yyv4468.CodecDecodeSelf(d) } } else { @@ -55500,17 +55890,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4420 < len(yyv4420) { - yyv4420 = yyv4420[:yyj4420] - yyc4420 = true - } else if yyj4420 == 0 && yyv4420 == nil { - yyv4420 = []Pod{} - yyc4420 = true + if yyj4465 < len(yyv4465) { + yyv4465 = yyv4465[:yyj4465] + yyc4465 = true + } else if yyj4465 == 0 && yyv4465 == nil { + yyv4465 = []Pod{} + yyc4465 = true } } - yyh4420.End() - if yyc4420 { - *v = yyv4420 + yyh4465.End() + if yyc4465 { + *v = yyv4465 } } @@ -55519,10 +55909,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4424 := range v { + for _, yyv4469 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4425 := &yyv4424 - yy4425.CodecEncodeSelf(e) + yy4470 := &yyv4469 + yy4470.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55532,83 +55922,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4426 := *v - yyh4426, yyl4426 := z.DecSliceHelperStart() - var yyc4426 bool - if yyl4426 == 0 { - if yyv4426 == nil { - yyv4426 = []NodeSelectorTerm{} - yyc4426 = true - } else if len(yyv4426) != 0 { - yyv4426 = yyv4426[:0] - yyc4426 = true + yyv4471 := *v + yyh4471, yyl4471 := z.DecSliceHelperStart() + var yyc4471 bool + if yyl4471 == 0 { + if yyv4471 == nil { + yyv4471 = []NodeSelectorTerm{} + yyc4471 = true + } else if len(yyv4471) != 0 { + yyv4471 = yyv4471[:0] + yyc4471 = true } - } else if yyl4426 > 0 { - var yyrr4426, yyrl4426 int - var yyrt4426 bool - if yyl4426 > cap(yyv4426) { + } else if yyl4471 > 0 { + var yyrr4471, yyrl4471 int + var yyrt4471 bool + if yyl4471 > cap(yyv4471) { - yyrg4426 := len(yyv4426) > 0 - yyv24426 := yyv4426 - yyrl4426, yyrt4426 = z.DecInferLen(yyl4426, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4426 { - if yyrl4426 <= cap(yyv4426) { - yyv4426 = yyv4426[:yyrl4426] + yyrg4471 := len(yyv4471) > 0 + yyv24471 := yyv4471 + yyrl4471, yyrt4471 = z.DecInferLen(yyl4471, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4471 { + if yyrl4471 <= cap(yyv4471) { + yyv4471 = yyv4471[:yyrl4471] } else { - yyv4426 = make([]NodeSelectorTerm, yyrl4426) + yyv4471 = make([]NodeSelectorTerm, yyrl4471) } } else { - yyv4426 = make([]NodeSelectorTerm, yyrl4426) + yyv4471 = make([]NodeSelectorTerm, yyrl4471) } - yyc4426 = true - yyrr4426 = len(yyv4426) - if yyrg4426 { - copy(yyv4426, yyv24426) + yyc4471 = true + yyrr4471 = len(yyv4471) + if yyrg4471 { + copy(yyv4471, yyv24471) } - } else if yyl4426 != len(yyv4426) { - yyv4426 = yyv4426[:yyl4426] - yyc4426 = true + } else if yyl4471 != len(yyv4471) { + yyv4471 = yyv4471[:yyl4471] + yyc4471 = true } - yyj4426 := 0 - for ; yyj4426 < yyrr4426; yyj4426++ { - yyh4426.ElemContainerState(yyj4426) + yyj4471 := 0 + for ; yyj4471 < yyrr4471; yyj4471++ { + yyh4471.ElemContainerState(yyj4471) if r.TryDecodeAsNil() { - yyv4426[yyj4426] = NodeSelectorTerm{} + yyv4471[yyj4471] = NodeSelectorTerm{} } else { - yyv4427 := &yyv4426[yyj4426] - yyv4427.CodecDecodeSelf(d) + yyv4472 := &yyv4471[yyj4471] + yyv4472.CodecDecodeSelf(d) } } - if yyrt4426 { - for ; yyj4426 < yyl4426; yyj4426++ { - yyv4426 = append(yyv4426, NodeSelectorTerm{}) - yyh4426.ElemContainerState(yyj4426) + if yyrt4471 { + for ; yyj4471 < yyl4471; yyj4471++ { + yyv4471 = append(yyv4471, NodeSelectorTerm{}) + yyh4471.ElemContainerState(yyj4471) if r.TryDecodeAsNil() { - yyv4426[yyj4426] = NodeSelectorTerm{} + yyv4471[yyj4471] = NodeSelectorTerm{} } else { - yyv4428 := &yyv4426[yyj4426] - yyv4428.CodecDecodeSelf(d) + yyv4473 := &yyv4471[yyj4471] + yyv4473.CodecDecodeSelf(d) } } } } else { - yyj4426 := 0 - for ; !r.CheckBreak(); yyj4426++ { + yyj4471 := 0 + for ; !r.CheckBreak(); yyj4471++ { - if yyj4426 >= len(yyv4426) { - yyv4426 = append(yyv4426, NodeSelectorTerm{}) // var yyz4426 NodeSelectorTerm - yyc4426 = true + if yyj4471 >= len(yyv4471) { + yyv4471 = append(yyv4471, NodeSelectorTerm{}) // var yyz4471 NodeSelectorTerm + yyc4471 = true } - yyh4426.ElemContainerState(yyj4426) - if yyj4426 < len(yyv4426) { + yyh4471.ElemContainerState(yyj4471) + if yyj4471 < len(yyv4471) { if r.TryDecodeAsNil() { - yyv4426[yyj4426] = NodeSelectorTerm{} + yyv4471[yyj4471] = NodeSelectorTerm{} } else { - yyv4429 := &yyv4426[yyj4426] - yyv4429.CodecDecodeSelf(d) + yyv4474 := &yyv4471[yyj4471] + yyv4474.CodecDecodeSelf(d) } } else { @@ -55616,17 +56006,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4426 < len(yyv4426) { - yyv4426 = yyv4426[:yyj4426] - yyc4426 = true - } else if yyj4426 == 0 && yyv4426 == nil { - yyv4426 = []NodeSelectorTerm{} - yyc4426 = true + if yyj4471 < len(yyv4471) { + yyv4471 = yyv4471[:yyj4471] + yyc4471 = true + } else if yyj4471 == 0 && yyv4471 == nil { + yyv4471 = []NodeSelectorTerm{} + yyc4471 = true } } - yyh4426.End() - if yyc4426 { - *v = yyv4426 + yyh4471.End() + if yyc4471 { + *v = yyv4471 } } @@ -55635,10 +56025,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4430 := range v { + for _, yyv4475 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4431 := &yyv4430 - yy4431.CodecEncodeSelf(e) + yy4476 := &yyv4475 + yy4476.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55648,83 +56038,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4432 := *v - yyh4432, yyl4432 := z.DecSliceHelperStart() - var yyc4432 bool - if yyl4432 == 0 { - if yyv4432 == nil { - yyv4432 = []NodeSelectorRequirement{} - yyc4432 = true - } else if len(yyv4432) != 0 { - yyv4432 = yyv4432[:0] - yyc4432 = true + yyv4477 := *v + yyh4477, yyl4477 := z.DecSliceHelperStart() + var yyc4477 bool + if yyl4477 == 0 { + if yyv4477 == nil { + yyv4477 = []NodeSelectorRequirement{} + yyc4477 = true + } else if len(yyv4477) != 0 { + yyv4477 = yyv4477[:0] + yyc4477 = true } - } else if yyl4432 > 0 { - var yyrr4432, yyrl4432 int - var yyrt4432 bool - if yyl4432 > cap(yyv4432) { + } else if yyl4477 > 0 { + var yyrr4477, yyrl4477 int + var yyrt4477 bool + if yyl4477 > cap(yyv4477) { - yyrg4432 := len(yyv4432) > 0 - yyv24432 := yyv4432 - yyrl4432, yyrt4432 = z.DecInferLen(yyl4432, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4432 { - if yyrl4432 <= cap(yyv4432) { - yyv4432 = yyv4432[:yyrl4432] + yyrg4477 := len(yyv4477) > 0 + yyv24477 := yyv4477 + yyrl4477, yyrt4477 = z.DecInferLen(yyl4477, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4477 { + if yyrl4477 <= cap(yyv4477) { + yyv4477 = yyv4477[:yyrl4477] } else { - yyv4432 = make([]NodeSelectorRequirement, yyrl4432) + yyv4477 = make([]NodeSelectorRequirement, yyrl4477) } } else { - yyv4432 = make([]NodeSelectorRequirement, yyrl4432) + yyv4477 = make([]NodeSelectorRequirement, yyrl4477) } - yyc4432 = true - yyrr4432 = len(yyv4432) - if yyrg4432 { - copy(yyv4432, yyv24432) + yyc4477 = true + yyrr4477 = len(yyv4477) + if yyrg4477 { + copy(yyv4477, yyv24477) } - } else if yyl4432 != len(yyv4432) { - yyv4432 = yyv4432[:yyl4432] - yyc4432 = true + } else if yyl4477 != len(yyv4477) { + yyv4477 = yyv4477[:yyl4477] + yyc4477 = true } - yyj4432 := 0 - for ; yyj4432 < yyrr4432; yyj4432++ { - yyh4432.ElemContainerState(yyj4432) + yyj4477 := 0 + for ; yyj4477 < yyrr4477; yyj4477++ { + yyh4477.ElemContainerState(yyj4477) if r.TryDecodeAsNil() { - yyv4432[yyj4432] = NodeSelectorRequirement{} + yyv4477[yyj4477] = NodeSelectorRequirement{} } else { - yyv4433 := &yyv4432[yyj4432] - yyv4433.CodecDecodeSelf(d) + yyv4478 := &yyv4477[yyj4477] + yyv4478.CodecDecodeSelf(d) } } - if yyrt4432 { - for ; yyj4432 < yyl4432; yyj4432++ { - yyv4432 = append(yyv4432, NodeSelectorRequirement{}) - yyh4432.ElemContainerState(yyj4432) + if yyrt4477 { + for ; yyj4477 < yyl4477; yyj4477++ { + yyv4477 = append(yyv4477, NodeSelectorRequirement{}) + yyh4477.ElemContainerState(yyj4477) if r.TryDecodeAsNil() { - yyv4432[yyj4432] = NodeSelectorRequirement{} + yyv4477[yyj4477] = NodeSelectorRequirement{} } else { - yyv4434 := &yyv4432[yyj4432] - yyv4434.CodecDecodeSelf(d) + yyv4479 := &yyv4477[yyj4477] + yyv4479.CodecDecodeSelf(d) } } } } else { - yyj4432 := 0 - for ; !r.CheckBreak(); yyj4432++ { + yyj4477 := 0 + for ; !r.CheckBreak(); yyj4477++ { - if yyj4432 >= len(yyv4432) { - yyv4432 = append(yyv4432, NodeSelectorRequirement{}) // var yyz4432 NodeSelectorRequirement - yyc4432 = true + if yyj4477 >= len(yyv4477) { + yyv4477 = append(yyv4477, NodeSelectorRequirement{}) // var yyz4477 NodeSelectorRequirement + yyc4477 = true } - yyh4432.ElemContainerState(yyj4432) - if yyj4432 < len(yyv4432) { + yyh4477.ElemContainerState(yyj4477) + if yyj4477 < len(yyv4477) { if r.TryDecodeAsNil() { - yyv4432[yyj4432] = NodeSelectorRequirement{} + yyv4477[yyj4477] = NodeSelectorRequirement{} } else { - yyv4435 := &yyv4432[yyj4432] - yyv4435.CodecDecodeSelf(d) + yyv4480 := &yyv4477[yyj4477] + yyv4480.CodecDecodeSelf(d) } } else { @@ -55732,17 +56122,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4432 < len(yyv4432) { - yyv4432 = yyv4432[:yyj4432] - yyc4432 = true - } else if yyj4432 == 0 && yyv4432 == nil { - yyv4432 = []NodeSelectorRequirement{} - yyc4432 = true + if yyj4477 < len(yyv4477) { + yyv4477 = yyv4477[:yyj4477] + yyc4477 = true + } else if yyj4477 == 0 && yyv4477 == nil { + yyv4477 = []NodeSelectorRequirement{} + yyc4477 = true } } - yyh4432.End() - if yyc4432 { - *v = yyv4432 + yyh4477.End() + if yyc4477 { + *v = yyv4477 } } @@ -55751,10 +56141,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4436 := range v { + for _, yyv4481 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4437 := &yyv4436 - yy4437.CodecEncodeSelf(e) + yy4482 := &yyv4481 + yy4482.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55764,83 +56154,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4438 := *v - yyh4438, yyl4438 := z.DecSliceHelperStart() - var yyc4438 bool - if yyl4438 == 0 { - if yyv4438 == nil { - yyv4438 = []PodAffinityTerm{} - yyc4438 = true - } else if len(yyv4438) != 0 { - yyv4438 = yyv4438[:0] - yyc4438 = true + yyv4483 := *v + yyh4483, yyl4483 := z.DecSliceHelperStart() + var yyc4483 bool + if yyl4483 == 0 { + if yyv4483 == nil { + yyv4483 = []PodAffinityTerm{} + yyc4483 = true + } else if len(yyv4483) != 0 { + yyv4483 = yyv4483[:0] + yyc4483 = true } - } else if yyl4438 > 0 { - var yyrr4438, yyrl4438 int - var yyrt4438 bool - if yyl4438 > cap(yyv4438) { + } else if yyl4483 > 0 { + var yyrr4483, yyrl4483 int + var yyrt4483 bool + if yyl4483 > cap(yyv4483) { - yyrg4438 := len(yyv4438) > 0 - yyv24438 := yyv4438 - yyrl4438, yyrt4438 = z.DecInferLen(yyl4438, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4438 { - if yyrl4438 <= cap(yyv4438) { - yyv4438 = yyv4438[:yyrl4438] + yyrg4483 := len(yyv4483) > 0 + yyv24483 := yyv4483 + yyrl4483, yyrt4483 = z.DecInferLen(yyl4483, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4483 { + if yyrl4483 <= cap(yyv4483) { + yyv4483 = yyv4483[:yyrl4483] } else { - yyv4438 = make([]PodAffinityTerm, yyrl4438) + yyv4483 = make([]PodAffinityTerm, yyrl4483) } } else { - yyv4438 = make([]PodAffinityTerm, yyrl4438) + yyv4483 = make([]PodAffinityTerm, yyrl4483) } - yyc4438 = true - yyrr4438 = len(yyv4438) - if yyrg4438 { - copy(yyv4438, yyv24438) + yyc4483 = true + yyrr4483 = len(yyv4483) + if yyrg4483 { + copy(yyv4483, yyv24483) } - } else if yyl4438 != len(yyv4438) { - yyv4438 = yyv4438[:yyl4438] - yyc4438 = true + } else if yyl4483 != len(yyv4483) { + yyv4483 = yyv4483[:yyl4483] + yyc4483 = true } - yyj4438 := 0 - for ; yyj4438 < yyrr4438; yyj4438++ { - yyh4438.ElemContainerState(yyj4438) + yyj4483 := 0 + for ; yyj4483 < yyrr4483; yyj4483++ { + yyh4483.ElemContainerState(yyj4483) if r.TryDecodeAsNil() { - yyv4438[yyj4438] = PodAffinityTerm{} + yyv4483[yyj4483] = PodAffinityTerm{} } else { - yyv4439 := &yyv4438[yyj4438] - yyv4439.CodecDecodeSelf(d) + yyv4484 := &yyv4483[yyj4483] + yyv4484.CodecDecodeSelf(d) } } - if yyrt4438 { - for ; yyj4438 < yyl4438; yyj4438++ { - yyv4438 = append(yyv4438, PodAffinityTerm{}) - yyh4438.ElemContainerState(yyj4438) + if yyrt4483 { + for ; yyj4483 < yyl4483; yyj4483++ { + yyv4483 = append(yyv4483, PodAffinityTerm{}) + yyh4483.ElemContainerState(yyj4483) if r.TryDecodeAsNil() { - yyv4438[yyj4438] = PodAffinityTerm{} + yyv4483[yyj4483] = PodAffinityTerm{} } else { - yyv4440 := &yyv4438[yyj4438] - yyv4440.CodecDecodeSelf(d) + yyv4485 := &yyv4483[yyj4483] + yyv4485.CodecDecodeSelf(d) } } } } else { - yyj4438 := 0 - for ; !r.CheckBreak(); yyj4438++ { + yyj4483 := 0 + for ; !r.CheckBreak(); yyj4483++ { - if yyj4438 >= len(yyv4438) { - yyv4438 = append(yyv4438, PodAffinityTerm{}) // var yyz4438 PodAffinityTerm - yyc4438 = true + if yyj4483 >= len(yyv4483) { + yyv4483 = append(yyv4483, PodAffinityTerm{}) // var yyz4483 PodAffinityTerm + yyc4483 = true } - yyh4438.ElemContainerState(yyj4438) - if yyj4438 < len(yyv4438) { + yyh4483.ElemContainerState(yyj4483) + if yyj4483 < len(yyv4483) { if r.TryDecodeAsNil() { - yyv4438[yyj4438] = PodAffinityTerm{} + yyv4483[yyj4483] = PodAffinityTerm{} } else { - yyv4441 := &yyv4438[yyj4438] - yyv4441.CodecDecodeSelf(d) + yyv4486 := &yyv4483[yyj4483] + yyv4486.CodecDecodeSelf(d) } } else { @@ -55848,17 +56238,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4438 < len(yyv4438) { - yyv4438 = yyv4438[:yyj4438] - yyc4438 = true - } else if yyj4438 == 0 && yyv4438 == nil { - yyv4438 = []PodAffinityTerm{} - yyc4438 = true + if yyj4483 < len(yyv4483) { + yyv4483 = yyv4483[:yyj4483] + yyc4483 = true + } else if yyj4483 == 0 && yyv4483 == nil { + yyv4483 = []PodAffinityTerm{} + yyc4483 = true } } - yyh4438.End() - if yyc4438 { - *v = yyv4438 + yyh4483.End() + if yyc4483 { + *v = yyv4483 } } @@ -55867,10 +56257,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4442 := range v { + for _, yyv4487 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4443 := &yyv4442 - yy4443.CodecEncodeSelf(e) + yy4488 := &yyv4487 + yy4488.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55880,83 +56270,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4444 := *v - yyh4444, yyl4444 := z.DecSliceHelperStart() - var yyc4444 bool - if yyl4444 == 0 { - if yyv4444 == nil { - yyv4444 = []WeightedPodAffinityTerm{} - yyc4444 = true - } else if len(yyv4444) != 0 { - yyv4444 = yyv4444[:0] - yyc4444 = true + yyv4489 := *v + yyh4489, yyl4489 := z.DecSliceHelperStart() + var yyc4489 bool + if yyl4489 == 0 { + if yyv4489 == nil { + yyv4489 = []WeightedPodAffinityTerm{} + yyc4489 = true + } else if len(yyv4489) != 0 { + yyv4489 = yyv4489[:0] + yyc4489 = true } - } else if yyl4444 > 0 { - var yyrr4444, yyrl4444 int - var yyrt4444 bool - if yyl4444 > cap(yyv4444) { + } else if yyl4489 > 0 { + var yyrr4489, yyrl4489 int + var yyrt4489 bool + if yyl4489 > cap(yyv4489) { - yyrg4444 := len(yyv4444) > 0 - yyv24444 := yyv4444 - yyrl4444, yyrt4444 = z.DecInferLen(yyl4444, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4444 { - if yyrl4444 <= cap(yyv4444) { - yyv4444 = yyv4444[:yyrl4444] + yyrg4489 := len(yyv4489) > 0 + yyv24489 := yyv4489 + yyrl4489, yyrt4489 = z.DecInferLen(yyl4489, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4489 { + if yyrl4489 <= cap(yyv4489) { + yyv4489 = yyv4489[:yyrl4489] } else { - yyv4444 = make([]WeightedPodAffinityTerm, yyrl4444) + yyv4489 = make([]WeightedPodAffinityTerm, yyrl4489) } } else { - yyv4444 = make([]WeightedPodAffinityTerm, yyrl4444) + yyv4489 = make([]WeightedPodAffinityTerm, yyrl4489) } - yyc4444 = true - yyrr4444 = len(yyv4444) - if yyrg4444 { - copy(yyv4444, yyv24444) + yyc4489 = true + yyrr4489 = len(yyv4489) + if yyrg4489 { + copy(yyv4489, yyv24489) } - } else if yyl4444 != len(yyv4444) { - yyv4444 = yyv4444[:yyl4444] - yyc4444 = true + } else if yyl4489 != len(yyv4489) { + yyv4489 = yyv4489[:yyl4489] + yyc4489 = true } - yyj4444 := 0 - for ; yyj4444 < yyrr4444; yyj4444++ { - yyh4444.ElemContainerState(yyj4444) + yyj4489 := 0 + for ; yyj4489 < yyrr4489; yyj4489++ { + yyh4489.ElemContainerState(yyj4489) if r.TryDecodeAsNil() { - yyv4444[yyj4444] = WeightedPodAffinityTerm{} + yyv4489[yyj4489] = WeightedPodAffinityTerm{} } else { - yyv4445 := &yyv4444[yyj4444] - yyv4445.CodecDecodeSelf(d) + yyv4490 := &yyv4489[yyj4489] + yyv4490.CodecDecodeSelf(d) } } - if yyrt4444 { - for ; yyj4444 < yyl4444; yyj4444++ { - yyv4444 = append(yyv4444, WeightedPodAffinityTerm{}) - yyh4444.ElemContainerState(yyj4444) + if yyrt4489 { + for ; yyj4489 < yyl4489; yyj4489++ { + yyv4489 = append(yyv4489, WeightedPodAffinityTerm{}) + yyh4489.ElemContainerState(yyj4489) if r.TryDecodeAsNil() { - yyv4444[yyj4444] = WeightedPodAffinityTerm{} + yyv4489[yyj4489] = WeightedPodAffinityTerm{} } else { - yyv4446 := &yyv4444[yyj4444] - yyv4446.CodecDecodeSelf(d) + yyv4491 := &yyv4489[yyj4489] + yyv4491.CodecDecodeSelf(d) } } } } else { - yyj4444 := 0 - for ; !r.CheckBreak(); yyj4444++ { + yyj4489 := 0 + for ; !r.CheckBreak(); yyj4489++ { - if yyj4444 >= len(yyv4444) { - yyv4444 = append(yyv4444, WeightedPodAffinityTerm{}) // var yyz4444 WeightedPodAffinityTerm - yyc4444 = true + if yyj4489 >= len(yyv4489) { + yyv4489 = append(yyv4489, WeightedPodAffinityTerm{}) // var yyz4489 WeightedPodAffinityTerm + yyc4489 = true } - yyh4444.ElemContainerState(yyj4444) - if yyj4444 < len(yyv4444) { + yyh4489.ElemContainerState(yyj4489) + if yyj4489 < len(yyv4489) { if r.TryDecodeAsNil() { - yyv4444[yyj4444] = WeightedPodAffinityTerm{} + yyv4489[yyj4489] = WeightedPodAffinityTerm{} } else { - yyv4447 := &yyv4444[yyj4444] - yyv4447.CodecDecodeSelf(d) + yyv4492 := &yyv4489[yyj4489] + yyv4492.CodecDecodeSelf(d) } } else { @@ -55964,17 +56354,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4444 < len(yyv4444) { - yyv4444 = yyv4444[:yyj4444] - yyc4444 = true - } else if yyj4444 == 0 && yyv4444 == nil { - yyv4444 = []WeightedPodAffinityTerm{} - yyc4444 = true + if yyj4489 < len(yyv4489) { + yyv4489 = yyv4489[:yyj4489] + yyc4489 = true + } else if yyj4489 == 0 && yyv4489 == nil { + yyv4489 = []WeightedPodAffinityTerm{} + yyc4489 = true } } - yyh4444.End() - if yyc4444 { - *v = yyv4444 + yyh4489.End() + if yyc4489 { + *v = yyv4489 } } @@ -55983,10 +56373,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4448 := range v { + for _, yyv4493 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4449 := &yyv4448 - yy4449.CodecEncodeSelf(e) + yy4494 := &yyv4493 + yy4494.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55996,83 +56386,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4450 := *v - yyh4450, yyl4450 := z.DecSliceHelperStart() - var yyc4450 bool - if yyl4450 == 0 { - if yyv4450 == nil { - yyv4450 = []PreferredSchedulingTerm{} - yyc4450 = true - } else if len(yyv4450) != 0 { - yyv4450 = yyv4450[:0] - yyc4450 = true + yyv4495 := *v + yyh4495, yyl4495 := z.DecSliceHelperStart() + var yyc4495 bool + if yyl4495 == 0 { + if yyv4495 == nil { + yyv4495 = []PreferredSchedulingTerm{} + yyc4495 = true + } else if len(yyv4495) != 0 { + yyv4495 = yyv4495[:0] + yyc4495 = true } - } else if yyl4450 > 0 { - var yyrr4450, yyrl4450 int - var yyrt4450 bool - if yyl4450 > cap(yyv4450) { + } else if yyl4495 > 0 { + var yyrr4495, yyrl4495 int + var yyrt4495 bool + if yyl4495 > cap(yyv4495) { - yyrg4450 := len(yyv4450) > 0 - yyv24450 := yyv4450 - yyrl4450, yyrt4450 = z.DecInferLen(yyl4450, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4450 { - if yyrl4450 <= cap(yyv4450) { - yyv4450 = yyv4450[:yyrl4450] + yyrg4495 := len(yyv4495) > 0 + yyv24495 := yyv4495 + yyrl4495, yyrt4495 = z.DecInferLen(yyl4495, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4495 { + if yyrl4495 <= cap(yyv4495) { + yyv4495 = yyv4495[:yyrl4495] } else { - yyv4450 = make([]PreferredSchedulingTerm, yyrl4450) + yyv4495 = make([]PreferredSchedulingTerm, yyrl4495) } } else { - yyv4450 = make([]PreferredSchedulingTerm, yyrl4450) + yyv4495 = make([]PreferredSchedulingTerm, yyrl4495) } - yyc4450 = true - yyrr4450 = len(yyv4450) - if yyrg4450 { - copy(yyv4450, yyv24450) + yyc4495 = true + yyrr4495 = len(yyv4495) + if yyrg4495 { + copy(yyv4495, yyv24495) } - } else if yyl4450 != len(yyv4450) { - yyv4450 = yyv4450[:yyl4450] - yyc4450 = true + } else if yyl4495 != len(yyv4495) { + yyv4495 = yyv4495[:yyl4495] + yyc4495 = true } - yyj4450 := 0 - for ; yyj4450 < yyrr4450; yyj4450++ { - yyh4450.ElemContainerState(yyj4450) + yyj4495 := 0 + for ; yyj4495 < yyrr4495; yyj4495++ { + yyh4495.ElemContainerState(yyj4495) if r.TryDecodeAsNil() { - yyv4450[yyj4450] = PreferredSchedulingTerm{} + yyv4495[yyj4495] = PreferredSchedulingTerm{} } else { - yyv4451 := &yyv4450[yyj4450] - yyv4451.CodecDecodeSelf(d) + yyv4496 := &yyv4495[yyj4495] + yyv4496.CodecDecodeSelf(d) } } - if yyrt4450 { - for ; yyj4450 < yyl4450; yyj4450++ { - yyv4450 = append(yyv4450, PreferredSchedulingTerm{}) - yyh4450.ElemContainerState(yyj4450) + if yyrt4495 { + for ; yyj4495 < yyl4495; yyj4495++ { + yyv4495 = append(yyv4495, PreferredSchedulingTerm{}) + yyh4495.ElemContainerState(yyj4495) if r.TryDecodeAsNil() { - yyv4450[yyj4450] = PreferredSchedulingTerm{} + yyv4495[yyj4495] = PreferredSchedulingTerm{} } else { - yyv4452 := &yyv4450[yyj4450] - yyv4452.CodecDecodeSelf(d) + yyv4497 := &yyv4495[yyj4495] + yyv4497.CodecDecodeSelf(d) } } } } else { - yyj4450 := 0 - for ; !r.CheckBreak(); yyj4450++ { + yyj4495 := 0 + for ; !r.CheckBreak(); yyj4495++ { - if yyj4450 >= len(yyv4450) { - yyv4450 = append(yyv4450, PreferredSchedulingTerm{}) // var yyz4450 PreferredSchedulingTerm - yyc4450 = true + if yyj4495 >= len(yyv4495) { + yyv4495 = append(yyv4495, PreferredSchedulingTerm{}) // var yyz4495 PreferredSchedulingTerm + yyc4495 = true } - yyh4450.ElemContainerState(yyj4450) - if yyj4450 < len(yyv4450) { + yyh4495.ElemContainerState(yyj4495) + if yyj4495 < len(yyv4495) { if r.TryDecodeAsNil() { - yyv4450[yyj4450] = PreferredSchedulingTerm{} + yyv4495[yyj4495] = PreferredSchedulingTerm{} } else { - yyv4453 := &yyv4450[yyj4450] - yyv4453.CodecDecodeSelf(d) + yyv4498 := &yyv4495[yyj4495] + yyv4498.CodecDecodeSelf(d) } } else { @@ -56080,17 +56470,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4450 < len(yyv4450) { - yyv4450 = yyv4450[:yyj4450] - yyc4450 = true - } else if yyj4450 == 0 && yyv4450 == nil { - yyv4450 = []PreferredSchedulingTerm{} - yyc4450 = true + if yyj4495 < len(yyv4495) { + yyv4495 = yyv4495[:yyj4495] + yyc4495 = true + } else if yyj4495 == 0 && yyv4495 == nil { + yyv4495 = []PreferredSchedulingTerm{} + yyc4495 = true } } - yyh4450.End() - if yyc4450 { - *v = yyv4450 + yyh4495.End() + if yyc4495 { + *v = yyv4495 } } @@ -56099,10 +56489,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4454 := range v { + for _, yyv4499 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4455 := &yyv4454 - yy4455.CodecEncodeSelf(e) + yy4500 := &yyv4499 + yy4500.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56112,83 +56502,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4456 := *v - yyh4456, yyl4456 := z.DecSliceHelperStart() - var yyc4456 bool - if yyl4456 == 0 { - if yyv4456 == nil { - yyv4456 = []Volume{} - yyc4456 = true - } else if len(yyv4456) != 0 { - yyv4456 = yyv4456[:0] - yyc4456 = true + yyv4501 := *v + yyh4501, yyl4501 := z.DecSliceHelperStart() + var yyc4501 bool + if yyl4501 == 0 { + if yyv4501 == nil { + yyv4501 = []Volume{} + yyc4501 = true + } else if len(yyv4501) != 0 { + yyv4501 = yyv4501[:0] + yyc4501 = true } - } else if yyl4456 > 0 { - var yyrr4456, yyrl4456 int - var yyrt4456 bool - if yyl4456 > cap(yyv4456) { + } else if yyl4501 > 0 { + var yyrr4501, yyrl4501 int + var yyrt4501 bool + if yyl4501 > cap(yyv4501) { - yyrg4456 := len(yyv4456) > 0 - yyv24456 := yyv4456 - yyrl4456, yyrt4456 = z.DecInferLen(yyl4456, z.DecBasicHandle().MaxInitLen, 176) - if yyrt4456 { - if yyrl4456 <= cap(yyv4456) { - yyv4456 = yyv4456[:yyrl4456] + yyrg4501 := len(yyv4501) > 0 + yyv24501 := yyv4501 + yyrl4501, yyrt4501 = z.DecInferLen(yyl4501, z.DecBasicHandle().MaxInitLen, 176) + if yyrt4501 { + if yyrl4501 <= cap(yyv4501) { + yyv4501 = yyv4501[:yyrl4501] } else { - yyv4456 = make([]Volume, yyrl4456) + yyv4501 = make([]Volume, yyrl4501) } } else { - yyv4456 = make([]Volume, yyrl4456) + yyv4501 = make([]Volume, yyrl4501) } - yyc4456 = true - yyrr4456 = len(yyv4456) - if yyrg4456 { - copy(yyv4456, yyv24456) + yyc4501 = true + yyrr4501 = len(yyv4501) + if yyrg4501 { + copy(yyv4501, yyv24501) } - } else if yyl4456 != len(yyv4456) { - yyv4456 = yyv4456[:yyl4456] - yyc4456 = true + } else if yyl4501 != len(yyv4501) { + yyv4501 = yyv4501[:yyl4501] + yyc4501 = true } - yyj4456 := 0 - for ; yyj4456 < yyrr4456; yyj4456++ { - yyh4456.ElemContainerState(yyj4456) + yyj4501 := 0 + for ; yyj4501 < yyrr4501; yyj4501++ { + yyh4501.ElemContainerState(yyj4501) if r.TryDecodeAsNil() { - yyv4456[yyj4456] = Volume{} + yyv4501[yyj4501] = Volume{} } else { - yyv4457 := &yyv4456[yyj4456] - yyv4457.CodecDecodeSelf(d) + yyv4502 := &yyv4501[yyj4501] + yyv4502.CodecDecodeSelf(d) } } - if yyrt4456 { - for ; yyj4456 < yyl4456; yyj4456++ { - yyv4456 = append(yyv4456, Volume{}) - yyh4456.ElemContainerState(yyj4456) + if yyrt4501 { + for ; yyj4501 < yyl4501; yyj4501++ { + yyv4501 = append(yyv4501, Volume{}) + yyh4501.ElemContainerState(yyj4501) if r.TryDecodeAsNil() { - yyv4456[yyj4456] = Volume{} + yyv4501[yyj4501] = Volume{} } else { - yyv4458 := &yyv4456[yyj4456] - yyv4458.CodecDecodeSelf(d) + yyv4503 := &yyv4501[yyj4501] + yyv4503.CodecDecodeSelf(d) } } } } else { - yyj4456 := 0 - for ; !r.CheckBreak(); yyj4456++ { + yyj4501 := 0 + for ; !r.CheckBreak(); yyj4501++ { - if yyj4456 >= len(yyv4456) { - yyv4456 = append(yyv4456, Volume{}) // var yyz4456 Volume - yyc4456 = true + if yyj4501 >= len(yyv4501) { + yyv4501 = append(yyv4501, Volume{}) // var yyz4501 Volume + yyc4501 = true } - yyh4456.ElemContainerState(yyj4456) - if yyj4456 < len(yyv4456) { + yyh4501.ElemContainerState(yyj4501) + if yyj4501 < len(yyv4501) { if r.TryDecodeAsNil() { - yyv4456[yyj4456] = Volume{} + yyv4501[yyj4501] = Volume{} } else { - yyv4459 := &yyv4456[yyj4456] - yyv4459.CodecDecodeSelf(d) + yyv4504 := &yyv4501[yyj4501] + yyv4504.CodecDecodeSelf(d) } } else { @@ -56196,17 +56586,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4456 < len(yyv4456) { - yyv4456 = yyv4456[:yyj4456] - yyc4456 = true - } else if yyj4456 == 0 && yyv4456 == nil { - yyv4456 = []Volume{} - yyc4456 = true + if yyj4501 < len(yyv4501) { + yyv4501 = yyv4501[:yyj4501] + yyc4501 = true + } else if yyj4501 == 0 && yyv4501 == nil { + yyv4501 = []Volume{} + yyc4501 = true } } - yyh4456.End() - if yyc4456 { - *v = yyv4456 + yyh4501.End() + if yyc4501 { + *v = yyv4501 } } @@ -56215,10 +56605,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4460 := range v { + for _, yyv4505 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4461 := &yyv4460 - yy4461.CodecEncodeSelf(e) + yy4506 := &yyv4505 + yy4506.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56228,83 +56618,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4462 := *v - yyh4462, yyl4462 := z.DecSliceHelperStart() - var yyc4462 bool - if yyl4462 == 0 { - if yyv4462 == nil { - yyv4462 = []Container{} - yyc4462 = true - } else if len(yyv4462) != 0 { - yyv4462 = yyv4462[:0] - yyc4462 = true + yyv4507 := *v + yyh4507, yyl4507 := z.DecSliceHelperStart() + var yyc4507 bool + if yyl4507 == 0 { + if yyv4507 == nil { + yyv4507 = []Container{} + yyc4507 = true + } else if len(yyv4507) != 0 { + yyv4507 = yyv4507[:0] + yyc4507 = true } - } else if yyl4462 > 0 { - var yyrr4462, yyrl4462 int - var yyrt4462 bool - if yyl4462 > cap(yyv4462) { + } else if yyl4507 > 0 { + var yyrr4507, yyrl4507 int + var yyrt4507 bool + if yyl4507 > cap(yyv4507) { - yyrg4462 := len(yyv4462) > 0 - yyv24462 := yyv4462 - yyrl4462, yyrt4462 = z.DecInferLen(yyl4462, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4462 { - if yyrl4462 <= cap(yyv4462) { - yyv4462 = yyv4462[:yyrl4462] + yyrg4507 := len(yyv4507) > 0 + yyv24507 := yyv4507 + yyrl4507, yyrt4507 = z.DecInferLen(yyl4507, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4507 { + if yyrl4507 <= cap(yyv4507) { + yyv4507 = yyv4507[:yyrl4507] } else { - yyv4462 = make([]Container, yyrl4462) + yyv4507 = make([]Container, yyrl4507) } } else { - yyv4462 = make([]Container, yyrl4462) + yyv4507 = make([]Container, yyrl4507) } - yyc4462 = true - yyrr4462 = len(yyv4462) - if yyrg4462 { - copy(yyv4462, yyv24462) + yyc4507 = true + yyrr4507 = len(yyv4507) + if yyrg4507 { + copy(yyv4507, yyv24507) } - } else if yyl4462 != len(yyv4462) { - yyv4462 = yyv4462[:yyl4462] - yyc4462 = true + } else if yyl4507 != len(yyv4507) { + yyv4507 = yyv4507[:yyl4507] + yyc4507 = true } - yyj4462 := 0 - for ; yyj4462 < yyrr4462; yyj4462++ { - yyh4462.ElemContainerState(yyj4462) + yyj4507 := 0 + for ; yyj4507 < yyrr4507; yyj4507++ { + yyh4507.ElemContainerState(yyj4507) if r.TryDecodeAsNil() { - yyv4462[yyj4462] = Container{} + yyv4507[yyj4507] = Container{} } else { - yyv4463 := &yyv4462[yyj4462] - yyv4463.CodecDecodeSelf(d) + yyv4508 := &yyv4507[yyj4507] + yyv4508.CodecDecodeSelf(d) } } - if yyrt4462 { - for ; yyj4462 < yyl4462; yyj4462++ { - yyv4462 = append(yyv4462, Container{}) - yyh4462.ElemContainerState(yyj4462) + if yyrt4507 { + for ; yyj4507 < yyl4507; yyj4507++ { + yyv4507 = append(yyv4507, Container{}) + yyh4507.ElemContainerState(yyj4507) if r.TryDecodeAsNil() { - yyv4462[yyj4462] = Container{} + yyv4507[yyj4507] = Container{} } else { - yyv4464 := &yyv4462[yyj4462] - yyv4464.CodecDecodeSelf(d) + yyv4509 := &yyv4507[yyj4507] + yyv4509.CodecDecodeSelf(d) } } } } else { - yyj4462 := 0 - for ; !r.CheckBreak(); yyj4462++ { + yyj4507 := 0 + for ; !r.CheckBreak(); yyj4507++ { - if yyj4462 >= len(yyv4462) { - yyv4462 = append(yyv4462, Container{}) // var yyz4462 Container - yyc4462 = true + if yyj4507 >= len(yyv4507) { + yyv4507 = append(yyv4507, Container{}) // var yyz4507 Container + yyc4507 = true } - yyh4462.ElemContainerState(yyj4462) - if yyj4462 < len(yyv4462) { + yyh4507.ElemContainerState(yyj4507) + if yyj4507 < len(yyv4507) { if r.TryDecodeAsNil() { - yyv4462[yyj4462] = Container{} + yyv4507[yyj4507] = Container{} } else { - yyv4465 := &yyv4462[yyj4462] - yyv4465.CodecDecodeSelf(d) + yyv4510 := &yyv4507[yyj4507] + yyv4510.CodecDecodeSelf(d) } } else { @@ -56312,17 +56702,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4462 < len(yyv4462) { - yyv4462 = yyv4462[:yyj4462] - yyc4462 = true - } else if yyj4462 == 0 && yyv4462 == nil { - yyv4462 = []Container{} - yyc4462 = true + if yyj4507 < len(yyv4507) { + yyv4507 = yyv4507[:yyj4507] + yyc4507 = true + } else if yyj4507 == 0 && yyv4507 == nil { + yyv4507 = []Container{} + yyc4507 = true } } - yyh4462.End() - if yyc4462 { - *v = yyv4462 + yyh4507.End() + if yyc4507 { + *v = yyv4507 } } @@ -56331,10 +56721,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4466 := range v { + for _, yyv4511 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4467 := &yyv4466 - yy4467.CodecEncodeSelf(e) + yy4512 := &yyv4511 + yy4512.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56344,83 +56734,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4468 := *v - yyh4468, yyl4468 := z.DecSliceHelperStart() - var yyc4468 bool - if yyl4468 == 0 { - if yyv4468 == nil { - yyv4468 = []LocalObjectReference{} - yyc4468 = true - } else if len(yyv4468) != 0 { - yyv4468 = yyv4468[:0] - yyc4468 = true + yyv4513 := *v + yyh4513, yyl4513 := z.DecSliceHelperStart() + var yyc4513 bool + if yyl4513 == 0 { + if yyv4513 == nil { + yyv4513 = []LocalObjectReference{} + yyc4513 = true + } else if len(yyv4513) != 0 { + yyv4513 = yyv4513[:0] + yyc4513 = true } - } else if yyl4468 > 0 { - var yyrr4468, yyrl4468 int - var yyrt4468 bool - if yyl4468 > cap(yyv4468) { + } else if yyl4513 > 0 { + var yyrr4513, yyrl4513 int + var yyrt4513 bool + if yyl4513 > cap(yyv4513) { - yyrg4468 := len(yyv4468) > 0 - yyv24468 := yyv4468 - yyrl4468, yyrt4468 = z.DecInferLen(yyl4468, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4468 { - if yyrl4468 <= cap(yyv4468) { - yyv4468 = yyv4468[:yyrl4468] + yyrg4513 := len(yyv4513) > 0 + yyv24513 := yyv4513 + yyrl4513, yyrt4513 = z.DecInferLen(yyl4513, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4513 { + if yyrl4513 <= cap(yyv4513) { + yyv4513 = yyv4513[:yyrl4513] } else { - yyv4468 = make([]LocalObjectReference, yyrl4468) + yyv4513 = make([]LocalObjectReference, yyrl4513) } } else { - yyv4468 = make([]LocalObjectReference, yyrl4468) + yyv4513 = make([]LocalObjectReference, yyrl4513) } - yyc4468 = true - yyrr4468 = len(yyv4468) - if yyrg4468 { - copy(yyv4468, yyv24468) + yyc4513 = true + yyrr4513 = len(yyv4513) + if yyrg4513 { + copy(yyv4513, yyv24513) } - } else if yyl4468 != len(yyv4468) { - yyv4468 = yyv4468[:yyl4468] - yyc4468 = true + } else if yyl4513 != len(yyv4513) { + yyv4513 = yyv4513[:yyl4513] + yyc4513 = true } - yyj4468 := 0 - for ; yyj4468 < yyrr4468; yyj4468++ { - yyh4468.ElemContainerState(yyj4468) + yyj4513 := 0 + for ; yyj4513 < yyrr4513; yyj4513++ { + yyh4513.ElemContainerState(yyj4513) if r.TryDecodeAsNil() { - yyv4468[yyj4468] = LocalObjectReference{} + yyv4513[yyj4513] = LocalObjectReference{} } else { - yyv4469 := &yyv4468[yyj4468] - yyv4469.CodecDecodeSelf(d) + yyv4514 := &yyv4513[yyj4513] + yyv4514.CodecDecodeSelf(d) } } - if yyrt4468 { - for ; yyj4468 < yyl4468; yyj4468++ { - yyv4468 = append(yyv4468, LocalObjectReference{}) - yyh4468.ElemContainerState(yyj4468) + if yyrt4513 { + for ; yyj4513 < yyl4513; yyj4513++ { + yyv4513 = append(yyv4513, LocalObjectReference{}) + yyh4513.ElemContainerState(yyj4513) if r.TryDecodeAsNil() { - yyv4468[yyj4468] = LocalObjectReference{} + yyv4513[yyj4513] = LocalObjectReference{} } else { - yyv4470 := &yyv4468[yyj4468] - yyv4470.CodecDecodeSelf(d) + yyv4515 := &yyv4513[yyj4513] + yyv4515.CodecDecodeSelf(d) } } } } else { - yyj4468 := 0 - for ; !r.CheckBreak(); yyj4468++ { + yyj4513 := 0 + for ; !r.CheckBreak(); yyj4513++ { - if yyj4468 >= len(yyv4468) { - yyv4468 = append(yyv4468, LocalObjectReference{}) // var yyz4468 LocalObjectReference - yyc4468 = true + if yyj4513 >= len(yyv4513) { + yyv4513 = append(yyv4513, LocalObjectReference{}) // var yyz4513 LocalObjectReference + yyc4513 = true } - yyh4468.ElemContainerState(yyj4468) - if yyj4468 < len(yyv4468) { + yyh4513.ElemContainerState(yyj4513) + if yyj4513 < len(yyv4513) { if r.TryDecodeAsNil() { - yyv4468[yyj4468] = LocalObjectReference{} + yyv4513[yyj4513] = LocalObjectReference{} } else { - yyv4471 := &yyv4468[yyj4468] - yyv4471.CodecDecodeSelf(d) + yyv4516 := &yyv4513[yyj4513] + yyv4516.CodecDecodeSelf(d) } } else { @@ -56428,17 +56818,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4468 < len(yyv4468) { - yyv4468 = yyv4468[:yyj4468] - yyc4468 = true - } else if yyj4468 == 0 && yyv4468 == nil { - yyv4468 = []LocalObjectReference{} - yyc4468 = true + if yyj4513 < len(yyv4513) { + yyv4513 = yyv4513[:yyj4513] + yyc4513 = true + } else if yyj4513 == 0 && yyv4513 == nil { + yyv4513 = []LocalObjectReference{} + yyc4513 = true } } - yyh4468.End() - if yyc4468 { - *v = yyv4468 + yyh4513.End() + if yyc4513 { + *v = yyv4513 } } @@ -56447,10 +56837,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4472 := range v { + for _, yyv4517 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4473 := &yyv4472 - yy4473.CodecEncodeSelf(e) + yy4518 := &yyv4517 + yy4518.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56460,83 +56850,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4474 := *v - yyh4474, yyl4474 := z.DecSliceHelperStart() - var yyc4474 bool - if yyl4474 == 0 { - if yyv4474 == nil { - yyv4474 = []PodCondition{} - yyc4474 = true - } else if len(yyv4474) != 0 { - yyv4474 = yyv4474[:0] - yyc4474 = true + yyv4519 := *v + yyh4519, yyl4519 := z.DecSliceHelperStart() + var yyc4519 bool + if yyl4519 == 0 { + if yyv4519 == nil { + yyv4519 = []PodCondition{} + yyc4519 = true + } else if len(yyv4519) != 0 { + yyv4519 = yyv4519[:0] + yyc4519 = true } - } else if yyl4474 > 0 { - var yyrr4474, yyrl4474 int - var yyrt4474 bool - if yyl4474 > cap(yyv4474) { + } else if yyl4519 > 0 { + var yyrr4519, yyrl4519 int + var yyrt4519 bool + if yyl4519 > cap(yyv4519) { - yyrg4474 := len(yyv4474) > 0 - yyv24474 := yyv4474 - yyrl4474, yyrt4474 = z.DecInferLen(yyl4474, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4474 { - if yyrl4474 <= cap(yyv4474) { - yyv4474 = yyv4474[:yyrl4474] + yyrg4519 := len(yyv4519) > 0 + yyv24519 := yyv4519 + yyrl4519, yyrt4519 = z.DecInferLen(yyl4519, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4519 { + if yyrl4519 <= cap(yyv4519) { + yyv4519 = yyv4519[:yyrl4519] } else { - yyv4474 = make([]PodCondition, yyrl4474) + yyv4519 = make([]PodCondition, yyrl4519) } } else { - yyv4474 = make([]PodCondition, yyrl4474) + yyv4519 = make([]PodCondition, yyrl4519) } - yyc4474 = true - yyrr4474 = len(yyv4474) - if yyrg4474 { - copy(yyv4474, yyv24474) + yyc4519 = true + yyrr4519 = len(yyv4519) + if yyrg4519 { + copy(yyv4519, yyv24519) } - } else if yyl4474 != len(yyv4474) { - yyv4474 = yyv4474[:yyl4474] - yyc4474 = true + } else if yyl4519 != len(yyv4519) { + yyv4519 = yyv4519[:yyl4519] + yyc4519 = true } - yyj4474 := 0 - for ; yyj4474 < yyrr4474; yyj4474++ { - yyh4474.ElemContainerState(yyj4474) + yyj4519 := 0 + for ; yyj4519 < yyrr4519; yyj4519++ { + yyh4519.ElemContainerState(yyj4519) if r.TryDecodeAsNil() { - yyv4474[yyj4474] = PodCondition{} + yyv4519[yyj4519] = PodCondition{} } else { - yyv4475 := &yyv4474[yyj4474] - yyv4475.CodecDecodeSelf(d) + yyv4520 := &yyv4519[yyj4519] + yyv4520.CodecDecodeSelf(d) } } - if yyrt4474 { - for ; yyj4474 < yyl4474; yyj4474++ { - yyv4474 = append(yyv4474, PodCondition{}) - yyh4474.ElemContainerState(yyj4474) + if yyrt4519 { + for ; yyj4519 < yyl4519; yyj4519++ { + yyv4519 = append(yyv4519, PodCondition{}) + yyh4519.ElemContainerState(yyj4519) if r.TryDecodeAsNil() { - yyv4474[yyj4474] = PodCondition{} + yyv4519[yyj4519] = PodCondition{} } else { - yyv4476 := &yyv4474[yyj4474] - yyv4476.CodecDecodeSelf(d) + yyv4521 := &yyv4519[yyj4519] + yyv4521.CodecDecodeSelf(d) } } } } else { - yyj4474 := 0 - for ; !r.CheckBreak(); yyj4474++ { + yyj4519 := 0 + for ; !r.CheckBreak(); yyj4519++ { - if yyj4474 >= len(yyv4474) { - yyv4474 = append(yyv4474, PodCondition{}) // var yyz4474 PodCondition - yyc4474 = true + if yyj4519 >= len(yyv4519) { + yyv4519 = append(yyv4519, PodCondition{}) // var yyz4519 PodCondition + yyc4519 = true } - yyh4474.ElemContainerState(yyj4474) - if yyj4474 < len(yyv4474) { + yyh4519.ElemContainerState(yyj4519) + if yyj4519 < len(yyv4519) { if r.TryDecodeAsNil() { - yyv4474[yyj4474] = PodCondition{} + yyv4519[yyj4519] = PodCondition{} } else { - yyv4477 := &yyv4474[yyj4474] - yyv4477.CodecDecodeSelf(d) + yyv4522 := &yyv4519[yyj4519] + yyv4522.CodecDecodeSelf(d) } } else { @@ -56544,17 +56934,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4474 < len(yyv4474) { - yyv4474 = yyv4474[:yyj4474] - yyc4474 = true - } else if yyj4474 == 0 && yyv4474 == nil { - yyv4474 = []PodCondition{} - yyc4474 = true + if yyj4519 < len(yyv4519) { + yyv4519 = yyv4519[:yyj4519] + yyc4519 = true + } else if yyj4519 == 0 && yyv4519 == nil { + yyv4519 = []PodCondition{} + yyc4519 = true } } - yyh4474.End() - if yyc4474 { - *v = yyv4474 + yyh4519.End() + if yyc4519 { + *v = yyv4519 } } @@ -56563,10 +56953,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4478 := range v { + for _, yyv4523 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4479 := &yyv4478 - yy4479.CodecEncodeSelf(e) + yy4524 := &yyv4523 + yy4524.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56576,83 +56966,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4480 := *v - yyh4480, yyl4480 := z.DecSliceHelperStart() - var yyc4480 bool - if yyl4480 == 0 { - if yyv4480 == nil { - yyv4480 = []ContainerStatus{} - yyc4480 = true - } else if len(yyv4480) != 0 { - yyv4480 = yyv4480[:0] - yyc4480 = true + yyv4525 := *v + yyh4525, yyl4525 := z.DecSliceHelperStart() + var yyc4525 bool + if yyl4525 == 0 { + if yyv4525 == nil { + yyv4525 = []ContainerStatus{} + yyc4525 = true + } else if len(yyv4525) != 0 { + yyv4525 = yyv4525[:0] + yyc4525 = true } - } else if yyl4480 > 0 { - var yyrr4480, yyrl4480 int - var yyrt4480 bool - if yyl4480 > cap(yyv4480) { + } else if yyl4525 > 0 { + var yyrr4525, yyrl4525 int + var yyrt4525 bool + if yyl4525 > cap(yyv4525) { - yyrg4480 := len(yyv4480) > 0 - yyv24480 := yyv4480 - yyrl4480, yyrt4480 = z.DecInferLen(yyl4480, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4480 { - if yyrl4480 <= cap(yyv4480) { - yyv4480 = yyv4480[:yyrl4480] + yyrg4525 := len(yyv4525) > 0 + yyv24525 := yyv4525 + yyrl4525, yyrt4525 = z.DecInferLen(yyl4525, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4525 { + if yyrl4525 <= cap(yyv4525) { + yyv4525 = yyv4525[:yyrl4525] } else { - yyv4480 = make([]ContainerStatus, yyrl4480) + yyv4525 = make([]ContainerStatus, yyrl4525) } } else { - yyv4480 = make([]ContainerStatus, yyrl4480) + yyv4525 = make([]ContainerStatus, yyrl4525) } - yyc4480 = true - yyrr4480 = len(yyv4480) - if yyrg4480 { - copy(yyv4480, yyv24480) + yyc4525 = true + yyrr4525 = len(yyv4525) + if yyrg4525 { + copy(yyv4525, yyv24525) } - } else if yyl4480 != len(yyv4480) { - yyv4480 = yyv4480[:yyl4480] - yyc4480 = true + } else if yyl4525 != len(yyv4525) { + yyv4525 = yyv4525[:yyl4525] + yyc4525 = true } - yyj4480 := 0 - for ; yyj4480 < yyrr4480; yyj4480++ { - yyh4480.ElemContainerState(yyj4480) + yyj4525 := 0 + for ; yyj4525 < yyrr4525; yyj4525++ { + yyh4525.ElemContainerState(yyj4525) if r.TryDecodeAsNil() { - yyv4480[yyj4480] = ContainerStatus{} + yyv4525[yyj4525] = ContainerStatus{} } else { - yyv4481 := &yyv4480[yyj4480] - yyv4481.CodecDecodeSelf(d) + yyv4526 := &yyv4525[yyj4525] + yyv4526.CodecDecodeSelf(d) } } - if yyrt4480 { - for ; yyj4480 < yyl4480; yyj4480++ { - yyv4480 = append(yyv4480, ContainerStatus{}) - yyh4480.ElemContainerState(yyj4480) + if yyrt4525 { + for ; yyj4525 < yyl4525; yyj4525++ { + yyv4525 = append(yyv4525, ContainerStatus{}) + yyh4525.ElemContainerState(yyj4525) if r.TryDecodeAsNil() { - yyv4480[yyj4480] = ContainerStatus{} + yyv4525[yyj4525] = ContainerStatus{} } else { - yyv4482 := &yyv4480[yyj4480] - yyv4482.CodecDecodeSelf(d) + yyv4527 := &yyv4525[yyj4525] + yyv4527.CodecDecodeSelf(d) } } } } else { - yyj4480 := 0 - for ; !r.CheckBreak(); yyj4480++ { + yyj4525 := 0 + for ; !r.CheckBreak(); yyj4525++ { - if yyj4480 >= len(yyv4480) { - yyv4480 = append(yyv4480, ContainerStatus{}) // var yyz4480 ContainerStatus - yyc4480 = true + if yyj4525 >= len(yyv4525) { + yyv4525 = append(yyv4525, ContainerStatus{}) // var yyz4525 ContainerStatus + yyc4525 = true } - yyh4480.ElemContainerState(yyj4480) - if yyj4480 < len(yyv4480) { + yyh4525.ElemContainerState(yyj4525) + if yyj4525 < len(yyv4525) { if r.TryDecodeAsNil() { - yyv4480[yyj4480] = ContainerStatus{} + yyv4525[yyj4525] = ContainerStatus{} } else { - yyv4483 := &yyv4480[yyj4480] - yyv4483.CodecDecodeSelf(d) + yyv4528 := &yyv4525[yyj4525] + yyv4528.CodecDecodeSelf(d) } } else { @@ -56660,17 +57050,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4480 < len(yyv4480) { - yyv4480 = yyv4480[:yyj4480] - yyc4480 = true - } else if yyj4480 == 0 && yyv4480 == nil { - yyv4480 = []ContainerStatus{} - yyc4480 = true + if yyj4525 < len(yyv4525) { + yyv4525 = yyv4525[:yyj4525] + yyc4525 = true + } else if yyj4525 == 0 && yyv4525 == nil { + yyv4525 = []ContainerStatus{} + yyc4525 = true } } - yyh4480.End() - if yyc4480 { - *v = yyv4480 + yyh4525.End() + if yyc4525 { + *v = yyv4525 } } @@ -56679,10 +57069,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4484 := range v { + for _, yyv4529 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4485 := &yyv4484 - yy4485.CodecEncodeSelf(e) + yy4530 := &yyv4529 + yy4530.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56692,83 +57082,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4486 := *v - yyh4486, yyl4486 := z.DecSliceHelperStart() - var yyc4486 bool - if yyl4486 == 0 { - if yyv4486 == nil { - yyv4486 = []PodTemplate{} - yyc4486 = true - } else if len(yyv4486) != 0 { - yyv4486 = yyv4486[:0] - yyc4486 = true + yyv4531 := *v + yyh4531, yyl4531 := z.DecSliceHelperStart() + var yyc4531 bool + if yyl4531 == 0 { + if yyv4531 == nil { + yyv4531 = []PodTemplate{} + yyc4531 = true + } else if len(yyv4531) != 0 { + yyv4531 = yyv4531[:0] + yyc4531 = true } - } else if yyl4486 > 0 { - var yyrr4486, yyrl4486 int - var yyrt4486 bool - if yyl4486 > cap(yyv4486) { + } else if yyl4531 > 0 { + var yyrr4531, yyrl4531 int + var yyrt4531 bool + if yyl4531 > cap(yyv4531) { - yyrg4486 := len(yyv4486) > 0 - yyv24486 := yyv4486 - yyrl4486, yyrt4486 = z.DecInferLen(yyl4486, z.DecBasicHandle().MaxInitLen, 672) - if yyrt4486 { - if yyrl4486 <= cap(yyv4486) { - yyv4486 = yyv4486[:yyrl4486] + yyrg4531 := len(yyv4531) > 0 + yyv24531 := yyv4531 + yyrl4531, yyrt4531 = z.DecInferLen(yyl4531, z.DecBasicHandle().MaxInitLen, 672) + if yyrt4531 { + if yyrl4531 <= cap(yyv4531) { + yyv4531 = yyv4531[:yyrl4531] } else { - yyv4486 = make([]PodTemplate, yyrl4486) + yyv4531 = make([]PodTemplate, yyrl4531) } } else { - yyv4486 = make([]PodTemplate, yyrl4486) + yyv4531 = make([]PodTemplate, yyrl4531) } - yyc4486 = true - yyrr4486 = len(yyv4486) - if yyrg4486 { - copy(yyv4486, yyv24486) + yyc4531 = true + yyrr4531 = len(yyv4531) + if yyrg4531 { + copy(yyv4531, yyv24531) } - } else if yyl4486 != len(yyv4486) { - yyv4486 = yyv4486[:yyl4486] - yyc4486 = true + } else if yyl4531 != len(yyv4531) { + yyv4531 = yyv4531[:yyl4531] + yyc4531 = true } - yyj4486 := 0 - for ; yyj4486 < yyrr4486; yyj4486++ { - yyh4486.ElemContainerState(yyj4486) + yyj4531 := 0 + for ; yyj4531 < yyrr4531; yyj4531++ { + yyh4531.ElemContainerState(yyj4531) if r.TryDecodeAsNil() { - yyv4486[yyj4486] = PodTemplate{} + yyv4531[yyj4531] = PodTemplate{} } else { - yyv4487 := &yyv4486[yyj4486] - yyv4487.CodecDecodeSelf(d) + yyv4532 := &yyv4531[yyj4531] + yyv4532.CodecDecodeSelf(d) } } - if yyrt4486 { - for ; yyj4486 < yyl4486; yyj4486++ { - yyv4486 = append(yyv4486, PodTemplate{}) - yyh4486.ElemContainerState(yyj4486) + if yyrt4531 { + for ; yyj4531 < yyl4531; yyj4531++ { + yyv4531 = append(yyv4531, PodTemplate{}) + yyh4531.ElemContainerState(yyj4531) if r.TryDecodeAsNil() { - yyv4486[yyj4486] = PodTemplate{} + yyv4531[yyj4531] = PodTemplate{} } else { - yyv4488 := &yyv4486[yyj4486] - yyv4488.CodecDecodeSelf(d) + yyv4533 := &yyv4531[yyj4531] + yyv4533.CodecDecodeSelf(d) } } } } else { - yyj4486 := 0 - for ; !r.CheckBreak(); yyj4486++ { + yyj4531 := 0 + for ; !r.CheckBreak(); yyj4531++ { - if yyj4486 >= len(yyv4486) { - yyv4486 = append(yyv4486, PodTemplate{}) // var yyz4486 PodTemplate - yyc4486 = true + if yyj4531 >= len(yyv4531) { + yyv4531 = append(yyv4531, PodTemplate{}) // var yyz4531 PodTemplate + yyc4531 = true } - yyh4486.ElemContainerState(yyj4486) - if yyj4486 < len(yyv4486) { + yyh4531.ElemContainerState(yyj4531) + if yyj4531 < len(yyv4531) { if r.TryDecodeAsNil() { - yyv4486[yyj4486] = PodTemplate{} + yyv4531[yyj4531] = PodTemplate{} } else { - yyv4489 := &yyv4486[yyj4486] - yyv4489.CodecDecodeSelf(d) + yyv4534 := &yyv4531[yyj4531] + yyv4534.CodecDecodeSelf(d) } } else { @@ -56776,17 +57166,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4486 < len(yyv4486) { - yyv4486 = yyv4486[:yyj4486] - yyc4486 = true - } else if yyj4486 == 0 && yyv4486 == nil { - yyv4486 = []PodTemplate{} - yyc4486 = true + if yyj4531 < len(yyv4531) { + yyv4531 = yyv4531[:yyj4531] + yyc4531 = true + } else if yyj4531 == 0 && yyv4531 == nil { + yyv4531 = []PodTemplate{} + yyc4531 = true } } - yyh4486.End() - if yyc4486 { - *v = yyv4486 + yyh4531.End() + if yyc4531 { + *v = yyv4531 } } @@ -56795,10 +57185,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4490 := range v { + for _, yyv4535 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4491 := &yyv4490 - yy4491.CodecEncodeSelf(e) + yy4536 := &yyv4535 + yy4536.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56808,83 +57198,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4492 := *v - yyh4492, yyl4492 := z.DecSliceHelperStart() - var yyc4492 bool - if yyl4492 == 0 { - if yyv4492 == nil { - yyv4492 = []ReplicationController{} - yyc4492 = true - } else if len(yyv4492) != 0 { - yyv4492 = yyv4492[:0] - yyc4492 = true + yyv4537 := *v + yyh4537, yyl4537 := z.DecSliceHelperStart() + var yyc4537 bool + if yyl4537 == 0 { + if yyv4537 == nil { + yyv4537 = []ReplicationController{} + yyc4537 = true + } else if len(yyv4537) != 0 { + yyv4537 = yyv4537[:0] + yyc4537 = true } - } else if yyl4492 > 0 { - var yyrr4492, yyrl4492 int - var yyrt4492 bool - if yyl4492 > cap(yyv4492) { + } else if yyl4537 > 0 { + var yyrr4537, yyrl4537 int + var yyrt4537 bool + if yyl4537 > cap(yyv4537) { - yyrg4492 := len(yyv4492) > 0 - yyv24492 := yyv4492 - yyrl4492, yyrt4492 = z.DecInferLen(yyl4492, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4492 { - if yyrl4492 <= cap(yyv4492) { - yyv4492 = yyv4492[:yyrl4492] + yyrg4537 := len(yyv4537) > 0 + yyv24537 := yyv4537 + yyrl4537, yyrt4537 = z.DecInferLen(yyl4537, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4537 { + if yyrl4537 <= cap(yyv4537) { + yyv4537 = yyv4537[:yyrl4537] } else { - yyv4492 = make([]ReplicationController, yyrl4492) + yyv4537 = make([]ReplicationController, yyrl4537) } } else { - yyv4492 = make([]ReplicationController, yyrl4492) + yyv4537 = make([]ReplicationController, yyrl4537) } - yyc4492 = true - yyrr4492 = len(yyv4492) - if yyrg4492 { - copy(yyv4492, yyv24492) + yyc4537 = true + yyrr4537 = len(yyv4537) + if yyrg4537 { + copy(yyv4537, yyv24537) } - } else if yyl4492 != len(yyv4492) { - yyv4492 = yyv4492[:yyl4492] - yyc4492 = true + } else if yyl4537 != len(yyv4537) { + yyv4537 = yyv4537[:yyl4537] + yyc4537 = true } - yyj4492 := 0 - for ; yyj4492 < yyrr4492; yyj4492++ { - yyh4492.ElemContainerState(yyj4492) + yyj4537 := 0 + for ; yyj4537 < yyrr4537; yyj4537++ { + yyh4537.ElemContainerState(yyj4537) if r.TryDecodeAsNil() { - yyv4492[yyj4492] = ReplicationController{} + yyv4537[yyj4537] = ReplicationController{} } else { - yyv4493 := &yyv4492[yyj4492] - yyv4493.CodecDecodeSelf(d) + yyv4538 := &yyv4537[yyj4537] + yyv4538.CodecDecodeSelf(d) } } - if yyrt4492 { - for ; yyj4492 < yyl4492; yyj4492++ { - yyv4492 = append(yyv4492, ReplicationController{}) - yyh4492.ElemContainerState(yyj4492) + if yyrt4537 { + for ; yyj4537 < yyl4537; yyj4537++ { + yyv4537 = append(yyv4537, ReplicationController{}) + yyh4537.ElemContainerState(yyj4537) if r.TryDecodeAsNil() { - yyv4492[yyj4492] = ReplicationController{} + yyv4537[yyj4537] = ReplicationController{} } else { - yyv4494 := &yyv4492[yyj4492] - yyv4494.CodecDecodeSelf(d) + yyv4539 := &yyv4537[yyj4537] + yyv4539.CodecDecodeSelf(d) } } } } else { - yyj4492 := 0 - for ; !r.CheckBreak(); yyj4492++ { + yyj4537 := 0 + for ; !r.CheckBreak(); yyj4537++ { - if yyj4492 >= len(yyv4492) { - yyv4492 = append(yyv4492, ReplicationController{}) // var yyz4492 ReplicationController - yyc4492 = true + if yyj4537 >= len(yyv4537) { + yyv4537 = append(yyv4537, ReplicationController{}) // var yyz4537 ReplicationController + yyc4537 = true } - yyh4492.ElemContainerState(yyj4492) - if yyj4492 < len(yyv4492) { + yyh4537.ElemContainerState(yyj4537) + if yyj4537 < len(yyv4537) { if r.TryDecodeAsNil() { - yyv4492[yyj4492] = ReplicationController{} + yyv4537[yyj4537] = ReplicationController{} } else { - yyv4495 := &yyv4492[yyj4492] - yyv4495.CodecDecodeSelf(d) + yyv4540 := &yyv4537[yyj4537] + yyv4540.CodecDecodeSelf(d) } } else { @@ -56892,17 +57282,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4492 < len(yyv4492) { - yyv4492 = yyv4492[:yyj4492] - yyc4492 = true - } else if yyj4492 == 0 && yyv4492 == nil { - yyv4492 = []ReplicationController{} - yyc4492 = true + if yyj4537 < len(yyv4537) { + yyv4537 = yyv4537[:yyj4537] + yyc4537 = true + } else if yyj4537 == 0 && yyv4537 == nil { + yyv4537 = []ReplicationController{} + yyc4537 = true } } - yyh4492.End() - if yyc4492 { - *v = yyv4492 + yyh4537.End() + if yyc4537 { + *v = yyv4537 } } @@ -56911,10 +57301,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4496 := range v { + for _, yyv4541 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4497 := &yyv4496 - yy4497.CodecEncodeSelf(e) + yy4542 := &yyv4541 + yy4542.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56924,83 +57314,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4498 := *v - yyh4498, yyl4498 := z.DecSliceHelperStart() - var yyc4498 bool - if yyl4498 == 0 { - if yyv4498 == nil { - yyv4498 = []Service{} - yyc4498 = true - } else if len(yyv4498) != 0 { - yyv4498 = yyv4498[:0] - yyc4498 = true + yyv4543 := *v + yyh4543, yyl4543 := z.DecSliceHelperStart() + var yyc4543 bool + if yyl4543 == 0 { + if yyv4543 == nil { + yyv4543 = []Service{} + yyc4543 = true + } else if len(yyv4543) != 0 { + yyv4543 = yyv4543[:0] + yyc4543 = true } - } else if yyl4498 > 0 { - var yyrr4498, yyrl4498 int - var yyrt4498 bool - if yyl4498 > cap(yyv4498) { + } else if yyl4543 > 0 { + var yyrr4543, yyrl4543 int + var yyrt4543 bool + if yyl4543 > cap(yyv4543) { - yyrg4498 := len(yyv4498) > 0 - yyv24498 := yyv4498 - yyrl4498, yyrt4498 = z.DecInferLen(yyl4498, z.DecBasicHandle().MaxInitLen, 408) - if yyrt4498 { - if yyrl4498 <= cap(yyv4498) { - yyv4498 = yyv4498[:yyrl4498] + yyrg4543 := len(yyv4543) > 0 + yyv24543 := yyv4543 + yyrl4543, yyrt4543 = z.DecInferLen(yyl4543, z.DecBasicHandle().MaxInitLen, 408) + if yyrt4543 { + if yyrl4543 <= cap(yyv4543) { + yyv4543 = yyv4543[:yyrl4543] } else { - yyv4498 = make([]Service, yyrl4498) + yyv4543 = make([]Service, yyrl4543) } } else { - yyv4498 = make([]Service, yyrl4498) + yyv4543 = make([]Service, yyrl4543) } - yyc4498 = true - yyrr4498 = len(yyv4498) - if yyrg4498 { - copy(yyv4498, yyv24498) + yyc4543 = true + yyrr4543 = len(yyv4543) + if yyrg4543 { + copy(yyv4543, yyv24543) } - } else if yyl4498 != len(yyv4498) { - yyv4498 = yyv4498[:yyl4498] - yyc4498 = true + } else if yyl4543 != len(yyv4543) { + yyv4543 = yyv4543[:yyl4543] + yyc4543 = true } - yyj4498 := 0 - for ; yyj4498 < yyrr4498; yyj4498++ { - yyh4498.ElemContainerState(yyj4498) + yyj4543 := 0 + for ; yyj4543 < yyrr4543; yyj4543++ { + yyh4543.ElemContainerState(yyj4543) if r.TryDecodeAsNil() { - yyv4498[yyj4498] = Service{} + yyv4543[yyj4543] = Service{} } else { - yyv4499 := &yyv4498[yyj4498] - yyv4499.CodecDecodeSelf(d) + yyv4544 := &yyv4543[yyj4543] + yyv4544.CodecDecodeSelf(d) } } - if yyrt4498 { - for ; yyj4498 < yyl4498; yyj4498++ { - yyv4498 = append(yyv4498, Service{}) - yyh4498.ElemContainerState(yyj4498) + if yyrt4543 { + for ; yyj4543 < yyl4543; yyj4543++ { + yyv4543 = append(yyv4543, Service{}) + yyh4543.ElemContainerState(yyj4543) if r.TryDecodeAsNil() { - yyv4498[yyj4498] = Service{} + yyv4543[yyj4543] = Service{} } else { - yyv4500 := &yyv4498[yyj4498] - yyv4500.CodecDecodeSelf(d) + yyv4545 := &yyv4543[yyj4543] + yyv4545.CodecDecodeSelf(d) } } } } else { - yyj4498 := 0 - for ; !r.CheckBreak(); yyj4498++ { + yyj4543 := 0 + for ; !r.CheckBreak(); yyj4543++ { - if yyj4498 >= len(yyv4498) { - yyv4498 = append(yyv4498, Service{}) // var yyz4498 Service - yyc4498 = true + if yyj4543 >= len(yyv4543) { + yyv4543 = append(yyv4543, Service{}) // var yyz4543 Service + yyc4543 = true } - yyh4498.ElemContainerState(yyj4498) - if yyj4498 < len(yyv4498) { + yyh4543.ElemContainerState(yyj4543) + if yyj4543 < len(yyv4543) { if r.TryDecodeAsNil() { - yyv4498[yyj4498] = Service{} + yyv4543[yyj4543] = Service{} } else { - yyv4501 := &yyv4498[yyj4498] - yyv4501.CodecDecodeSelf(d) + yyv4546 := &yyv4543[yyj4543] + yyv4546.CodecDecodeSelf(d) } } else { @@ -57008,17 +57398,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4498 < len(yyv4498) { - yyv4498 = yyv4498[:yyj4498] - yyc4498 = true - } else if yyj4498 == 0 && yyv4498 == nil { - yyv4498 = []Service{} - yyc4498 = true + if yyj4543 < len(yyv4543) { + yyv4543 = yyv4543[:yyj4543] + yyc4543 = true + } else if yyj4543 == 0 && yyv4543 == nil { + yyv4543 = []Service{} + yyc4543 = true } } - yyh4498.End() - if yyc4498 { - *v = yyv4498 + yyh4543.End() + if yyc4543 { + *v = yyv4543 } } @@ -57027,10 +57417,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4502 := range v { + for _, yyv4547 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4503 := &yyv4502 - yy4503.CodecEncodeSelf(e) + yy4548 := &yyv4547 + yy4548.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57040,83 +57430,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4504 := *v - yyh4504, yyl4504 := z.DecSliceHelperStart() - var yyc4504 bool - if yyl4504 == 0 { - if yyv4504 == nil { - yyv4504 = []LoadBalancerIngress{} - yyc4504 = true - } else if len(yyv4504) != 0 { - yyv4504 = yyv4504[:0] - yyc4504 = true + yyv4549 := *v + yyh4549, yyl4549 := z.DecSliceHelperStart() + var yyc4549 bool + if yyl4549 == 0 { + if yyv4549 == nil { + yyv4549 = []LoadBalancerIngress{} + yyc4549 = true + } else if len(yyv4549) != 0 { + yyv4549 = yyv4549[:0] + yyc4549 = true } - } else if yyl4504 > 0 { - var yyrr4504, yyrl4504 int - var yyrt4504 bool - if yyl4504 > cap(yyv4504) { + } else if yyl4549 > 0 { + var yyrr4549, yyrl4549 int + var yyrt4549 bool + if yyl4549 > cap(yyv4549) { - yyrg4504 := len(yyv4504) > 0 - yyv24504 := yyv4504 - yyrl4504, yyrt4504 = z.DecInferLen(yyl4504, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4504 { - if yyrl4504 <= cap(yyv4504) { - yyv4504 = yyv4504[:yyrl4504] + 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 { - yyv4504 = make([]LoadBalancerIngress, yyrl4504) + yyv4549 = make([]LoadBalancerIngress, yyrl4549) } } else { - yyv4504 = make([]LoadBalancerIngress, yyrl4504) + yyv4549 = make([]LoadBalancerIngress, yyrl4549) } - yyc4504 = true - yyrr4504 = len(yyv4504) - if yyrg4504 { - copy(yyv4504, yyv24504) + yyc4549 = true + yyrr4549 = len(yyv4549) + if yyrg4549 { + copy(yyv4549, yyv24549) } - } else if yyl4504 != len(yyv4504) { - yyv4504 = yyv4504[:yyl4504] - yyc4504 = true + } else if yyl4549 != len(yyv4549) { + yyv4549 = yyv4549[:yyl4549] + yyc4549 = true } - yyj4504 := 0 - for ; yyj4504 < yyrr4504; yyj4504++ { - yyh4504.ElemContainerState(yyj4504) + yyj4549 := 0 + for ; yyj4549 < yyrr4549; yyj4549++ { + yyh4549.ElemContainerState(yyj4549) if r.TryDecodeAsNil() { - yyv4504[yyj4504] = LoadBalancerIngress{} + yyv4549[yyj4549] = LoadBalancerIngress{} } else { - yyv4505 := &yyv4504[yyj4504] - yyv4505.CodecDecodeSelf(d) + yyv4550 := &yyv4549[yyj4549] + yyv4550.CodecDecodeSelf(d) } } - if yyrt4504 { - for ; yyj4504 < yyl4504; yyj4504++ { - yyv4504 = append(yyv4504, LoadBalancerIngress{}) - yyh4504.ElemContainerState(yyj4504) + if yyrt4549 { + for ; yyj4549 < yyl4549; yyj4549++ { + yyv4549 = append(yyv4549, LoadBalancerIngress{}) + yyh4549.ElemContainerState(yyj4549) if r.TryDecodeAsNil() { - yyv4504[yyj4504] = LoadBalancerIngress{} + yyv4549[yyj4549] = LoadBalancerIngress{} } else { - yyv4506 := &yyv4504[yyj4504] - yyv4506.CodecDecodeSelf(d) + yyv4551 := &yyv4549[yyj4549] + yyv4551.CodecDecodeSelf(d) } } } } else { - yyj4504 := 0 - for ; !r.CheckBreak(); yyj4504++ { + yyj4549 := 0 + for ; !r.CheckBreak(); yyj4549++ { - if yyj4504 >= len(yyv4504) { - yyv4504 = append(yyv4504, LoadBalancerIngress{}) // var yyz4504 LoadBalancerIngress - yyc4504 = true + if yyj4549 >= len(yyv4549) { + yyv4549 = append(yyv4549, LoadBalancerIngress{}) // var yyz4549 LoadBalancerIngress + yyc4549 = true } - yyh4504.ElemContainerState(yyj4504) - if yyj4504 < len(yyv4504) { + yyh4549.ElemContainerState(yyj4549) + if yyj4549 < len(yyv4549) { if r.TryDecodeAsNil() { - yyv4504[yyj4504] = LoadBalancerIngress{} + yyv4549[yyj4549] = LoadBalancerIngress{} } else { - yyv4507 := &yyv4504[yyj4504] - yyv4507.CodecDecodeSelf(d) + yyv4552 := &yyv4549[yyj4549] + yyv4552.CodecDecodeSelf(d) } } else { @@ -57124,17 +57514,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4504 < len(yyv4504) { - yyv4504 = yyv4504[:yyj4504] - yyc4504 = true - } else if yyj4504 == 0 && yyv4504 == nil { - yyv4504 = []LoadBalancerIngress{} - yyc4504 = true + if yyj4549 < len(yyv4549) { + yyv4549 = yyv4549[:yyj4549] + yyc4549 = true + } else if yyj4549 == 0 && yyv4549 == nil { + yyv4549 = []LoadBalancerIngress{} + yyc4549 = true } } - yyh4504.End() - if yyc4504 { - *v = yyv4504 + yyh4549.End() + if yyc4549 { + *v = yyv4549 } } @@ -57143,10 +57533,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4508 := range v { + for _, yyv4553 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4509 := &yyv4508 - yy4509.CodecEncodeSelf(e) + yy4554 := &yyv4553 + yy4554.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57156,83 +57546,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4510 := *v - yyh4510, yyl4510 := z.DecSliceHelperStart() - var yyc4510 bool - if yyl4510 == 0 { - if yyv4510 == nil { - yyv4510 = []ServicePort{} - yyc4510 = true - } else if len(yyv4510) != 0 { - yyv4510 = yyv4510[:0] - yyc4510 = true + yyv4555 := *v + yyh4555, yyl4555 := z.DecSliceHelperStart() + var yyc4555 bool + if yyl4555 == 0 { + if yyv4555 == nil { + yyv4555 = []ServicePort{} + yyc4555 = true + } else if len(yyv4555) != 0 { + yyv4555 = yyv4555[:0] + yyc4555 = true } - } else if yyl4510 > 0 { - var yyrr4510, yyrl4510 int - var yyrt4510 bool - if yyl4510 > cap(yyv4510) { + } else if yyl4555 > 0 { + var yyrr4555, yyrl4555 int + var yyrt4555 bool + if yyl4555 > cap(yyv4555) { - yyrg4510 := len(yyv4510) > 0 - yyv24510 := yyv4510 - yyrl4510, yyrt4510 = z.DecInferLen(yyl4510, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4510 { - if yyrl4510 <= cap(yyv4510) { - yyv4510 = yyv4510[:yyrl4510] + yyrg4555 := len(yyv4555) > 0 + yyv24555 := yyv4555 + yyrl4555, yyrt4555 = z.DecInferLen(yyl4555, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4555 { + if yyrl4555 <= cap(yyv4555) { + yyv4555 = yyv4555[:yyrl4555] } else { - yyv4510 = make([]ServicePort, yyrl4510) + yyv4555 = make([]ServicePort, yyrl4555) } } else { - yyv4510 = make([]ServicePort, yyrl4510) + yyv4555 = make([]ServicePort, yyrl4555) } - yyc4510 = true - yyrr4510 = len(yyv4510) - if yyrg4510 { - copy(yyv4510, yyv24510) + yyc4555 = true + yyrr4555 = len(yyv4555) + if yyrg4555 { + copy(yyv4555, yyv24555) } - } else if yyl4510 != len(yyv4510) { - yyv4510 = yyv4510[:yyl4510] - yyc4510 = true + } else if yyl4555 != len(yyv4555) { + yyv4555 = yyv4555[:yyl4555] + yyc4555 = true } - yyj4510 := 0 - for ; yyj4510 < yyrr4510; yyj4510++ { - yyh4510.ElemContainerState(yyj4510) + yyj4555 := 0 + for ; yyj4555 < yyrr4555; yyj4555++ { + yyh4555.ElemContainerState(yyj4555) if r.TryDecodeAsNil() { - yyv4510[yyj4510] = ServicePort{} + yyv4555[yyj4555] = ServicePort{} } else { - yyv4511 := &yyv4510[yyj4510] - yyv4511.CodecDecodeSelf(d) + yyv4556 := &yyv4555[yyj4555] + yyv4556.CodecDecodeSelf(d) } } - if yyrt4510 { - for ; yyj4510 < yyl4510; yyj4510++ { - yyv4510 = append(yyv4510, ServicePort{}) - yyh4510.ElemContainerState(yyj4510) + if yyrt4555 { + for ; yyj4555 < yyl4555; yyj4555++ { + yyv4555 = append(yyv4555, ServicePort{}) + yyh4555.ElemContainerState(yyj4555) if r.TryDecodeAsNil() { - yyv4510[yyj4510] = ServicePort{} + yyv4555[yyj4555] = ServicePort{} } else { - yyv4512 := &yyv4510[yyj4510] - yyv4512.CodecDecodeSelf(d) + yyv4557 := &yyv4555[yyj4555] + yyv4557.CodecDecodeSelf(d) } } } } else { - yyj4510 := 0 - for ; !r.CheckBreak(); yyj4510++ { + yyj4555 := 0 + for ; !r.CheckBreak(); yyj4555++ { - if yyj4510 >= len(yyv4510) { - yyv4510 = append(yyv4510, ServicePort{}) // var yyz4510 ServicePort - yyc4510 = true + if yyj4555 >= len(yyv4555) { + yyv4555 = append(yyv4555, ServicePort{}) // var yyz4555 ServicePort + yyc4555 = true } - yyh4510.ElemContainerState(yyj4510) - if yyj4510 < len(yyv4510) { + yyh4555.ElemContainerState(yyj4555) + if yyj4555 < len(yyv4555) { if r.TryDecodeAsNil() { - yyv4510[yyj4510] = ServicePort{} + yyv4555[yyj4555] = ServicePort{} } else { - yyv4513 := &yyv4510[yyj4510] - yyv4513.CodecDecodeSelf(d) + yyv4558 := &yyv4555[yyj4555] + yyv4558.CodecDecodeSelf(d) } } else { @@ -57240,17 +57630,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4510 < len(yyv4510) { - yyv4510 = yyv4510[:yyj4510] - yyc4510 = true - } else if yyj4510 == 0 && yyv4510 == nil { - yyv4510 = []ServicePort{} - yyc4510 = true + if yyj4555 < len(yyv4555) { + yyv4555 = yyv4555[:yyj4555] + yyc4555 = true + } else if yyj4555 == 0 && yyv4555 == nil { + yyv4555 = []ServicePort{} + yyc4555 = true } } - yyh4510.End() - if yyc4510 { - *v = yyv4510 + yyh4555.End() + if yyc4555 { + *v = yyv4555 } } @@ -57259,10 +57649,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4514 := range v { + for _, yyv4559 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4515 := &yyv4514 - yy4515.CodecEncodeSelf(e) + yy4560 := &yyv4559 + yy4560.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57272,83 +57662,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4516 := *v - yyh4516, yyl4516 := z.DecSliceHelperStart() - var yyc4516 bool - if yyl4516 == 0 { - if yyv4516 == nil { - yyv4516 = []ObjectReference{} - yyc4516 = true - } else if len(yyv4516) != 0 { - yyv4516 = yyv4516[:0] - yyc4516 = true + yyv4561 := *v + yyh4561, yyl4561 := z.DecSliceHelperStart() + var yyc4561 bool + if yyl4561 == 0 { + if yyv4561 == nil { + yyv4561 = []ObjectReference{} + yyc4561 = true + } else if len(yyv4561) != 0 { + yyv4561 = yyv4561[:0] + yyc4561 = true } - } else if yyl4516 > 0 { - var yyrr4516, yyrl4516 int - var yyrt4516 bool - if yyl4516 > cap(yyv4516) { + } else if yyl4561 > 0 { + var yyrr4561, yyrl4561 int + var yyrt4561 bool + if yyl4561 > cap(yyv4561) { - yyrg4516 := len(yyv4516) > 0 - yyv24516 := yyv4516 - yyrl4516, yyrt4516 = z.DecInferLen(yyl4516, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4516 { - if yyrl4516 <= cap(yyv4516) { - yyv4516 = yyv4516[:yyrl4516] + yyrg4561 := len(yyv4561) > 0 + yyv24561 := yyv4561 + yyrl4561, yyrt4561 = z.DecInferLen(yyl4561, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4561 { + if yyrl4561 <= cap(yyv4561) { + yyv4561 = yyv4561[:yyrl4561] } else { - yyv4516 = make([]ObjectReference, yyrl4516) + yyv4561 = make([]ObjectReference, yyrl4561) } } else { - yyv4516 = make([]ObjectReference, yyrl4516) + yyv4561 = make([]ObjectReference, yyrl4561) } - yyc4516 = true - yyrr4516 = len(yyv4516) - if yyrg4516 { - copy(yyv4516, yyv24516) + yyc4561 = true + yyrr4561 = len(yyv4561) + if yyrg4561 { + copy(yyv4561, yyv24561) } - } else if yyl4516 != len(yyv4516) { - yyv4516 = yyv4516[:yyl4516] - yyc4516 = true + } else if yyl4561 != len(yyv4561) { + yyv4561 = yyv4561[:yyl4561] + yyc4561 = true } - yyj4516 := 0 - for ; yyj4516 < yyrr4516; yyj4516++ { - yyh4516.ElemContainerState(yyj4516) + yyj4561 := 0 + for ; yyj4561 < yyrr4561; yyj4561++ { + yyh4561.ElemContainerState(yyj4561) if r.TryDecodeAsNil() { - yyv4516[yyj4516] = ObjectReference{} + yyv4561[yyj4561] = ObjectReference{} } else { - yyv4517 := &yyv4516[yyj4516] - yyv4517.CodecDecodeSelf(d) + yyv4562 := &yyv4561[yyj4561] + yyv4562.CodecDecodeSelf(d) } } - if yyrt4516 { - for ; yyj4516 < yyl4516; yyj4516++ { - yyv4516 = append(yyv4516, ObjectReference{}) - yyh4516.ElemContainerState(yyj4516) + if yyrt4561 { + for ; yyj4561 < yyl4561; yyj4561++ { + yyv4561 = append(yyv4561, ObjectReference{}) + yyh4561.ElemContainerState(yyj4561) if r.TryDecodeAsNil() { - yyv4516[yyj4516] = ObjectReference{} + yyv4561[yyj4561] = ObjectReference{} } else { - yyv4518 := &yyv4516[yyj4516] - yyv4518.CodecDecodeSelf(d) + yyv4563 := &yyv4561[yyj4561] + yyv4563.CodecDecodeSelf(d) } } } } else { - yyj4516 := 0 - for ; !r.CheckBreak(); yyj4516++ { + yyj4561 := 0 + for ; !r.CheckBreak(); yyj4561++ { - if yyj4516 >= len(yyv4516) { - yyv4516 = append(yyv4516, ObjectReference{}) // var yyz4516 ObjectReference - yyc4516 = true + if yyj4561 >= len(yyv4561) { + yyv4561 = append(yyv4561, ObjectReference{}) // var yyz4561 ObjectReference + yyc4561 = true } - yyh4516.ElemContainerState(yyj4516) - if yyj4516 < len(yyv4516) { + yyh4561.ElemContainerState(yyj4561) + if yyj4561 < len(yyv4561) { if r.TryDecodeAsNil() { - yyv4516[yyj4516] = ObjectReference{} + yyv4561[yyj4561] = ObjectReference{} } else { - yyv4519 := &yyv4516[yyj4516] - yyv4519.CodecDecodeSelf(d) + yyv4564 := &yyv4561[yyj4561] + yyv4564.CodecDecodeSelf(d) } } else { @@ -57356,17 +57746,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4516 < len(yyv4516) { - yyv4516 = yyv4516[:yyj4516] - yyc4516 = true - } else if yyj4516 == 0 && yyv4516 == nil { - yyv4516 = []ObjectReference{} - yyc4516 = true + if yyj4561 < len(yyv4561) { + yyv4561 = yyv4561[:yyj4561] + yyc4561 = true + } else if yyj4561 == 0 && yyv4561 == nil { + yyv4561 = []ObjectReference{} + yyc4561 = true } } - yyh4516.End() - if yyc4516 { - *v = yyv4516 + yyh4561.End() + if yyc4561 { + *v = yyv4561 } } @@ -57375,10 +57765,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4520 := range v { + for _, yyv4565 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4521 := &yyv4520 - yy4521.CodecEncodeSelf(e) + yy4566 := &yyv4565 + yy4566.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57388,83 +57778,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4522 := *v - yyh4522, yyl4522 := z.DecSliceHelperStart() - var yyc4522 bool - if yyl4522 == 0 { - if yyv4522 == nil { - yyv4522 = []ServiceAccount{} - yyc4522 = true - } else if len(yyv4522) != 0 { - yyv4522 = yyv4522[:0] - yyc4522 = true + yyv4567 := *v + yyh4567, yyl4567 := z.DecSliceHelperStart() + var yyc4567 bool + if yyl4567 == 0 { + if yyv4567 == nil { + yyv4567 = []ServiceAccount{} + yyc4567 = true + } else if len(yyv4567) != 0 { + yyv4567 = yyv4567[:0] + yyc4567 = true } - } else if yyl4522 > 0 { - var yyrr4522, yyrl4522 int - var yyrt4522 bool - if yyl4522 > cap(yyv4522) { + } else if yyl4567 > 0 { + var yyrr4567, yyrl4567 int + var yyrt4567 bool + if yyl4567 > cap(yyv4567) { - yyrg4522 := len(yyv4522) > 0 - yyv24522 := yyv4522 - yyrl4522, yyrt4522 = z.DecInferLen(yyl4522, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4522 { - if yyrl4522 <= cap(yyv4522) { - yyv4522 = yyv4522[:yyrl4522] + yyrg4567 := len(yyv4567) > 0 + yyv24567 := yyv4567 + yyrl4567, yyrt4567 = z.DecInferLen(yyl4567, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4567 { + if yyrl4567 <= cap(yyv4567) { + yyv4567 = yyv4567[:yyrl4567] } else { - yyv4522 = make([]ServiceAccount, yyrl4522) + yyv4567 = make([]ServiceAccount, yyrl4567) } } else { - yyv4522 = make([]ServiceAccount, yyrl4522) + yyv4567 = make([]ServiceAccount, yyrl4567) } - yyc4522 = true - yyrr4522 = len(yyv4522) - if yyrg4522 { - copy(yyv4522, yyv24522) + yyc4567 = true + yyrr4567 = len(yyv4567) + if yyrg4567 { + copy(yyv4567, yyv24567) } - } else if yyl4522 != len(yyv4522) { - yyv4522 = yyv4522[:yyl4522] - yyc4522 = true + } else if yyl4567 != len(yyv4567) { + yyv4567 = yyv4567[:yyl4567] + yyc4567 = true } - yyj4522 := 0 - for ; yyj4522 < yyrr4522; yyj4522++ { - yyh4522.ElemContainerState(yyj4522) + yyj4567 := 0 + for ; yyj4567 < yyrr4567; yyj4567++ { + yyh4567.ElemContainerState(yyj4567) if r.TryDecodeAsNil() { - yyv4522[yyj4522] = ServiceAccount{} + yyv4567[yyj4567] = ServiceAccount{} } else { - yyv4523 := &yyv4522[yyj4522] - yyv4523.CodecDecodeSelf(d) + yyv4568 := &yyv4567[yyj4567] + yyv4568.CodecDecodeSelf(d) } } - if yyrt4522 { - for ; yyj4522 < yyl4522; yyj4522++ { - yyv4522 = append(yyv4522, ServiceAccount{}) - yyh4522.ElemContainerState(yyj4522) + if yyrt4567 { + for ; yyj4567 < yyl4567; yyj4567++ { + yyv4567 = append(yyv4567, ServiceAccount{}) + yyh4567.ElemContainerState(yyj4567) if r.TryDecodeAsNil() { - yyv4522[yyj4522] = ServiceAccount{} + yyv4567[yyj4567] = ServiceAccount{} } else { - yyv4524 := &yyv4522[yyj4522] - yyv4524.CodecDecodeSelf(d) + yyv4569 := &yyv4567[yyj4567] + yyv4569.CodecDecodeSelf(d) } } } } else { - yyj4522 := 0 - for ; !r.CheckBreak(); yyj4522++ { + yyj4567 := 0 + for ; !r.CheckBreak(); yyj4567++ { - if yyj4522 >= len(yyv4522) { - yyv4522 = append(yyv4522, ServiceAccount{}) // var yyz4522 ServiceAccount - yyc4522 = true + if yyj4567 >= len(yyv4567) { + yyv4567 = append(yyv4567, ServiceAccount{}) // var yyz4567 ServiceAccount + yyc4567 = true } - yyh4522.ElemContainerState(yyj4522) - if yyj4522 < len(yyv4522) { + yyh4567.ElemContainerState(yyj4567) + if yyj4567 < len(yyv4567) { if r.TryDecodeAsNil() { - yyv4522[yyj4522] = ServiceAccount{} + yyv4567[yyj4567] = ServiceAccount{} } else { - yyv4525 := &yyv4522[yyj4522] - yyv4525.CodecDecodeSelf(d) + yyv4570 := &yyv4567[yyj4567] + yyv4570.CodecDecodeSelf(d) } } else { @@ -57472,17 +57862,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4522 < len(yyv4522) { - yyv4522 = yyv4522[:yyj4522] - yyc4522 = true - } else if yyj4522 == 0 && yyv4522 == nil { - yyv4522 = []ServiceAccount{} - yyc4522 = true + if yyj4567 < len(yyv4567) { + yyv4567 = yyv4567[:yyj4567] + yyc4567 = true + } else if yyj4567 == 0 && yyv4567 == nil { + yyv4567 = []ServiceAccount{} + yyc4567 = true } } - yyh4522.End() - if yyc4522 { - *v = yyv4522 + yyh4567.End() + if yyc4567 { + *v = yyv4567 } } @@ -57491,10 +57881,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4526 := range v { + for _, yyv4571 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4527 := &yyv4526 - yy4527.CodecEncodeSelf(e) + yy4572 := &yyv4571 + yy4572.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57504,83 +57894,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, 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 = []EndpointSubset{} - yyc4528 = true - } else if len(yyv4528) != 0 { - yyv4528 = yyv4528[:0] - yyc4528 = true + yyv4573 := *v + yyh4573, yyl4573 := z.DecSliceHelperStart() + var yyc4573 bool + if yyl4573 == 0 { + if yyv4573 == nil { + yyv4573 = []EndpointSubset{} + yyc4573 = true + } else if len(yyv4573) != 0 { + yyv4573 = yyv4573[:0] + yyc4573 = true } - } else if yyl4528 > 0 { - var yyrr4528, yyrl4528 int - var yyrt4528 bool - if yyl4528 > cap(yyv4528) { + } else if yyl4573 > 0 { + var yyrr4573, yyrl4573 int + var yyrt4573 bool + if yyl4573 > cap(yyv4573) { - yyrg4528 := len(yyv4528) > 0 - yyv24528 := yyv4528 - yyrl4528, yyrt4528 = z.DecInferLen(yyl4528, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4528 { - if yyrl4528 <= cap(yyv4528) { - yyv4528 = yyv4528[:yyrl4528] + yyrg4573 := len(yyv4573) > 0 + yyv24573 := yyv4573 + yyrl4573, yyrt4573 = z.DecInferLen(yyl4573, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4573 { + if yyrl4573 <= cap(yyv4573) { + yyv4573 = yyv4573[:yyrl4573] } else { - yyv4528 = make([]EndpointSubset, yyrl4528) + yyv4573 = make([]EndpointSubset, yyrl4573) } } else { - yyv4528 = make([]EndpointSubset, yyrl4528) + yyv4573 = make([]EndpointSubset, yyrl4573) } - yyc4528 = true - yyrr4528 = len(yyv4528) - if yyrg4528 { - copy(yyv4528, yyv24528) + yyc4573 = true + yyrr4573 = len(yyv4573) + if yyrg4573 { + copy(yyv4573, yyv24573) } - } else if yyl4528 != len(yyv4528) { - yyv4528 = yyv4528[:yyl4528] - yyc4528 = true + } else if yyl4573 != len(yyv4573) { + yyv4573 = yyv4573[:yyl4573] + yyc4573 = true } - yyj4528 := 0 - for ; yyj4528 < yyrr4528; yyj4528++ { - yyh4528.ElemContainerState(yyj4528) + yyj4573 := 0 + for ; yyj4573 < yyrr4573; yyj4573++ { + yyh4573.ElemContainerState(yyj4573) if r.TryDecodeAsNil() { - yyv4528[yyj4528] = EndpointSubset{} + yyv4573[yyj4573] = EndpointSubset{} } else { - yyv4529 := &yyv4528[yyj4528] - yyv4529.CodecDecodeSelf(d) + yyv4574 := &yyv4573[yyj4573] + yyv4574.CodecDecodeSelf(d) } } - if yyrt4528 { - for ; yyj4528 < yyl4528; yyj4528++ { - yyv4528 = append(yyv4528, EndpointSubset{}) - yyh4528.ElemContainerState(yyj4528) + if yyrt4573 { + for ; yyj4573 < yyl4573; yyj4573++ { + yyv4573 = append(yyv4573, EndpointSubset{}) + yyh4573.ElemContainerState(yyj4573) if r.TryDecodeAsNil() { - yyv4528[yyj4528] = EndpointSubset{} + yyv4573[yyj4573] = EndpointSubset{} } else { - yyv4530 := &yyv4528[yyj4528] - yyv4530.CodecDecodeSelf(d) + yyv4575 := &yyv4573[yyj4573] + yyv4575.CodecDecodeSelf(d) } } } } else { - yyj4528 := 0 - for ; !r.CheckBreak(); yyj4528++ { + yyj4573 := 0 + for ; !r.CheckBreak(); yyj4573++ { - if yyj4528 >= len(yyv4528) { - yyv4528 = append(yyv4528, EndpointSubset{}) // var yyz4528 EndpointSubset - yyc4528 = true + if yyj4573 >= len(yyv4573) { + yyv4573 = append(yyv4573, EndpointSubset{}) // var yyz4573 EndpointSubset + yyc4573 = true } - yyh4528.ElemContainerState(yyj4528) - if yyj4528 < len(yyv4528) { + yyh4573.ElemContainerState(yyj4573) + if yyj4573 < len(yyv4573) { if r.TryDecodeAsNil() { - yyv4528[yyj4528] = EndpointSubset{} + yyv4573[yyj4573] = EndpointSubset{} } else { - yyv4531 := &yyv4528[yyj4528] - yyv4531.CodecDecodeSelf(d) + yyv4576 := &yyv4573[yyj4573] + yyv4576.CodecDecodeSelf(d) } } else { @@ -57588,17 +57978,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4528 < len(yyv4528) { - yyv4528 = yyv4528[:yyj4528] - yyc4528 = true - } else if yyj4528 == 0 && yyv4528 == nil { - yyv4528 = []EndpointSubset{} - yyc4528 = true + if yyj4573 < len(yyv4573) { + yyv4573 = yyv4573[:yyj4573] + yyc4573 = true + } else if yyj4573 == 0 && yyv4573 == nil { + yyv4573 = []EndpointSubset{} + yyc4573 = true } } - yyh4528.End() - if yyc4528 { - *v = yyv4528 + yyh4573.End() + if yyc4573 { + *v = yyv4573 } } @@ -57607,10 +57997,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4532 := range v { + for _, yyv4577 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4533 := &yyv4532 - yy4533.CodecEncodeSelf(e) + yy4578 := &yyv4577 + yy4578.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57620,83 +58010,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4534 := *v - yyh4534, yyl4534 := z.DecSliceHelperStart() - var yyc4534 bool - if yyl4534 == 0 { - if yyv4534 == nil { - yyv4534 = []EndpointAddress{} - yyc4534 = true - } else if len(yyv4534) != 0 { - yyv4534 = yyv4534[:0] - yyc4534 = true + yyv4579 := *v + yyh4579, yyl4579 := z.DecSliceHelperStart() + var yyc4579 bool + if yyl4579 == 0 { + if yyv4579 == nil { + yyv4579 = []EndpointAddress{} + yyc4579 = true + } else if len(yyv4579) != 0 { + yyv4579 = yyv4579[:0] + yyc4579 = true } - } else if yyl4534 > 0 { - var yyrr4534, yyrl4534 int - var yyrt4534 bool - if yyl4534 > cap(yyv4534) { + } else if yyl4579 > 0 { + var yyrr4579, yyrl4579 int + var yyrt4579 bool + if yyl4579 > cap(yyv4579) { - yyrg4534 := len(yyv4534) > 0 - yyv24534 := yyv4534 - yyrl4534, yyrt4534 = z.DecInferLen(yyl4534, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4534 { - if yyrl4534 <= cap(yyv4534) { - yyv4534 = yyv4534[:yyrl4534] + yyrg4579 := len(yyv4579) > 0 + yyv24579 := yyv4579 + yyrl4579, yyrt4579 = z.DecInferLen(yyl4579, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4579 { + if yyrl4579 <= cap(yyv4579) { + yyv4579 = yyv4579[:yyrl4579] } else { - yyv4534 = make([]EndpointAddress, yyrl4534) + yyv4579 = make([]EndpointAddress, yyrl4579) } } else { - yyv4534 = make([]EndpointAddress, yyrl4534) + yyv4579 = make([]EndpointAddress, yyrl4579) } - yyc4534 = true - yyrr4534 = len(yyv4534) - if yyrg4534 { - copy(yyv4534, yyv24534) + yyc4579 = true + yyrr4579 = len(yyv4579) + if yyrg4579 { + copy(yyv4579, yyv24579) } - } else if yyl4534 != len(yyv4534) { - yyv4534 = yyv4534[:yyl4534] - yyc4534 = true + } else if yyl4579 != len(yyv4579) { + yyv4579 = yyv4579[:yyl4579] + yyc4579 = true } - yyj4534 := 0 - for ; yyj4534 < yyrr4534; yyj4534++ { - yyh4534.ElemContainerState(yyj4534) + yyj4579 := 0 + for ; yyj4579 < yyrr4579; yyj4579++ { + yyh4579.ElemContainerState(yyj4579) if r.TryDecodeAsNil() { - yyv4534[yyj4534] = EndpointAddress{} + yyv4579[yyj4579] = EndpointAddress{} } else { - yyv4535 := &yyv4534[yyj4534] - yyv4535.CodecDecodeSelf(d) + yyv4580 := &yyv4579[yyj4579] + yyv4580.CodecDecodeSelf(d) } } - if yyrt4534 { - for ; yyj4534 < yyl4534; yyj4534++ { - yyv4534 = append(yyv4534, EndpointAddress{}) - yyh4534.ElemContainerState(yyj4534) + if yyrt4579 { + for ; yyj4579 < yyl4579; yyj4579++ { + yyv4579 = append(yyv4579, EndpointAddress{}) + yyh4579.ElemContainerState(yyj4579) if r.TryDecodeAsNil() { - yyv4534[yyj4534] = EndpointAddress{} + yyv4579[yyj4579] = EndpointAddress{} } else { - yyv4536 := &yyv4534[yyj4534] - yyv4536.CodecDecodeSelf(d) + yyv4581 := &yyv4579[yyj4579] + yyv4581.CodecDecodeSelf(d) } } } } else { - yyj4534 := 0 - for ; !r.CheckBreak(); yyj4534++ { + yyj4579 := 0 + for ; !r.CheckBreak(); yyj4579++ { - if yyj4534 >= len(yyv4534) { - yyv4534 = append(yyv4534, EndpointAddress{}) // var yyz4534 EndpointAddress - yyc4534 = true + if yyj4579 >= len(yyv4579) { + yyv4579 = append(yyv4579, EndpointAddress{}) // var yyz4579 EndpointAddress + yyc4579 = true } - yyh4534.ElemContainerState(yyj4534) - if yyj4534 < len(yyv4534) { + yyh4579.ElemContainerState(yyj4579) + if yyj4579 < len(yyv4579) { if r.TryDecodeAsNil() { - yyv4534[yyj4534] = EndpointAddress{} + yyv4579[yyj4579] = EndpointAddress{} } else { - yyv4537 := &yyv4534[yyj4534] - yyv4537.CodecDecodeSelf(d) + yyv4582 := &yyv4579[yyj4579] + yyv4582.CodecDecodeSelf(d) } } else { @@ -57704,17 +58094,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4534 < len(yyv4534) { - yyv4534 = yyv4534[:yyj4534] - yyc4534 = true - } else if yyj4534 == 0 && yyv4534 == nil { - yyv4534 = []EndpointAddress{} - yyc4534 = true + if yyj4579 < len(yyv4579) { + yyv4579 = yyv4579[:yyj4579] + yyc4579 = true + } else if yyj4579 == 0 && yyv4579 == nil { + yyv4579 = []EndpointAddress{} + yyc4579 = true } } - yyh4534.End() - if yyc4534 { - *v = yyv4534 + yyh4579.End() + if yyc4579 { + *v = yyv4579 } } @@ -57723,10 +58113,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4538 := range v { + for _, yyv4583 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4539 := &yyv4538 - yy4539.CodecEncodeSelf(e) + yy4584 := &yyv4583 + yy4584.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57736,83 +58126,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4540 := *v - yyh4540, yyl4540 := z.DecSliceHelperStart() - var yyc4540 bool - if yyl4540 == 0 { - if yyv4540 == nil { - yyv4540 = []EndpointPort{} - yyc4540 = true - } else if len(yyv4540) != 0 { - yyv4540 = yyv4540[:0] - yyc4540 = true + yyv4585 := *v + yyh4585, yyl4585 := z.DecSliceHelperStart() + var yyc4585 bool + if yyl4585 == 0 { + if yyv4585 == nil { + yyv4585 = []EndpointPort{} + yyc4585 = true + } else if len(yyv4585) != 0 { + yyv4585 = yyv4585[:0] + yyc4585 = true } - } else if yyl4540 > 0 { - var yyrr4540, yyrl4540 int - var yyrt4540 bool - if yyl4540 > cap(yyv4540) { + } else if yyl4585 > 0 { + var yyrr4585, yyrl4585 int + var yyrt4585 bool + if yyl4585 > cap(yyv4585) { - yyrg4540 := len(yyv4540) > 0 - yyv24540 := yyv4540 - yyrl4540, yyrt4540 = z.DecInferLen(yyl4540, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4540 { - if yyrl4540 <= cap(yyv4540) { - yyv4540 = yyv4540[:yyrl4540] + 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 { - yyv4540 = make([]EndpointPort, yyrl4540) + yyv4585 = make([]EndpointPort, yyrl4585) } } else { - yyv4540 = make([]EndpointPort, yyrl4540) + yyv4585 = make([]EndpointPort, yyrl4585) } - yyc4540 = true - yyrr4540 = len(yyv4540) - if yyrg4540 { - copy(yyv4540, yyv24540) + yyc4585 = true + yyrr4585 = len(yyv4585) + if yyrg4585 { + copy(yyv4585, yyv24585) } - } else if yyl4540 != len(yyv4540) { - yyv4540 = yyv4540[:yyl4540] - yyc4540 = true + } else if yyl4585 != len(yyv4585) { + yyv4585 = yyv4585[:yyl4585] + yyc4585 = true } - yyj4540 := 0 - for ; yyj4540 < yyrr4540; yyj4540++ { - yyh4540.ElemContainerState(yyj4540) + yyj4585 := 0 + for ; yyj4585 < yyrr4585; yyj4585++ { + yyh4585.ElemContainerState(yyj4585) if r.TryDecodeAsNil() { - yyv4540[yyj4540] = EndpointPort{} + yyv4585[yyj4585] = EndpointPort{} } else { - yyv4541 := &yyv4540[yyj4540] - yyv4541.CodecDecodeSelf(d) + yyv4586 := &yyv4585[yyj4585] + yyv4586.CodecDecodeSelf(d) } } - if yyrt4540 { - for ; yyj4540 < yyl4540; yyj4540++ { - yyv4540 = append(yyv4540, EndpointPort{}) - yyh4540.ElemContainerState(yyj4540) + if yyrt4585 { + for ; yyj4585 < yyl4585; yyj4585++ { + yyv4585 = append(yyv4585, EndpointPort{}) + yyh4585.ElemContainerState(yyj4585) if r.TryDecodeAsNil() { - yyv4540[yyj4540] = EndpointPort{} + yyv4585[yyj4585] = EndpointPort{} } else { - yyv4542 := &yyv4540[yyj4540] - yyv4542.CodecDecodeSelf(d) + yyv4587 := &yyv4585[yyj4585] + yyv4587.CodecDecodeSelf(d) } } } } else { - yyj4540 := 0 - for ; !r.CheckBreak(); yyj4540++ { + yyj4585 := 0 + for ; !r.CheckBreak(); yyj4585++ { - if yyj4540 >= len(yyv4540) { - yyv4540 = append(yyv4540, EndpointPort{}) // var yyz4540 EndpointPort - yyc4540 = true + if yyj4585 >= len(yyv4585) { + yyv4585 = append(yyv4585, EndpointPort{}) // var yyz4585 EndpointPort + yyc4585 = true } - yyh4540.ElemContainerState(yyj4540) - if yyj4540 < len(yyv4540) { + yyh4585.ElemContainerState(yyj4585) + if yyj4585 < len(yyv4585) { if r.TryDecodeAsNil() { - yyv4540[yyj4540] = EndpointPort{} + yyv4585[yyj4585] = EndpointPort{} } else { - yyv4543 := &yyv4540[yyj4540] - yyv4543.CodecDecodeSelf(d) + yyv4588 := &yyv4585[yyj4585] + yyv4588.CodecDecodeSelf(d) } } else { @@ -57820,17 +58210,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4540 < len(yyv4540) { - yyv4540 = yyv4540[:yyj4540] - yyc4540 = true - } else if yyj4540 == 0 && yyv4540 == nil { - yyv4540 = []EndpointPort{} - yyc4540 = true + if yyj4585 < len(yyv4585) { + yyv4585 = yyv4585[:yyj4585] + yyc4585 = true + } else if yyj4585 == 0 && yyv4585 == nil { + yyv4585 = []EndpointPort{} + yyc4585 = true } } - yyh4540.End() - if yyc4540 { - *v = yyv4540 + yyh4585.End() + if yyc4585 { + *v = yyv4585 } } @@ -57839,10 +58229,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4544 := range v { + for _, yyv4589 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4545 := &yyv4544 - yy4545.CodecEncodeSelf(e) + yy4590 := &yyv4589 + yy4590.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57852,83 +58242,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4546 := *v - yyh4546, yyl4546 := z.DecSliceHelperStart() - var yyc4546 bool - if yyl4546 == 0 { - if yyv4546 == nil { - yyv4546 = []Endpoints{} - yyc4546 = true - } else if len(yyv4546) != 0 { - yyv4546 = yyv4546[:0] - yyc4546 = true + yyv4591 := *v + yyh4591, yyl4591 := z.DecSliceHelperStart() + var yyc4591 bool + if yyl4591 == 0 { + if yyv4591 == nil { + yyv4591 = []Endpoints{} + yyc4591 = true + } else if len(yyv4591) != 0 { + yyv4591 = yyv4591[:0] + yyc4591 = true } - } else if yyl4546 > 0 { - var yyrr4546, yyrl4546 int - var yyrt4546 bool - if yyl4546 > cap(yyv4546) { + } else if yyl4591 > 0 { + var yyrr4591, yyrl4591 int + var yyrt4591 bool + if yyl4591 > cap(yyv4591) { - yyrg4546 := len(yyv4546) > 0 - yyv24546 := yyv4546 - yyrl4546, yyrt4546 = z.DecInferLen(yyl4546, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4546 { - if yyrl4546 <= cap(yyv4546) { - yyv4546 = yyv4546[:yyrl4546] + yyrg4591 := len(yyv4591) > 0 + yyv24591 := yyv4591 + yyrl4591, yyrt4591 = z.DecInferLen(yyl4591, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4591 { + if yyrl4591 <= cap(yyv4591) { + yyv4591 = yyv4591[:yyrl4591] } else { - yyv4546 = make([]Endpoints, yyrl4546) + yyv4591 = make([]Endpoints, yyrl4591) } } else { - yyv4546 = make([]Endpoints, yyrl4546) + yyv4591 = make([]Endpoints, yyrl4591) } - yyc4546 = true - yyrr4546 = len(yyv4546) - if yyrg4546 { - copy(yyv4546, yyv24546) + yyc4591 = true + yyrr4591 = len(yyv4591) + if yyrg4591 { + copy(yyv4591, yyv24591) } - } else if yyl4546 != len(yyv4546) { - yyv4546 = yyv4546[:yyl4546] - yyc4546 = true + } else if yyl4591 != len(yyv4591) { + yyv4591 = yyv4591[:yyl4591] + yyc4591 = true } - yyj4546 := 0 - for ; yyj4546 < yyrr4546; yyj4546++ { - yyh4546.ElemContainerState(yyj4546) + yyj4591 := 0 + for ; yyj4591 < yyrr4591; yyj4591++ { + yyh4591.ElemContainerState(yyj4591) if r.TryDecodeAsNil() { - yyv4546[yyj4546] = Endpoints{} + yyv4591[yyj4591] = Endpoints{} } else { - yyv4547 := &yyv4546[yyj4546] - yyv4547.CodecDecodeSelf(d) + yyv4592 := &yyv4591[yyj4591] + yyv4592.CodecDecodeSelf(d) } } - if yyrt4546 { - for ; yyj4546 < yyl4546; yyj4546++ { - yyv4546 = append(yyv4546, Endpoints{}) - yyh4546.ElemContainerState(yyj4546) + if yyrt4591 { + for ; yyj4591 < yyl4591; yyj4591++ { + yyv4591 = append(yyv4591, Endpoints{}) + yyh4591.ElemContainerState(yyj4591) if r.TryDecodeAsNil() { - yyv4546[yyj4546] = Endpoints{} + yyv4591[yyj4591] = Endpoints{} } else { - yyv4548 := &yyv4546[yyj4546] - yyv4548.CodecDecodeSelf(d) + yyv4593 := &yyv4591[yyj4591] + yyv4593.CodecDecodeSelf(d) } } } } else { - yyj4546 := 0 - for ; !r.CheckBreak(); yyj4546++ { + yyj4591 := 0 + for ; !r.CheckBreak(); yyj4591++ { - if yyj4546 >= len(yyv4546) { - yyv4546 = append(yyv4546, Endpoints{}) // var yyz4546 Endpoints - yyc4546 = true + if yyj4591 >= len(yyv4591) { + yyv4591 = append(yyv4591, Endpoints{}) // var yyz4591 Endpoints + yyc4591 = true } - yyh4546.ElemContainerState(yyj4546) - if yyj4546 < len(yyv4546) { + yyh4591.ElemContainerState(yyj4591) + if yyj4591 < len(yyv4591) { if r.TryDecodeAsNil() { - yyv4546[yyj4546] = Endpoints{} + yyv4591[yyj4591] = Endpoints{} } else { - yyv4549 := &yyv4546[yyj4546] - yyv4549.CodecDecodeSelf(d) + yyv4594 := &yyv4591[yyj4591] + yyv4594.CodecDecodeSelf(d) } } else { @@ -57936,822 +58326,21 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4546 < len(yyv4546) { - yyv4546 = yyv4546[:yyj4546] - yyc4546 = true - } else if yyj4546 == 0 && yyv4546 == nil { - yyv4546 = []Endpoints{} - yyc4546 = true + if yyj4591 < len(yyv4591) { + yyv4591 = yyv4591[:yyj4591] + yyc4591 = true + } else if yyj4591 == 0 && yyv4591 == nil { + yyv4591 = []Endpoints{} + yyc4591 = true } } - yyh4546.End() - if yyc4546 { - *v = yyv4546 + yyh4591.End() + if yyc4591 { + *v = yyv4591 } } func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4550 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4551 := &yyv4550 - yy4551.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4552 := *v - yyh4552, yyl4552 := z.DecSliceHelperStart() - var yyc4552 bool - if yyl4552 == 0 { - if yyv4552 == nil { - yyv4552 = []NodeCondition{} - yyc4552 = true - } else if len(yyv4552) != 0 { - yyv4552 = yyv4552[:0] - yyc4552 = true - } - } else if yyl4552 > 0 { - var yyrr4552, yyrl4552 int - var yyrt4552 bool - if yyl4552 > cap(yyv4552) { - - yyrg4552 := len(yyv4552) > 0 - yyv24552 := yyv4552 - yyrl4552, yyrt4552 = z.DecInferLen(yyl4552, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4552 { - if yyrl4552 <= cap(yyv4552) { - yyv4552 = yyv4552[:yyrl4552] - } else { - yyv4552 = make([]NodeCondition, yyrl4552) - } - } else { - yyv4552 = make([]NodeCondition, yyrl4552) - } - yyc4552 = true - yyrr4552 = len(yyv4552) - if yyrg4552 { - copy(yyv4552, yyv24552) - } - } else if yyl4552 != len(yyv4552) { - yyv4552 = yyv4552[:yyl4552] - yyc4552 = true - } - yyj4552 := 0 - for ; yyj4552 < yyrr4552; yyj4552++ { - yyh4552.ElemContainerState(yyj4552) - if r.TryDecodeAsNil() { - yyv4552[yyj4552] = NodeCondition{} - } else { - yyv4553 := &yyv4552[yyj4552] - yyv4553.CodecDecodeSelf(d) - } - - } - if yyrt4552 { - for ; yyj4552 < yyl4552; yyj4552++ { - yyv4552 = append(yyv4552, NodeCondition{}) - yyh4552.ElemContainerState(yyj4552) - if r.TryDecodeAsNil() { - yyv4552[yyj4552] = NodeCondition{} - } else { - yyv4554 := &yyv4552[yyj4552] - yyv4554.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4552 := 0 - for ; !r.CheckBreak(); yyj4552++ { - - if yyj4552 >= len(yyv4552) { - yyv4552 = append(yyv4552, NodeCondition{}) // var yyz4552 NodeCondition - yyc4552 = true - } - yyh4552.ElemContainerState(yyj4552) - if yyj4552 < len(yyv4552) { - if r.TryDecodeAsNil() { - yyv4552[yyj4552] = NodeCondition{} - } else { - yyv4555 := &yyv4552[yyj4552] - yyv4555.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4552 < len(yyv4552) { - yyv4552 = yyv4552[:yyj4552] - yyc4552 = true - } else if yyj4552 == 0 && yyv4552 == nil { - yyv4552 = []NodeCondition{} - yyc4552 = true - } - } - yyh4552.End() - if yyc4552 { - *v = yyv4552 - } -} - -func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4556 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4557 := &yyv4556 - yy4557.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4558 := *v - yyh4558, yyl4558 := z.DecSliceHelperStart() - var yyc4558 bool - if yyl4558 == 0 { - if yyv4558 == nil { - yyv4558 = []NodeAddress{} - yyc4558 = true - } else if len(yyv4558) != 0 { - yyv4558 = yyv4558[:0] - yyc4558 = true - } - } else if yyl4558 > 0 { - var yyrr4558, yyrl4558 int - var yyrt4558 bool - if yyl4558 > cap(yyv4558) { - - yyrg4558 := len(yyv4558) > 0 - yyv24558 := yyv4558 - yyrl4558, yyrt4558 = z.DecInferLen(yyl4558, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4558 { - if yyrl4558 <= cap(yyv4558) { - yyv4558 = yyv4558[:yyrl4558] - } else { - yyv4558 = make([]NodeAddress, yyrl4558) - } - } else { - yyv4558 = make([]NodeAddress, yyrl4558) - } - yyc4558 = true - yyrr4558 = len(yyv4558) - if yyrg4558 { - copy(yyv4558, yyv24558) - } - } else if yyl4558 != len(yyv4558) { - yyv4558 = yyv4558[:yyl4558] - yyc4558 = true - } - yyj4558 := 0 - for ; yyj4558 < yyrr4558; yyj4558++ { - yyh4558.ElemContainerState(yyj4558) - if r.TryDecodeAsNil() { - yyv4558[yyj4558] = NodeAddress{} - } else { - yyv4559 := &yyv4558[yyj4558] - yyv4559.CodecDecodeSelf(d) - } - - } - if yyrt4558 { - for ; yyj4558 < yyl4558; yyj4558++ { - yyv4558 = append(yyv4558, NodeAddress{}) - yyh4558.ElemContainerState(yyj4558) - if r.TryDecodeAsNil() { - yyv4558[yyj4558] = NodeAddress{} - } else { - yyv4560 := &yyv4558[yyj4558] - yyv4560.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4558 := 0 - for ; !r.CheckBreak(); yyj4558++ { - - if yyj4558 >= len(yyv4558) { - yyv4558 = append(yyv4558, NodeAddress{}) // var yyz4558 NodeAddress - yyc4558 = true - } - yyh4558.ElemContainerState(yyj4558) - if yyj4558 < len(yyv4558) { - if r.TryDecodeAsNil() { - yyv4558[yyj4558] = NodeAddress{} - } else { - yyv4561 := &yyv4558[yyj4558] - yyv4561.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4558 < len(yyv4558) { - yyv4558 = yyv4558[:yyj4558] - yyc4558 = true - } else if yyj4558 == 0 && yyv4558 == nil { - yyv4558 = []NodeAddress{} - yyc4558 = true - } - } - yyh4558.End() - if yyc4558 { - *v = yyv4558 - } -} - -func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4562 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4563 := &yyv4562 - yy4563.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4564 := *v - yyh4564, yyl4564 := z.DecSliceHelperStart() - var yyc4564 bool - if yyl4564 == 0 { - if yyv4564 == nil { - yyv4564 = []ContainerImage{} - yyc4564 = true - } else if len(yyv4564) != 0 { - yyv4564 = yyv4564[:0] - yyc4564 = true - } - } else if yyl4564 > 0 { - var yyrr4564, yyrl4564 int - var yyrt4564 bool - if yyl4564 > cap(yyv4564) { - - yyrg4564 := len(yyv4564) > 0 - yyv24564 := yyv4564 - yyrl4564, yyrt4564 = z.DecInferLen(yyl4564, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4564 { - if yyrl4564 <= cap(yyv4564) { - yyv4564 = yyv4564[:yyrl4564] - } else { - yyv4564 = make([]ContainerImage, yyrl4564) - } - } else { - yyv4564 = make([]ContainerImage, yyrl4564) - } - yyc4564 = true - yyrr4564 = len(yyv4564) - if yyrg4564 { - copy(yyv4564, yyv24564) - } - } else if yyl4564 != len(yyv4564) { - yyv4564 = yyv4564[:yyl4564] - yyc4564 = true - } - yyj4564 := 0 - for ; yyj4564 < yyrr4564; yyj4564++ { - yyh4564.ElemContainerState(yyj4564) - if r.TryDecodeAsNil() { - yyv4564[yyj4564] = ContainerImage{} - } else { - yyv4565 := &yyv4564[yyj4564] - yyv4565.CodecDecodeSelf(d) - } - - } - if yyrt4564 { - for ; yyj4564 < yyl4564; yyj4564++ { - yyv4564 = append(yyv4564, ContainerImage{}) - yyh4564.ElemContainerState(yyj4564) - if r.TryDecodeAsNil() { - yyv4564[yyj4564] = ContainerImage{} - } else { - yyv4566 := &yyv4564[yyj4564] - yyv4566.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4564 := 0 - for ; !r.CheckBreak(); yyj4564++ { - - if yyj4564 >= len(yyv4564) { - yyv4564 = append(yyv4564, ContainerImage{}) // var yyz4564 ContainerImage - yyc4564 = true - } - yyh4564.ElemContainerState(yyj4564) - if yyj4564 < len(yyv4564) { - if r.TryDecodeAsNil() { - yyv4564[yyj4564] = ContainerImage{} - } else { - yyv4567 := &yyv4564[yyj4564] - yyv4567.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4564 < len(yyv4564) { - yyv4564 = yyv4564[:yyj4564] - yyc4564 = true - } else if yyj4564 == 0 && yyv4564 == nil { - yyv4564 = []ContainerImage{} - yyc4564 = true - } - } - yyh4564.End() - if yyc4564 { - *v = yyv4564 - } -} - -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 _, yyv4568 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4568.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 - - yyv4569 := *v - yyh4569, yyl4569 := z.DecSliceHelperStart() - var yyc4569 bool - if yyl4569 == 0 { - if yyv4569 == nil { - yyv4569 = []UniqueVolumeName{} - yyc4569 = true - } else if len(yyv4569) != 0 { - yyv4569 = yyv4569[:0] - yyc4569 = true - } - } else if yyl4569 > 0 { - var yyrr4569, yyrl4569 int - var yyrt4569 bool - if yyl4569 > cap(yyv4569) { - - yyrl4569, yyrt4569 = z.DecInferLen(yyl4569, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4569 { - if yyrl4569 <= cap(yyv4569) { - yyv4569 = yyv4569[:yyrl4569] - } else { - yyv4569 = make([]UniqueVolumeName, yyrl4569) - } - } else { - yyv4569 = make([]UniqueVolumeName, yyrl4569) - } - yyc4569 = true - yyrr4569 = len(yyv4569) - } else if yyl4569 != len(yyv4569) { - yyv4569 = yyv4569[:yyl4569] - yyc4569 = true - } - yyj4569 := 0 - for ; yyj4569 < yyrr4569; yyj4569++ { - yyh4569.ElemContainerState(yyj4569) - if r.TryDecodeAsNil() { - yyv4569[yyj4569] = "" - } else { - yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) - } - - } - if yyrt4569 { - for ; yyj4569 < yyl4569; yyj4569++ { - yyv4569 = append(yyv4569, "") - yyh4569.ElemContainerState(yyj4569) - if r.TryDecodeAsNil() { - yyv4569[yyj4569] = "" - } else { - yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) - } - - } - } - - } else { - yyj4569 := 0 - for ; !r.CheckBreak(); yyj4569++ { - - if yyj4569 >= len(yyv4569) { - yyv4569 = append(yyv4569, "") // var yyz4569 UniqueVolumeName - yyc4569 = true - } - yyh4569.ElemContainerState(yyj4569) - if yyj4569 < len(yyv4569) { - if r.TryDecodeAsNil() { - yyv4569[yyj4569] = "" - } else { - yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4569 < len(yyv4569) { - yyv4569 = yyv4569[:yyj4569] - yyc4569 = true - } else if yyj4569 == 0 && yyv4569 == nil { - yyv4569 = []UniqueVolumeName{} - yyc4569 = true - } - } - yyh4569.End() - if yyc4569 { - *v = yyv4569 - } -} - -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 _, yyv4573 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4574 := &yyv4573 - yy4574.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4575 := *v - yyh4575, yyl4575 := z.DecSliceHelperStart() - var yyc4575 bool - if yyl4575 == 0 { - if yyv4575 == nil { - yyv4575 = []AttachedVolume{} - yyc4575 = true - } else if len(yyv4575) != 0 { - yyv4575 = yyv4575[:0] - yyc4575 = true - } - } else if yyl4575 > 0 { - var yyrr4575, yyrl4575 int - var yyrt4575 bool - if yyl4575 > cap(yyv4575) { - - yyrg4575 := len(yyv4575) > 0 - yyv24575 := yyv4575 - yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4575 { - if yyrl4575 <= cap(yyv4575) { - yyv4575 = yyv4575[:yyrl4575] - } else { - yyv4575 = make([]AttachedVolume, yyrl4575) - } - } else { - yyv4575 = make([]AttachedVolume, yyrl4575) - } - yyc4575 = true - yyrr4575 = len(yyv4575) - if yyrg4575 { - copy(yyv4575, yyv24575) - } - } else if yyl4575 != len(yyv4575) { - yyv4575 = yyv4575[:yyl4575] - yyc4575 = true - } - yyj4575 := 0 - for ; yyj4575 < yyrr4575; yyj4575++ { - yyh4575.ElemContainerState(yyj4575) - if r.TryDecodeAsNil() { - yyv4575[yyj4575] = AttachedVolume{} - } else { - yyv4576 := &yyv4575[yyj4575] - yyv4576.CodecDecodeSelf(d) - } - - } - if yyrt4575 { - for ; yyj4575 < yyl4575; yyj4575++ { - yyv4575 = append(yyv4575, AttachedVolume{}) - yyh4575.ElemContainerState(yyj4575) - if r.TryDecodeAsNil() { - yyv4575[yyj4575] = AttachedVolume{} - } else { - yyv4577 := &yyv4575[yyj4575] - yyv4577.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4575 := 0 - for ; !r.CheckBreak(); yyj4575++ { - - if yyj4575 >= len(yyv4575) { - yyv4575 = append(yyv4575, AttachedVolume{}) // var yyz4575 AttachedVolume - yyc4575 = true - } - yyh4575.ElemContainerState(yyj4575) - if yyj4575 < len(yyv4575) { - if r.TryDecodeAsNil() { - yyv4575[yyj4575] = AttachedVolume{} - } else { - yyv4578 := &yyv4575[yyj4575] - yyv4578.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4575 < len(yyv4575) { - yyv4575 = yyv4575[:yyj4575] - yyc4575 = true - } else if yyj4575 == 0 && yyv4575 == nil { - yyv4575 = []AttachedVolume{} - yyc4575 = true - } - } - yyh4575.End() - if yyc4575 { - *v = yyv4575 - } -} - -func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4579 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4580 := &yyv4579 - yy4580.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4581 := *v - yyh4581, yyl4581 := z.DecSliceHelperStart() - var yyc4581 bool - if yyl4581 == 0 { - if yyv4581 == nil { - yyv4581 = []PreferAvoidPodsEntry{} - yyc4581 = true - } else if len(yyv4581) != 0 { - yyv4581 = yyv4581[:0] - yyc4581 = true - } - } else if yyl4581 > 0 { - var yyrr4581, yyrl4581 int - var yyrt4581 bool - if yyl4581 > cap(yyv4581) { - - yyrg4581 := len(yyv4581) > 0 - yyv24581 := yyv4581 - yyrl4581, yyrt4581 = z.DecInferLen(yyl4581, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4581 { - if yyrl4581 <= cap(yyv4581) { - yyv4581 = yyv4581[:yyrl4581] - } else { - yyv4581 = make([]PreferAvoidPodsEntry, yyrl4581) - } - } else { - yyv4581 = make([]PreferAvoidPodsEntry, yyrl4581) - } - yyc4581 = true - yyrr4581 = len(yyv4581) - if yyrg4581 { - copy(yyv4581, yyv24581) - } - } else if yyl4581 != len(yyv4581) { - yyv4581 = yyv4581[:yyl4581] - yyc4581 = true - } - yyj4581 := 0 - for ; yyj4581 < yyrr4581; yyj4581++ { - yyh4581.ElemContainerState(yyj4581) - if r.TryDecodeAsNil() { - yyv4581[yyj4581] = PreferAvoidPodsEntry{} - } else { - yyv4582 := &yyv4581[yyj4581] - yyv4582.CodecDecodeSelf(d) - } - - } - if yyrt4581 { - for ; yyj4581 < yyl4581; yyj4581++ { - yyv4581 = append(yyv4581, PreferAvoidPodsEntry{}) - yyh4581.ElemContainerState(yyj4581) - if r.TryDecodeAsNil() { - yyv4581[yyj4581] = PreferAvoidPodsEntry{} - } else { - yyv4583 := &yyv4581[yyj4581] - yyv4583.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4581 := 0 - for ; !r.CheckBreak(); yyj4581++ { - - if yyj4581 >= len(yyv4581) { - yyv4581 = append(yyv4581, PreferAvoidPodsEntry{}) // var yyz4581 PreferAvoidPodsEntry - yyc4581 = true - } - yyh4581.ElemContainerState(yyj4581) - if yyj4581 < len(yyv4581) { - if r.TryDecodeAsNil() { - yyv4581[yyj4581] = PreferAvoidPodsEntry{} - } else { - yyv4584 := &yyv4581[yyj4581] - yyv4584.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4581 < len(yyv4581) { - yyv4581 = yyv4581[:yyj4581] - yyc4581 = true - } else if yyj4581 == 0 && yyv4581 == nil { - yyv4581 = []PreferAvoidPodsEntry{} - yyc4581 = true - } - } - yyh4581.End() - if yyc4581 { - *v = yyv4581 - } -} - -func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4585, yyv4585 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4585.CodecEncodeSelf(e) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4586 := &yyv4585 - yym4587 := z.EncBinary() - _ = yym4587 - if false { - } else if z.HasExtensions() && z.EncExt(yy4586) { - } else if !yym4587 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4586) - } else { - z.EncFallback(yy4586) - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4588 := *v - yyl4588 := r.ReadMapStart() - yybh4588 := z.DecBasicHandle() - if yyv4588 == nil { - yyrl4588, _ := z.DecInferLen(yyl4588, yybh4588.MaxInitLen, 72) - yyv4588 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4588) - *v = yyv4588 - } - var yymk4588 ResourceName - var yymv4588 pkg3_resource.Quantity - var yymg4588 bool - if yybh4588.MapValueReset { - yymg4588 = true - } - if yyl4588 > 0 { - for yyj4588 := 0; yyj4588 < yyl4588; yyj4588++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4588 = "" - } else { - yymk4588 = ResourceName(r.DecodeString()) - } - - if yymg4588 { - yymv4588 = yyv4588[yymk4588] - } else { - yymv4588 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4588 = pkg3_resource.Quantity{} - } else { - yyv4590 := &yymv4588 - yym4591 := z.DecBinary() - _ = yym4591 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4590) { - } else if !yym4591 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4590) - } else { - z.DecFallback(yyv4590, false) - } - } - - if yyv4588 != nil { - yyv4588[yymk4588] = yymv4588 - } - } - } else if yyl4588 < 0 { - for yyj4588 := 0; !r.CheckBreak(); yyj4588++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4588 = "" - } else { - yymk4588 = ResourceName(r.DecodeString()) - } - - if yymg4588 { - yymv4588 = yyv4588[yymk4588] - } else { - yymv4588 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4588 = pkg3_resource.Quantity{} - } else { - yyv4593 := &yymv4588 - yym4594 := z.DecBinary() - _ = yym4594 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4593) { - } else if !yym4594 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4593) - } else { - z.DecFallback(yyv4593, false) - } - } - - if yyv4588 != nil { - yyv4588[yymk4588] = yymv4588 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -58764,7 +58353,7 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -58774,7 +58363,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var yyc4597 bool if yyl4597 == 0 { if yyv4597 == nil { - yyv4597 = []Node{} + yyv4597 = []NodeCondition{} yyc4597 = true } else if len(yyv4597) != 0 { yyv4597 = yyv4597[:0] @@ -58787,15 +58376,15 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyrg4597 := len(yyv4597) > 0 yyv24597 := yyv4597 - yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 616) + yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 112) if yyrt4597 { if yyrl4597 <= cap(yyv4597) { yyv4597 = yyv4597[:yyrl4597] } else { - yyv4597 = make([]Node, yyrl4597) + yyv4597 = make([]NodeCondition, yyrl4597) } } else { - yyv4597 = make([]Node, yyrl4597) + yyv4597 = make([]NodeCondition, yyrl4597) } yyc4597 = true yyrr4597 = len(yyv4597) @@ -58810,7 +58399,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; yyj4597 < yyrr4597; yyj4597++ { yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Node{} + yyv4597[yyj4597] = NodeCondition{} } else { yyv4598 := &yyv4597[yyj4597] yyv4598.CodecDecodeSelf(d) @@ -58819,10 +58408,10 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } if yyrt4597 { for ; yyj4597 < yyl4597; yyj4597++ { - yyv4597 = append(yyv4597, Node{}) + yyv4597 = append(yyv4597, NodeCondition{}) yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Node{} + yyv4597[yyj4597] = NodeCondition{} } else { yyv4599 := &yyv4597[yyj4597] yyv4599.CodecDecodeSelf(d) @@ -58836,13 +58425,13 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4597++ { if yyj4597 >= len(yyv4597) { - yyv4597 = append(yyv4597, Node{}) // var yyz4597 Node + yyv4597 = append(yyv4597, NodeCondition{}) // var yyz4597 NodeCondition yyc4597 = true } yyh4597.ElemContainerState(yyj4597) if yyj4597 < len(yyv4597) { if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Node{} + yyv4597[yyj4597] = NodeCondition{} } else { yyv4600 := &yyv4597[yyj4597] yyv4600.CodecDecodeSelf(d) @@ -58857,7 +58446,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyv4597 = yyv4597[:yyj4597] yyc4597 = true } else if yyj4597 == 0 && yyv4597 == nil { - yyv4597 = []Node{} + yyv4597 = []NodeCondition{} yyc4597 = true } } @@ -58867,92 +58456,101 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4601 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4601.CodecEncodeSelf(e) + yy4602 := &yyv4601 + yy4602.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4602 := *v - yyh4602, yyl4602 := z.DecSliceHelperStart() - var yyc4602 bool - if yyl4602 == 0 { - if yyv4602 == nil { - yyv4602 = []FinalizerName{} - yyc4602 = true - } else if len(yyv4602) != 0 { - yyv4602 = yyv4602[:0] - yyc4602 = true + yyv4603 := *v + yyh4603, yyl4603 := z.DecSliceHelperStart() + var yyc4603 bool + if yyl4603 == 0 { + if yyv4603 == nil { + yyv4603 = []NodeAddress{} + yyc4603 = true + } else if len(yyv4603) != 0 { + yyv4603 = yyv4603[:0] + yyc4603 = true } - } else if yyl4602 > 0 { - var yyrr4602, yyrl4602 int - var yyrt4602 bool - if yyl4602 > cap(yyv4602) { + } else if yyl4603 > 0 { + var yyrr4603, yyrl4603 int + var yyrt4603 bool + if yyl4603 > cap(yyv4603) { - yyrl4602, yyrt4602 = z.DecInferLen(yyl4602, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4602 { - if yyrl4602 <= cap(yyv4602) { - yyv4602 = yyv4602[:yyrl4602] + yyrg4603 := len(yyv4603) > 0 + yyv24603 := yyv4603 + yyrl4603, yyrt4603 = z.DecInferLen(yyl4603, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4603 { + if yyrl4603 <= cap(yyv4603) { + yyv4603 = yyv4603[:yyrl4603] } else { - yyv4602 = make([]FinalizerName, yyrl4602) + yyv4603 = make([]NodeAddress, yyrl4603) } } else { - yyv4602 = make([]FinalizerName, yyrl4602) + yyv4603 = make([]NodeAddress, yyrl4603) } - yyc4602 = true - yyrr4602 = len(yyv4602) - } else if yyl4602 != len(yyv4602) { - yyv4602 = yyv4602[:yyl4602] - yyc4602 = true + yyc4603 = true + yyrr4603 = len(yyv4603) + if yyrg4603 { + copy(yyv4603, yyv24603) + } + } else if yyl4603 != len(yyv4603) { + yyv4603 = yyv4603[:yyl4603] + yyc4603 = true } - yyj4602 := 0 - for ; yyj4602 < yyrr4602; yyj4602++ { - yyh4602.ElemContainerState(yyj4602) + yyj4603 := 0 + for ; yyj4603 < yyrr4603; yyj4603++ { + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4602[yyj4602] = "" + yyv4603[yyj4603] = NodeAddress{} } else { - yyv4602[yyj4602] = FinalizerName(r.DecodeString()) + yyv4604 := &yyv4603[yyj4603] + yyv4604.CodecDecodeSelf(d) } } - if yyrt4602 { - for ; yyj4602 < yyl4602; yyj4602++ { - yyv4602 = append(yyv4602, "") - yyh4602.ElemContainerState(yyj4602) + if yyrt4603 { + for ; yyj4603 < yyl4603; yyj4603++ { + yyv4603 = append(yyv4603, NodeAddress{}) + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4602[yyj4602] = "" + yyv4603[yyj4603] = NodeAddress{} } else { - yyv4602[yyj4602] = FinalizerName(r.DecodeString()) + yyv4605 := &yyv4603[yyj4603] + yyv4605.CodecDecodeSelf(d) } } } } else { - yyj4602 := 0 - for ; !r.CheckBreak(); yyj4602++ { + yyj4603 := 0 + for ; !r.CheckBreak(); yyj4603++ { - if yyj4602 >= len(yyv4602) { - yyv4602 = append(yyv4602, "") // var yyz4602 FinalizerName - yyc4602 = true + if yyj4603 >= len(yyv4603) { + yyv4603 = append(yyv4603, NodeAddress{}) // var yyz4603 NodeAddress + yyc4603 = true } - yyh4602.ElemContainerState(yyj4602) - if yyj4602 < len(yyv4602) { + yyh4603.ElemContainerState(yyj4603) + if yyj4603 < len(yyv4603) { if r.TryDecodeAsNil() { - yyv4602[yyj4602] = "" + yyv4603[yyj4603] = NodeAddress{} } else { - yyv4602[yyj4602] = FinalizerName(r.DecodeString()) + yyv4606 := &yyv4603[yyj4603] + yyv4606.CodecDecodeSelf(d) } } else { @@ -58960,150 +58558,149 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4602 < len(yyv4602) { - yyv4602 = yyv4602[:yyj4602] - yyc4602 = true - } else if yyj4602 == 0 && yyv4602 == nil { - yyv4602 = []FinalizerName{} - yyc4602 = true + if yyj4603 < len(yyv4603) { + yyv4603 = yyv4603[:yyj4603] + yyc4603 = true + } else if yyj4603 == 0 && yyv4603 == nil { + yyv4603 = []NodeAddress{} + yyc4603 = true } } - yyh4602.End() - if yyc4602 { - *v = yyv4602 + yyh4603.End() + if yyc4603 { + *v = yyv4603 } } -func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4606 := range v { + for _, yyv4607 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4607 := &yyv4606 - yy4607.CodecEncodeSelf(e) + yy4608 := &yyv4607 + yy4608.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4608 := *v - yyh4608, yyl4608 := z.DecSliceHelperStart() - var yyc4608 bool - if yyl4608 == 0 { - if yyv4608 == nil { - yyv4608 = []Namespace{} - yyc4608 = true - } else if len(yyv4608) != 0 { - yyv4608 = yyv4608[:0] - yyc4608 = true + yyv4609 := *v + yyh4609, yyl4609 := z.DecSliceHelperStart() + var yyc4609 bool + if yyl4609 == 0 { + if yyv4609 == nil { + yyv4609 = []ContainerImage{} + yyc4609 = true + } else if len(yyv4609) != 0 { + yyv4609 = yyv4609[:0] + yyc4609 = true } - } else if yyl4608 > 0 { - var yyrr4608, yyrl4608 int - var yyrt4608 bool - if yyl4608 > cap(yyv4608) { + } else if yyl4609 > 0 { + var yyrr4609, yyrl4609 int + var yyrt4609 bool + if yyl4609 > cap(yyv4609) { - yyrg4608 := len(yyv4608) > 0 - yyv24608 := yyv4608 - yyrl4608, yyrt4608 = z.DecInferLen(yyl4608, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4608 { - if yyrl4608 <= cap(yyv4608) { - yyv4608 = yyv4608[:yyrl4608] + yyrg4609 := len(yyv4609) > 0 + yyv24609 := yyv4609 + yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4609 { + if yyrl4609 <= cap(yyv4609) { + yyv4609 = yyv4609[:yyrl4609] } else { - yyv4608 = make([]Namespace, yyrl4608) + yyv4609 = make([]ContainerImage, yyrl4609) } } else { - yyv4608 = make([]Namespace, yyrl4608) + yyv4609 = make([]ContainerImage, yyrl4609) } - yyc4608 = true - yyrr4608 = len(yyv4608) - if yyrg4608 { - copy(yyv4608, yyv24608) + yyc4609 = true + yyrr4609 = len(yyv4609) + if yyrg4609 { + copy(yyv4609, yyv24609) } - } else if yyl4608 != len(yyv4608) { - yyv4608 = yyv4608[:yyl4608] - yyc4608 = true + } else if yyl4609 != len(yyv4609) { + yyv4609 = yyv4609[:yyl4609] + yyc4609 = true } - yyj4608 := 0 - for ; yyj4608 < yyrr4608; yyj4608++ { - yyh4608.ElemContainerState(yyj4608) + yyj4609 := 0 + for ; yyj4609 < yyrr4609; yyj4609++ { + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Namespace{} + yyv4609[yyj4609] = ContainerImage{} } else { - yyv4609 := &yyv4608[yyj4608] - yyv4609.CodecDecodeSelf(d) + yyv4610 := &yyv4609[yyj4609] + yyv4610.CodecDecodeSelf(d) } } - if yyrt4608 { - for ; yyj4608 < yyl4608; yyj4608++ { - yyv4608 = append(yyv4608, Namespace{}) - yyh4608.ElemContainerState(yyj4608) + if yyrt4609 { + for ; yyj4609 < yyl4609; yyj4609++ { + yyv4609 = append(yyv4609, ContainerImage{}) + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Namespace{} + yyv4609[yyj4609] = ContainerImage{} } else { - yyv4610 := &yyv4608[yyj4608] - yyv4610.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4608 := 0 - for ; !r.CheckBreak(); yyj4608++ { - - if yyj4608 >= len(yyv4608) { - yyv4608 = append(yyv4608, Namespace{}) // var yyz4608 Namespace - yyc4608 = true - } - yyh4608.ElemContainerState(yyj4608) - if yyj4608 < len(yyv4608) { - if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Namespace{} - } else { - yyv4611 := &yyv4608[yyj4608] + yyv4611 := &yyv4609[yyj4609] yyv4611.CodecDecodeSelf(d) } + } + } + + } else { + yyj4609 := 0 + for ; !r.CheckBreak(); yyj4609++ { + + if yyj4609 >= len(yyv4609) { + yyv4609 = append(yyv4609, ContainerImage{}) // var yyz4609 ContainerImage + yyc4609 = true + } + yyh4609.ElemContainerState(yyj4609) + if yyj4609 < len(yyv4609) { + if r.TryDecodeAsNil() { + yyv4609[yyj4609] = ContainerImage{} + } else { + yyv4612 := &yyv4609[yyj4609] + yyv4612.CodecDecodeSelf(d) + } + } else { z.DecSwallow() } } - if yyj4608 < len(yyv4608) { - yyv4608 = yyv4608[:yyj4608] - yyc4608 = true - } else if yyj4608 == 0 && yyv4608 == nil { - yyv4608 = []Namespace{} - yyc4608 = true + if yyj4609 < len(yyv4609) { + yyv4609 = yyv4609[:yyj4609] + yyc4609 = true + } else if yyj4609 == 0 && yyv4609 == nil { + yyv4609 = []ContainerImage{} + yyc4609 = true } } - yyh4608.End() - if yyc4608 { - *v = yyv4608 + yyh4609.End() + if yyc4609 { + *v = yyv4609 } } -func (x codecSelfer1234) encSliceEvent(v []Event, 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 _, yyv4612 := range v { + for _, yyv4613 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4613 := &yyv4612 - yy4613.CodecEncodeSelf(e) + yyv4613.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -59113,7 +58710,7 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { var yyc4614 bool if yyl4614 == 0 { if yyv4614 == nil { - yyv4614 = []Event{} + yyv4614 = []UniqueVolumeName{} yyc4614 = true } else if len(yyv4614) != 0 { yyv4614 = yyv4614[:0] @@ -59124,23 +58721,18 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { var yyrt4614 bool if yyl4614 > cap(yyv4614) { - yyrg4614 := len(yyv4614) > 0 - yyv24614 := yyv4614 - yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 488) + yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 16) if yyrt4614 { if yyrl4614 <= cap(yyv4614) { yyv4614 = yyv4614[:yyrl4614] } else { - yyv4614 = make([]Event, yyrl4614) + yyv4614 = make([]UniqueVolumeName, yyrl4614) } } else { - yyv4614 = make([]Event, yyrl4614) + yyv4614 = make([]UniqueVolumeName, yyrl4614) } yyc4614 = true yyrr4614 = len(yyv4614) - if yyrg4614 { - copy(yyv4614, yyv24614) - } } else if yyl4614 != len(yyv4614) { yyv4614 = yyv4614[:yyl4614] yyc4614 = true @@ -59149,22 +58741,20 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { for ; yyj4614 < yyrr4614; yyj4614++ { yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Event{} + yyv4614[yyj4614] = "" } else { - yyv4615 := &yyv4614[yyj4614] - yyv4615.CodecDecodeSelf(d) + yyv4614[yyj4614] = UniqueVolumeName(r.DecodeString()) } } if yyrt4614 { for ; yyj4614 < yyl4614; yyj4614++ { - yyv4614 = append(yyv4614, Event{}) + yyv4614 = append(yyv4614, "") yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Event{} + yyv4614[yyj4614] = "" } else { - yyv4616 := &yyv4614[yyj4614] - yyv4616.CodecDecodeSelf(d) + yyv4614[yyj4614] = UniqueVolumeName(r.DecodeString()) } } @@ -59175,16 +58765,15 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4614++ { if yyj4614 >= len(yyv4614) { - yyv4614 = append(yyv4614, Event{}) // var yyz4614 Event + yyv4614 = append(yyv4614, "") // var yyz4614 UniqueVolumeName yyc4614 = true } yyh4614.ElemContainerState(yyj4614) if yyj4614 < len(yyv4614) { if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Event{} + yyv4614[yyj4614] = "" } else { - yyv4617 := &yyv4614[yyj4614] - yyv4617.CodecDecodeSelf(d) + yyv4614[yyj4614] = UniqueVolumeName(r.DecodeString()) } } else { @@ -59196,7 +58785,7 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { yyv4614 = yyv4614[:yyj4614] yyc4614 = true } else if yyj4614 == 0 && yyv4614 == nil { - yyv4614 = []Event{} + yyv4614 = []UniqueVolumeName{} yyc4614 = true } } @@ -59206,29 +58795,20 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceruntime_Object(v []pkg7_runtime.Object, e *codec1978.Encoder) { +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 _, yyv4618 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4618 == nil { - r.EncodeNil() - } else { - yym4619 := z.EncBinary() - _ = yym4619 - if false { - } else if z.HasExtensions() && z.EncExt(yyv4618) { - } else { - z.EncFallback(yyv4618) - } - } + yy4619 := &yyv4618 + yy4619.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -59238,7 +58818,7 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod var yyc4620 bool if yyl4620 == 0 { if yyv4620 == nil { - yyv4620 = []pkg7_runtime.Object{} + yyv4620 = []AttachedVolume{} yyc4620 = true } else if len(yyv4620) != 0 { yyv4620 = yyv4620[:0] @@ -59251,15 +58831,15 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod yyrg4620 := len(yyv4620) > 0 yyv24620 := yyv4620 - yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 16) + yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 32) if yyrt4620 { if yyrl4620 <= cap(yyv4620) { yyv4620 = yyv4620[:yyrl4620] } else { - yyv4620 = make([]pkg7_runtime.Object, yyrl4620) + yyv4620 = make([]AttachedVolume, yyrl4620) } } else { - yyv4620 = make([]pkg7_runtime.Object, yyrl4620) + yyv4620 = make([]AttachedVolume, yyrl4620) } yyc4620 = true yyrr4620 = len(yyv4620) @@ -59274,34 +58854,22 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod for ; yyj4620 < yyrr4620; yyj4620++ { yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = nil + yyv4620[yyj4620] = AttachedVolume{} } else { yyv4621 := &yyv4620[yyj4620] - yym4622 := z.DecBinary() - _ = yym4622 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4621) { - } else { - z.DecFallback(yyv4621, true) - } + yyv4621.CodecDecodeSelf(d) } } if yyrt4620 { for ; yyj4620 < yyl4620; yyj4620++ { - yyv4620 = append(yyv4620, nil) + yyv4620 = append(yyv4620, AttachedVolume{}) yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = nil + yyv4620[yyj4620] = AttachedVolume{} } else { - yyv4623 := &yyv4620[yyj4620] - yym4624 := z.DecBinary() - _ = yym4624 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4623) { - } else { - z.DecFallback(yyv4623, true) - } + yyv4622 := &yyv4620[yyj4620] + yyv4622.CodecDecodeSelf(d) } } @@ -59312,22 +58880,16 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod for ; !r.CheckBreak(); yyj4620++ { if yyj4620 >= len(yyv4620) { - yyv4620 = append(yyv4620, nil) // var yyz4620 pkg7_runtime.Object + yyv4620 = append(yyv4620, AttachedVolume{}) // var yyz4620 AttachedVolume yyc4620 = true } yyh4620.ElemContainerState(yyj4620) if yyj4620 < len(yyv4620) { if r.TryDecodeAsNil() { - yyv4620[yyj4620] = nil + yyv4620[yyj4620] = AttachedVolume{} } else { - yyv4625 := &yyv4620[yyj4620] - yym4626 := z.DecBinary() - _ = yym4626 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4625) { - } else { - z.DecFallback(yyv4625, true) - } + yyv4623 := &yyv4620[yyj4620] + yyv4623.CodecDecodeSelf(d) } } else { @@ -59339,7 +58901,7 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod yyv4620 = yyv4620[:yyj4620] yyc4620 = true } else if yyj4620 == 0 && yyv4620 == nil { - yyv4620 = []pkg7_runtime.Object{} + yyv4620 = []AttachedVolume{} yyc4620 = true } } @@ -59349,101 +58911,101 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } -func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { +func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4627 := range v { + for _, yyv4624 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4628 := &yyv4627 - yy4628.CodecEncodeSelf(e) + yy4625 := &yyv4624 + yy4625.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { +func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4629 := *v - yyh4629, yyl4629 := z.DecSliceHelperStart() - var yyc4629 bool - if yyl4629 == 0 { - if yyv4629 == nil { - yyv4629 = []LimitRangeItem{} - yyc4629 = true - } else if len(yyv4629) != 0 { - yyv4629 = yyv4629[:0] - yyc4629 = true + yyv4626 := *v + yyh4626, yyl4626 := z.DecSliceHelperStart() + var yyc4626 bool + if yyl4626 == 0 { + if yyv4626 == nil { + yyv4626 = []PreferAvoidPodsEntry{} + yyc4626 = true + } else if len(yyv4626) != 0 { + yyv4626 = yyv4626[:0] + yyc4626 = true } - } else if yyl4629 > 0 { - var yyrr4629, yyrl4629 int - var yyrt4629 bool - if yyl4629 > cap(yyv4629) { + } else if yyl4626 > 0 { + var yyrr4626, yyrl4626 int + var yyrt4626 bool + if yyl4626 > cap(yyv4626) { - yyrg4629 := len(yyv4629) > 0 - yyv24629 := yyv4629 - yyrl4629, yyrt4629 = z.DecInferLen(yyl4629, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4629 { - if yyrl4629 <= cap(yyv4629) { - yyv4629 = yyv4629[:yyrl4629] + yyrg4626 := len(yyv4626) > 0 + yyv24626 := yyv4626 + yyrl4626, yyrt4626 = z.DecInferLen(yyl4626, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4626 { + if yyrl4626 <= cap(yyv4626) { + yyv4626 = yyv4626[:yyrl4626] } else { - yyv4629 = make([]LimitRangeItem, yyrl4629) + yyv4626 = make([]PreferAvoidPodsEntry, yyrl4626) } } else { - yyv4629 = make([]LimitRangeItem, yyrl4629) + yyv4626 = make([]PreferAvoidPodsEntry, yyrl4626) } - yyc4629 = true - yyrr4629 = len(yyv4629) - if yyrg4629 { - copy(yyv4629, yyv24629) + yyc4626 = true + yyrr4626 = len(yyv4626) + if yyrg4626 { + copy(yyv4626, yyv24626) } - } else if yyl4629 != len(yyv4629) { - yyv4629 = yyv4629[:yyl4629] - yyc4629 = true + } else if yyl4626 != len(yyv4626) { + yyv4626 = yyv4626[:yyl4626] + yyc4626 = true } - yyj4629 := 0 - for ; yyj4629 < yyrr4629; yyj4629++ { - yyh4629.ElemContainerState(yyj4629) + yyj4626 := 0 + for ; yyj4626 < yyrr4626; yyj4626++ { + yyh4626.ElemContainerState(yyj4626) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRangeItem{} + yyv4626[yyj4626] = PreferAvoidPodsEntry{} } else { - yyv4630 := &yyv4629[yyj4629] - yyv4630.CodecDecodeSelf(d) + yyv4627 := &yyv4626[yyj4626] + yyv4627.CodecDecodeSelf(d) } } - if yyrt4629 { - for ; yyj4629 < yyl4629; yyj4629++ { - yyv4629 = append(yyv4629, LimitRangeItem{}) - yyh4629.ElemContainerState(yyj4629) + if yyrt4626 { + for ; yyj4626 < yyl4626; yyj4626++ { + yyv4626 = append(yyv4626, PreferAvoidPodsEntry{}) + yyh4626.ElemContainerState(yyj4626) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRangeItem{} + yyv4626[yyj4626] = PreferAvoidPodsEntry{} } else { - yyv4631 := &yyv4629[yyj4629] - yyv4631.CodecDecodeSelf(d) + yyv4628 := &yyv4626[yyj4626] + yyv4628.CodecDecodeSelf(d) } } } } else { - yyj4629 := 0 - for ; !r.CheckBreak(); yyj4629++ { + yyj4626 := 0 + for ; !r.CheckBreak(); yyj4626++ { - if yyj4629 >= len(yyv4629) { - yyv4629 = append(yyv4629, LimitRangeItem{}) // var yyz4629 LimitRangeItem - yyc4629 = true + if yyj4626 >= len(yyv4626) { + yyv4626 = append(yyv4626, PreferAvoidPodsEntry{}) // var yyz4626 PreferAvoidPodsEntry + yyc4626 = true } - yyh4629.ElemContainerState(yyj4629) - if yyj4629 < len(yyv4629) { + yyh4626.ElemContainerState(yyj4626) + if yyj4626 < len(yyv4626) { if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRangeItem{} + yyv4626[yyj4626] = PreferAvoidPodsEntry{} } else { - yyv4632 := &yyv4629[yyj4629] - yyv4632.CodecDecodeSelf(d) + yyv4629 := &yyv4626[yyj4626] + yyv4629.CodecDecodeSelf(d) } } else { @@ -59451,567 +59013,229 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4629 < len(yyv4629) { - yyv4629 = yyv4629[:yyj4629] - yyc4629 = true - } else if yyj4629 == 0 && yyv4629 == nil { - yyv4629 = []LimitRangeItem{} - yyc4629 = true + if yyj4626 < len(yyv4626) { + yyv4626 = yyv4626[:yyj4626] + yyc4626 = true + } else if yyj4626 == 0 && yyv4626 == nil { + yyv4626 = []PreferAvoidPodsEntry{} + yyc4626 = true } } - yyh4629.End() - if yyc4629 { - *v = yyv4629 + yyh4626.End() + if yyc4626 { + *v = yyv4626 } } -func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4633 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4634 := &yyv4633 - yy4634.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4635 := *v - yyh4635, yyl4635 := z.DecSliceHelperStart() - var yyc4635 bool - if yyl4635 == 0 { - if yyv4635 == nil { - yyv4635 = []LimitRange{} - yyc4635 = true - } else if len(yyv4635) != 0 { - yyv4635 = yyv4635[:0] - yyc4635 = true - } - } else if yyl4635 > 0 { - var yyrr4635, yyrl4635 int - var yyrt4635 bool - if yyl4635 > cap(yyv4635) { - - yyrg4635 := len(yyv4635) > 0 - yyv24635 := yyv4635 - yyrl4635, yyrt4635 = z.DecInferLen(yyl4635, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4635 { - if yyrl4635 <= cap(yyv4635) { - yyv4635 = yyv4635[:yyrl4635] - } else { - yyv4635 = make([]LimitRange, yyrl4635) - } - } else { - yyv4635 = make([]LimitRange, yyrl4635) - } - yyc4635 = true - yyrr4635 = len(yyv4635) - if yyrg4635 { - copy(yyv4635, yyv24635) - } - } else if yyl4635 != len(yyv4635) { - yyv4635 = yyv4635[:yyl4635] - yyc4635 = true - } - yyj4635 := 0 - for ; yyj4635 < yyrr4635; yyj4635++ { - yyh4635.ElemContainerState(yyj4635) - if r.TryDecodeAsNil() { - yyv4635[yyj4635] = LimitRange{} - } else { - yyv4636 := &yyv4635[yyj4635] - yyv4636.CodecDecodeSelf(d) - } - - } - if yyrt4635 { - for ; yyj4635 < yyl4635; yyj4635++ { - yyv4635 = append(yyv4635, LimitRange{}) - yyh4635.ElemContainerState(yyj4635) - if r.TryDecodeAsNil() { - yyv4635[yyj4635] = LimitRange{} - } else { - yyv4637 := &yyv4635[yyj4635] - yyv4637.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4635 := 0 - for ; !r.CheckBreak(); yyj4635++ { - - if yyj4635 >= len(yyv4635) { - yyv4635 = append(yyv4635, LimitRange{}) // var yyz4635 LimitRange - yyc4635 = true - } - yyh4635.ElemContainerState(yyj4635) - if yyj4635 < len(yyv4635) { - if r.TryDecodeAsNil() { - yyv4635[yyj4635] = LimitRange{} - } else { - yyv4638 := &yyv4635[yyj4635] - yyv4638.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4635 < len(yyv4635) { - yyv4635 = yyv4635[:yyj4635] - yyc4635 = true - } else if yyj4635 == 0 && yyv4635 == nil { - yyv4635 = []LimitRange{} - yyc4635 = true - } - } - yyh4635.End() - if yyc4635 { - *v = yyv4635 - } -} - -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 _, yyv4639 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4639.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 - - yyv4640 := *v - yyh4640, yyl4640 := z.DecSliceHelperStart() - var yyc4640 bool - if yyl4640 == 0 { - if yyv4640 == nil { - yyv4640 = []ResourceQuotaScope{} - yyc4640 = true - } else if len(yyv4640) != 0 { - yyv4640 = yyv4640[:0] - yyc4640 = true - } - } else if yyl4640 > 0 { - var yyrr4640, yyrl4640 int - var yyrt4640 bool - if yyl4640 > cap(yyv4640) { - - yyrl4640, yyrt4640 = z.DecInferLen(yyl4640, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4640 { - if yyrl4640 <= cap(yyv4640) { - yyv4640 = yyv4640[:yyrl4640] - } else { - yyv4640 = make([]ResourceQuotaScope, yyrl4640) - } - } else { - yyv4640 = make([]ResourceQuotaScope, yyrl4640) - } - yyc4640 = true - yyrr4640 = len(yyv4640) - } else if yyl4640 != len(yyv4640) { - yyv4640 = yyv4640[:yyl4640] - yyc4640 = true - } - yyj4640 := 0 - for ; yyj4640 < yyrr4640; yyj4640++ { - yyh4640.ElemContainerState(yyj4640) - if r.TryDecodeAsNil() { - yyv4640[yyj4640] = "" - } else { - yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) - } - - } - if yyrt4640 { - for ; yyj4640 < yyl4640; yyj4640++ { - yyv4640 = append(yyv4640, "") - yyh4640.ElemContainerState(yyj4640) - if r.TryDecodeAsNil() { - yyv4640[yyj4640] = "" - } else { - yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) - } - - } - } - - } else { - yyj4640 := 0 - for ; !r.CheckBreak(); yyj4640++ { - - if yyj4640 >= len(yyv4640) { - yyv4640 = append(yyv4640, "") // var yyz4640 ResourceQuotaScope - yyc4640 = true - } - yyh4640.ElemContainerState(yyj4640) - if yyj4640 < len(yyv4640) { - if r.TryDecodeAsNil() { - yyv4640[yyj4640] = "" - } else { - yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4640 < len(yyv4640) { - yyv4640 = yyv4640[:yyj4640] - yyc4640 = true - } else if yyj4640 == 0 && yyv4640 == nil { - yyv4640 = []ResourceQuotaScope{} - yyc4640 = true - } - } - yyh4640.End() - if yyc4640 { - *v = yyv4640 - } -} - -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 _, yyv4644 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4645 := &yyv4644 - yy4645.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4646 := *v - yyh4646, yyl4646 := z.DecSliceHelperStart() - var yyc4646 bool - if yyl4646 == 0 { - if yyv4646 == nil { - yyv4646 = []ResourceQuota{} - yyc4646 = true - } else if len(yyv4646) != 0 { - yyv4646 = yyv4646[:0] - yyc4646 = true - } - } else if yyl4646 > 0 { - var yyrr4646, yyrl4646 int - var yyrt4646 bool - if yyl4646 > cap(yyv4646) { - - yyrg4646 := len(yyv4646) > 0 - yyv24646 := yyv4646 - yyrl4646, yyrt4646 = z.DecInferLen(yyl4646, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4646 { - if yyrl4646 <= cap(yyv4646) { - yyv4646 = yyv4646[:yyrl4646] - } else { - yyv4646 = make([]ResourceQuota, yyrl4646) - } - } else { - yyv4646 = make([]ResourceQuota, yyrl4646) - } - yyc4646 = true - yyrr4646 = len(yyv4646) - if yyrg4646 { - copy(yyv4646, yyv24646) - } - } else if yyl4646 != len(yyv4646) { - yyv4646 = yyv4646[:yyl4646] - yyc4646 = true - } - yyj4646 := 0 - for ; yyj4646 < yyrr4646; yyj4646++ { - yyh4646.ElemContainerState(yyj4646) - if r.TryDecodeAsNil() { - yyv4646[yyj4646] = ResourceQuota{} - } else { - yyv4647 := &yyv4646[yyj4646] - yyv4647.CodecDecodeSelf(d) - } - - } - if yyrt4646 { - for ; yyj4646 < yyl4646; yyj4646++ { - yyv4646 = append(yyv4646, ResourceQuota{}) - yyh4646.ElemContainerState(yyj4646) - if r.TryDecodeAsNil() { - yyv4646[yyj4646] = ResourceQuota{} - } else { - yyv4648 := &yyv4646[yyj4646] - yyv4648.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4646 := 0 - for ; !r.CheckBreak(); yyj4646++ { - - if yyj4646 >= len(yyv4646) { - yyv4646 = append(yyv4646, ResourceQuota{}) // var yyz4646 ResourceQuota - yyc4646 = true - } - yyh4646.ElemContainerState(yyj4646) - if yyj4646 < len(yyv4646) { - if r.TryDecodeAsNil() { - yyv4646[yyj4646] = ResourceQuota{} - } else { - yyv4649 := &yyv4646[yyj4646] - yyv4649.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4646 < len(yyv4646) { - yyv4646 = yyv4646[:yyj4646] - yyc4646 = true - } else if yyj4646 == 0 && yyv4646 == nil { - yyv4646 = []ResourceQuota{} - yyc4646 = true - } - } - yyh4646.End() - if yyc4646 { - *v = yyv4646 - } -} - -func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { +func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4650, yyv4650 := range v { + for yyk4630, yyv4630 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4651 := z.EncBinary() - _ = yym4651 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4650)) - } + yyk4630.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4650 == nil { - r.EncodeNil() + yy4631 := &yyv4630 + yym4632 := z.EncBinary() + _ = yym4632 + if false { + } else if z.HasExtensions() && z.EncExt(yy4631) { + } else if !yym4632 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4631) } else { - yym4652 := z.EncBinary() - _ = yym4652 - if false { - } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4650)) - } + z.EncFallback(yy4631) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) } -func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { +func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4653 := *v - yyl4653 := r.ReadMapStart() - yybh4653 := z.DecBasicHandle() - if yyv4653 == nil { - yyrl4653, _ := z.DecInferLen(yyl4653, yybh4653.MaxInitLen, 40) - yyv4653 = make(map[string][]uint8, yyrl4653) - *v = yyv4653 + yyv4633 := *v + yyl4633 := r.ReadMapStart() + yybh4633 := z.DecBasicHandle() + if yyv4633 == nil { + yyrl4633, _ := z.DecInferLen(yyl4633, yybh4633.MaxInitLen, 72) + yyv4633 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4633) + *v = yyv4633 } - var yymk4653 string - var yymv4653 []uint8 - var yymg4653 bool - if yybh4653.MapValueReset { - yymg4653 = true + var yymk4633 ResourceName + var yymv4633 pkg3_resource.Quantity + var yymg4633 bool + if yybh4633.MapValueReset { + yymg4633 = true } - if yyl4653 > 0 { - for yyj4653 := 0; yyj4653 < yyl4653; yyj4653++ { + if yyl4633 > 0 { + for yyj4633 := 0; yyj4633 < yyl4633; yyj4633++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4653 = "" + yymk4633 = "" } else { - yymk4653 = string(r.DecodeString()) + yymk4633 = ResourceName(r.DecodeString()) } - if yymg4653 { - yymv4653 = yyv4653[yymk4653] + if yymg4633 { + yymv4633 = yyv4633[yymk4633] } else { - yymv4653 = nil + yymv4633 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4653 = nil + yymv4633 = pkg3_resource.Quantity{} } else { - yyv4655 := &yymv4653 - yym4656 := z.DecBinary() - _ = yym4656 + yyv4635 := &yymv4633 + yym4636 := z.DecBinary() + _ = yym4636 if false { + } else if z.HasExtensions() && z.DecExt(yyv4635) { + } else if !yym4636 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4635) } else { - *yyv4655 = r.DecodeBytes(*(*[]byte)(yyv4655), false, false) + z.DecFallback(yyv4635, false) } } - if yyv4653 != nil { - yyv4653[yymk4653] = yymv4653 + if yyv4633 != nil { + yyv4633[yymk4633] = yymv4633 } } - } else if yyl4653 < 0 { - for yyj4653 := 0; !r.CheckBreak(); yyj4653++ { + } else if yyl4633 < 0 { + for yyj4633 := 0; !r.CheckBreak(); yyj4633++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4653 = "" + yymk4633 = "" } else { - yymk4653 = string(r.DecodeString()) + yymk4633 = ResourceName(r.DecodeString()) } - if yymg4653 { - yymv4653 = yyv4653[yymk4653] + if yymg4633 { + yymv4633 = yyv4633[yymk4633] } else { - yymv4653 = nil + yymv4633 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4653 = nil + yymv4633 = pkg3_resource.Quantity{} } else { - yyv4658 := &yymv4653 - yym4659 := z.DecBinary() - _ = yym4659 + yyv4638 := &yymv4633 + yym4639 := z.DecBinary() + _ = yym4639 if false { + } else if z.HasExtensions() && z.DecExt(yyv4638) { + } else if !yym4639 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4638) } else { - *yyv4658 = r.DecodeBytes(*(*[]byte)(yyv4658), false, false) + z.DecFallback(yyv4638, false) } } - if yyv4653 != nil { - yyv4653[yymk4653] = yymv4653 + if yyv4633 != nil { + yyv4633[yymk4633] = yymv4633 } } } // else len==0: TODO: Should we clear map entries? z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4660 := range v { + for _, yyv4640 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4661 := &yyv4660 - yy4661.CodecEncodeSelf(e) + yy4641 := &yyv4640 + yy4641.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4662 := *v - yyh4662, yyl4662 := z.DecSliceHelperStart() - var yyc4662 bool - if yyl4662 == 0 { - if yyv4662 == nil { - yyv4662 = []Secret{} - yyc4662 = true - } else if len(yyv4662) != 0 { - yyv4662 = yyv4662[:0] - yyc4662 = true + yyv4642 := *v + yyh4642, yyl4642 := z.DecSliceHelperStart() + var yyc4642 bool + if yyl4642 == 0 { + if yyv4642 == nil { + yyv4642 = []Node{} + yyc4642 = true + } else if len(yyv4642) != 0 { + yyv4642 = yyv4642[:0] + yyc4642 = true } - } else if yyl4662 > 0 { - var yyrr4662, yyrl4662 int - var yyrt4662 bool - if yyl4662 > cap(yyv4662) { + } else if yyl4642 > 0 { + var yyrr4642, yyrl4642 int + var yyrt4642 bool + if yyl4642 > cap(yyv4642) { - yyrg4662 := len(yyv4662) > 0 - yyv24662 := yyv4662 - yyrl4662, yyrt4662 = z.DecInferLen(yyl4662, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4662 { - if yyrl4662 <= cap(yyv4662) { - yyv4662 = yyv4662[:yyrl4662] + yyrg4642 := len(yyv4642) > 0 + yyv24642 := yyv4642 + yyrl4642, yyrt4642 = z.DecInferLen(yyl4642, z.DecBasicHandle().MaxInitLen, 616) + if yyrt4642 { + if yyrl4642 <= cap(yyv4642) { + yyv4642 = yyv4642[:yyrl4642] } else { - yyv4662 = make([]Secret, yyrl4662) + yyv4642 = make([]Node, yyrl4642) } } else { - yyv4662 = make([]Secret, yyrl4662) + yyv4642 = make([]Node, yyrl4642) } - yyc4662 = true - yyrr4662 = len(yyv4662) - if yyrg4662 { - copy(yyv4662, yyv24662) + yyc4642 = true + yyrr4642 = len(yyv4642) + if yyrg4642 { + copy(yyv4642, yyv24642) } - } else if yyl4662 != len(yyv4662) { - yyv4662 = yyv4662[:yyl4662] - yyc4662 = true + } else if yyl4642 != len(yyv4642) { + yyv4642 = yyv4642[:yyl4642] + yyc4642 = true } - yyj4662 := 0 - for ; yyj4662 < yyrr4662; yyj4662++ { - yyh4662.ElemContainerState(yyj4662) + yyj4642 := 0 + for ; yyj4642 < yyrr4642; yyj4642++ { + yyh4642.ElemContainerState(yyj4642) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = Secret{} + yyv4642[yyj4642] = Node{} } else { - yyv4663 := &yyv4662[yyj4662] - yyv4663.CodecDecodeSelf(d) + yyv4643 := &yyv4642[yyj4642] + yyv4643.CodecDecodeSelf(d) } } - if yyrt4662 { - for ; yyj4662 < yyl4662; yyj4662++ { - yyv4662 = append(yyv4662, Secret{}) - yyh4662.ElemContainerState(yyj4662) + if yyrt4642 { + for ; yyj4642 < yyl4642; yyj4642++ { + yyv4642 = append(yyv4642, Node{}) + yyh4642.ElemContainerState(yyj4642) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = Secret{} + yyv4642[yyj4642] = Node{} } else { - yyv4664 := &yyv4662[yyj4662] - yyv4664.CodecDecodeSelf(d) + yyv4644 := &yyv4642[yyj4642] + yyv4644.CodecDecodeSelf(d) } } } } else { - yyj4662 := 0 - for ; !r.CheckBreak(); yyj4662++ { + yyj4642 := 0 + for ; !r.CheckBreak(); yyj4642++ { - if yyj4662 >= len(yyv4662) { - yyv4662 = append(yyv4662, Secret{}) // var yyz4662 Secret - yyc4662 = true + if yyj4642 >= len(yyv4642) { + yyv4642 = append(yyv4642, Node{}) // var yyz4642 Node + yyc4642 = true } - yyh4662.ElemContainerState(yyj4662) - if yyj4662 < len(yyv4662) { + yyh4642.ElemContainerState(yyj4642) + if yyj4642 < len(yyv4642) { if r.TryDecodeAsNil() { - yyv4662[yyj4662] = Secret{} + yyv4642[yyj4642] = Node{} } else { - yyv4665 := &yyv4662[yyj4662] - yyv4665.CodecDecodeSelf(d) + yyv4645 := &yyv4642[yyj4642] + yyv4645.CodecDecodeSelf(d) } } else { @@ -60019,115 +59243,106 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4662 < len(yyv4662) { - yyv4662 = yyv4662[:yyj4662] - yyc4662 = true - } else if yyj4662 == 0 && yyv4662 == nil { - yyv4662 = []Secret{} - yyc4662 = true + if yyj4642 < len(yyv4642) { + yyv4642 = yyv4642[:yyj4642] + yyc4642 = true + } else if yyj4642 == 0 && yyv4642 == nil { + yyv4642 = []Node{} + yyc4642 = true } } - yyh4662.End() - if yyc4662 { - *v = yyv4662 + yyh4642.End() + if yyc4642 { + *v = yyv4642 } } -func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, 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 _, yyv4666 := range v { + for _, yyv4646 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4667 := &yyv4666 - yy4667.CodecEncodeSelf(e) + yyv4646.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4668 := *v - yyh4668, yyl4668 := z.DecSliceHelperStart() - var yyc4668 bool - if yyl4668 == 0 { - if yyv4668 == nil { - yyv4668 = []ConfigMap{} - yyc4668 = true - } else if len(yyv4668) != 0 { - yyv4668 = yyv4668[:0] - yyc4668 = true + yyv4647 := *v + yyh4647, yyl4647 := z.DecSliceHelperStart() + var yyc4647 bool + if yyl4647 == 0 { + if yyv4647 == nil { + yyv4647 = []FinalizerName{} + yyc4647 = true + } else if len(yyv4647) != 0 { + yyv4647 = yyv4647[:0] + yyc4647 = true } - } else if yyl4668 > 0 { - var yyrr4668, yyrl4668 int - var yyrt4668 bool - if yyl4668 > cap(yyv4668) { + } else if yyl4647 > 0 { + var yyrr4647, yyrl4647 int + var yyrt4647 bool + if yyl4647 > cap(yyv4647) { - yyrg4668 := len(yyv4668) > 0 - yyv24668 := yyv4668 - yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 248) - if yyrt4668 { - if yyrl4668 <= cap(yyv4668) { - yyv4668 = yyv4668[:yyrl4668] + yyrl4647, yyrt4647 = z.DecInferLen(yyl4647, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4647 { + if yyrl4647 <= cap(yyv4647) { + yyv4647 = yyv4647[:yyrl4647] } else { - yyv4668 = make([]ConfigMap, yyrl4668) + yyv4647 = make([]FinalizerName, yyrl4647) } } else { - yyv4668 = make([]ConfigMap, yyrl4668) + yyv4647 = make([]FinalizerName, yyrl4647) } - yyc4668 = true - yyrr4668 = len(yyv4668) - if yyrg4668 { - copy(yyv4668, yyv24668) - } - } else if yyl4668 != len(yyv4668) { - yyv4668 = yyv4668[:yyl4668] - yyc4668 = true + yyc4647 = true + yyrr4647 = len(yyv4647) + } else if yyl4647 != len(yyv4647) { + yyv4647 = yyv4647[:yyl4647] + yyc4647 = true } - yyj4668 := 0 - for ; yyj4668 < yyrr4668; yyj4668++ { - yyh4668.ElemContainerState(yyj4668) + yyj4647 := 0 + for ; yyj4647 < yyrr4647; yyj4647++ { + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ConfigMap{} + yyv4647[yyj4647] = "" } else { - yyv4669 := &yyv4668[yyj4668] - yyv4669.CodecDecodeSelf(d) + yyv4647[yyj4647] = FinalizerName(r.DecodeString()) } } - if yyrt4668 { - for ; yyj4668 < yyl4668; yyj4668++ { - yyv4668 = append(yyv4668, ConfigMap{}) - yyh4668.ElemContainerState(yyj4668) + if yyrt4647 { + for ; yyj4647 < yyl4647; yyj4647++ { + yyv4647 = append(yyv4647, "") + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ConfigMap{} + yyv4647[yyj4647] = "" } else { - yyv4670 := &yyv4668[yyj4668] - yyv4670.CodecDecodeSelf(d) + yyv4647[yyj4647] = FinalizerName(r.DecodeString()) } } } } else { - yyj4668 := 0 - for ; !r.CheckBreak(); yyj4668++ { + yyj4647 := 0 + for ; !r.CheckBreak(); yyj4647++ { - if yyj4668 >= len(yyv4668) { - yyv4668 = append(yyv4668, ConfigMap{}) // var yyz4668 ConfigMap - yyc4668 = true + if yyj4647 >= len(yyv4647) { + yyv4647 = append(yyv4647, "") // var yyz4647 FinalizerName + yyc4647 = true } - yyh4668.ElemContainerState(yyj4668) - if yyj4668 < len(yyv4668) { + yyh4647.ElemContainerState(yyj4647) + if yyj4647 < len(yyv4647) { if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ConfigMap{} + yyv4647[yyj4647] = "" } else { - yyv4671 := &yyv4668[yyj4668] - yyv4671.CodecDecodeSelf(d) + yyv4647[yyj4647] = FinalizerName(r.DecodeString()) } } else { @@ -60135,21 +59350,396 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4668 < len(yyv4668) { - yyv4668 = yyv4668[:yyj4668] - yyc4668 = true - } else if yyj4668 == 0 && yyv4668 == nil { - yyv4668 = []ConfigMap{} - yyc4668 = true + if yyj4647 < len(yyv4647) { + yyv4647 = yyv4647[:yyj4647] + yyc4647 = true + } else if yyj4647 == 0 && yyv4647 == nil { + yyv4647 = []FinalizerName{} + yyc4647 = true } } - yyh4668.End() - if yyc4668 { - *v = yyv4668 + yyh4647.End() + if yyc4647 { + *v = yyv4647 } } -func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { +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 _, yyv4651 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4652 := &yyv4651 + yy4652.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4653 := *v + yyh4653, yyl4653 := z.DecSliceHelperStart() + var yyc4653 bool + if yyl4653 == 0 { + if yyv4653 == nil { + yyv4653 = []Namespace{} + yyc4653 = true + } else if len(yyv4653) != 0 { + yyv4653 = yyv4653[:0] + yyc4653 = true + } + } else if yyl4653 > 0 { + var yyrr4653, yyrl4653 int + var yyrt4653 bool + if yyl4653 > cap(yyv4653) { + + yyrg4653 := len(yyv4653) > 0 + yyv24653 := yyv4653 + yyrl4653, yyrt4653 = z.DecInferLen(yyl4653, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4653 { + if yyrl4653 <= cap(yyv4653) { + yyv4653 = yyv4653[:yyrl4653] + } else { + yyv4653 = make([]Namespace, yyrl4653) + } + } else { + yyv4653 = make([]Namespace, yyrl4653) + } + yyc4653 = true + yyrr4653 = len(yyv4653) + if yyrg4653 { + copy(yyv4653, yyv24653) + } + } else if yyl4653 != len(yyv4653) { + yyv4653 = yyv4653[:yyl4653] + yyc4653 = true + } + yyj4653 := 0 + for ; yyj4653 < yyrr4653; yyj4653++ { + yyh4653.ElemContainerState(yyj4653) + if r.TryDecodeAsNil() { + yyv4653[yyj4653] = Namespace{} + } else { + yyv4654 := &yyv4653[yyj4653] + yyv4654.CodecDecodeSelf(d) + } + + } + if yyrt4653 { + for ; yyj4653 < yyl4653; yyj4653++ { + yyv4653 = append(yyv4653, Namespace{}) + yyh4653.ElemContainerState(yyj4653) + if r.TryDecodeAsNil() { + yyv4653[yyj4653] = Namespace{} + } else { + yyv4655 := &yyv4653[yyj4653] + yyv4655.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4653 := 0 + for ; !r.CheckBreak(); yyj4653++ { + + if yyj4653 >= len(yyv4653) { + yyv4653 = append(yyv4653, Namespace{}) // var yyz4653 Namespace + yyc4653 = true + } + yyh4653.ElemContainerState(yyj4653) + if yyj4653 < len(yyv4653) { + if r.TryDecodeAsNil() { + yyv4653[yyj4653] = Namespace{} + } else { + yyv4656 := &yyv4653[yyj4653] + yyv4656.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4653 < len(yyv4653) { + yyv4653 = yyv4653[:yyj4653] + yyc4653 = true + } else if yyj4653 == 0 && yyv4653 == nil { + yyv4653 = []Namespace{} + yyc4653 = true + } + } + yyh4653.End() + if yyc4653 { + *v = yyv4653 + } +} + +func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4657 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4658 := &yyv4657 + yy4658.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4659 := *v + yyh4659, yyl4659 := z.DecSliceHelperStart() + var yyc4659 bool + if yyl4659 == 0 { + if yyv4659 == nil { + yyv4659 = []Event{} + yyc4659 = true + } else if len(yyv4659) != 0 { + yyv4659 = yyv4659[:0] + yyc4659 = true + } + } else if yyl4659 > 0 { + var yyrr4659, yyrl4659 int + var yyrt4659 bool + if yyl4659 > cap(yyv4659) { + + yyrg4659 := len(yyv4659) > 0 + yyv24659 := yyv4659 + yyrl4659, yyrt4659 = z.DecInferLen(yyl4659, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4659 { + if yyrl4659 <= cap(yyv4659) { + yyv4659 = yyv4659[:yyrl4659] + } else { + yyv4659 = make([]Event, yyrl4659) + } + } else { + yyv4659 = make([]Event, yyrl4659) + } + yyc4659 = true + yyrr4659 = len(yyv4659) + if yyrg4659 { + copy(yyv4659, yyv24659) + } + } else if yyl4659 != len(yyv4659) { + yyv4659 = yyv4659[:yyl4659] + yyc4659 = true + } + yyj4659 := 0 + for ; yyj4659 < yyrr4659; yyj4659++ { + yyh4659.ElemContainerState(yyj4659) + if r.TryDecodeAsNil() { + yyv4659[yyj4659] = Event{} + } else { + yyv4660 := &yyv4659[yyj4659] + yyv4660.CodecDecodeSelf(d) + } + + } + if yyrt4659 { + for ; yyj4659 < yyl4659; yyj4659++ { + yyv4659 = append(yyv4659, Event{}) + yyh4659.ElemContainerState(yyj4659) + if r.TryDecodeAsNil() { + yyv4659[yyj4659] = Event{} + } else { + yyv4661 := &yyv4659[yyj4659] + yyv4661.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4659 := 0 + for ; !r.CheckBreak(); yyj4659++ { + + if yyj4659 >= len(yyv4659) { + yyv4659 = append(yyv4659, Event{}) // var yyz4659 Event + yyc4659 = true + } + yyh4659.ElemContainerState(yyj4659) + if yyj4659 < len(yyv4659) { + if r.TryDecodeAsNil() { + yyv4659[yyj4659] = Event{} + } else { + yyv4662 := &yyv4659[yyj4659] + yyv4662.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4659 < len(yyv4659) { + yyv4659 = yyv4659[:yyj4659] + yyc4659 = true + } else if yyj4659 == 0 && yyv4659 == nil { + yyv4659 = []Event{} + yyc4659 = true + } + } + yyh4659.End() + if yyc4659 { + *v = yyv4659 + } +} + +func (x codecSelfer1234) encSliceruntime_Object(v []pkg7_runtime.Object, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4663 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyv4663 == nil { + r.EncodeNil() + } else { + yym4664 := z.EncBinary() + _ = yym4664 + if false { + } else if z.HasExtensions() && z.EncExt(yyv4663) { + } else { + z.EncFallback(yyv4663) + } + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4665 := *v + yyh4665, yyl4665 := z.DecSliceHelperStart() + var yyc4665 bool + if yyl4665 == 0 { + if yyv4665 == nil { + yyv4665 = []pkg7_runtime.Object{} + yyc4665 = true + } else if len(yyv4665) != 0 { + yyv4665 = yyv4665[:0] + yyc4665 = true + } + } else if yyl4665 > 0 { + var yyrr4665, yyrl4665 int + var yyrt4665 bool + if yyl4665 > cap(yyv4665) { + + yyrg4665 := len(yyv4665) > 0 + yyv24665 := yyv4665 + yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4665 { + if yyrl4665 <= cap(yyv4665) { + yyv4665 = yyv4665[:yyrl4665] + } else { + yyv4665 = make([]pkg7_runtime.Object, yyrl4665) + } + } else { + yyv4665 = make([]pkg7_runtime.Object, yyrl4665) + } + yyc4665 = true + yyrr4665 = len(yyv4665) + if yyrg4665 { + copy(yyv4665, yyv24665) + } + } else if yyl4665 != len(yyv4665) { + yyv4665 = yyv4665[:yyl4665] + yyc4665 = true + } + yyj4665 := 0 + for ; yyj4665 < yyrr4665; yyj4665++ { + yyh4665.ElemContainerState(yyj4665) + if r.TryDecodeAsNil() { + yyv4665[yyj4665] = nil + } else { + yyv4666 := &yyv4665[yyj4665] + yym4667 := z.DecBinary() + _ = yym4667 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4666) { + } else { + z.DecFallback(yyv4666, true) + } + } + + } + if yyrt4665 { + for ; yyj4665 < yyl4665; yyj4665++ { + yyv4665 = append(yyv4665, nil) + yyh4665.ElemContainerState(yyj4665) + if r.TryDecodeAsNil() { + yyv4665[yyj4665] = nil + } else { + yyv4668 := &yyv4665[yyj4665] + yym4669 := z.DecBinary() + _ = yym4669 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4668) { + } else { + z.DecFallback(yyv4668, true) + } + } + + } + } + + } else { + yyj4665 := 0 + for ; !r.CheckBreak(); yyj4665++ { + + if yyj4665 >= len(yyv4665) { + yyv4665 = append(yyv4665, nil) // var yyz4665 pkg7_runtime.Object + yyc4665 = true + } + yyh4665.ElemContainerState(yyj4665) + if yyj4665 < len(yyv4665) { + if r.TryDecodeAsNil() { + yyv4665[yyj4665] = nil + } else { + yyv4670 := &yyv4665[yyj4665] + yym4671 := z.DecBinary() + _ = yym4671 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4670) { + } else { + z.DecFallback(yyv4670, true) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj4665 < len(yyv4665) { + yyv4665 = yyv4665[:yyj4665] + yyc4665 = true + } else if yyj4665 == 0 && yyv4665 == nil { + yyv4665 = []pkg7_runtime.Object{} + yyc4665 = true + } + } + yyh4665.End() + if yyc4665 { + *v = yyv4665 + } +} + +func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -60162,7 +59752,7 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -60172,7 +59762,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * var yyc4674 bool if yyl4674 == 0 { if yyv4674 == nil { - yyv4674 = []ComponentCondition{} + yyv4674 = []LimitRangeItem{} yyc4674 = true } else if len(yyv4674) != 0 { yyv4674 = yyv4674[:0] @@ -60185,15 +59775,15 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyrg4674 := len(yyv4674) > 0 yyv24674 := yyv4674 - yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 64) + yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 56) if yyrt4674 { if yyrl4674 <= cap(yyv4674) { yyv4674 = yyv4674[:yyrl4674] } else { - yyv4674 = make([]ComponentCondition, yyrl4674) + yyv4674 = make([]LimitRangeItem, yyrl4674) } } else { - yyv4674 = make([]ComponentCondition, yyrl4674) + yyv4674 = make([]LimitRangeItem, yyrl4674) } yyc4674 = true yyrr4674 = len(yyv4674) @@ -60208,7 +59798,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; yyj4674 < yyrr4674; yyj4674++ { yyh4674.ElemContainerState(yyj4674) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentCondition{} + yyv4674[yyj4674] = LimitRangeItem{} } else { yyv4675 := &yyv4674[yyj4674] yyv4675.CodecDecodeSelf(d) @@ -60217,10 +59807,10 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } if yyrt4674 { for ; yyj4674 < yyl4674; yyj4674++ { - yyv4674 = append(yyv4674, ComponentCondition{}) + yyv4674 = append(yyv4674, LimitRangeItem{}) yyh4674.ElemContainerState(yyj4674) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentCondition{} + yyv4674[yyj4674] = LimitRangeItem{} } else { yyv4676 := &yyv4674[yyj4674] yyv4676.CodecDecodeSelf(d) @@ -60234,13 +59824,13 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; !r.CheckBreak(); yyj4674++ { if yyj4674 >= len(yyv4674) { - yyv4674 = append(yyv4674, ComponentCondition{}) // var yyz4674 ComponentCondition + yyv4674 = append(yyv4674, LimitRangeItem{}) // var yyz4674 LimitRangeItem yyc4674 = true } yyh4674.ElemContainerState(yyj4674) if yyj4674 < len(yyv4674) { if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentCondition{} + yyv4674[yyj4674] = LimitRangeItem{} } else { yyv4677 := &yyv4674[yyj4674] yyv4677.CodecDecodeSelf(d) @@ -60255,7 +59845,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyv4674 = yyv4674[:yyj4674] yyc4674 = true } else if yyj4674 == 0 && yyv4674 == nil { - yyv4674 = []ComponentCondition{} + yyv4674 = []LimitRangeItem{} yyc4674 = true } } @@ -60265,7 +59855,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } -func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -60278,7 +59868,7 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -60288,7 +59878,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 var yyc4680 bool if yyl4680 == 0 { if yyv4680 == nil { - yyv4680 = []ComponentStatus{} + yyv4680 = []LimitRange{} yyc4680 = true } else if len(yyv4680) != 0 { yyv4680 = yyv4680[:0] @@ -60306,10 +59896,10 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 if yyrl4680 <= cap(yyv4680) { yyv4680 = yyv4680[:yyrl4680] } else { - yyv4680 = make([]ComponentStatus, yyrl4680) + yyv4680 = make([]LimitRange, yyrl4680) } } else { - yyv4680 = make([]ComponentStatus, yyrl4680) + yyv4680 = make([]LimitRange, yyrl4680) } yyc4680 = true yyrr4680 = len(yyv4680) @@ -60324,7 +59914,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 for ; yyj4680 < yyrr4680; yyj4680++ { yyh4680.ElemContainerState(yyj4680) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ComponentStatus{} + yyv4680[yyj4680] = LimitRange{} } else { yyv4681 := &yyv4680[yyj4680] yyv4681.CodecDecodeSelf(d) @@ -60333,10 +59923,10 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } if yyrt4680 { for ; yyj4680 < yyl4680; yyj4680++ { - yyv4680 = append(yyv4680, ComponentStatus{}) + yyv4680 = append(yyv4680, LimitRange{}) yyh4680.ElemContainerState(yyj4680) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ComponentStatus{} + yyv4680[yyj4680] = LimitRange{} } else { yyv4682 := &yyv4680[yyj4680] yyv4682.CodecDecodeSelf(d) @@ -60350,13 +59940,13 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 for ; !r.CheckBreak(); yyj4680++ { if yyj4680 >= len(yyv4680) { - yyv4680 = append(yyv4680, ComponentStatus{}) // var yyz4680 ComponentStatus + yyv4680 = append(yyv4680, LimitRange{}) // var yyz4680 LimitRange yyc4680 = true } yyh4680.ElemContainerState(yyj4680) if yyj4680 < len(yyv4680) { if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ComponentStatus{} + yyv4680[yyj4680] = LimitRange{} } else { yyv4683 := &yyv4680[yyj4680] yyv4683.CodecDecodeSelf(d) @@ -60371,7 +59961,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 yyv4680 = yyv4680[:yyj4680] yyc4680 = true } else if yyj4680 == 0 && yyv4680 == nil { - yyv4680 = []ComponentStatus{} + yyv4680 = []LimitRange{} yyc4680 = true } } @@ -60380,3 +59970,803 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 *v = yyv4680 } } + +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 _, yyv4684 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yyv4684.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 + + yyv4685 := *v + yyh4685, yyl4685 := z.DecSliceHelperStart() + var yyc4685 bool + if yyl4685 == 0 { + if yyv4685 == nil { + yyv4685 = []ResourceQuotaScope{} + yyc4685 = true + } else if len(yyv4685) != 0 { + yyv4685 = yyv4685[:0] + yyc4685 = true + } + } else if yyl4685 > 0 { + var yyrr4685, yyrl4685 int + var yyrt4685 bool + if yyl4685 > cap(yyv4685) { + + yyrl4685, yyrt4685 = z.DecInferLen(yyl4685, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4685 { + if yyrl4685 <= cap(yyv4685) { + yyv4685 = yyv4685[:yyrl4685] + } else { + yyv4685 = make([]ResourceQuotaScope, yyrl4685) + } + } else { + yyv4685 = make([]ResourceQuotaScope, yyrl4685) + } + yyc4685 = true + yyrr4685 = len(yyv4685) + } else if yyl4685 != len(yyv4685) { + yyv4685 = yyv4685[:yyl4685] + yyc4685 = true + } + yyj4685 := 0 + for ; yyj4685 < yyrr4685; yyj4685++ { + yyh4685.ElemContainerState(yyj4685) + if r.TryDecodeAsNil() { + yyv4685[yyj4685] = "" + } else { + yyv4685[yyj4685] = ResourceQuotaScope(r.DecodeString()) + } + + } + if yyrt4685 { + for ; yyj4685 < yyl4685; yyj4685++ { + yyv4685 = append(yyv4685, "") + yyh4685.ElemContainerState(yyj4685) + if r.TryDecodeAsNil() { + yyv4685[yyj4685] = "" + } else { + yyv4685[yyj4685] = ResourceQuotaScope(r.DecodeString()) + } + + } + } + + } else { + yyj4685 := 0 + for ; !r.CheckBreak(); yyj4685++ { + + if yyj4685 >= len(yyv4685) { + yyv4685 = append(yyv4685, "") // var yyz4685 ResourceQuotaScope + yyc4685 = true + } + yyh4685.ElemContainerState(yyj4685) + if yyj4685 < len(yyv4685) { + if r.TryDecodeAsNil() { + yyv4685[yyj4685] = "" + } else { + yyv4685[yyj4685] = ResourceQuotaScope(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4685 < len(yyv4685) { + yyv4685 = yyv4685[:yyj4685] + yyc4685 = true + } else if yyj4685 == 0 && yyv4685 == nil { + yyv4685 = []ResourceQuotaScope{} + yyc4685 = true + } + } + yyh4685.End() + if yyc4685 { + *v = yyv4685 + } +} + +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 _, yyv4689 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4690 := &yyv4689 + yy4690.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4691 := *v + yyh4691, yyl4691 := z.DecSliceHelperStart() + var yyc4691 bool + if yyl4691 == 0 { + if yyv4691 == nil { + yyv4691 = []ResourceQuota{} + yyc4691 = true + } else if len(yyv4691) != 0 { + yyv4691 = yyv4691[:0] + yyc4691 = true + } + } else if yyl4691 > 0 { + var yyrr4691, yyrl4691 int + var yyrt4691 bool + if yyl4691 > cap(yyv4691) { + + yyrg4691 := len(yyv4691) > 0 + yyv24691 := yyv4691 + yyrl4691, yyrt4691 = z.DecInferLen(yyl4691, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4691 { + if yyrl4691 <= cap(yyv4691) { + yyv4691 = yyv4691[:yyrl4691] + } else { + yyv4691 = make([]ResourceQuota, yyrl4691) + } + } else { + yyv4691 = make([]ResourceQuota, yyrl4691) + } + yyc4691 = true + yyrr4691 = len(yyv4691) + if yyrg4691 { + copy(yyv4691, yyv24691) + } + } else if yyl4691 != len(yyv4691) { + yyv4691 = yyv4691[:yyl4691] + yyc4691 = true + } + yyj4691 := 0 + for ; yyj4691 < yyrr4691; yyj4691++ { + yyh4691.ElemContainerState(yyj4691) + if r.TryDecodeAsNil() { + yyv4691[yyj4691] = ResourceQuota{} + } else { + yyv4692 := &yyv4691[yyj4691] + yyv4692.CodecDecodeSelf(d) + } + + } + if yyrt4691 { + for ; yyj4691 < yyl4691; yyj4691++ { + yyv4691 = append(yyv4691, ResourceQuota{}) + yyh4691.ElemContainerState(yyj4691) + if r.TryDecodeAsNil() { + yyv4691[yyj4691] = ResourceQuota{} + } else { + yyv4693 := &yyv4691[yyj4691] + yyv4693.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4691 := 0 + for ; !r.CheckBreak(); yyj4691++ { + + if yyj4691 >= len(yyv4691) { + yyv4691 = append(yyv4691, ResourceQuota{}) // var yyz4691 ResourceQuota + yyc4691 = true + } + yyh4691.ElemContainerState(yyj4691) + if yyj4691 < len(yyv4691) { + if r.TryDecodeAsNil() { + yyv4691[yyj4691] = ResourceQuota{} + } else { + yyv4694 := &yyv4691[yyj4691] + yyv4694.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4691 < len(yyv4691) { + yyv4691 = yyv4691[:yyj4691] + yyc4691 = true + } else if yyj4691 == 0 && yyv4691 == nil { + yyv4691 = []ResourceQuota{} + yyc4691 = true + } + } + yyh4691.End() + if yyc4691 { + *v = yyv4691 + } +} + +func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4695, yyv4695 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yym4696 := z.EncBinary() + _ = yym4696 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyk4695)) + } + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyv4695 == nil { + r.EncodeNil() + } else { + yym4697 := z.EncBinary() + _ = yym4697 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4695)) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4698 := *v + yyl4698 := r.ReadMapStart() + yybh4698 := z.DecBasicHandle() + if yyv4698 == nil { + yyrl4698, _ := z.DecInferLen(yyl4698, yybh4698.MaxInitLen, 40) + yyv4698 = make(map[string][]uint8, yyrl4698) + *v = yyv4698 + } + var yymk4698 string + var yymv4698 []uint8 + var yymg4698 bool + if yybh4698.MapValueReset { + yymg4698 = true + } + if yyl4698 > 0 { + for yyj4698 := 0; yyj4698 < yyl4698; yyj4698++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4698 = "" + } else { + yymk4698 = string(r.DecodeString()) + } + + if yymg4698 { + yymv4698 = yyv4698[yymk4698] + } else { + yymv4698 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4698 = nil + } else { + yyv4700 := &yymv4698 + yym4701 := z.DecBinary() + _ = yym4701 + if false { + } else { + *yyv4700 = r.DecodeBytes(*(*[]byte)(yyv4700), false, false) + } + } + + if yyv4698 != nil { + yyv4698[yymk4698] = yymv4698 + } + } + } else if yyl4698 < 0 { + for yyj4698 := 0; !r.CheckBreak(); yyj4698++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4698 = "" + } else { + yymk4698 = string(r.DecodeString()) + } + + if yymg4698 { + yymv4698 = yyv4698[yymk4698] + } else { + yymv4698 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4698 = nil + } else { + yyv4703 := &yymv4698 + yym4704 := z.DecBinary() + _ = yym4704 + if false { + } else { + *yyv4703 = r.DecodeBytes(*(*[]byte)(yyv4703), false, false) + } + } + + if yyv4698 != nil { + yyv4698[yymk4698] = yymv4698 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4705 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4706 := &yyv4705 + yy4706.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4707 := *v + yyh4707, yyl4707 := z.DecSliceHelperStart() + var yyc4707 bool + if yyl4707 == 0 { + if yyv4707 == nil { + yyv4707 = []Secret{} + yyc4707 = true + } else if len(yyv4707) != 0 { + yyv4707 = yyv4707[:0] + yyc4707 = true + } + } else if yyl4707 > 0 { + var yyrr4707, yyrl4707 int + var yyrt4707 bool + if yyl4707 > cap(yyv4707) { + + yyrg4707 := len(yyv4707) > 0 + yyv24707 := yyv4707 + yyrl4707, yyrt4707 = z.DecInferLen(yyl4707, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4707 { + if yyrl4707 <= cap(yyv4707) { + yyv4707 = yyv4707[:yyrl4707] + } else { + yyv4707 = make([]Secret, yyrl4707) + } + } else { + yyv4707 = make([]Secret, yyrl4707) + } + yyc4707 = true + yyrr4707 = len(yyv4707) + if yyrg4707 { + copy(yyv4707, yyv24707) + } + } else if yyl4707 != len(yyv4707) { + yyv4707 = yyv4707[:yyl4707] + yyc4707 = true + } + yyj4707 := 0 + for ; yyj4707 < yyrr4707; yyj4707++ { + yyh4707.ElemContainerState(yyj4707) + if r.TryDecodeAsNil() { + yyv4707[yyj4707] = Secret{} + } else { + yyv4708 := &yyv4707[yyj4707] + yyv4708.CodecDecodeSelf(d) + } + + } + if yyrt4707 { + for ; yyj4707 < yyl4707; yyj4707++ { + yyv4707 = append(yyv4707, Secret{}) + yyh4707.ElemContainerState(yyj4707) + if r.TryDecodeAsNil() { + yyv4707[yyj4707] = Secret{} + } else { + yyv4709 := &yyv4707[yyj4707] + yyv4709.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4707 := 0 + for ; !r.CheckBreak(); yyj4707++ { + + if yyj4707 >= len(yyv4707) { + yyv4707 = append(yyv4707, Secret{}) // var yyz4707 Secret + yyc4707 = true + } + yyh4707.ElemContainerState(yyj4707) + if yyj4707 < len(yyv4707) { + if r.TryDecodeAsNil() { + yyv4707[yyj4707] = Secret{} + } else { + yyv4710 := &yyv4707[yyj4707] + yyv4710.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4707 < len(yyv4707) { + yyv4707 = yyv4707[:yyj4707] + yyc4707 = true + } else if yyj4707 == 0 && yyv4707 == nil { + yyv4707 = []Secret{} + yyc4707 = true + } + } + yyh4707.End() + if yyc4707 { + *v = yyv4707 + } +} + +func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4711 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4712 := &yyv4711 + yy4712.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4713 := *v + yyh4713, yyl4713 := z.DecSliceHelperStart() + var yyc4713 bool + if yyl4713 == 0 { + if yyv4713 == nil { + yyv4713 = []ConfigMap{} + yyc4713 = true + } else if len(yyv4713) != 0 { + yyv4713 = yyv4713[:0] + yyc4713 = true + } + } else if yyl4713 > 0 { + var yyrr4713, yyrl4713 int + var yyrt4713 bool + if yyl4713 > cap(yyv4713) { + + yyrg4713 := len(yyv4713) > 0 + yyv24713 := yyv4713 + yyrl4713, yyrt4713 = z.DecInferLen(yyl4713, z.DecBasicHandle().MaxInitLen, 248) + if yyrt4713 { + if yyrl4713 <= cap(yyv4713) { + yyv4713 = yyv4713[:yyrl4713] + } else { + yyv4713 = make([]ConfigMap, yyrl4713) + } + } else { + yyv4713 = make([]ConfigMap, yyrl4713) + } + yyc4713 = true + yyrr4713 = len(yyv4713) + if yyrg4713 { + copy(yyv4713, yyv24713) + } + } else if yyl4713 != len(yyv4713) { + yyv4713 = yyv4713[:yyl4713] + yyc4713 = true + } + yyj4713 := 0 + for ; yyj4713 < yyrr4713; yyj4713++ { + yyh4713.ElemContainerState(yyj4713) + if r.TryDecodeAsNil() { + yyv4713[yyj4713] = ConfigMap{} + } else { + yyv4714 := &yyv4713[yyj4713] + yyv4714.CodecDecodeSelf(d) + } + + } + if yyrt4713 { + for ; yyj4713 < yyl4713; yyj4713++ { + yyv4713 = append(yyv4713, ConfigMap{}) + yyh4713.ElemContainerState(yyj4713) + if r.TryDecodeAsNil() { + yyv4713[yyj4713] = ConfigMap{} + } else { + yyv4715 := &yyv4713[yyj4713] + yyv4715.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4713 := 0 + for ; !r.CheckBreak(); yyj4713++ { + + if yyj4713 >= len(yyv4713) { + yyv4713 = append(yyv4713, ConfigMap{}) // var yyz4713 ConfigMap + yyc4713 = true + } + yyh4713.ElemContainerState(yyj4713) + if yyj4713 < len(yyv4713) { + if r.TryDecodeAsNil() { + yyv4713[yyj4713] = ConfigMap{} + } else { + yyv4716 := &yyv4713[yyj4713] + yyv4716.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4713 < len(yyv4713) { + yyv4713 = yyv4713[:yyj4713] + yyc4713 = true + } else if yyj4713 == 0 && yyv4713 == nil { + yyv4713 = []ConfigMap{} + yyc4713 = true + } + } + yyh4713.End() + if yyc4713 { + *v = yyv4713 + } +} + +func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4717 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4718 := &yyv4717 + yy4718.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4719 := *v + yyh4719, yyl4719 := z.DecSliceHelperStart() + var yyc4719 bool + if yyl4719 == 0 { + if yyv4719 == nil { + yyv4719 = []ComponentCondition{} + yyc4719 = true + } else if len(yyv4719) != 0 { + yyv4719 = yyv4719[:0] + yyc4719 = true + } + } else if yyl4719 > 0 { + var yyrr4719, yyrl4719 int + var yyrt4719 bool + if yyl4719 > cap(yyv4719) { + + yyrg4719 := len(yyv4719) > 0 + yyv24719 := yyv4719 + yyrl4719, yyrt4719 = z.DecInferLen(yyl4719, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4719 { + if yyrl4719 <= cap(yyv4719) { + yyv4719 = yyv4719[:yyrl4719] + } else { + yyv4719 = make([]ComponentCondition, yyrl4719) + } + } else { + yyv4719 = make([]ComponentCondition, yyrl4719) + } + yyc4719 = true + yyrr4719 = len(yyv4719) + if yyrg4719 { + copy(yyv4719, yyv24719) + } + } else if yyl4719 != len(yyv4719) { + yyv4719 = yyv4719[:yyl4719] + yyc4719 = true + } + yyj4719 := 0 + for ; yyj4719 < yyrr4719; yyj4719++ { + yyh4719.ElemContainerState(yyj4719) + if r.TryDecodeAsNil() { + yyv4719[yyj4719] = ComponentCondition{} + } else { + yyv4720 := &yyv4719[yyj4719] + yyv4720.CodecDecodeSelf(d) + } + + } + if yyrt4719 { + for ; yyj4719 < yyl4719; yyj4719++ { + yyv4719 = append(yyv4719, ComponentCondition{}) + yyh4719.ElemContainerState(yyj4719) + if r.TryDecodeAsNil() { + yyv4719[yyj4719] = ComponentCondition{} + } else { + yyv4721 := &yyv4719[yyj4719] + yyv4721.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4719 := 0 + for ; !r.CheckBreak(); yyj4719++ { + + if yyj4719 >= len(yyv4719) { + yyv4719 = append(yyv4719, ComponentCondition{}) // var yyz4719 ComponentCondition + yyc4719 = true + } + yyh4719.ElemContainerState(yyj4719) + if yyj4719 < len(yyv4719) { + if r.TryDecodeAsNil() { + yyv4719[yyj4719] = ComponentCondition{} + } else { + yyv4722 := &yyv4719[yyj4719] + yyv4722.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4719 < len(yyv4719) { + yyv4719 = yyv4719[:yyj4719] + yyc4719 = true + } else if yyj4719 == 0 && yyv4719 == nil { + yyv4719 = []ComponentCondition{} + yyc4719 = true + } + } + yyh4719.End() + if yyc4719 { + *v = yyv4719 + } +} + +func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4723 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4724 := &yyv4723 + yy4724.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4725 := *v + yyh4725, yyl4725 := z.DecSliceHelperStart() + var yyc4725 bool + if yyl4725 == 0 { + if yyv4725 == nil { + yyv4725 = []ComponentStatus{} + yyc4725 = true + } else if len(yyv4725) != 0 { + yyv4725 = yyv4725[:0] + yyc4725 = true + } + } else if yyl4725 > 0 { + var yyrr4725, yyrl4725 int + var yyrt4725 bool + if yyl4725 > cap(yyv4725) { + + yyrg4725 := len(yyv4725) > 0 + yyv24725 := yyv4725 + yyrl4725, yyrt4725 = z.DecInferLen(yyl4725, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4725 { + if yyrl4725 <= cap(yyv4725) { + yyv4725 = yyv4725[:yyrl4725] + } else { + yyv4725 = make([]ComponentStatus, yyrl4725) + } + } else { + yyv4725 = make([]ComponentStatus, yyrl4725) + } + yyc4725 = true + yyrr4725 = len(yyv4725) + if yyrg4725 { + copy(yyv4725, yyv24725) + } + } else if yyl4725 != len(yyv4725) { + yyv4725 = yyv4725[:yyl4725] + yyc4725 = true + } + yyj4725 := 0 + for ; yyj4725 < yyrr4725; yyj4725++ { + yyh4725.ElemContainerState(yyj4725) + if r.TryDecodeAsNil() { + yyv4725[yyj4725] = ComponentStatus{} + } else { + yyv4726 := &yyv4725[yyj4725] + yyv4726.CodecDecodeSelf(d) + } + + } + if yyrt4725 { + for ; yyj4725 < yyl4725; yyj4725++ { + yyv4725 = append(yyv4725, ComponentStatus{}) + yyh4725.ElemContainerState(yyj4725) + if r.TryDecodeAsNil() { + yyv4725[yyj4725] = ComponentStatus{} + } else { + yyv4727 := &yyv4725[yyj4725] + yyv4727.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4725 := 0 + for ; !r.CheckBreak(); yyj4725++ { + + if yyj4725 >= len(yyv4725) { + yyv4725 = append(yyv4725, ComponentStatus{}) // var yyz4725 ComponentStatus + yyc4725 = true + } + yyh4725.ElemContainerState(yyj4725) + if yyj4725 < len(yyv4725) { + if r.TryDecodeAsNil() { + yyv4725[yyj4725] = ComponentStatus{} + } else { + yyv4728 := &yyv4725[yyj4725] + yyv4728.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4725 < len(yyv4725) { + yyv4725 = yyv4725[:yyj4725] + yyc4725 = true + } else if yyj4725 == 0 && yyv4725 == nil { + yyv4725 = []ComponentStatus{} + yyc4725 = true + } + } + yyh4725.End() + if yyc4725 { + *v = yyv4725 + } +} diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index 54822e9ec7b..e70f73cb417 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -1607,6 +1607,11 @@ func (m *ConfigMapVolumeSource) MarshalTo(data []byte) (int, error) { i += n } } + if m.DefaultMode != nil { + data[i] = 0x18 + i++ + i = encodeVarintGenerated(data, i, uint64(*m.DefaultMode)) + } return i, nil } @@ -2180,6 +2185,11 @@ func (m *DownwardAPIVolumeFile) MarshalTo(data []byte) (int, error) { } i += n28 } + if m.Mode != nil { + data[i] = 0x20 + i++ + i = encodeVarintGenerated(data, i, uint64(*m.Mode)) + } return i, nil } @@ -2210,6 +2220,11 @@ func (m *DownwardAPIVolumeSource) MarshalTo(data []byte) (int, error) { i += n } } + if m.DefaultMode != nil { + data[i] = 0x10 + i++ + i = encodeVarintGenerated(data, i, uint64(*m.DefaultMode)) + } return i, nil } @@ -3182,6 +3197,11 @@ func (m *KeyToPath) MarshalTo(data []byte) (int, error) { i++ i = encodeVarintGenerated(data, i, uint64(len(m.Path))) i += copy(data[i:], m.Path) + if m.Mode != nil { + data[i] = 0x18 + i++ + i = encodeVarintGenerated(data, i, uint64(*m.Mode)) + } return i, nil } @@ -6994,6 +7014,11 @@ func (m *SecretVolumeSource) MarshalTo(data []byte) (int, error) { i += n } } + if m.DefaultMode != nil { + data[i] = 0x18 + i++ + i = encodeVarintGenerated(data, i, uint64(*m.DefaultMode)) + } return i, nil } @@ -8146,6 +8171,9 @@ func (m *ConfigMapVolumeSource) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } + if m.DefaultMode != nil { + n += 1 + sovGenerated(uint64(*m.DefaultMode)) + } return n } @@ -8353,6 +8381,9 @@ func (m *DownwardAPIVolumeFile) Size() (n int) { l = m.ResourceFieldRef.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.Mode != nil { + n += 1 + sovGenerated(uint64(*m.Mode)) + } return n } @@ -8365,6 +8396,9 @@ func (m *DownwardAPIVolumeSource) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } + if m.DefaultMode != nil { + n += 1 + sovGenerated(uint64(*m.DefaultMode)) + } return n } @@ -8723,6 +8757,9 @@ func (m *KeyToPath) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = len(m.Path) n += 1 + l + sovGenerated(uint64(l)) + if m.Mode != nil { + n += 1 + sovGenerated(uint64(*m.Mode)) + } return n } @@ -10135,6 +10172,9 @@ func (m *SecretVolumeSource) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } + if m.DefaultMode != nil { + n += 1 + sovGenerated(uint64(*m.DefaultMode)) + } return n } @@ -10675,6 +10715,7 @@ func (this *ConfigMapVolumeSource) String() string { s := strings.Join([]string{`&ConfigMapVolumeSource{`, `LocalObjectReference:` + strings.Replace(strings.Replace(this.LocalObjectReference.String(), "LocalObjectReference", "LocalObjectReference", 1), `&`, ``, 1) + `,`, `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "KeyToPath", "KeyToPath", 1), `&`, ``, 1) + `,`, + `DefaultMode:` + valueToStringGenerated(this.DefaultMode) + `,`, `}`, }, "") return s @@ -10827,6 +10868,7 @@ func (this *DownwardAPIVolumeFile) String() string { `Path:` + fmt.Sprintf("%v", this.Path) + `,`, `FieldRef:` + strings.Replace(fmt.Sprintf("%v", this.FieldRef), "ObjectFieldSelector", "ObjectFieldSelector", 1) + `,`, `ResourceFieldRef:` + strings.Replace(fmt.Sprintf("%v", this.ResourceFieldRef), "ResourceFieldSelector", "ResourceFieldSelector", 1) + `,`, + `Mode:` + valueToStringGenerated(this.Mode) + `,`, `}`, }, "") return s @@ -10837,6 +10879,7 @@ func (this *DownwardAPIVolumeSource) String() string { } s := strings.Join([]string{`&DownwardAPIVolumeSource{`, `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "DownwardAPIVolumeFile", "DownwardAPIVolumeFile", 1), `&`, ``, 1) + `,`, + `DefaultMode:` + valueToStringGenerated(this.DefaultMode) + `,`, `}`, }, "") return s @@ -11149,6 +11192,7 @@ func (this *KeyToPath) String() string { s := strings.Join([]string{`&KeyToPath{`, `Key:` + fmt.Sprintf("%v", this.Key) + `,`, `Path:` + fmt.Sprintf("%v", this.Path) + `,`, + `Mode:` + valueToStringGenerated(this.Mode) + `,`, `}`, }, "") return s @@ -12367,6 +12411,7 @@ func (this *SecretVolumeSource) String() string { s := strings.Join([]string{`&SecretVolumeSource{`, `SecretName:` + fmt.Sprintf("%v", this.SecretName) + `,`, `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "KeyToPath", "KeyToPath", 1), `&`, ``, 1) + `,`, + `DefaultMode:` + valueToStringGenerated(this.DefaultMode) + `,`, `}`, }, "") return s @@ -14689,6 +14734,26 @@ func (m *ConfigMapVolumeSource) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DefaultMode", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + v |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DefaultMode = &v default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -16705,6 +16770,26 @@ func (m *DownwardAPIVolumeFile) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Mode", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + v |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.Mode = &v default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -16786,6 +16871,26 @@ func (m *DownwardAPIVolumeSource) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DefaultMode", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + v |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DefaultMode = &v default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -20303,6 +20408,26 @@ func (m *KeyToPath) Unmarshal(data []byte) error { } m.Path = string(data[iNdEx:postIndex]) iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Mode", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + v |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.Mode = &v default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -34294,6 +34419,26 @@ func (m *SecretVolumeSource) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DefaultMode", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + v |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DefaultMode = &v default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -37500,597 +37645,600 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9468 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x64, 0x57, - 0x76, 0xd0, 0x56, 0x55, 0x7f, 0xd5, 0xed, 0xcf, 0x79, 0x33, 0x63, 0xb7, 0x7b, 0xd7, 0x5f, 0x6f, - 0x6d, 0xaf, 0x3d, 0xf6, 0xf4, 0x78, 0xc6, 0x76, 0x6c, 0xef, 0x2e, 0xbb, 0xee, 0xee, 0xea, 0x9e, - 0xe9, 0x4c, 0xcf, 0x4c, 0xf9, 0x54, 0x7b, 0x66, 0x37, 0x6b, 0x36, 0x7e, 0x5d, 0xf5, 0xba, 0xfb, - 0xed, 0x54, 0xd7, 0x2b, 0xbf, 0xf7, 0xaa, 0x67, 0xda, 0x4b, 0xa4, 0x10, 0x85, 0x20, 0x44, 0x08, - 0xfb, 0x83, 0x00, 0x12, 0x20, 0x05, 0x24, 0x24, 0x3e, 0x44, 0xc8, 0x86, 0x25, 0xf1, 0x42, 0x14, - 0x21, 0x11, 0x56, 0x2b, 0x20, 0xc8, 0x2b, 0x01, 0x89, 0x12, 0x69, 0x61, 0x13, 0x21, 0x84, 0xc4, - 0x0f, 0x24, 0x7e, 0x61, 0x45, 0xc0, 0x3d, 0xf7, 0xfb, 0xbe, 0x7a, 0xd5, 0xef, 0x55, 0x7b, 0xaa, - 0x99, 0x44, 0xfc, 0x68, 0xa9, 0xeb, 0x9e, 0x73, 0xcf, 0xfd, 0x78, 0xe7, 0x9e, 0x7b, 0xce, 0xb9, - 0xe7, 0x9e, 0x4b, 0x5e, 0xba, 0xfb, 0x46, 0xbc, 0x1c, 0x84, 0x97, 0xee, 0xf6, 0x76, 0xfc, 0xa8, - 0xe3, 0x27, 0x7e, 0x7c, 0xa9, 0x7b, 0x77, 0xef, 0x92, 0xd7, 0x0d, 0x2e, 0x1d, 0x5e, 0xbe, 0xb4, - 0xe7, 0x77, 0xfc, 0xc8, 0x4b, 0xfc, 0xd6, 0x72, 0x37, 0x0a, 0x93, 0xd0, 0xf9, 0x0c, 0xc7, 0x5e, - 0xd6, 0xd8, 0xcb, 0x14, 0x7b, 0x99, 0x62, 0x2f, 0x1f, 0x5e, 0x5e, 0xba, 0xb8, 0x17, 0x24, 0xfb, - 0xbd, 0x9d, 0xe5, 0x66, 0x78, 0x70, 0x69, 0x2f, 0xdc, 0x0b, 0x2f, 0xb1, 0x4a, 0x3b, 0xbd, 0x5d, - 0xf6, 0x8b, 0xfd, 0x60, 0xff, 0x71, 0x62, 0x4b, 0x57, 0x06, 0x37, 0x1d, 0xf9, 0x71, 0xd8, 0x8b, - 0x9a, 0x7e, 0xba, 0x03, 0x4b, 0xaf, 0x0d, 0xae, 0xd3, 0xeb, 0x1c, 0xfa, 0x51, 0x1c, 0x84, 0x1d, - 0xbf, 0xd5, 0x57, 0xed, 0x62, 0x76, 0xb5, 0xa8, 0xd7, 0x49, 0x82, 0x83, 0xfe, 0x56, 0x2e, 0x67, - 0xa3, 0xf7, 0x92, 0xa0, 0x7d, 0x29, 0xe8, 0x24, 0x71, 0x12, 0xa5, 0xab, 0xb8, 0xbf, 0x53, 0x22, - 0x4f, 0xad, 0xdc, 0x69, 0xac, 0xb7, 0xbd, 0x38, 0x09, 0x9a, 0xab, 0xed, 0xb0, 0x79, 0xb7, 0x91, - 0x84, 0x91, 0x7f, 0x3b, 0x6c, 0xf7, 0x0e, 0xfc, 0x06, 0x1b, 0x8d, 0xf3, 0x12, 0x99, 0x3a, 0x64, - 0xbf, 0x37, 0x6b, 0x8b, 0xa5, 0xa7, 0x4a, 0xcf, 0x57, 0x57, 0x17, 0xbe, 0xff, 0xc3, 0x27, 0x3f, - 0xf5, 0x07, 0x3f, 0x7c, 0x72, 0xea, 0xb6, 0x28, 0x07, 0x85, 0xe1, 0x3c, 0x47, 0x26, 0x76, 0xe3, - 0xed, 0xa3, 0xae, 0xbf, 0x58, 0x66, 0xb8, 0x73, 0x02, 0x77, 0x62, 0xa3, 0x81, 0xa5, 0x20, 0xa0, - 0xce, 0x25, 0x52, 0xed, 0x7a, 0x51, 0x12, 0x24, 0x74, 0xec, 0x8b, 0x15, 0x8a, 0x3a, 0xbe, 0x7a, - 0x46, 0xa0, 0x56, 0xeb, 0x12, 0x00, 0x1a, 0x07, 0xbb, 0x11, 0xf9, 0x5e, 0xeb, 0x56, 0xa7, 0x7d, - 0xb4, 0x38, 0x46, 0xf1, 0xa7, 0x74, 0x37, 0x40, 0x94, 0x83, 0xc2, 0x70, 0x3f, 0x2c, 0x93, 0xa9, - 0x95, 0xdd, 0xdd, 0xa0, 0x13, 0x24, 0x47, 0xce, 0x7b, 0x64, 0xa6, 0x13, 0xb6, 0x7c, 0xf9, 0x9b, - 0x8d, 0x62, 0xfa, 0xca, 0x85, 0xe5, 0xe3, 0xf8, 0x62, 0xf9, 0xa6, 0x51, 0x63, 0x75, 0x81, 0x36, - 0x33, 0x63, 0x96, 0x80, 0x45, 0xd1, 0x79, 0x97, 0x4c, 0x77, 0xc3, 0x96, 0x6a, 0xa0, 0xcc, 0x1a, - 0x78, 0xe1, 0xf8, 0x06, 0xea, 0xba, 0xc2, 0xea, 0x3c, 0xa5, 0x3f, 0x6d, 0x14, 0x80, 0x49, 0xce, - 0x69, 0x93, 0x79, 0xfc, 0x49, 0x3f, 0xbb, 0x6a, 0xa1, 0xc2, 0x5a, 0xb8, 0x98, 0xdf, 0x82, 0x51, - 0x69, 0xf5, 0x2c, 0x6d, 0x65, 0x3e, 0x55, 0x08, 0x69, 0xd2, 0xee, 0x07, 0x64, 0x6e, 0x25, 0x49, - 0xbc, 0xe6, 0xbe, 0xdf, 0xe2, 0xdf, 0xd7, 0x79, 0x95, 0x8c, 0x75, 0xbc, 0x03, 0x5f, 0x7c, 0xfd, - 0xa7, 0xc4, 0xb4, 0x8f, 0xdd, 0xa4, 0x65, 0x1f, 0xff, 0xf0, 0xc9, 0x85, 0x77, 0x3a, 0xc1, 0xfb, - 0x3d, 0xc1, 0x33, 0x58, 0x06, 0x0c, 0xdb, 0xb9, 0x42, 0x48, 0xcb, 0x3f, 0x0c, 0x9a, 0x7e, 0xdd, - 0x4b, 0xf6, 0x05, 0x37, 0x38, 0xa2, 0x2e, 0xa9, 0x29, 0x08, 0x18, 0x58, 0xee, 0xcf, 0x94, 0x48, - 0x75, 0xe5, 0x30, 0x0c, 0x5a, 0xb4, 0x97, 0xb1, 0xd3, 0xa3, 0xe3, 0x8e, 0xfc, 0x5d, 0x3f, 0x52, - 0x45, 0xb4, 0x0b, 0x15, 0x3a, 0xee, 0x2b, 0x39, 0xe3, 0xb6, 0x2b, 0xad, 0x77, 0x92, 0xe8, 0x68, - 0xf5, 0x51, 0xd1, 0xf4, 0x7c, 0x0a, 0x0a, 0xe9, 0x36, 0xdc, 0x7f, 0x50, 0x22, 0xe7, 0x57, 0x3e, - 0xe8, 0x45, 0xfe, 0x46, 0xd0, 0xb6, 0x97, 0x02, 0x1d, 0x52, 0xec, 0x37, 0x23, 0x3f, 0xb9, 0xa9, - 0xa7, 0x43, 0x0d, 0xa9, 0xa1, 0x20, 0x60, 0x60, 0x21, 0xa3, 0xc7, 0xfb, 0x5e, 0xc4, 0x66, 0x46, - 0xcc, 0x82, 0x62, 0xf4, 0x86, 0x04, 0x80, 0xc6, 0xb1, 0x18, 0xbd, 0x92, 0xcb, 0xe8, 0xff, 0xac, - 0x44, 0x26, 0x57, 0x83, 0x4e, 0x2b, 0xe8, 0xec, 0x39, 0x5f, 0x21, 0x53, 0x07, 0x7e, 0xe2, 0xb5, - 0xbc, 0xc4, 0x13, 0x3c, 0xfe, 0xfc, 0xf1, 0x13, 0x75, 0x6b, 0xe7, 0x1b, 0x7e, 0x33, 0xb9, 0x41, - 0xeb, 0xe8, 0x61, 0xe8, 0x32, 0x50, 0xd4, 0x9c, 0x77, 0xc8, 0x44, 0xe2, 0x45, 0x7b, 0x7e, 0x22, - 0x58, 0xfb, 0x62, 0x11, 0xba, 0x80, 0xd3, 0xea, 0x77, 0x9a, 0xbe, 0x16, 0x02, 0xdb, 0x8c, 0x08, - 0x08, 0x62, 0x6e, 0x93, 0xcc, 0xac, 0x79, 0x5d, 0x6f, 0x27, 0x68, 0xd3, 0x35, 0xee, 0xc7, 0xce, - 0xe7, 0x48, 0xc5, 0x6b, 0xb5, 0xd8, 0x47, 0xae, 0xae, 0x9e, 0xa7, 0x15, 0x2a, 0x2b, 0xad, 0x16, - 0x65, 0x31, 0xa2, 0xb0, 0x8e, 0x00, 0x31, 0x9c, 0x0b, 0x64, 0xac, 0x15, 0x85, 0x5d, 0xda, 0x1b, - 0xc4, 0x7c, 0x04, 0xb9, 0xb1, 0x46, 0x7f, 0xa7, 0x50, 0x19, 0x8e, 0xfb, 0xaf, 0xca, 0xc4, 0x59, - 0xf3, 0xbb, 0xfb, 0x1b, 0x0d, 0xeb, 0x5b, 0x3e, 0x4f, 0x27, 0x2b, 0xa4, 0x0c, 0x1f, 0x46, 0xb1, - 0x68, 0x70, 0x06, 0xa7, 0xf8, 0x86, 0x28, 0x03, 0x05, 0x75, 0x9e, 0x22, 0x63, 0x5d, 0xcd, 0xc2, - 0x33, 0x92, 0xfd, 0x19, 0xf3, 0x32, 0x08, 0x62, 0xf4, 0x62, 0x3f, 0x62, 0x9f, 0xcb, 0xc0, 0x78, - 0x87, 0x96, 0x01, 0x83, 0x68, 0xce, 0x41, 0x9e, 0x62, 0xf2, 0xab, 0x8f, 0x73, 0x10, 0x02, 0x06, - 0x96, 0xf3, 0x93, 0x94, 0x73, 0xd8, 0x2f, 0x3a, 0x91, 0x8b, 0xe3, 0x6c, 0xde, 0x73, 0x18, 0x7f, - 0x2b, 0x6c, 0x7a, 0xed, 0xf4, 0xe4, 0xcf, 0x32, 0x4e, 0x93, 0x84, 0x40, 0xd3, 0xb4, 0x38, 0x6d, - 0x22, 0x97, 0xd3, 0xfe, 0x7a, 0x89, 0xce, 0x23, 0xe5, 0x34, 0x3f, 0x3a, 0x85, 0xed, 0x61, 0xb8, - 0x45, 0xf0, 0xfb, 0xd8, 0xb5, 0xf0, 0xa0, 0x4b, 0xb7, 0xd1, 0x4e, 0xb2, 0x16, 0xd2, 0xd5, 0xc0, - 0xb6, 0x8c, 0xcf, 0x93, 0xb1, 0x04, 0x9b, 0xe2, 0xdd, 0x7a, 0x4e, 0x7e, 0x16, 0x6c, 0x80, 0x72, - 0xca, 0x23, 0xfd, 0x35, 0x58, 0x17, 0x58, 0x1d, 0xe7, 0x4d, 0x32, 0x11, 0x27, 0x5e, 0xd2, 0x8b, - 0x45, 0x47, 0x9f, 0x96, 0x1d, 0x6d, 0xb0, 0x52, 0x5a, 0x7f, 0x5e, 0x55, 0xe3, 0x45, 0x20, 0x2a, - 0x38, 0x2f, 0x90, 0xc9, 0x03, 0x3f, 0x8e, 0xbd, 0x3d, 0x5f, 0x30, 0xc4, 0xbc, 0xa8, 0x3b, 0x79, - 0x83, 0x17, 0x83, 0x84, 0x3b, 0x9f, 0x25, 0xe3, 0x7e, 0x14, 0x85, 0x91, 0xe0, 0x88, 0x59, 0x81, - 0x38, 0xbe, 0x8e, 0x85, 0xc0, 0x61, 0xee, 0x0f, 0x4a, 0x64, 0x5e, 0xf5, 0x95, 0xb7, 0x35, 0xc2, - 0xa5, 0xde, 0x22, 0xa4, 0x29, 0x07, 0x16, 0xb3, 0x05, 0x36, 0x7d, 0xe5, 0xe5, 0xe3, 0x69, 0xf7, - 0x4f, 0xa4, 0x6e, 0x43, 0x15, 0xc5, 0x60, 0xd0, 0x75, 0xbf, 0x5f, 0x22, 0x67, 0x53, 0x63, 0xda, - 0x0a, 0xe2, 0xc4, 0xf9, 0xd3, 0x7d, 0xe3, 0xba, 0x74, 0x4c, 0xdb, 0x86, 0xf6, 0xb4, 0x8c, 0xd5, - 0xd9, 0xf0, 0x14, 0xa3, 0xc8, 0x12, 0x63, 0x70, 0x40, 0xc6, 0x83, 0xc4, 0x3f, 0x90, 0xe3, 0xba, - 0x58, 0x70, 0x5c, 0xbc, 0x83, 0xfa, 0xf3, 0x6c, 0x22, 0x0d, 0xe0, 0xa4, 0xdc, 0xff, 0x49, 0xf7, - 0x2c, 0x3a, 0xca, 0xdd, 0x60, 0xef, 0x86, 0xd7, 0x1d, 0xe1, 0x87, 0x69, 0x50, 0x99, 0x87, 0x54, - 0x79, 0xd7, 0x2f, 0xe7, 0x75, 0x5d, 0x74, 0x68, 0xb9, 0x46, 0xeb, 0xf0, 0x1d, 0x50, 0xc9, 0x25, - 0x2c, 0x02, 0x46, 0x6c, 0xe9, 0x75, 0x52, 0x55, 0x08, 0xce, 0x02, 0xa9, 0xdc, 0xf5, 0xb9, 0x7a, - 0x54, 0x05, 0xfc, 0xd7, 0x39, 0x47, 0xc6, 0x0f, 0xbd, 0x76, 0x4f, 0xac, 0x56, 0xe0, 0x3f, 0x3e, - 0x5f, 0x7e, 0xa3, 0xe4, 0xfe, 0x46, 0x89, 0x9c, 0x53, 0x8d, 0x5c, 0xf7, 0x8f, 0x1a, 0x7e, 0x9b, - 0x76, 0x39, 0x8c, 0x9c, 0x9f, 0xa5, 0x80, 0x76, 0x86, 0x1c, 0x12, 0xb3, 0x71, 0x12, 0x09, 0xf6, - 0x19, 0xd1, 0xf1, 0x73, 0x59, 0x50, 0xc8, 0x6c, 0xcd, 0x79, 0x9c, 0x8f, 0x85, 0x2f, 0xde, 0x69, - 0x41, 0xa0, 0x42, 0x3b, 0xca, 0x06, 0x86, 0xdd, 0x9f, 0x55, 0xdd, 0x3f, 0x0d, 0xce, 0xdb, 0xb2, - 0x39, 0xef, 0x73, 0x05, 0x3f, 0xdf, 0x00, 0x9e, 0xfb, 0xef, 0x54, 0x45, 0x51, 0x38, 0x96, 0x38, - 0x7e, 0x48, 0xa6, 0x7f, 0xb8, 0xe1, 0xd2, 0xcf, 0xb2, 0x1d, 0xe2, 0x7e, 0x3a, 0x60, 0xb8, 0xbf, - 0x5d, 0x65, 0x4b, 0x2c, 0xf1, 0x02, 0x6a, 0xbf, 0xe0, 0x6e, 0x6b, 0xa8, 0xa3, 0x33, 0xa6, 0x3a, - 0x2a, 0x54, 0x4f, 0x2a, 0x56, 0x83, 0x03, 0x94, 0xbf, 0x65, 0x5b, 0xac, 0x6e, 0x62, 0x21, 0x70, - 0x98, 0xf3, 0x2c, 0x99, 0xa4, 0x36, 0xdf, 0x81, 0xd7, 0x69, 0x51, 0x31, 0x8d, 0xfb, 0xff, 0x34, - 0x8a, 0xe8, 0x35, 0x5e, 0x04, 0x12, 0xe6, 0x7c, 0x86, 0x8c, 0x51, 0x65, 0x25, 0xa6, 0x12, 0x1a, - 0x71, 0xa6, 0xb0, 0xa5, 0x15, 0xfa, 0x1b, 0x58, 0x29, 0xee, 0xeb, 0xf7, 0xc2, 0xe8, 0x2e, 0xd5, - 0xbe, 0x6a, 0x41, 0xc4, 0x36, 0x69, 0x63, 0x5f, 0xbf, 0xa3, 0x20, 0x60, 0x60, 0x39, 0x75, 0x32, - 0xde, 0x0d, 0xa3, 0x24, 0xa6, 0x7b, 0x2e, 0xce, 0xcd, 0x8b, 0xb9, 0xac, 0xc0, 0xc7, 0x5d, 0xa7, - 0x75, 0xf4, 0x50, 0xf0, 0x17, 0x9d, 0x1f, 0x46, 0xc8, 0x59, 0x23, 0x15, 0xbf, 0x73, 0xb8, 0x38, - 0xc9, 0xe8, 0x3d, 0x73, 0x3c, 0xbd, 0xf5, 0xce, 0xe1, 0x6d, 0x2f, 0xd2, 0x4b, 0x82, 0xfe, 0x06, - 0xac, 0xed, 0x34, 0x49, 0x55, 0x5a, 0xb0, 0xf1, 0xe2, 0x54, 0x11, 0x6e, 0x01, 0x81, 0x0e, 0xfe, - 0xfb, 0xbd, 0x20, 0xf2, 0x0f, 0xa8, 0xa4, 0x8c, 0xb5, 0x72, 0x2b, 0xa1, 0x31, 0x68, 0xba, 0xb4, - 0x91, 0x19, 0xae, 0x0b, 0xdc, 0x08, 0xa9, 0x19, 0x1b, 0x2f, 0x56, 0x59, 0x97, 0x73, 0x2c, 0xa5, - 0xdb, 0xba, 0xc6, 0xea, 0x39, 0x41, 0x7e, 0xc6, 0x28, 0x8c, 0xc1, 0x22, 0x4a, 0xad, 0xb1, 0xd9, - 0x76, 0x70, 0x48, 0x6d, 0xdd, 0x38, 0xae, 0x47, 0xe1, 0x8e, 0xbf, 0x48, 0xd8, 0x68, 0x3e, 0x9b, - 0x67, 0x35, 0x50, 0xd4, 0xd5, 0x33, 0x94, 0xf6, 0xec, 0x96, 0x59, 0x1b, 0x6c, 0x62, 0x54, 0x2d, - 0x9b, 0x43, 0xc5, 0x23, 0xd0, 0xe4, 0xa7, 0x8b, 0x93, 0x77, 0x28, 0xf9, 0x39, 0xb0, 0xaa, 0x43, - 0x8a, 0x9c, 0xb3, 0x4d, 0xaa, 0xed, 0x60, 0xd7, 0x6f, 0x1e, 0x35, 0xa9, 0xaa, 0x38, 0xc3, 0x68, - 0xe7, 0xac, 0x9f, 0x2d, 0x89, 0xce, 0x95, 0x3d, 0xf5, 0x13, 0x34, 0x21, 0xe7, 0x36, 0x79, 0x24, - 0xf1, 0xa3, 0x83, 0xa0, 0xe3, 0xe1, 0x0e, 0x2c, 0x34, 0x11, 0x66, 0x9a, 0xcd, 0x32, 0xae, 0x7d, - 0x42, 0x4c, 0xec, 0x23, 0xdb, 0x99, 0x58, 0x30, 0xa0, 0xb6, 0x73, 0x8b, 0xcc, 0xb3, 0xf5, 0x54, - 0xef, 0xb5, 0xdb, 0xf5, 0xb0, 0x1d, 0x34, 0x8f, 0x16, 0xe7, 0x18, 0xc1, 0x67, 0xa5, 0xc1, 0xb5, - 0x69, 0x83, 0x51, 0x49, 0xd7, 0xbf, 0x20, 0x5d, 0x1b, 0xad, 0x5d, 0xaa, 0xa2, 0xf6, 0x22, 0xaa, - 0xc1, 0x23, 0xef, 0xfb, 0xf7, 0x93, 0xc5, 0xf9, 0x22, 0x46, 0x47, 0xc3, 0xae, 0xc4, 0xad, 0xdd, - 0x54, 0x21, 0xa4, 0x49, 0xa3, 0xa8, 0x88, 0x13, 0x3a, 0xfb, 0x8b, 0x0b, 0x4c, 0xcb, 0x54, 0xeb, - 0xab, 0x81, 0x85, 0xc0, 0x61, 0xcc, 0x86, 0xc3, 0x7f, 0x6e, 0xa1, 0x20, 0x3d, 0xc3, 0x10, 0xb5, - 0x0d, 0x27, 0x01, 0xa0, 0x71, 0x70, 0xf7, 0x49, 0xa8, 0x95, 0xee, 0x30, 0x54, 0xb5, 0xd4, 0xb6, - 0xb7, 0xbf, 0x0a, 0x58, 0xee, 0xee, 0x90, 0x39, 0xb5, 0xac, 0xd9, 0xec, 0x38, 0x4f, 0x92, 0x71, - 0x94, 0x5c, 0xd2, 0x14, 0xa9, 0x62, 0x17, 0x50, 0xa0, 0xd1, 0x25, 0xce, 0xca, 0x59, 0x17, 0x82, - 0x0f, 0xfc, 0xd5, 0x23, 0x3a, 0x6a, 0x26, 0xd6, 0x2a, 0x46, 0x17, 0x24, 0x00, 0x34, 0x8e, 0xfb, - 0xbf, 0xf9, 0x0e, 0xa7, 0x65, 0x47, 0x01, 0xb9, 0x49, 0xb5, 0xee, 0xfd, 0x30, 0x4e, 0x10, 0x9b, - 0xb5, 0x31, 0xae, 0xb7, 0xb4, 0x6b, 0xa2, 0x1c, 0x14, 0x86, 0xf3, 0x05, 0x32, 0xdb, 0x34, 0x1b, - 0x10, 0x6e, 0x9c, 0xf3, 0xa2, 0x8a, 0xdd, 0x3a, 0xd8, 0xb8, 0xce, 0x1b, 0x64, 0x8a, 0xf9, 0xa0, - 0x9a, 0x61, 0x5b, 0x28, 0xbf, 0x72, 0x9b, 0x99, 0xaa, 0x8b, 0xf2, 0x8f, 0x8d, 0xff, 0x41, 0x61, - 0xa3, 0x09, 0x81, 0x5d, 0xd8, 0xac, 0x0b, 0x71, 0xab, 0x4c, 0x88, 0x6b, 0xac, 0x14, 0x04, 0xd4, - 0xfd, 0x95, 0xb2, 0x31, 0xcb, 0xa8, 0xc1, 0xf9, 0xce, 0x4f, 0x90, 0xc9, 0x7b, 0x1e, 0xd5, 0x40, - 0x3b, 0x7b, 0x62, 0x3b, 0x7c, 0xa5, 0xa0, 0xec, 0x65, 0xd5, 0xef, 0xf0, 0xaa, 0x7c, 0x9f, 0x10, - 0x3f, 0x40, 0x12, 0x44, 0xda, 0x51, 0xaf, 0xd3, 0x41, 0xda, 0xe5, 0xe1, 0x69, 0x03, 0xaf, 0xca, - 0x69, 0x8b, 0x1f, 0x20, 0x09, 0x3a, 0xbb, 0x84, 0xc8, 0xd5, 0xe7, 0xb7, 0x84, 0xef, 0xe7, 0xc7, - 0x86, 0x21, 0xbf, 0xad, 0x6a, 0xaf, 0xce, 0xe1, 0xce, 0xa4, 0x7f, 0x83, 0x41, 0xd9, 0xed, 0x31, - 0xad, 0xa2, 0xbf, 0x5b, 0x54, 0xa2, 0x52, 0xe6, 0xf6, 0x22, 0x8a, 0xb3, 0x92, 0x88, 0xa9, 0x7b, - 0xb1, 0xa0, 0x76, 0xb4, 0x1d, 0x1c, 0xf8, 0xe6, 0x6a, 0x11, 0x54, 0x40, 0x13, 0x74, 0xbf, 0x5b, - 0x21, 0x8b, 0x83, 0xfa, 0x8b, 0x3c, 0xe9, 0xdf, 0x0f, 0xa8, 0x69, 0xd1, 0xe2, 0x9c, 0x6b, 0xf0, - 0xe4, 0xba, 0x28, 0x07, 0x85, 0x81, 0xcc, 0x11, 0x07, 0x7b, 0x1d, 0xaf, 0x2d, 0xf8, 0x57, 0x31, - 0x47, 0x83, 0x95, 0x82, 0x80, 0x22, 0x1e, 0x95, 0xba, 0xb1, 0xf0, 0x3d, 0x1a, 0x4c, 0x04, 0xac, - 0x14, 0x04, 0xd4, 0xb4, 0xe5, 0xc6, 0x72, 0x6c, 0x39, 0x6b, 0x8e, 0xc6, 0x1f, 0xf0, 0x1c, 0xd1, - 0x5d, 0x87, 0xa0, 0x7f, 0x2e, 0xde, 0x67, 0xe4, 0x27, 0x86, 0x27, 0xaf, 0xb4, 0x92, 0x0d, 0x45, - 0x06, 0x0c, 0x92, 0xce, 0x6b, 0x64, 0x5a, 0xad, 0x50, 0x6a, 0xca, 0x4f, 0xb2, 0xd1, 0x9e, 0x15, - 0x95, 0xa6, 0xb5, 0xb8, 0xaa, 0x81, 0x89, 0xe7, 0x7e, 0x23, 0xcd, 0x32, 0x62, 0x61, 0x18, 0x33, - 0x5c, 0x2a, 0x3a, 0xc3, 0xe5, 0xe3, 0x67, 0xd8, 0xfd, 0x8f, 0x15, 0x34, 0x84, 0x8d, 0xc6, 0x7a, - 0x71, 0x01, 0xa1, 0xf6, 0x36, 0x4a, 0x78, 0xda, 0x31, 0xb1, 0x2c, 0x5f, 0x1a, 0x66, 0xdd, 0x98, - 0xfb, 0x01, 0x2e, 0x07, 0x4e, 0xc9, 0xd9, 0xa7, 0x3b, 0xb4, 0x17, 0x33, 0xb3, 0xd0, 0x17, 0xcb, - 0x71, 0x38, 0xb2, 0x5a, 0xa5, 0xa6, 0x64, 0x8c, 0x0d, 0x97, 0xb7, 0xa2, 0x89, 0xe3, 0xf6, 0x84, - 0xda, 0x81, 0x74, 0x79, 0xab, 0xee, 0xa0, 0x0a, 0x71, 0x04, 0x1c, 0x46, 0x65, 0xe9, 0x0c, 0xd5, - 0xb0, 0x90, 0x55, 0xd6, 0x50, 0x01, 0x62, 0xcc, 0x37, 0xae, 0x35, 0x25, 0x30, 0x60, 0x60, 0x61, - 0x6a, 0x45, 0x79, 0xe2, 0x18, 0x45, 0x99, 0x7e, 0x21, 0xf6, 0x8f, 0xe2, 0x0a, 0xf5, 0x85, 0x36, - 0x79, 0x31, 0x48, 0x78, 0x9a, 0x89, 0xa6, 0x0a, 0x32, 0xd1, 0x05, 0x32, 0x57, 0xf3, 0xfc, 0x83, - 0xb0, 0xb3, 0xde, 0x69, 0x75, 0xc3, 0x80, 0x76, 0x6c, 0x91, 0x8c, 0xb1, 0x2d, 0x85, 0xaf, 0xf8, - 0x31, 0xa4, 0x00, 0x63, 0xa8, 0xec, 0xba, 0xff, 0x87, 0xee, 0x6b, 0x35, 0x6a, 0x6c, 0x26, 0xfe, - 0xad, 0x2e, 0xf3, 0x25, 0x38, 0x1b, 0xc4, 0xd9, 0x8b, 0xbc, 0xa6, 0x5f, 0xf7, 0xa3, 0x20, 0x6c, - 0xd1, 0x1d, 0x3f, 0xec, 0x30, 0x4f, 0x31, 0xee, 0x91, 0xe8, 0x1a, 0x74, 0xae, 0xf6, 0x41, 0x21, - 0xa3, 0x86, 0xd3, 0x22, 0xb3, 0xdd, 0xc8, 0xb7, 0x9c, 0x1f, 0xa5, 0x7c, 0xfd, 0xbc, 0x6e, 0x56, - 0xe1, 0xea, 0xa3, 0x55, 0x04, 0x36, 0x51, 0xe7, 0x2d, 0xb2, 0x10, 0x46, 0xdd, 0x7d, 0xaf, 0x53, - 0xf3, 0xbb, 0x7e, 0xa7, 0x85, 0x3a, 0xb3, 0xf0, 0x70, 0x9d, 0xa3, 0x75, 0x17, 0x6e, 0xa5, 0x60, - 0xd0, 0x87, 0xed, 0xfe, 0xa5, 0x32, 0x39, 0x5f, 0x0b, 0xef, 0x75, 0xee, 0x79, 0x51, 0x6b, 0xa5, - 0xbe, 0xc9, 0x15, 0x61, 0xe6, 0x31, 0x94, 0x9e, 0xca, 0xd2, 0x40, 0x4f, 0xe5, 0xd7, 0xc8, 0xd4, - 0x6e, 0xe0, 0xb7, 0x5b, 0xe8, 0x52, 0xe4, 0xc3, 0xbb, 0x5c, 0xc4, 0x3d, 0xb1, 0x81, 0x75, 0xa4, - 0x89, 0xcf, 0x1d, 0xa5, 0x1b, 0x82, 0x0c, 0x28, 0x82, 0x4e, 0x8f, 0x2c, 0x48, 0x4d, 0x5f, 0x42, - 0xc5, 0xea, 0x78, 0xa5, 0x98, 0x21, 0x61, 0x37, 0xc3, 0xe6, 0x03, 0x52, 0x04, 0xa1, 0xaf, 0x09, - 0x37, 0x26, 0x8f, 0xf6, 0x4d, 0x87, 0xb0, 0x86, 0xbf, 0x22, 0xcd, 0x50, 0x7e, 0x6e, 0x90, 0xd3, - 0x8d, 0xcc, 0x49, 0x1d, 0x60, 0x92, 0xde, 0x22, 0xe7, 0xd6, 0x0f, 0xba, 0xc9, 0x11, 0x35, 0xe8, - 0xac, 0x16, 0x5f, 0x27, 0x13, 0x07, 0x7e, 0x2b, 0xe8, 0x1d, 0x88, 0x8f, 0xf0, 0xa4, 0x14, 0x7b, - 0x37, 0x58, 0x29, 0xd5, 0x69, 0x66, 0xf1, 0x88, 0x8d, 0x2e, 0x17, 0x5e, 0x00, 0x02, 0xdd, 0xfd, - 0x51, 0x89, 0xcc, 0x4b, 0xf6, 0x5f, 0x69, 0xb5, 0xe8, 0x28, 0x63, 0x67, 0x89, 0x94, 0x83, 0xae, - 0x20, 0x44, 0x04, 0xa1, 0x32, 0x55, 0x71, 0x68, 0x29, 0xd5, 0x37, 0xaa, 0xdc, 0x8b, 0xae, 0x3f, - 0xe5, 0x90, 0x5e, 0x79, 0x66, 0x2b, 0x6c, 0x4b, 0x1a, 0xa0, 0xc9, 0x49, 0x3d, 0x90, 0x09, 0xd6, - 0x8a, 0xed, 0xd3, 0xbd, 0x26, 0xca, 0x41, 0x61, 0xa0, 0x27, 0x1d, 0x0f, 0xc3, 0xd8, 0x01, 0x07, - 0xdf, 0x24, 0x19, 0x83, 0xdc, 0x14, 0x65, 0xa0, 0xa0, 0xee, 0xcf, 0x97, 0xc8, 0x8c, 0x1c, 0x63, - 0x41, 0x95, 0x14, 0x59, 0x5a, 0xab, 0xa3, 0x9a, 0xa5, 0x51, 0xa5, 0x64, 0x10, 0x4b, 0x93, 0xac, - 0x0c, 0xa3, 0x49, 0xba, 0xdf, 0xa5, 0x1a, 0xa2, 0xec, 0x4e, 0xa3, 0xb7, 0x13, 0xfb, 0x89, 0xf3, - 0x75, 0x52, 0xf5, 0xf8, 0xe4, 0xfb, 0x92, 0x69, 0x2e, 0xe6, 0xd9, 0xd3, 0xd6, 0x37, 0xd3, 0xdb, - 0xf8, 0x8a, 0xa4, 0x03, 0x9a, 0xa4, 0x73, 0x48, 0xce, 0x74, 0xc2, 0x84, 0x49, 0x6f, 0x05, 0x2f, - 0xe6, 0x8c, 0x4c, 0xb7, 0xf3, 0x98, 0x68, 0xe7, 0xcc, 0xcd, 0x34, 0x3d, 0xe8, 0x6f, 0x82, 0x5a, - 0x69, 0xc2, 0xe7, 0x50, 0x61, 0x6d, 0x5d, 0x28, 0xd6, 0xd6, 0x60, 0x97, 0x83, 0xfb, 0x9b, 0x25, - 0x52, 0x95, 0x68, 0xa3, 0x74, 0x47, 0xdf, 0x21, 0x93, 0x31, 0xfb, 0x34, 0x72, 0x9a, 0x5e, 0x2a, - 0xd6, 0x75, 0xfe, 0x3d, 0xf5, 0x56, 0xc5, 0x7f, 0xc7, 0x20, 0xa9, 0x31, 0x0f, 0xa0, 0x1a, 0xc0, - 0xc3, 0xe7, 0x01, 0x54, 0x5d, 0x1b, 0x20, 0x7f, 0xfe, 0x5e, 0x89, 0x4c, 0x70, 0x57, 0x4e, 0x31, - 0x7f, 0x98, 0xe1, 0xc6, 0xd5, 0x14, 0x6f, 0x63, 0xa1, 0xf0, 0xea, 0xd2, 0x99, 0xae, 0xb2, 0x7f, - 0x36, 0xa2, 0xf0, 0x40, 0x88, 0xed, 0x0b, 0x45, 0x5c, 0x49, 0x5c, 0xf0, 0x71, 0x69, 0x72, 0x5b, - 0x12, 0x00, 0x4d, 0xcb, 0xfd, 0x8d, 0x0a, 0xae, 0x7a, 0x8d, 0x6a, 0x6d, 0x42, 0xa5, 0xd3, 0xd8, - 0x84, 0xca, 0x23, 0xdf, 0x84, 0x9c, 0xf7, 0xc9, 0x7c, 0xd3, 0x70, 0x87, 0xeb, 0xad, 0xef, 0x4a, - 0x41, 0x4f, 0xaf, 0xe1, 0x43, 0xe7, 0xae, 0x8b, 0x35, 0x9b, 0x1c, 0xa4, 0xe9, 0x3b, 0x3e, 0x99, - 0xe1, 0x67, 0x79, 0xa2, 0xbd, 0xb1, 0x5c, 0x9e, 0xe5, 0x5e, 0x12, 0x5e, 0x43, 0x35, 0xc6, 0x62, - 0x1b, 0x1a, 0x06, 0x21, 0xb0, 0xc8, 0xba, 0x7f, 0x65, 0x9c, 0x8c, 0xaf, 0x1f, 0x52, 0xcd, 0x63, - 0x84, 0xab, 0xfc, 0x80, 0xcc, 0x05, 0x9d, 0xc3, 0xb0, 0x7d, 0xe8, 0xb7, 0x38, 0xfc, 0x64, 0x3b, - 0xda, 0x23, 0xa2, 0x91, 0xb9, 0x4d, 0x8b, 0x18, 0xa4, 0x88, 0x8f, 0xc2, 0xfa, 0x7b, 0x9b, 0x1a, - 0x9e, 0x8c, 0x23, 0x84, 0xe9, 0x97, 0xe3, 0xd2, 0x64, 0x13, 0x2a, 0x56, 0x8e, 0xb6, 0x51, 0xb9, - 0x37, 0x55, 0x10, 0x72, 0xee, 0x92, 0xb9, 0xdd, 0x20, 0xa2, 0xf6, 0x01, 0x35, 0xdf, 0xa8, 0xce, - 0x7e, 0xd0, 0x3d, 0x89, 0xd9, 0xa7, 0xa6, 0x64, 0xc3, 0x22, 0x05, 0x29, 0xd2, 0xd4, 0xa4, 0x99, - 0x45, 0xab, 0x43, 0xb7, 0x35, 0x39, 0x7c, 0x5b, 0xca, 0xf3, 0xb3, 0x65, 0x52, 0x02, 0x9b, 0x30, - 0x0a, 0xa3, 0x26, 0x33, 0x53, 0xa6, 0xd8, 0x96, 0xae, 0x84, 0x11, 0xb7, 0x4f, 0x38, 0x0c, 0x65, - 0x1a, 0x3b, 0xba, 0xad, 0xda, 0x32, 0x4d, 0x1f, 0xd0, 0xba, 0xdf, 0xc1, 0x0d, 0x08, 0x67, 0xf1, - 0x34, 0x64, 0xf7, 0x35, 0x5b, 0x76, 0x7f, 0xb6, 0xc0, 0xc7, 0x1d, 0x20, 0xb7, 0xdf, 0x23, 0xd3, - 0xc6, 0xb7, 0x47, 0xb7, 0x5e, 0x53, 0x9e, 0x32, 0x0a, 0x01, 0xae, 0x14, 0x08, 0x75, 0xfc, 0x08, - 0x1a, 0x07, 0x27, 0x06, 0x15, 0xaf, 0x74, 0x30, 0x02, 0xaa, 0x65, 0xc0, 0x20, 0xee, 0x2b, 0x84, - 0xac, 0xdf, 0xf7, 0x9b, 0x2b, 0x4d, 0x76, 0x06, 0x6e, 0x9c, 0x72, 0x94, 0x06, 0x9f, 0x72, 0xb8, - 0xef, 0xd2, 0xcd, 0xf0, 0x3e, 0xee, 0xec, 0xd2, 0xa8, 0xa2, 0x4b, 0xc4, 0x67, 0x05, 0xac, 0x57, - 0x53, 0x9a, 0x49, 0x39, 0x1a, 0x08, 0x28, 0x3b, 0xc1, 0xbe, 0xef, 0x89, 0x05, 0x6b, 0x18, 0xa8, - 0xeb, 0x58, 0x08, 0x1c, 0xe6, 0x7e, 0xbb, 0x44, 0xe6, 0x36, 0xd6, 0x2c, 0x3d, 0x79, 0x99, 0x10, - 0xae, 0x6f, 0xde, 0xb9, 0x73, 0x53, 0x7a, 0x3d, 0xb9, 0x6b, 0x4a, 0x95, 0x82, 0x81, 0xe1, 0x3c, - 0x46, 0x2a, 0xed, 0x5e, 0x47, 0xa8, 0x81, 0x93, 0xe8, 0x4d, 0xdd, 0xea, 0x75, 0x00, 0xcb, 0x8c, - 0x98, 0x82, 0x4a, 0xe1, 0x98, 0x82, 0xfc, 0x08, 0xb2, 0x5f, 0xac, 0x90, 0x85, 0x8d, 0xb6, 0x7f, - 0xdf, 0xea, 0x35, 0x6d, 0xaa, 0x15, 0x05, 0x94, 0x79, 0xd2, 0x4e, 0x8d, 0x1a, 0x2b, 0x05, 0x01, - 0x2d, 0x1c, 0xe6, 0x60, 0x85, 0x78, 0x54, 0x46, 0x1c, 0xe2, 0x91, 0x3b, 0x66, 0x67, 0x97, 0x4c, - 0x86, 0xfc, 0xfb, 0x53, 0x29, 0x86, 0x8c, 0xfe, 0x85, 0xe3, 0x3b, 0x93, 0x9e, 0x9f, 0x65, 0xc1, - 0x3d, 0xfc, 0xbc, 0x59, 0x09, 0x4b, 0x51, 0x0a, 0x92, 0xf8, 0xd2, 0xe7, 0xc9, 0x8c, 0x89, 0x39, - 0xd4, 0xc1, 0xf3, 0x16, 0x39, 0xbb, 0x81, 0x81, 0x8a, 0xa9, 0x30, 0x94, 0xd7, 0xc8, 0x34, 0xae, - 0xd4, 0xd8, 0x8a, 0xcd, 0x52, 0x9e, 0x87, 0x9a, 0x06, 0x81, 0x89, 0xe7, 0xfe, 0xbb, 0x12, 0x79, - 0xfc, 0xea, 0xda, 0x7a, 0x1d, 0xc5, 0x41, 0x9c, 0xd0, 0x05, 0x56, 0x0b, 0xe2, 0xbb, 0xe9, 0x4f, - 0xde, 0x6d, 0x19, 0x34, 0xd5, 0xa7, 0xac, 0xd7, 0x18, 0x39, 0x01, 0x7d, 0x58, 0x02, 0x1f, 0xa9, - 0x5e, 0x78, 0xf6, 0x6a, 0x40, 0xbf, 0x7d, 0x37, 0x4c, 0x87, 0xae, 0x45, 0xb4, 0x2c, 0xc6, 0x90, - 0xa6, 0xa3, 0x74, 0xe8, 0x1a, 0x28, 0x08, 0x18, 0x58, 0xbc, 0xe5, 0xc3, 0x00, 0x05, 0xa5, 0x18, - 0x94, 0xd1, 0x32, 0x2f, 0x07, 0x85, 0x81, 0x03, 0x6b, 0x05, 0x11, 0xd3, 0x29, 0x8e, 0xc4, 0x4a, - 0x54, 0x03, 0xab, 0x49, 0x00, 0x68, 0x1c, 0xf7, 0x6f, 0x96, 0xc8, 0xf9, 0xab, 0xed, 0x1e, 0x9d, - 0xf6, 0x68, 0x37, 0xb6, 0x3a, 0xfb, 0x0a, 0xa9, 0xfa, 0x52, 0xff, 0x15, 0x7d, 0x55, 0x7b, 0x8b, - 0x52, 0x8c, 0x79, 0xdc, 0x9c, 0xc2, 0x2b, 0x10, 0xa6, 0x35, 0x5c, 0x50, 0xd1, 0x3f, 0x2f, 0x93, - 0xd9, 0x6b, 0xdb, 0xdb, 0xf5, 0xab, 0x7e, 0x22, 0x64, 0x69, 0xbe, 0x7b, 0xa5, 0x6e, 0x58, 0xab, - 0xd3, 0x57, 0x96, 0x07, 0xac, 0x1e, 0x0c, 0xc9, 0x5d, 0xe6, 0x21, 0xb9, 0xcb, 0x9b, 0x9d, 0xe4, - 0x56, 0xd4, 0x48, 0x22, 0x74, 0xfe, 0x67, 0x59, 0xb7, 0x52, 0xde, 0x57, 0x06, 0xc9, 0x7b, 0x3a, - 0x59, 0x13, 0x71, 0x73, 0xdf, 0x57, 0xc6, 0xf7, 0xa7, 0x95, 0x3a, 0xc1, 0x4a, 0xa9, 0xed, 0x5b, - 0x7d, 0x07, 0x36, 0xf9, 0x0f, 0x10, 0xa8, 0x54, 0xf0, 0x4c, 0xef, 0x27, 0x49, 0xf7, 0x1a, 0x1d, - 0x2c, 0x65, 0x7d, 0xb1, 0xda, 0x73, 0xb4, 0x39, 0x9c, 0x0c, 0x5e, 0x41, 0x2f, 0x2c, 0x5d, 0x16, - 0x83, 0x49, 0xd1, 0x6d, 0x10, 0xa2, 0x61, 0x0f, 0xc8, 0x44, 0x71, 0xff, 0x6c, 0x99, 0x4c, 0x5e, - 0xa3, 0xdb, 0x55, 0x9b, 0x92, 0xdc, 0x20, 0x63, 0x3e, 0xdd, 0xe6, 0x8a, 0x29, 0xa2, 0x7a, 0x43, - 0xe4, 0x27, 0xf8, 0xf8, 0x1b, 0x58, 0x7d, 0x07, 0xc8, 0x24, 0xf6, 0xfb, 0xaa, 0x8a, 0x6d, 0x7c, - 0x31, 0x7f, 0x16, 0x14, 0x4b, 0xf0, 0xdd, 0x54, 0x14, 0x81, 0x24, 0xc4, 0x7c, 0x33, 0xcd, 0x6e, - 0x03, 0xa5, 0x54, 0x52, 0x2c, 0x54, 0x77, 0x7b, 0xad, 0xce, 0xd1, 0x05, 0x5d, 0xee, 0x9b, 0x91, - 0x85, 0xa0, 0xc9, 0xb9, 0x6f, 0x90, 0x73, 0xec, 0x2c, 0x8e, 0xb2, 0x9b, 0xb5, 0x66, 0x72, 0x99, - 0xd3, 0xfd, 0xdb, 0x65, 0x72, 0x66, 0xb3, 0xb1, 0xd6, 0xb0, 0x5d, 0x64, 0x6f, 0x90, 0x19, 0xbe, - 0xcd, 0x22, 0xd3, 0x79, 0x6d, 0x51, 0x5f, 0x39, 0x8f, 0xb7, 0x0d, 0x18, 0x58, 0x98, 0x78, 0xc8, - 0x19, 0xbc, 0xdf, 0x49, 0x87, 0xd8, 0x6c, 0xbe, 0x7d, 0x13, 0xb0, 0x1c, 0xc1, 0xb8, 0x63, 0x73, - 0x11, 0xa7, 0xc0, 0x6a, 0xd7, 0xfe, 0x12, 0x55, 0xf9, 0xe3, 0x66, 0x1c, 0xd0, 0x05, 0x40, 0xd7, - 0xbf, 0xd7, 0x94, 0xec, 0xab, 0x75, 0x78, 0xec, 0xaa, 0x82, 0x42, 0x0a, 0xdb, 0x90, 0xb7, 0xe3, - 0x85, 0x77, 0xfd, 0xfc, 0x20, 0xc7, 0x2d, 0x52, 0x55, 0xc1, 0x28, 0x32, 0x86, 0xa8, 0x94, 0x1d, - 0x43, 0x94, 0x2f, 0x70, 0xdc, 0x7f, 0x44, 0x75, 0x54, 0x75, 0x18, 0x4f, 0x39, 0xad, 0x4a, 0x45, - 0x6b, 0xc2, 0x8e, 0x77, 0x04, 0xdb, 0x3e, 0x9b, 0xc3, 0x6b, 0x9c, 0xd7, 0x39, 0x37, 0xd4, 0x65, - 0x5d, 0xd0, 0x64, 0x9c, 0x2d, 0x32, 0xd9, 0x8d, 0xfc, 0x46, 0xc2, 0x62, 0x61, 0x87, 0xa0, 0xc8, - 0xf8, 0xb6, 0xce, 0x6b, 0x82, 0x24, 0xe1, 0xfe, 0x5a, 0x89, 0x90, 0xad, 0xe0, 0x80, 0x6e, 0x1f, - 0x5e, 0x67, 0xcf, 0x1f, 0xa1, 0xbd, 0x77, 0x93, 0x8c, 0xc5, 0x5d, 0xba, 0x78, 0x0b, 0x1d, 0xc9, - 0xe8, 0x1e, 0x35, 0x68, 0x1d, 0x3d, 0xd1, 0xf8, 0x0b, 0x18, 0x1d, 0xf7, 0x97, 0x09, 0x99, 0xd3, - 0x68, 0xa8, 0x70, 0x3b, 0x17, 0xad, 0xe0, 0xcf, 0xc7, 0x52, 0xc1, 0x9f, 0x55, 0x86, 0x6d, 0xc4, - 0x7b, 0x26, 0xa4, 0x72, 0xe0, 0xdd, 0x17, 0xfa, 0xfd, 0x6b, 0x45, 0x3b, 0x84, 0x2d, 0x2d, 0xdf, - 0xf0, 0xee, 0x73, 0x85, 0xe7, 0x45, 0xc9, 0x22, 0xb4, 0xe4, 0x63, 0x7e, 0xf0, 0xc2, 0xd6, 0x18, - 0x1a, 0x14, 0x3f, 0xf3, 0x9f, 0xf4, 0x6f, 0x26, 0xf6, 0xb0, 0x39, 0xd6, 0x6a, 0xd0, 0x11, 0x4e, - 0xb9, 0x21, 0x5b, 0x0d, 0x3a, 0xe9, 0x56, 0x83, 0x4e, 0x81, 0x56, 0x83, 0x0e, 0xc6, 0x88, 0x4d, - 0xb6, 0xfc, 0x5d, 0xaf, 0xd7, 0x4e, 0x58, 0x58, 0xd3, 0xf4, 0x95, 0x37, 0x87, 0x6a, 0xba, 0xc6, - 0xeb, 0xf2, 0xe6, 0x2f, 0x49, 0x2d, 0x4f, 0x94, 0xe6, 0x76, 0x41, 0x36, 0xed, 0xfc, 0x12, 0xb5, - 0x0a, 0xc4, 0xff, 0x18, 0x41, 0x44, 0xcd, 0x43, 0xb1, 0x0f, 0xbd, 0x75, 0x92, 0xde, 0x08, 0x12, - 0xbc, 0x53, 0x3f, 0x26, 0x85, 0x88, 0x0d, 0xcc, 0xed, 0x5b, 0xaa, 0x3f, 0xce, 0x87, 0x25, 0x72, - 0x8e, 0x7e, 0x27, 0xde, 0x22, 0x2f, 0x03, 0x3c, 0xa8, 0x13, 0xa1, 0x5b, 0x1b, 0xc3, 0xf2, 0x49, - 0x1f, 0x21, 0xde, 0xdd, 0x2f, 0xca, 0xe3, 0xc0, 0x2c, 0x94, 0xdc, 0x4e, 0x67, 0xf6, 0x70, 0xa9, - 0x45, 0xa6, 0x24, 0x63, 0x66, 0xe8, 0xd7, 0xab, 0xe6, 0x76, 0x7b, 0xfc, 0x0a, 0x94, 0xae, 0xae, - 0xe5, 0xb7, 0x7b, 0x5e, 0x27, 0xc1, 0xb8, 0x7a, 0xad, 0x8d, 0xb3, 0x56, 0x04, 0x23, 0x8e, 0xb0, - 0x95, 0x7d, 0x32, 0x63, 0xf2, 0xdc, 0x08, 0x5b, 0x0a, 0xc9, 0xd9, 0x0c, 0x7e, 0x1a, 0x61, 0x83, - 0x3d, 0xf2, 0xd8, 0x40, 0xbe, 0x18, 0x5d, 0xb3, 0xe8, 0xbe, 0x37, 0x04, 0xe6, 0x69, 0xb8, 0x50, - 0x6e, 0xd8, 0x2e, 0x94, 0xe7, 0x8b, 0x2e, 0x9d, 0x01, 0x7e, 0x94, 0x5d, 0xb3, 0xff, 0xb8, 0x13, - 0x38, 0xdb, 0x64, 0xa2, 0x8d, 0x25, 0xf2, 0xdc, 0xe6, 0xa5, 0x61, 0x16, 0xa7, 0x56, 0x1f, 0x58, - 0x79, 0x0c, 0x82, 0x96, 0xfb, 0xeb, 0x25, 0x32, 0x76, 0x1a, 0xd3, 0x53, 0xb7, 0xa7, 0x67, 0x90, - 0x12, 0x2a, 0x2e, 0xff, 0x2d, 0x83, 0x77, 0x6f, 0xfd, 0x3e, 0xb5, 0x57, 0x63, 0xa6, 0x2c, 0x66, - 0xce, 0xd0, 0x3f, 0x2c, 0x93, 0x69, 0x6c, 0x48, 0x7a, 0x74, 0xbe, 0x80, 0x1e, 0xbe, 0x1d, 0xbf, - 0x2d, 0x1d, 0xbf, 0x69, 0xc3, 0x6a, 0xcb, 0x04, 0x82, 0x8d, 0x8b, 0x95, 0x77, 0x4d, 0xbf, 0xb8, - 0x50, 0x7a, 0x54, 0x65, 0xcb, 0x69, 0x0e, 0x36, 0x2e, 0xea, 0xf6, 0xf7, 0xbc, 0xa4, 0xb9, 0x2f, - 0x8c, 0x2e, 0xd5, 0xdd, 0x3b, 0x58, 0x08, 0x1c, 0xe6, 0xac, 0x90, 0x79, 0xc9, 0xb1, 0xb7, 0xf9, - 0xd4, 0x09, 0x85, 0x50, 0x5d, 0xdc, 0x02, 0x1b, 0x0c, 0x69, 0x7c, 0xe7, 0xf3, 0x64, 0x0e, 0x27, - 0x27, 0xec, 0x25, 0x32, 0x08, 0x60, 0x9c, 0x05, 0x01, 0xb0, 0xa0, 0xcb, 0x6d, 0x0b, 0x02, 0x29, - 0x4c, 0xf7, 0x27, 0xc9, 0xd9, 0xad, 0xd0, 0x6b, 0xad, 0x7a, 0x6d, 0xaf, 0xd3, 0xf4, 0xa3, 0xcd, - 0xce, 0x5e, 0xee, 0x09, 0xac, 0x79, 0x4a, 0x5a, 0xce, 0x3b, 0x25, 0x75, 0x23, 0xe2, 0x98, 0x0d, - 0x88, 0xf0, 0x95, 0x77, 0xc9, 0x64, 0xc0, 0x9b, 0x12, 0x5c, 0x7b, 0x39, 0xcf, 0xfd, 0xd3, 0xd7, - 0x47, 0x23, 0x1c, 0x83, 0x17, 0x80, 0x24, 0x89, 0xb6, 0x42, 0x96, 0xbf, 0x28, 0xdf, 0x1c, 0x73, - 0xff, 0x42, 0x89, 0xcc, 0xdf, 0x4c, 0xdd, 0x98, 0xc2, 0xd8, 0x2a, 0x3f, 0xca, 0x70, 0x7e, 0x35, - 0x58, 0x29, 0x08, 0xe8, 0x03, 0x37, 0xc4, 0xff, 0x62, 0x99, 0x54, 0x59, 0x2c, 0x64, 0xd7, 0x6b, - 0x8e, 0x52, 0x29, 0xbd, 0x61, 0x29, 0xa5, 0x39, 0x66, 0xa0, 0xea, 0xd0, 0x20, 0x9d, 0x14, 0xef, - 0xcc, 0x89, 0x1b, 0x44, 0x85, 0x2c, 0x40, 0x4d, 0x90, 0x5f, 0x36, 0x99, 0xb3, 0x2f, 0x1c, 0xc9, - 0xdb, 0x45, 0xec, 0xdc, 0x52, 0xe1, 0x3e, 0x7c, 0xe7, 0x96, 0xaa, 0x6b, 0x03, 0xa4, 0x52, 0xdd, - 0xe8, 0x3d, 0x13, 0xdb, 0x5f, 0x66, 0x81, 0x6d, 0x5e, 0x3b, 0xf8, 0xc0, 0x57, 0x37, 0xf1, 0x9e, - 0x14, 0x71, 0x6a, 0xa2, 0xf4, 0x63, 0x26, 0x60, 0xc4, 0x2f, 0x7e, 0xc1, 0x52, 0x57, 0x71, 0xaf, - 0x51, 0x4e, 0xb5, 0xe7, 0xce, 0x79, 0x8d, 0x8c, 0x77, 0xf7, 0xbd, 0xd8, 0x4f, 0xc5, 0x60, 0x8c, - 0xd7, 0xb1, 0x90, 0x52, 0x9b, 0x53, 0x15, 0x58, 0x09, 0x70, 0x6c, 0xf7, 0x8f, 0xa8, 0xac, 0xc7, - 0xa8, 0x85, 0x11, 0xf2, 0xd8, 0x35, 0x8b, 0xc7, 0x9e, 0xcb, 0xbf, 0x82, 0x3c, 0x90, 0xbd, 0xea, - 0x29, 0xf6, 0x7a, 0xbe, 0x00, 0xad, 0xe3, 0x39, 0xeb, 0x80, 0x4c, 0xb3, 0x2b, 0xce, 0x22, 0xf8, - 0xe4, 0x15, 0xcb, 0x80, 0x7a, 0x32, 0x65, 0x40, 0xcd, 0x1b, 0xa8, 0x86, 0x19, 0xf5, 0x02, 0x99, - 0x14, 0xc1, 0x0e, 0xe9, 0x68, 0x3e, 0x81, 0x0b, 0x12, 0xee, 0xfe, 0x6a, 0x85, 0x58, 0x57, 0xaa, - 0x9d, 0xef, 0x95, 0x08, 0x55, 0x5a, 0xd8, 0x55, 0x82, 0x56, 0xad, 0x87, 0x1e, 0x31, 0x74, 0x5a, - 0xb5, 0x7a, 0x6d, 0xfa, 0xdf, 0xe6, 0x5e, 0x27, 0x54, 0xc5, 0xe8, 0xbd, 0xe9, 0x31, 0xff, 0x69, - 0xe1, 0x9b, 0xdc, 0xea, 0xb4, 0xf3, 0x0a, 0xed, 0xcb, 0x32, 0x0c, 0xd5, 0x0a, 0x0c, 0xd9, 0x2b, - 0xe7, 0x77, 0x4b, 0xe4, 0x12, 0xbf, 0x54, 0x5c, 0x7c, 0x24, 0x85, 0x0c, 0xcf, 0xba, 0x24, 0xaa, - 0xc9, 0x61, 0xf0, 0xe0, 0xea, 0xeb, 0x62, 0x92, 0x2f, 0xd5, 0x87, 0x6b, 0x15, 0x86, 0xed, 0xa6, - 0xfb, 0x2f, 0x2b, 0x74, 0xfd, 0xd2, 0xf9, 0xd4, 0x97, 0x2c, 0x5f, 0xb3, 0xd8, 0xe4, 0xe9, 0x14, - 0x9b, 0x9c, 0xb1, 0x90, 0x1f, 0xcc, 0xfd, 0xca, 0x84, 0x9c, 0xc1, 0x13, 0xc5, 0x6b, 0xbe, 0x17, - 0x25, 0x3b, 0xbe, 0xc7, 0x8e, 0x16, 0xc5, 0x22, 0x18, 0xea, 0xb8, 0x52, 0x45, 0xd0, 0x6c, 0xa5, - 0xa9, 0x41, 0x7f, 0x03, 0xce, 0x3d, 0xe2, 0xb0, 0x73, 0xcc, 0xc8, 0xa3, 0x4a, 0x17, 0x1b, 0x4c, - 0x20, 0x5c, 0xae, 0x43, 0x36, 0xbb, 0x24, 0x9a, 0x75, 0xb6, 0xfa, 0xc8, 0x41, 0x46, 0x13, 0xc6, - 0x61, 0xf5, 0x78, 0xd1, 0xc3, 0xea, 0x89, 0x9c, 0x40, 0xda, 0x9f, 0x2b, 0x91, 0xb3, 0xf8, 0x61, - 0xec, 0xa0, 0xcb, 0xd8, 0x09, 0xc9, 0x3c, 0x8e, 0xa0, 0xed, 0x27, 0xb2, 0x4c, 0xac, 0xb0, 0x1c, - 0x5d, 0xda, 0xa6, 0xa3, 0x35, 0xb6, 0xeb, 0x36, 0x31, 0x48, 0x53, 0x77, 0x7f, 0xb5, 0x44, 0x58, - 0x9c, 0xd8, 0x69, 0xec, 0x63, 0x57, 0xed, 0x7d, 0xcc, 0xcd, 0x17, 0x1a, 0x03, 0xb6, 0xb0, 0x57, - 0xc9, 0x02, 0x42, 0xeb, 0x51, 0x78, 0xff, 0x48, 0x2a, 0xd7, 0xf9, 0xde, 0xd7, 0x3f, 0x5f, 0xe2, - 0xe2, 0x4e, 0x69, 0xc5, 0xf7, 0x30, 0x14, 0x4c, 0xff, 0xc6, 0x85, 0x2c, 0x95, 0xc0, 0xe5, 0xe2, - 0x02, 0x8d, 0xad, 0x7f, 0x23, 0x16, 0x2c, 0x45, 0x10, 0xfa, 0xdb, 0x70, 0xff, 0x4e, 0x89, 0x3c, - 0x6a, 0x22, 0x1a, 0xd7, 0xb7, 0xf2, 0x5c, 0x9e, 0x35, 0x32, 0x15, 0x76, 0x31, 0x85, 0x88, 0xb2, - 0x00, 0x9e, 0x97, 0x33, 0x7e, 0x4b, 0x94, 0xd3, 0x95, 0x7b, 0xce, 0xa4, 0x2e, 0xcb, 0x41, 0xd5, - 0x74, 0x5c, 0x32, 0xc1, 0x2c, 0xd1, 0x58, 0x5c, 0xbc, 0x23, 0xc8, 0xcd, 0xcc, 0xd1, 0x4f, 0x17, - 0x39, 0x87, 0xb8, 0x7f, 0xb9, 0xc4, 0x67, 0xd9, 0xec, 0xba, 0xf3, 0x4d, 0xb2, 0x70, 0x80, 0xc6, - 0xc2, 0xfa, 0xfd, 0x2e, 0x6e, 0x21, 0xec, 0xa0, 0xb2, 0x54, 0x44, 0x70, 0x0e, 0x18, 0xee, 0xea, - 0xa2, 0xe8, 0xfd, 0xc2, 0x8d, 0x14, 0x59, 0xe8, 0x6b, 0xc8, 0xfd, 0x3d, 0xc1, 0xab, 0x4c, 0x6b, - 0xa1, 0x8b, 0xad, 0x1b, 0xb6, 0xd6, 0x36, 0x6b, 0x20, 0xe6, 0x4a, 0x2d, 0xb6, 0x3a, 0x2f, 0x06, - 0x09, 0xc7, 0x93, 0x37, 0x9f, 0x9a, 0x6a, 0x11, 0x55, 0x58, 0x36, 0x6b, 0xe9, 0x3c, 0x18, 0xeb, - 0x0a, 0x02, 0x06, 0x16, 0xd6, 0xe9, 0x46, 0xe1, 0x61, 0xd0, 0x62, 0x61, 0xd4, 0x15, 0xbb, 0x4e, - 0x5d, 0x41, 0xc0, 0xc0, 0x42, 0x13, 0xad, 0xd7, 0x89, 0xb9, 0x00, 0xf7, 0x76, 0x44, 0x96, 0x81, - 0x29, 0x6d, 0xa2, 0xbd, 0x63, 0x02, 0xc1, 0xc6, 0x75, 0x7f, 0x50, 0x25, 0x44, 0xab, 0x08, 0xe8, - 0x21, 0x9c, 0x6a, 0x7a, 0x54, 0x41, 0xe2, 0xe9, 0x52, 0x2a, 0xf9, 0xf7, 0x4d, 0x74, 0xe5, 0xe5, - 0x35, 0x51, 0x91, 0xfb, 0xb6, 0x5e, 0x96, 0x0c, 0x22, 0x8b, 0x73, 0xfd, 0x59, 0xaa, 0x65, 0xe7, - 0x5b, 0x25, 0x32, 0xed, 0xb5, 0xf1, 0x82, 0x69, 0xc2, 0x46, 0x54, 0x2e, 0xe2, 0xac, 0x34, 0x7a, - 0xb2, 0xa2, 0xeb, 0xf2, 0xce, 0xbc, 0x22, 0xcf, 0xad, 0x0c, 0x48, 0x6e, 0x7f, 0xcc, 0x2e, 0x38, - 0x2f, 0x4b, 0xd5, 0x92, 0x7f, 0x94, 0xa5, 0xb4, 0x6a, 0x59, 0x65, 0xa2, 0xc1, 0xd0, 0x2a, 0xf1, - 0xe6, 0x86, 0x11, 0x53, 0x3e, 0x56, 0xe4, 0xce, 0xa7, 0xb5, 0x69, 0xe6, 0xdd, 0xa5, 0xc7, 0xd3, - 0x26, 0x1d, 0xb3, 0x3a, 0x5e, 0xe4, 0x42, 0xa5, 0xa1, 0xbb, 0xe5, 0xc4, 0xab, 0x26, 0x64, 0xbe, - 0x65, 0x6f, 0x12, 0x22, 0x08, 0xe9, 0x72, 0x7e, 0x0b, 0xa9, 0xdd, 0x45, 0x6f, 0x0b, 0x29, 0x00, - 0xa4, 0x9b, 0xa0, 0x23, 0x62, 0x31, 0xc3, 0x9b, 0x9d, 0xdd, 0x50, 0xc4, 0x21, 0xbd, 0x54, 0xe0, - 0x9b, 0x1f, 0xc5, 0x54, 0x3c, 0x63, 0x1d, 0xbd, 0x0d, 0xdc, 0x14, 0x54, 0x40, 0xd1, 0x43, 0x37, - 0x11, 0xbb, 0xad, 0x80, 0x77, 0x5c, 0x2b, 0x43, 0x5c, 0xdc, 0x60, 0x77, 0x1d, 0xf4, 0xe6, 0xcb, - 0x7e, 0x52, 0x71, 0xc5, 0x69, 0x51, 0xbd, 0x5e, 0x5c, 0x41, 0x8d, 0x37, 0x3b, 0xef, 0xc4, 0x3e, - 0xbb, 0xd7, 0x5a, 0x5d, 0x7d, 0x46, 0x5f, 0x54, 0xe5, 0xe5, 0x99, 0xe9, 0x72, 0xac, 0x9a, 0xb8, - 0x07, 0x8b, 0xdf, 0x32, 0x0b, 0xcf, 0x22, 0x29, 0xd2, 0x51, 0x3b, 0x67, 0x8f, 0x9e, 0xec, 0xdb, - 0x36, 0x31, 0x48, 0x53, 0x5f, 0x0a, 0xc8, 0xac, 0xb5, 0x62, 0x47, 0xe8, 0xec, 0x6c, 0x93, 0x85, - 0xf4, 0x92, 0x1c, 0xa1, 0x8f, 0xf3, 0x0f, 0xc7, 0xc8, 0x9c, 0xcd, 0x18, 0x18, 0xa3, 0x70, 0x40, - 0x47, 0x4d, 0xbf, 0xa7, 0xca, 0x56, 0xa2, 0xf8, 0xff, 0x86, 0x04, 0x80, 0xc6, 0x61, 0x79, 0x5b, - 0x58, 0xf5, 0x77, 0xde, 0xe9, 0x17, 0xde, 0x0d, 0x05, 0x01, 0x03, 0x0b, 0x15, 0xb6, 0x9d, 0x30, - 0x4c, 0x94, 0xe0, 0x56, 0x3c, 0xb3, 0xca, 0x4a, 0x41, 0x40, 0x51, 0x60, 0xdf, 0xc5, 0x01, 0xb5, - 0x6d, 0x7f, 0x97, 0x12, 0xd8, 0xd7, 0x4d, 0x20, 0xd8, 0xb8, 0xb8, 0x01, 0x85, 0x31, 0x63, 0x42, - 0xa1, 0x16, 0xea, 0x68, 0x9b, 0x06, 0xbf, 0xbd, 0x23, 0xe1, 0xce, 0x57, 0xc9, 0xa3, 0xea, 0xb2, - 0x0d, 0x70, 0xff, 0xa1, 0x6c, 0x71, 0xc2, 0xb2, 0xed, 0x1e, 0x5d, 0xcb, 0x46, 0x83, 0x41, 0xf5, - 0xf1, 0x10, 0x57, 0xa8, 0x74, 0x92, 0xe2, 0xa4, 0x7d, 0x88, 0x7b, 0xdd, 0x82, 0x42, 0x0a, 0x9b, - 0xea, 0x13, 0x0b, 0x58, 0xc2, 0x54, 0x29, 0x49, 0x81, 0x5f, 0x1a, 0x52, 0x3b, 0xf3, 0xf5, 0x14, - 0x1c, 0xfa, 0x6a, 0xa0, 0xeb, 0x90, 0xeb, 0x16, 0x68, 0xc1, 0xb0, 0xef, 0x20, 0xe2, 0x06, 0xd5, - 0x22, 0xb8, 0x65, 0x83, 0x21, 0x8d, 0x8f, 0xa7, 0xe0, 0x5e, 0x44, 0x3f, 0x7a, 0x42, 0x55, 0x84, - 0x5e, 0xc4, 0x6f, 0x8c, 0x1b, 0xa7, 0xe0, 0x2b, 0x06, 0x0c, 0x2c, 0x4c, 0xf7, 0x03, 0x72, 0x36, - 0x23, 0x3c, 0x19, 0x19, 0x87, 0x32, 0xa8, 0x1c, 0x53, 0x2a, 0xde, 0x06, 0x2f, 0x98, 0x88, 0xd1, - 0x18, 0x58, 0xc8, 0x9d, 0xcc, 0x71, 0x6a, 0x24, 0xcc, 0x52, 0xdc, 0xb9, 0x21, 0x01, 0xa0, 0x71, - 0xdc, 0xef, 0xd0, 0x5d, 0x5b, 0xbb, 0x19, 0x0a, 0x44, 0x59, 0xd0, 0x61, 0xca, 0x1c, 0x70, 0x46, - 0x3e, 0x2a, 0x35, 0xcc, 0xab, 0x06, 0x0c, 0x2c, 0x4c, 0xec, 0x5b, 0x47, 0x3a, 0x4d, 0xd2, 0xd1, - 0x3d, 0xca, 0x9b, 0x02, 0x1a, 0x07, 0x7d, 0x7c, 0xb1, 0xdf, 0xde, 0xdd, 0x0a, 0x3a, 0x77, 0x05, - 0x63, 0x2b, 0xa9, 0xdc, 0x10, 0xe5, 0xa0, 0x30, 0x9c, 0xb7, 0x48, 0xa5, 0x17, 0xb4, 0x04, 0x2b, - 0x2f, 0x4b, 0xbd, 0x93, 0xae, 0x26, 0x2a, 0x31, 0x9f, 0xcc, 0x4e, 0x6c, 0x87, 0x66, 0x64, 0xbc, - 0x8c, 0x8b, 0x0f, 0xab, 0x66, 0xf9, 0x8f, 0x27, 0x86, 0xf4, 0x1f, 0xd3, 0x6f, 0x26, 0xc6, 0x2c, - 0x39, 0xb9, 0xa2, 0xbf, 0xd9, 0x55, 0x05, 0x01, 0x03, 0x0b, 0x8d, 0xd1, 0x26, 0x35, 0xc0, 0xa4, - 0xb5, 0xc6, 0x63, 0x67, 0xa7, 0x3e, 0x81, 0x31, 0xba, 0x96, 0xa6, 0x06, 0xfd, 0x0d, 0x38, 0x5d, - 0x72, 0xa6, 0x85, 0xeb, 0xc8, 0x6a, 0xb5, 0x7a, 0x82, 0x88, 0x5d, 0x6c, 0xb1, 0x96, 0xa6, 0x04, - 0xfd, 0xc4, 0x9d, 0xaf, 0x93, 0x25, 0x59, 0xd8, 0x7f, 0x9d, 0x8e, 0x2d, 0x97, 0xca, 0xea, 0x13, - 0x94, 0xda, 0x52, 0x6d, 0x20, 0x16, 0x1c, 0x43, 0xc1, 0x79, 0x97, 0x4c, 0xb0, 0x13, 0x87, 0x78, - 0x71, 0x9a, 0xed, 0x76, 0xaf, 0x16, 0x75, 0xb8, 0x2d, 0xb3, 0x73, 0x0b, 0x11, 0x72, 0xa8, 0x4f, - 0x71, 0x58, 0x21, 0x08, 0x9a, 0x74, 0xbe, 0xa6, 0xbd, 0x4e, 0x27, 0x4c, 0x3c, 0xae, 0x84, 0xcd, - 0x14, 0xd1, 0x23, 0x8d, 0x26, 0x56, 0x74, 0x5d, 0xde, 0x8e, 0x8a, 0x7f, 0x32, 0x20, 0x60, 0x36, - 0x81, 0xdb, 0x78, 0x78, 0x0f, 0x05, 0xa6, 0x74, 0xba, 0xc7, 0x8b, 0xb3, 0x45, 0xb6, 0xf1, 0x5b, - 0x56, 0x25, 0x43, 0x82, 0xd9, 0xc4, 0x20, 0x4d, 0x1d, 0x03, 0x6a, 0x0d, 0x3f, 0xea, 0x9c, 0x0e, - 0xa8, 0xd5, 0x7e, 0x54, 0xd3, 0x6d, 0xba, 0xf4, 0x26, 0x99, 0x36, 0x66, 0x6e, 0x98, 0x10, 0xcc, - 0xa5, 0x2f, 0xd1, 0x6d, 0x3c, 0x35, 0x23, 0x43, 0x85, 0x70, 0xfe, 0x8f, 0x32, 0x99, 0xcf, 0x38, - 0x92, 0xb8, 0x1b, 0xb0, 0x20, 0x65, 0x4b, 0x76, 0x5d, 0xa7, 0x65, 0xc0, 0x20, 0xb6, 0x04, 0x2a, - 0x17, 0x90, 0x40, 0x52, 0x1c, 0x56, 0x06, 0x8a, 0x43, 0x21, 0x75, 0xc6, 0x4e, 0x2e, 0x75, 0x6c, - 0x31, 0x3f, 0x5e, 0x48, 0xcc, 0x3f, 0x00, 0x49, 0x65, 0xed, 0x14, 0x93, 0x05, 0x76, 0x8a, 0x8f, - 0x4b, 0x64, 0xce, 0x66, 0xa1, 0x02, 0x33, 0xfe, 0xb0, 0x4e, 0xe0, 0x32, 0xb3, 0xa8, 0x92, 0x28, - 0x6c, 0xb7, 0xfd, 0x48, 0x04, 0x75, 0xcd, 0x09, 0x03, 0x49, 0x94, 0x82, 0x81, 0xe1, 0xfe, 0x52, - 0x99, 0x2c, 0xe8, 0x08, 0x5f, 0x91, 0xd4, 0x72, 0x74, 0x3e, 0xfe, 0x6d, 0xcb, 0xc7, 0x9f, 0x97, - 0xab, 0x32, 0xd5, 0xaf, 0x81, 0xfe, 0xfe, 0x77, 0x53, 0xfe, 0xfe, 0x57, 0x87, 0xa4, 0x7b, 0xbc, - 0xef, 0xff, 0x1f, 0x97, 0xc9, 0xf9, 0x74, 0x95, 0xb5, 0xb6, 0x17, 0x1c, 0x8c, 0x70, 0x9e, 0xbe, - 0x6a, 0xcd, 0xd3, 0xeb, 0xc3, 0x8d, 0x87, 0x75, 0x6e, 0xe0, 0x64, 0x79, 0xa9, 0xc9, 0x7a, 0xf3, - 0x24, 0xc4, 0x8f, 0x9f, 0xb1, 0x7f, 0x5f, 0x22, 0x8f, 0x65, 0xd6, 0x3b, 0x0d, 0x5f, 0xe6, 0x57, - 0x6c, 0x5f, 0xe6, 0x2b, 0x27, 0x18, 0xde, 0x00, 0xe7, 0xe6, 0x7f, 0x29, 0x0f, 0x18, 0x16, 0x73, - 0x7b, 0xdd, 0xa2, 0xfb, 0x68, 0x93, 0xee, 0x36, 0xf1, 0x0d, 0x6a, 0x57, 0xc9, 0xd3, 0xba, 0x8b, - 0x6c, 0x23, 0xd4, 0xc5, 0x74, 0xed, 0x2f, 0xa5, 0x49, 0x68, 0x30, 0x98, 0x14, 0xec, 0xa4, 0x53, - 0xe5, 0x11, 0x25, 0x9d, 0xa2, 0x32, 0xe6, 0x50, 0x99, 0xdb, 0x69, 0x6f, 0x9a, 0x61, 0x88, 0x1b, - 0x58, 0x54, 0xdf, 0x41, 0xe5, 0x94, 0xc7, 0x3a, 0x8c, 0xe5, 0x2e, 0x38, 0xeb, 0x03, 0x9a, 0x81, - 0x13, 0xfc, 0x9a, 0xa2, 0x72, 0x3d, 0x2a, 0x9a, 0xee, 0x77, 0x2a, 0xe4, 0xd3, 0xc7, 0xb0, 0x1d, - 0xdd, 0x24, 0xac, 0x23, 0xcc, 0x17, 0xd3, 0x7e, 0xa6, 0xa5, 0xcc, 0xca, 0x96, 0xe3, 0x29, 0xf5, - 0xb1, 0xca, 0x9f, 0xf8, 0x63, 0xfd, 0xa2, 0xe9, 0x15, 0xe4, 0x31, 0x8b, 0x57, 0x4f, 0xbc, 0xb0, - 0x1e, 0x9c, 0x9b, 0xf0, 0x14, 0x3d, 0x18, 0x98, 0xa0, 0xf8, 0xe9, 0xcc, 0x41, 0x59, 0x91, 0x12, - 0x78, 0xab, 0x0b, 0x0b, 0x8d, 0x6b, 0x23, 0xfa, 0x56, 0x97, 0x04, 0x80, 0xc6, 0xb1, 0x02, 0x22, - 0xca, 0xb9, 0x01, 0x11, 0xff, 0xba, 0x44, 0xce, 0xa5, 0x3b, 0x71, 0x1a, 0x52, 0xa7, 0x61, 0x4b, - 0x9d, 0xe5, 0xe1, 0xbe, 0xfd, 0x00, 0x81, 0xf3, 0x1f, 0x08, 0x79, 0xa4, 0x6f, 0xb3, 0xe2, 0xd3, - 0xf8, 0xd3, 0x25, 0x72, 0x66, 0x8f, 0x19, 0x0a, 0xc6, 0xe5, 0x1c, 0x31, 0xb0, 0x9c, 0x9b, 0x49, - 0xc7, 0xde, 0xe9, 0xe1, 0x66, 0x4f, 0x1f, 0x0a, 0xf4, 0x37, 0xe6, 0xfc, 0x3c, 0x9d, 0x6a, 0xef, - 0x5e, 0xdc, 0x97, 0x21, 0x5d, 0xf0, 0xd1, 0x97, 0x72, 0x7c, 0x72, 0x39, 0xb9, 0xd5, 0x57, 0x17, - 0x31, 0xe8, 0x33, 0x0b, 0x0b, 0x32, 0x5b, 0xa5, 0x4a, 0x00, 0x4f, 0xbf, 0x85, 0x6a, 0x5f, 0xa1, - 0xeb, 0x62, 0x59, 0x57, 0x05, 0xb8, 0x4c, 0x92, 0x10, 0x50, 0x14, 0x9d, 0xf7, 0x48, 0x75, 0x4f, - 0xde, 0xc7, 0x11, 0x42, 0x2f, 0x67, 0x67, 0xc9, 0xbc, 0xbe, 0xc3, 0xc3, 0xd5, 0x15, 0x08, 0x34, - 0x51, 0xe7, 0x1a, 0xa9, 0x74, 0x76, 0x63, 0x71, 0x45, 0x36, 0x2f, 0x20, 0xc6, 0x0e, 0x3f, 0xe2, - 0x97, 0xfe, 0x68, 0x21, 0x20, 0x09, 0xa4, 0x14, 0xed, 0xb4, 0x84, 0x33, 0x3a, 0x87, 0x12, 0xac, - 0xd6, 0xfa, 0x29, 0xd1, 0x42, 0x40, 0x12, 0x2c, 0xf2, 0x0e, 0xaf, 0x16, 0x08, 0x4f, 0x73, 0xce, - 0xfd, 0xe9, 0xbe, 0x0b, 0x14, 0x3c, 0x57, 0x1b, 0x2b, 0x06, 0x4e, 0x08, 0x5d, 0xcc, 0x4d, 0x96, - 0x28, 0x59, 0x38, 0x02, 0xf2, 0xd2, 0xe7, 0xf6, 0x25, 0x55, 0xe6, 0x27, 0x62, 0xbc, 0x1c, 0x04, - 0x2d, 0x46, 0xd5, 0xef, 0xee, 0xef, 0xc6, 0xc2, 0xd0, 0xcf, 0xa3, 0xda, 0x97, 0xf2, 0x5a, 0x50, - 0x65, 0xe5, 0x20, 0x68, 0x39, 0x35, 0x52, 0xde, 0x6d, 0x8a, 0x04, 0x89, 0x39, 0xa6, 0xa9, 0x7d, - 0x83, 0x73, 0x75, 0x02, 0x43, 0xe1, 0x36, 0xd6, 0x80, 0xd6, 0xa7, 0xfa, 0xc8, 0xe4, 0x2e, 0xbf, - 0x94, 0x27, 0x92, 0x21, 0x5e, 0xce, 0xbb, 0x38, 0xd8, 0x77, 0x83, 0x8f, 0x5f, 0x49, 0x10, 0x00, - 0x90, 0xe4, 0xe8, 0x3e, 0x4c, 0x76, 0xd5, 0x2d, 0x43, 0x91, 0x0d, 0x71, 0x79, 0xb8, 0x5b, 0x89, - 0xc2, 0x0c, 0x56, 0xa5, 0x60, 0x50, 0x44, 0x9e, 0xf7, 0x64, 0xae, 0x77, 0x96, 0x09, 0x31, 0x97, - 0xe7, 0x33, 0x53, 0xc3, 0x73, 0x9e, 0x57, 0x20, 0xd0, 0x44, 0x9d, 0x1e, 0x99, 0x3d, 0x8c, 0xbb, - 0xfb, 0xbe, 0x5c, 0xfa, 0x2c, 0x3d, 0xe2, 0xf4, 0x95, 0x2f, 0xe6, 0xe4, 0xbc, 0x14, 0x55, 0x82, - 0x28, 0xe9, 0x79, 0xed, 0x3e, 0x09, 0xc6, 0xf2, 0x0c, 0xdd, 0x36, 0xc9, 0x82, 0xdd, 0x8a, 0xfb, - 0x7b, 0xe3, 0xfd, 0x9b, 0x04, 0xd3, 0xe1, 0x7e, 0xa1, 0xff, 0x6c, 0xef, 0xad, 0xe1, 0x6d, 0x94, - 0x07, 0x78, 0xca, 0x47, 0x65, 0xec, 0x23, 0xdd, 0xcc, 0x1d, 0x40, 0x48, 0xd9, 0x61, 0x4d, 0x1d, - 0x3e, 0x45, 0x2a, 0xa1, 0x65, 0x36, 0x1c, 0x06, 0xb4, 0x99, 0x56, 0x9b, 0x2a, 0x9f, 0x58, 0x6d, - 0xba, 0x43, 0xe7, 0x1b, 0x77, 0x7a, 0x9d, 0xa3, 0x61, 0xc8, 0xb4, 0x06, 0x4c, 0x5e, 0xaf, 0x09, - 0x12, 0xa0, 0x88, 0xe1, 0xc4, 0x3d, 0x9e, 0x1e, 0x04, 0xf8, 0x0c, 0x2c, 0x32, 0x71, 0x72, 0x7b, - 0x7a, 0x43, 0xcc, 0xc4, 0xe3, 0xf5, 0xe3, 0x90, 0x3f, 0xce, 0x43, 0x80, 0xe3, 0x1b, 0x3b, 0x4d, - 0x35, 0xec, 0xef, 0x97, 0x32, 0x94, 0x06, 0xae, 0x38, 0x7f, 0xd1, 0x56, 0x9c, 0x9f, 0x4b, 0x2b, - 0xce, 0x7d, 0x66, 0xae, 0xa5, 0x33, 0x17, 0xcf, 0x46, 0x57, 0x34, 0x89, 0x84, 0xfb, 0xbf, 0x4a, - 0xa4, 0x52, 0x0f, 0x5b, 0x23, 0x34, 0xa4, 0xaf, 0x5a, 0x86, 0xf4, 0xb3, 0xb9, 0x8f, 0x82, 0x0c, - 0x34, 0x9b, 0x6f, 0xa5, 0xcc, 0xe6, 0xcf, 0xe5, 0x93, 0x3a, 0xde, 0x48, 0xfe, 0xb0, 0x42, 0xcc, - 0x67, 0x4d, 0x9c, 0xdf, 0x3e, 0x49, 0x88, 0x5f, 0xa5, 0xd8, 0x4b, 0x27, 0xa2, 0x0d, 0x16, 0x10, - 0x23, 0xef, 0xff, 0xfc, 0xb1, 0x8d, 0xf4, 0xbb, 0xe3, 0x07, 0x7b, 0xfb, 0x89, 0xdf, 0x4a, 0x0f, - 0xec, 0xf4, 0x22, 0xfd, 0xfe, 0x6b, 0x89, 0xcc, 0xa7, 0x5a, 0x77, 0x0e, 0xb2, 0xae, 0x10, 0x9c, - 0xd4, 0x32, 0x3e, 0x93, 0x7b, 0xe9, 0x60, 0x99, 0x10, 0xe5, 0xcd, 0x95, 0xf6, 0x2b, 0xdb, 0xcb, - 0x95, 0xbb, 0x37, 0x06, 0x03, 0x03, 0x73, 0x00, 0x24, 0x61, 0x37, 0x6c, 0x87, 0x7b, 0x47, 0xd7, - 0x7d, 0x79, 0x07, 0x5d, 0xb9, 0xea, 0xb7, 0x35, 0x08, 0x4c, 0x3c, 0xcc, 0x4f, 0x94, 0x7e, 0x15, - 0xe7, 0xff, 0x33, 0xea, 0x1f, 0x1f, 0x46, 0xfd, 0x9d, 0x12, 0x59, 0xc0, 0xd6, 0x59, 0x3c, 0x83, - 0x8c, 0xc7, 0x53, 0x69, 0x9d, 0x4b, 0xc7, 0xa4, 0x75, 0xc6, 0x0b, 0x0d, 0x49, 0x2b, 0xec, 0xc9, - 0xe4, 0x25, 0x86, 0x14, 0xc3, 0x52, 0x10, 0x50, 0x81, 0x47, 0xfb, 0x24, 0x2e, 0x2b, 0x98, 0x78, - 0xb4, 0x14, 0x04, 0x54, 0x66, 0x7d, 0x1e, 0xcb, 0xce, 0xfa, 0xcc, 0x73, 0xbd, 0x88, 0x73, 0x74, - 0xb1, 0x33, 0x1b, 0xb9, 0x5e, 0xe4, 0x01, 0xbb, 0xc6, 0x71, 0xff, 0x69, 0x85, 0xcc, 0x60, 0x38, - 0x99, 0x8a, 0xb5, 0x7d, 0xd5, 0x8a, 0xb5, 0x7d, 0x2a, 0x15, 0x6b, 0xbb, 0x60, 0xe2, 0x3e, 0x98, - 0x50, 0x5b, 0x91, 0x15, 0x88, 0xe5, 0x25, 0x3f, 0x69, 0x98, 0xad, 0x95, 0x15, 0x48, 0x51, 0x02, - 0x9b, 0xf0, 0x9f, 0xa8, 0xf0, 0xda, 0x3f, 0x2a, 0x91, 0x39, 0xfa, 0x2d, 0x90, 0x45, 0xff, 0x24, - 0xf1, 0xa3, 0x99, 0x4b, 0x68, 0xe2, 0x98, 0x5c, 0x42, 0xbf, 0x52, 0x22, 0x18, 0x05, 0x79, 0x1a, - 0x1e, 0xa9, 0x0d, 0xdb, 0x23, 0xf5, 0x74, 0xae, 0xf0, 0x1d, 0xe0, 0x84, 0xfa, 0xf5, 0x0a, 0x99, - 0xc5, 0x2e, 0x87, 0x7b, 0xf2, 0x83, 0x59, 0x93, 0x53, 0x2a, 0x30, 0x39, 0x98, 0x8f, 0x20, 0x6c, - 0xb7, 0xc3, 0x7b, 0xe9, 0x8f, 0xb7, 0xc1, 0x4a, 0x41, 0x40, 0xd1, 0xd5, 0xd7, 0xc5, 0x9c, 0x29, - 0x61, 0x2f, 0x4e, 0xdf, 0x7d, 0xaa, 0x8b, 0x72, 0x50, 0x18, 0x74, 0xc5, 0xcf, 0xc4, 0x01, 0xb5, - 0x01, 0xe4, 0x41, 0xfb, 0x18, 0x3b, 0x68, 0xe7, 0x29, 0xdb, 0x8c, 0x72, 0xb0, 0xb0, 0xa8, 0xaa, - 0x59, 0x65, 0xbf, 0xd9, 0x1a, 0x3a, 0x41, 0x2a, 0x6a, 0x9e, 0x4f, 0x48, 0x52, 0x00, 0x4d, 0x0c, - 0x5d, 0xe9, 0x89, 0x8c, 0x09, 0x88, 0xc5, 0xd1, 0x9b, 0x52, 0x4e, 0x55, 0xb4, 0x00, 0xa6, 0x6e, - 0x52, 0xff, 0x3b, 0x2f, 0x62, 0xa6, 0xd2, 0xa0, 0xbd, 0x85, 0x4f, 0x1c, 0x88, 0xa8, 0x0a, 0x91, - 0x7a, 0x54, 0x14, 0x82, 0x86, 0xe3, 0x9e, 0xcf, 0x6e, 0x5e, 0xf2, 0x44, 0xf7, 0x53, 0x0c, 0x9b, - 0xed, 0xf9, 0x5b, 0xaa, 0x14, 0x0c, 0x0c, 0xf7, 0x15, 0xb6, 0x77, 0x0f, 0x19, 0x8b, 0xfd, 0x51, - 0x99, 0x38, 0x75, 0x16, 0x7b, 0x60, 0xbd, 0x05, 0xb0, 0x4f, 0xe6, 0x62, 0x6a, 0xac, 0x76, 0x7a, - 0xf7, 0x05, 0xa9, 0x62, 0xd1, 0xef, 0x8d, 0x75, 0xb3, 0x0e, 0xbf, 0x6d, 0x68, 0x97, 0x41, 0x8a, - 0x2e, 0x4e, 0x49, 0xd4, 0xeb, 0xac, 0xc4, 0xf8, 0x42, 0x98, 0xc8, 0xe6, 0xcf, 0xa6, 0x04, 0x64, - 0x21, 0x68, 0x38, 0xf2, 0x00, 0xfb, 0x71, 0x93, 0x4a, 0xa3, 0x30, 0x4c, 0x24, 0xd7, 0xb0, 0xd4, - 0xce, 0x46, 0x39, 0x58, 0x58, 0x98, 0x15, 0x39, 0xee, 0x75, 0xbb, 0x6d, 0x76, 0x42, 0xe2, 0xb5, - 0xaf, 0x46, 0x61, 0xaf, 0xcb, 0xc3, 0x4f, 0x45, 0x56, 0xe4, 0x46, 0x1f, 0x14, 0x32, 0x6a, 0xe0, - 0xa2, 0xdf, 0x8d, 0xd9, 0xff, 0xe2, 0x36, 0x25, 0xf7, 0xd3, 0x34, 0x58, 0x11, 0x48, 0x98, 0xdb, - 0x63, 0x5b, 0x15, 0xcb, 0xb2, 0x8e, 0x61, 0x51, 0x8e, 0x4f, 0x66, 0xbb, 0x6c, 0x3b, 0x92, 0xc7, - 0xb4, 0x85, 0xa6, 0x32, 0x15, 0xfd, 0xc0, 0xb3, 0x29, 0x9b, 0x64, 0xc0, 0xa6, 0xea, 0xfe, 0x5b, - 0xc2, 0x64, 0x8d, 0x38, 0x9c, 0x9a, 0x14, 0xb1, 0x8d, 0x42, 0x17, 0x7b, 0xa6, 0xc8, 0xb3, 0x22, - 0x5a, 0x8e, 0x8b, 0x48, 0x49, 0x90, 0x54, 0x9c, 0xaf, 0xf1, 0x73, 0x66, 0xb6, 0xbe, 0x8b, 0x3f, - 0xdc, 0xc3, 0xf1, 0xad, 0xa8, 0x5d, 0x41, 0x02, 0x0c, 0x72, 0xce, 0x16, 0x99, 0x15, 0xa9, 0xb8, - 0x85, 0xad, 0x5e, 0xb1, 0xec, 0xd5, 0x59, 0x30, 0x81, 0x1f, 0xa7, 0x0b, 0xc0, 0xae, 0xec, 0xec, - 0x91, 0xc7, 0x8d, 0xf7, 0x39, 0x32, 0x22, 0x74, 0xb8, 0xe0, 0x78, 0x1a, 0xbd, 0x00, 0xdb, 0xc7, - 0x21, 0xc2, 0xf1, 0x74, 0xe8, 0x24, 0x9f, 0xf7, 0x9a, 0x49, 0x70, 0xe8, 0xd7, 0x7c, 0xaf, 0x45, - 0xb5, 0x32, 0xdf, 0xbe, 0x6a, 0xfb, 0x18, 0x6d, 0xe0, 0xfc, 0x4a, 0x16, 0x02, 0x64, 0xd7, 0xa3, - 0xf6, 0x7a, 0xb5, 0xd5, 0x89, 0xc5, 0x1c, 0x4c, 0x58, 0x4f, 0x91, 0x54, 0x6b, 0x37, 0x1b, 0x6a, - 0xfc, 0xfa, 0x07, 0xe8, 0x0a, 0xce, 0xfb, 0xfc, 0x69, 0x4f, 0x65, 0x90, 0xf0, 0x27, 0x70, 0x5e, - 0x2f, 0x64, 0x02, 0x5b, 0xb7, 0x02, 0xb8, 0x1b, 0x4b, 0x45, 0xc2, 0x59, 0x17, 0x06, 0xac, 0x26, - 0x9c, 0x1f, 0xa7, 0x0b, 0xcb, 0x8f, 0xf0, 0xc9, 0xca, 0x95, 0x26, 0x4b, 0x56, 0xc8, 0x4e, 0x79, - 0xa6, 0xac, 0x70, 0x70, 0xa7, 0xd1, 0x87, 0x01, 0x19, 0xb5, 0x9c, 0x6b, 0x28, 0x71, 0xcc, 0x52, - 0x11, 0xb8, 0x28, 0x55, 0xbb, 0xc5, 0x9a, 0x8f, 0xd9, 0xc3, 0xf1, 0x21, 0x04, 0x9b, 0x22, 0xa4, - 0xea, 0xe1, 0xb6, 0xa2, 0x92, 0x30, 0x13, 0x3b, 0xdc, 0xae, 0x3f, 0x11, 0x33, 0x5a, 0x4a, 0xe8, - 0xf5, 0xbf, 0xe9, 0x27, 0xf8, 0x2e, 0x11, 0xf3, 0xd9, 0x4e, 0x19, 0x49, 0x9d, 0x34, 0x08, 0x4c, - 0x3c, 0xd4, 0x81, 0xd8, 0x61, 0xc1, 0x66, 0x8d, 0x79, 0x62, 0xa7, 0xf4, 0xda, 0xb9, 0xc6, 0x8b, - 0x41, 0xc2, 0x25, 0xea, 0x66, 0x7d, 0x8d, 0x79, 0x55, 0x53, 0xa8, 0xb4, 0x18, 0x24, 0x1c, 0x43, - 0xa5, 0xd2, 0x0f, 0xbe, 0xcc, 0x15, 0xf1, 0x70, 0xf7, 0x4b, 0xf0, 0x82, 0x6f, 0xbe, 0xdc, 0x27, - 0x0b, 0xea, 0xd1, 0x19, 0x9e, 0x35, 0x2f, 0x5e, 0x9c, 0x2f, 0xf2, 0xb0, 0x68, 0x66, 0xf2, 0x3d, - 0x15, 0xa9, 0xba, 0x99, 0xa2, 0x09, 0x7d, 0xad, 0x58, 0x57, 0xc6, 0x17, 0x72, 0x13, 0x6b, 0xe3, - 0x9b, 0x2f, 0xbd, 0x9d, 0x56, 0x78, 0x40, 0x45, 0x06, 0x7b, 0x76, 0xc6, 0x7c, 0x3a, 0x54, 0x02, - 0x40, 0xe3, 0x2c, 0x7d, 0x99, 0x9c, 0xe9, 0xe3, 0xe9, 0xa1, 0x22, 0xb3, 0x7e, 0x61, 0x8c, 0x54, - 0x95, 0x57, 0x87, 0xb6, 0x6f, 0xb9, 0xd2, 0x1e, 0x4b, 0xbb, 0xd2, 0xa6, 0x70, 0xe7, 0x35, 0xbd, - 0x67, 0x5f, 0xcf, 0x78, 0x3b, 0xf0, 0x42, 0xee, 0x47, 0x2c, 0x7e, 0xd3, 0x61, 0x88, 0x97, 0x15, - 0xb5, 0x5a, 0x3f, 0x76, 0xac, 0x5a, 0x5f, 0xf0, 0x35, 0x19, 0x54, 0xe0, 0xe9, 0xce, 0x43, 0xd1, - 0x52, 0x2f, 0x25, 0xd4, 0xb1, 0x10, 0x38, 0x8c, 0xe9, 0x5d, 0x28, 0x94, 0x99, 0xde, 0x35, 0x79, - 0x52, 0xbd, 0x4b, 0x52, 0x00, 0x4d, 0x0c, 0xf3, 0x86, 0x37, 0xed, 0x97, 0x2f, 0xd4, 0x05, 0x86, - 0x8b, 0x43, 0xbc, 0x3c, 0xd1, 0x33, 0xf2, 0x86, 0xaf, 0xa5, 0xe9, 0x41, 0x7f, 0x13, 0x78, 0xdb, - 0x7c, 0x5e, 0x31, 0x04, 0xdd, 0x81, 0x30, 0x6f, 0xcf, 0xe8, 0x1c, 0x99, 0xb7, 0x2c, 0x4b, 0xf5, - 0x01, 0xf8, 0x1f, 0x7f, 0xab, 0xc4, 0xfc, 0x8f, 0xdb, 0xfe, 0x41, 0xb7, 0x8d, 0xcf, 0x69, 0x8c, - 0xae, 0xeb, 0x5f, 0x23, 0x53, 0x89, 0x68, 0xa5, 0x58, 0xee, 0x62, 0xa3, 0x5b, 0xcc, 0x1f, 0xab, - 0x04, 0x81, 0x2c, 0x05, 0x45, 0xd0, 0xfd, 0x17, 0xfc, 0x2b, 0x48, 0xc8, 0x69, 0x58, 0x56, 0x37, - 0x6d, 0xcb, 0xea, 0x85, 0xc2, 0x83, 0x19, 0x60, 0x61, 0x7d, 0xc7, 0x1e, 0x02, 0x53, 0xd8, 0x1e, - 0x7e, 0x8f, 0xb8, 0x7b, 0x83, 0xd8, 0xaf, 0x79, 0x50, 0x75, 0x85, 0x45, 0x3c, 0x72, 0x89, 0x78, - 0x61, 0xc8, 0x68, 0x47, 0xf7, 0xd7, 0xca, 0xe4, 0x5c, 0xd6, 0xeb, 0xd4, 0x4e, 0x8b, 0xcc, 0x74, - 0x0d, 0xf5, 0xb9, 0xd8, 0xc5, 0x76, 0x53, 0xe1, 0xd6, 0xaa, 0x8b, 0x59, 0x0a, 0x16, 0x55, 0xcc, - 0x18, 0x8e, 0x6f, 0x6d, 0x2b, 0xf7, 0x4a, 0x79, 0x78, 0x11, 0xa5, 0x9a, 0x59, 0x37, 0x08, 0x81, - 0x45, 0x76, 0x04, 0xe9, 0xb5, 0xdd, 0xbf, 0x5b, 0x22, 0x8f, 0x0e, 0xb8, 0xfd, 0x8e, 0xcd, 0xdd, - 0x63, 0x5e, 0x48, 0xf1, 0x5a, 0x8c, 0x6a, 0x8e, 0xfb, 0x26, 0x41, 0x40, 0x9d, 0x1d, 0xbc, 0x54, - 0xa9, 0xde, 0xc3, 0x2c, 0x17, 0x39, 0x4a, 0xee, 0xbb, 0x69, 0x6b, 0x5c, 0xc2, 0x54, 0x2f, 0x60, - 0x1a, 0x54, 0xdd, 0x6f, 0x57, 0xc8, 0x38, 0x7f, 0xc5, 0xaf, 0x4e, 0x15, 0x20, 0x9e, 0x6c, 0x6f, - 0xb8, 0x5c, 0x7f, 0x5a, 0x4f, 0xe2, 0x05, 0x20, 0xc9, 0x38, 0x37, 0xc8, 0x59, 0xf4, 0xaf, 0x06, - 0x5e, 0xbb, 0xe6, 0xb7, 0xbd, 0x23, 0xa9, 0x78, 0xf3, 0x94, 0xc8, 0x32, 0xeb, 0xe7, 0xd9, 0xcd, - 0x7e, 0x14, 0xc8, 0xaa, 0x87, 0x77, 0x77, 0x52, 0xd9, 0x72, 0x78, 0xaa, 0x46, 0x75, 0x77, 0xe7, - 0xf8, 0x8c, 0x39, 0x78, 0x7d, 0xa9, 0xdb, 0x67, 0x62, 0x18, 0xcf, 0xbf, 0xd9, 0x66, 0x85, 0x8d, - 0x8b, 0x17, 0x7f, 0xe2, 0x1e, 0x3b, 0x23, 0xdd, 0xde, 0xa7, 0x96, 0xcc, 0x7e, 0xd8, 0x6e, 0x89, - 0x67, 0x8b, 0x94, 0x3a, 0xd5, 0x48, 0xc1, 0xa1, 0xaf, 0x06, 0x52, 0xd9, 0xf5, 0x82, 0x36, 0x65, - 0x6d, 0x4d, 0x65, 0xc2, 0xa6, 0xb2, 0x91, 0x82, 0x43, 0x5f, 0x0d, 0xcc, 0xf4, 0x3c, 0x9f, 0x0a, - 0x11, 0x41, 0x45, 0x2d, 0xf5, 0x3a, 0x38, 0xb3, 0xb7, 0x31, 0x78, 0x22, 0xe3, 0x85, 0xf0, 0xe7, - 0xec, 0xf7, 0x46, 0x75, 0xec, 0xd6, 0x6a, 0xcd, 0x7a, 0x49, 0xa9, 0x68, 0xa6, 0xea, 0xcf, 0x62, - 0x1a, 0x59, 0xf5, 0x30, 0x9e, 0xe2, 0x08, 0x4a, 0xae, 0x4e, 0x8b, 0x81, 0x01, 0xa9, 0x61, 0xce, - 0x1f, 0x1d, 0x4f, 0x79, 0xee, 0xc0, 0x6b, 0x85, 0xb1, 0xf1, 0xf2, 0x38, 0x5d, 0x64, 0x54, 0xe7, - 0x43, 0x97, 0x79, 0xda, 0x6f, 0x79, 0x9d, 0x17, 0x83, 0x84, 0xdb, 0xd9, 0xa8, 0x27, 0x47, 0x9c, - 0x8d, 0x7a, 0x2a, 0x37, 0xcc, 0xed, 0x97, 0xe9, 0x96, 0xc1, 0x12, 0x74, 0x89, 0x3b, 0x83, 0xe8, - 0x01, 0x1f, 0xdd, 0x96, 0x81, 0x2f, 0x6d, 0x61, 0x63, 0xe9, 0x04, 0xb4, 0xac, 0x07, 0xc0, 0x61, - 0xf8, 0x18, 0x2c, 0x6b, 0x1a, 0x3f, 0xdf, 0x0c, 0x4f, 0x25, 0xab, 0x1f, 0x53, 0x66, 0x41, 0xd4, - 0xe0, 0x77, 0xa9, 0x61, 0xca, 0x3a, 0xab, 0xdd, 0x14, 0x0f, 0x4b, 0x10, 0x75, 0x66, 0xe7, 0x1e, - 0x54, 0x10, 0x75, 0x36, 0xf1, 0xfc, 0x20, 0xea, 0xcc, 0x7a, 0x0f, 0x5f, 0x10, 0x75, 0x66, 0x37, - 0x07, 0x28, 0x3b, 0x1f, 0x95, 0x07, 0x0c, 0x8b, 0xa9, 0x3d, 0xcf, 0xe3, 0x2a, 0x60, 0xc0, 0x58, - 0xec, 0x58, 0x33, 0x7c, 0x05, 0xf0, 0x32, 0x50, 0x50, 0x27, 0x36, 0x82, 0x90, 0x79, 0x27, 0xd7, - 0x4f, 0xf8, 0x81, 0x97, 0x6d, 0x3f, 0x87, 0x79, 0x15, 0x2f, 0x15, 0x99, 0x8c, 0xe1, 0x2a, 0x4a, - 0x93, 0xad, 0x9c, 0x44, 0x93, 0x9d, 0xc9, 0xd6, 0x62, 0x97, 0xe8, 0x86, 0x71, 0x72, 0xcb, 0xf4, - 0xbf, 0x95, 0xc8, 0xa7, 0x8f, 0xe1, 0x30, 0x2e, 0x5a, 0xac, 0x49, 0x35, 0x44, 0x4b, 0xdf, 0xc4, - 0xd6, 0xc9, 0xb9, 0x5d, 0x6a, 0x96, 0x1f, 0xb1, 0xe3, 0x67, 0xbf, 0x25, 0x31, 0xc4, 0x5e, 0xaa, - 0x5e, 0xe7, 0xdb, 0xc8, 0xc0, 0x81, 0xcc, 0x9a, 0xe8, 0x15, 0x0a, 0x77, 0x58, 0x02, 0xb4, 0x96, - 0xbe, 0x29, 0xc8, 0xe6, 0xaf, 0xa2, 0xbd, 0x42, 0xb7, 0xfa, 0x30, 0x20, 0xa3, 0x96, 0xfb, 0xfb, - 0x25, 0x94, 0x23, 0x19, 0xaf, 0xd1, 0x58, 0x4f, 0xae, 0x1a, 0xc1, 0xc5, 0xfd, 0x4f, 0xae, 0x32, - 0x7f, 0x8f, 0x8d, 0xcb, 0xa7, 0x28, 0xd6, 0x81, 0x55, 0x56, 0x3a, 0x77, 0x11, 0x54, 0xaf, 0x30, - 0xf0, 0xe1, 0xa5, 0x56, 0x70, 0x18, 0xc4, 0x61, 0x54, 0xe0, 0x85, 0xc3, 0xbe, 0x60, 0x1d, 0xbd, - 0xcb, 0xd4, 0x38, 0x11, 0x90, 0xd4, 0xdc, 0xbf, 0x56, 0x26, 0xb3, 0xb2, 0xbd, 0xb7, 0x7b, 0x21, - 0x5b, 0x88, 0xa3, 0x92, 0x8e, 0x6f, 0x5b, 0xd2, 0xf1, 0x52, 0xb1, 0x9b, 0x05, 0xac, 0x53, 0x03, - 0xa5, 0xe2, 0x57, 0x53, 0x52, 0xf1, 0xf2, 0x30, 0x44, 0x73, 0xad, 0xd5, 0x33, 0x16, 0xfe, 0x43, - 0x94, 0x78, 0x32, 0x6b, 0x38, 0x03, 0xa4, 0xdf, 0xb7, 0xcb, 0xa9, 0x61, 0x30, 0xa9, 0xf7, 0x4d, - 0x32, 0xb6, 0xef, 0x45, 0x2d, 0xe1, 0x9a, 0x7f, 0x73, 0xc8, 0x4f, 0x41, 0xd5, 0xe3, 0xa8, 0xc5, - 0x65, 0xd7, 0x4b, 0x2a, 0x07, 0x3e, 0x2d, 0xca, 0x0d, 0x33, 0x64, 0x8d, 0x3a, 0x6f, 0x60, 0x8e, - 0xfc, 0xb0, 0xab, 0xa2, 0x48, 0x9e, 0xe2, 0xf9, 0xf1, 0xb1, 0x84, 0x52, 0x70, 0xec, 0xe6, 0xb0, - 0x18, 0x04, 0xfe, 0x92, 0x4f, 0xaa, 0xaa, 0xe9, 0x11, 0x06, 0xb4, 0xfd, 0xa8, 0x42, 0xce, 0x66, - 0xb0, 0x8a, 0xf3, 0x53, 0xd6, 0xac, 0x7d, 0x61, 0x68, 0x5e, 0xfb, 0x84, 0xf3, 0xf6, 0x53, 0x4c, - 0xc7, 0x6c, 0x09, 0xde, 0x38, 0x41, 0xf3, 0x54, 0x11, 0x4d, 0x37, 0x8f, 0x45, 0xf9, 0xcd, 0x63, - 0xb3, 0xa7, 0x34, 0xf9, 0xd8, 0x8c, 0xea, 0xe7, 0x08, 0xbf, 0xf1, 0xcf, 0x8e, 0x91, 0x73, 0x59, - 0xb7, 0x97, 0x9c, 0x9f, 0x2b, 0xa5, 0x52, 0xd7, 0x7e, 0x69, 0xf8, 0x2b, 0x50, 0x3c, 0x9f, 0xad, - 0xb8, 0x9e, 0xbc, 0x6c, 0x27, 0xb3, 0xcd, 0x9d, 0x6d, 0xd1, 0x3a, 0x0b, 0x0d, 0x8e, 0x78, 0x16, - 0x62, 0x29, 0x0f, 0xde, 0x3a, 0x41, 0x57, 0x44, 0x22, 0xe3, 0x38, 0x15, 0x1a, 0x2c, 0x8b, 0xf3, - 0x43, 0x83, 0x65, 0x1f, 0x96, 0xf6, 0x30, 0x85, 0xad, 0x1a, 0xd7, 0x08, 0x59, 0x20, 0xc0, 0x3d, - 0xc9, 0xe8, 0xf5, 0x08, 0xd9, 0xe0, 0x6f, 0x94, 0x48, 0xea, 0x78, 0x18, 0x4f, 0xac, 0x99, 0x29, - 0x97, 0x3a, 0xb1, 0x36, 0xac, 0x38, 0x8a, 0x41, 0xd5, 0x1d, 0x3f, 0x9d, 0x53, 0x15, 0x68, 0x19, - 0x30, 0x88, 0x7a, 0x31, 0xab, 0x32, 0xe8, 0xc5, 0x2c, 0xb4, 0x70, 0xda, 0xfe, 0xa1, 0x2f, 0xcd, - 0x4a, 0x25, 0xbc, 0xb7, 0xb0, 0x10, 0x38, 0xcc, 0xfd, 0x5e, 0x85, 0x4c, 0x70, 0xdb, 0x6d, 0x84, - 0xdb, 0x72, 0x5d, 0x98, 0x51, 0x85, 0xee, 0x11, 0xf1, 0xde, 0x2c, 0xa3, 0x9d, 0xc5, 0x19, 0x4a, - 0x8d, 0x4d, 0x9b, 0x5e, 0xce, 0xb2, 0x35, 0xfa, 0xa5, 0x54, 0x64, 0x14, 0xe1, 0x34, 0x8c, 0xb9, - 0xd8, 0x27, 0x24, 0x66, 0x8f, 0xae, 0x20, 0x0d, 0x91, 0x94, 0xe9, 0xd5, 0x42, 0xfd, 0x68, 0xa8, - 0x6a, 0xbc, 0x37, 0x3a, 0x1b, 0x8c, 0x02, 0x80, 0x41, 0x7b, 0xe9, 0x75, 0x52, 0x55, 0xc8, 0x79, - 0x1a, 0xef, 0x8c, 0xc9, 0x92, 0x7f, 0x8a, 0xcc, 0xa7, 0xda, 0x1a, 0x4a, 0x61, 0xfe, 0x2e, 0x55, - 0x26, 0xfa, 0x1e, 0xfb, 0xc3, 0xc4, 0x5e, 0xe7, 0xda, 0x19, 0x46, 0xbb, 0xf8, 0xc0, 0x27, 0x31, - 0xf7, 0xf5, 0x5b, 0xd6, 0x19, 0x50, 0xc8, 0x6c, 0x4d, 0xa6, 0x99, 0x2b, 0x67, 0xa7, 0x99, 0x63, - 0xef, 0x50, 0xf0, 0xbe, 0x9f, 0x86, 0x06, 0xb4, 0x69, 0x6b, 0x40, 0xcf, 0x14, 0x61, 0x83, 0x01, - 0xaa, 0xcf, 0x5f, 0x2d, 0x11, 0x87, 0x23, 0xa4, 0x1f, 0x5f, 0xe2, 0x4e, 0x10, 0x43, 0x67, 0xd7, - 0x7c, 0xa3, 0x20, 0x60, 0x60, 0x0d, 0x99, 0x76, 0x57, 0x3d, 0x5a, 0x32, 0xa0, 0x63, 0xbf, 0x55, - 0x21, 0xe9, 0x73, 0x51, 0xe7, 0x3d, 0x32, 0x83, 0x77, 0x30, 0x76, 0x82, 0x76, 0x90, 0x04, 0x7e, - 0x5c, 0xcc, 0xe7, 0xbc, 0x66, 0xd4, 0x10, 0x3e, 0x31, 0xa3, 0x04, 0x2c, 0x8a, 0x18, 0xcc, 0xd3, - 0x8d, 0xa8, 0xda, 0xdf, 0xf6, 0xf7, 0x98, 0x12, 0xa1, 0x2e, 0xea, 0xd7, 0x55, 0x29, 0x18, 0x18, - 0x19, 0x01, 0x38, 0x95, 0xd3, 0x08, 0xc0, 0x19, 0x1b, 0x32, 0x00, 0x67, 0xbc, 0x50, 0x00, 0x0e, - 0x90, 0x47, 0xa4, 0x2b, 0x0b, 0x7f, 0xe3, 0x5d, 0x20, 0x9e, 0x24, 0x4a, 0x84, 0x4d, 0x2d, 0xe1, - 0xdd, 0x14, 0xc8, 0xc4, 0x80, 0x01, 0x35, 0xdd, 0x1e, 0x39, 0xdb, 0xf0, 0xa3, 0x80, 0xe5, 0xf0, - 0x68, 0xe9, 0xe5, 0xf4, 0x75, 0xbc, 0x45, 0x6d, 0xaf, 0xe4, 0x21, 0xaf, 0x98, 0x18, 0x17, 0xa8, - 0xe5, 0xca, 0xd5, 0x24, 0xdd, 0x3f, 0x57, 0x26, 0x93, 0x22, 0xfe, 0x60, 0x84, 0xbb, 0xc2, 0x75, - 0xcb, 0x58, 0x7b, 0x21, 0x6f, 0x19, 0xb2, 0xee, 0x0c, 0x34, 0xd3, 0x1a, 0x29, 0x33, 0xed, 0xc5, - 0x62, 0xe4, 0x8e, 0x37, 0xd0, 0x7e, 0xb3, 0x4c, 0xb7, 0x6e, 0x3b, 0xee, 0x62, 0x74, 0xd3, 0xf1, - 0x15, 0x32, 0x19, 0x8b, 0xe0, 0x84, 0x42, 0x0f, 0x44, 0xa7, 0x3f, 0xa9, 0x7e, 0xfa, 0x58, 0x84, - 0x23, 0x48, 0x72, 0x99, 0xf1, 0x0f, 0x95, 0xd3, 0x88, 0x7f, 0x70, 0xbf, 0xc7, 0xe4, 0xa3, 0x39, - 0x81, 0xa7, 0x21, 0xe0, 0xdf, 0xb6, 0x45, 0xe9, 0x4b, 0x85, 0x58, 0x41, 0xf4, 0x6f, 0x80, 0x3c, - 0xfd, 0xb0, 0x44, 0xa6, 0x05, 0xe2, 0x69, 0x8c, 0xe0, 0xc7, 0xed, 0x11, 0x3c, 0x5b, 0x68, 0x04, - 0x03, 0xba, 0xfe, 0xb7, 0xca, 0xaa, 0xeb, 0x05, 0xdf, 0x60, 0x37, 0x5f, 0x58, 0x2f, 0x0f, 0xf3, - 0xc2, 0xba, 0x7a, 0xbd, 0xbd, 0x32, 0xf0, 0xf5, 0xf6, 0x1d, 0xf9, 0x0e, 0x28, 0x96, 0x89, 0x78, - 0xef, 0x61, 0xdf, 0xcd, 0xd3, 0x01, 0xa8, 0x8a, 0x12, 0x18, 0x54, 0x65, 0x6c, 0x14, 0x6b, 0x61, - 0xdc, 0xf6, 0x0d, 0xde, 0x14, 0xe5, 0xa0, 0x30, 0xdc, 0xd7, 0x99, 0x8c, 0x65, 0xd3, 0x33, 0x5c, - 0x54, 0xe9, 0x0f, 0xc6, 0xd5, 0xc4, 0x32, 0x8f, 0xc7, 0x4d, 0xf9, 0xe6, 0x7a, 0xa9, 0xc8, 0x11, - 0xba, 0xf1, 0x49, 0xb2, 0x9f, 0x5c, 0x77, 0xfc, 0x3e, 0x6f, 0xf0, 0xeb, 0x85, 0x65, 0xe4, 0x10, - 0xfe, 0x5f, 0x96, 0xbc, 0x80, 0x5d, 0xd8, 0xde, 0xac, 0xa7, 0x33, 0xbd, 0xad, 0x49, 0x00, 0x68, - 0x1c, 0x5a, 0x81, 0xeb, 0xde, 0xf6, 0xf3, 0x83, 0x52, 0xf7, 0x96, 0x53, 0x62, 0x28, 0xdf, 0x97, - 0xc9, 0xb4, 0xca, 0x75, 0x5b, 0xe7, 0x29, 0x4b, 0xab, 0xab, 0xf3, 0x18, 0x79, 0xb6, 0xae, 0x8b, - 0xc1, 0xc4, 0xa1, 0x3a, 0xda, 0xd9, 0x96, 0x0a, 0x85, 0xab, 0xf7, 0x76, 0xda, 0x41, 0x13, 0xab, - 0xf2, 0x30, 0xf4, 0x47, 0xf1, 0xdc, 0xb3, 0xd6, 0x0f, 0x86, 0xac, 0x3a, 0xce, 0x36, 0x86, 0x9b, - 0xb1, 0x9c, 0xbe, 0xf2, 0xc2, 0x8a, 0xc8, 0xa0, 0x74, 0x41, 0xa6, 0x5f, 0x6a, 0xd8, 0xe0, 0x8f, - 0x59, 0x11, 0x17, 0x0a, 0xa2, 0x08, 0xd2, 0x24, 0xf0, 0x34, 0xb5, 0x6d, 0xbe, 0xcd, 0x51, 0x17, - 0x11, 0x81, 0xea, 0x34, 0xd5, 0x7a, 0xb9, 0xa3, 0x0e, 0x29, 0x6c, 0x2a, 0xed, 0x17, 0xcd, 0x12, - 0x71, 0x47, 0x15, 0x0f, 0x9d, 0x62, 0x91, 0x4c, 0xf4, 0x33, 0x18, 0x0f, 0xb8, 0x35, 0x00, 0x07, - 0x06, 0xd6, 0xfe, 0x64, 0x6e, 0xf7, 0x6f, 0x62, 0x65, 0x63, 0x6b, 0x74, 0xbe, 0x41, 0x66, 0xcc, - 0x96, 0x84, 0xb0, 0x7b, 0xb9, 0xf8, 0xab, 0x25, 0x62, 0x8b, 0x55, 0x71, 0x04, 0x26, 0x0c, 0x2c, - 0xda, 0x6e, 0x93, 0xcc, 0xa7, 0xde, 0x45, 0x54, 0x0f, 0x6c, 0x96, 0x1e, 0xd4, 0x03, 0x9b, 0x98, - 0xd1, 0x63, 0x7c, 0xdb, 0x0b, 0xf2, 0x73, 0x5f, 0x17, 0x7a, 0x44, 0xff, 0x35, 0x32, 0xe1, 0xef, - 0xee, 0xe2, 0x03, 0xe6, 0x7c, 0xe5, 0x3c, 0xae, 0x9e, 0x4d, 0x66, 0xa5, 0xb8, 0x1e, 0x58, 0x63, - 0xfc, 0x27, 0x08, 0x64, 0xf7, 0xdf, 0x50, 0x83, 0x67, 0x9b, 0x5a, 0xf1, 0x22, 0xa9, 0x60, 0x4e, - 0x4f, 0x56, 0xfb, 0xb2, 0x70, 0x3f, 0x97, 0x91, 0x85, 0xdb, 0xd1, 0x04, 0x33, 0x72, 0x70, 0xab, - 0xd1, 0x54, 0x0a, 0x8d, 0x66, 0x6c, 0x98, 0xd1, 0x7c, 0xab, 0x44, 0x26, 0xc4, 0xf5, 0xfa, 0xfc, - 0xcd, 0xa5, 0x25, 0x33, 0xe7, 0x5a, 0x57, 0xbe, 0x2f, 0x14, 0x09, 0xdd, 0x16, 0x17, 0xbd, 0x15, - 0x2b, 0x59, 0xd7, 0xbb, 0x2d, 0xaa, 0x68, 0x0d, 0x4f, 0x73, 0xf0, 0x0d, 0xf9, 0xbe, 0x78, 0x4e, - 0xbf, 0x86, 0x4a, 0xc9, 0xc2, 0x12, 0xcb, 0x22, 0x61, 0x95, 0x99, 0xc3, 0x4c, 0x2c, 0x2b, 0x01, - 0xa0, 0x71, 0xf0, 0x58, 0x3e, 0xee, 0xed, 0x30, 0xf4, 0xd4, 0x29, 0x7f, 0x83, 0x17, 0x83, 0x84, - 0xbb, 0x1f, 0xce, 0x13, 0x6b, 0x68, 0x56, 0x16, 0x90, 0xd2, 0x03, 0xcf, 0x02, 0x42, 0xa9, 0xfb, - 0x07, 0xdd, 0xe4, 0xa8, 0x16, 0x44, 0xc5, 0x32, 0x32, 0xad, 0x0b, 0xec, 0x7e, 0xea, 0x12, 0x02, - 0x8a, 0xe2, 0x80, 0x9c, 0x2e, 0x95, 0x87, 0x22, 0xa7, 0xcb, 0xd8, 0xff, 0x93, 0x9c, 0x2e, 0x54, - 0xcf, 0xdf, 0xe3, 0x0f, 0x36, 0x8b, 0xab, 0x3a, 0x39, 0x27, 0x4a, 0x19, 0xaf, 0x3b, 0xf3, 0x3b, - 0x19, 0x02, 0x00, 0x92, 0x1c, 0x66, 0x0c, 0xe1, 0x2a, 0xbf, 0x48, 0x93, 0xf2, 0x72, 0x11, 0xcf, - 0x46, 0x7f, 0xc6, 0x10, 0x11, 0xca, 0x21, 0x68, 0xc9, 0x1c, 0x2e, 0x93, 0x9f, 0x3c, 0x87, 0x8b, - 0xca, 0xbc, 0x32, 0xf5, 0xa0, 0x32, 0xaf, 0x58, 0x19, 0x6c, 0xaa, 0xa3, 0xc8, 0x60, 0x43, 0x65, - 0xdb, 0xf9, 0x6e, 0x56, 0x02, 0x28, 0x91, 0x43, 0xe5, 0xcb, 0x27, 0x48, 0x88, 0x65, 0x35, 0xcd, - 0x6e, 0x50, 0x64, 0xa2, 0x41, 0x76, 0xc3, 0x32, 0x15, 0xce, 0xf4, 0x27, 0x4f, 0x85, 0x33, 0xea, - 0x64, 0x2b, 0x3a, 0x31, 0xce, 0xec, 0x48, 0x12, 0xe3, 0xcc, 0x3d, 0xc0, 0xc4, 0x38, 0x46, 0x4a, - 0x9b, 0xf9, 0x07, 0x9b, 0xd2, 0x66, 0x9f, 0x4c, 0xb7, 0xc2, 0x7b, 0x9d, 0x7b, 0x5e, 0xd4, 0x5a, - 0xa9, 0x6f, 0xb2, 0x7b, 0x00, 0xb9, 0xd7, 0xac, 0x6b, 0xba, 0x82, 0xd5, 0x02, 0xd3, 0x9a, 0x0d, - 0x20, 0x98, 0xa4, 0x45, 0x72, 0x9f, 0x33, 0x9f, 0x30, 0xb9, 0x8f, 0x95, 0x22, 0xc7, 0x19, 0x45, - 0x8a, 0x9c, 0xf7, 0xd8, 0x65, 0xcb, 0xdd, 0x60, 0xef, 0x86, 0xd7, 0x5d, 0x3c, 0x5b, 0xa4, 0x85, - 0x35, 0x89, 0xde, 0xdf, 0x82, 0x02, 0x81, 0x26, 0xda, 0x9f, 0x84, 0xe7, 0xdc, 0xa9, 0x24, 0xe1, - 0xf9, 0x33, 0xe4, 0x89, 0xe3, 0x69, 0xe8, 0xdc, 0x84, 0x75, 0x6d, 0x5c, 0xa6, 0x72, 0x13, 0xb2, - 0xfd, 0xd9, 0xc0, 0x32, 0xc2, 0x08, 0xcb, 0xc7, 0x85, 0x11, 0xba, 0xff, 0xa4, 0x44, 0x1e, 0x1d, - 0x70, 0x3f, 0xbf, 0x70, 0xd0, 0x6c, 0x97, 0xcc, 0x77, 0xed, 0xaa, 0x85, 0xc3, 0xdb, 0xad, 0x7c, - 0x00, 0x2a, 0xb7, 0x6d, 0x0a, 0x00, 0x69, 0xf2, 0xab, 0xcf, 0x7c, 0xff, 0x47, 0x4f, 0x7c, 0xea, - 0x23, 0xfa, 0xf7, 0xbb, 0xf4, 0xef, 0xa7, 0xff, 0xe0, 0x89, 0xd2, 0xf7, 0xe9, 0xdf, 0x47, 0xf4, - 0xef, 0x3f, 0xd3, 0xbf, 0x6f, 0xfd, 0xe1, 0x13, 0x9f, 0xfa, 0x89, 0xf2, 0xe1, 0xe5, 0xff, 0x1b, - 0x00, 0x00, 0xff, 0xff, 0xfe, 0xa5, 0x80, 0xea, 0x03, 0xac, 0x00, 0x00, + // 9516 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, 0xee, 0xc8, 0xe5, 0x4a, 0xfc, 0x6a, 0x91, + 0x14, 0x79, 0xe4, 0xed, 0xf1, 0x8e, 0xa4, 0x49, 0x4a, 0x8a, 0xc4, 0xdd, 0x9d, 0xdd, 0xbb, 0xf5, + 0xed, 0xdd, 0x0d, 0xdf, 0x2c, 0xef, 0x24, 0x8b, 0x91, 0xd9, 0x3b, 0xd3, 0xbb, 0xdb, 0xba, 0xd9, + 0xe9, 0x61, 0x77, 0xcf, 0xde, 0x2d, 0x15, 0x03, 0x8e, 0xe1, 0x38, 0x08, 0x62, 0x38, 0xfa, 0x11, + 0x23, 0x01, 0x92, 0x20, 0x4e, 0x80, 0x04, 0x49, 0x8c, 0x38, 0x96, 0xa3, 0xd8, 0x54, 0x62, 0x18, + 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x09, 0x48, 0x62, 0xc3, 0x06, 0x94, 0xc8, 0x46, 0x10, 0xe4, + 0x5f, 0x80, 0xfc, 0x0a, 0x61, 0x24, 0xa9, 0x57, 0xdf, 0xd5, 0xd3, 0xb3, 0xdd, 0xb3, 0xbc, 0xd9, + 0x9c, 0x05, 0xff, 0x58, 0x60, 0xe7, 0xd5, 0xab, 0x57, 0x1f, 0xfd, 0xea, 0xd5, 0x7b, 0xaf, 0x5e, + 0xbd, 0x22, 0x2f, 0xdd, 0x7d, 0x23, 0x5e, 0x0e, 0xc2, 0x4b, 0x77, 0x7b, 0x3b, 0x7e, 0xd4, 0xf1, + 0x13, 0x3f, 0xbe, 0xd4, 0xbd, 0xbb, 0x77, 0xc9, 0xeb, 0x06, 0x97, 0x0e, 0x2f, 0x5f, 0xda, 0xf3, + 0x3b, 0x7e, 0xe4, 0x25, 0x7e, 0x6b, 0xb9, 0x1b, 0x85, 0x49, 0xe8, 0x7c, 0x8a, 0x63, 0x2f, 0x6b, + 0xec, 0x65, 0x8a, 0xbd, 0x4c, 0xb1, 0x97, 0x0f, 0x2f, 0x2f, 0x5d, 0xdc, 0x0b, 0x92, 0xfd, 0xde, + 0xce, 0x72, 0x33, 0x3c, 0xb8, 0xb4, 0x17, 0xee, 0x85, 0x97, 0x58, 0xa5, 0x9d, 0xde, 0x2e, 0xfb, + 0xc5, 0x7e, 0xb0, 0xff, 0x38, 0xb1, 0xa5, 0x2b, 0x83, 0x9b, 0x8e, 0xfc, 0x38, 0xec, 0x45, 0x4d, + 0x3f, 0xdd, 0x81, 0xa5, 0xd7, 0x06, 0xd7, 0xe9, 0x75, 0x0e, 0xfd, 0x28, 0x0e, 0xc2, 0x8e, 0xdf, + 0xea, 0xab, 0x76, 0x31, 0xbb, 0x5a, 0xd4, 0xeb, 0x24, 0xc1, 0x41, 0x7f, 0x2b, 0x97, 0xb3, 0xd1, + 0x7b, 0x49, 0xd0, 0xbe, 0x14, 0x74, 0x92, 0x38, 0x89, 0xd2, 0x55, 0xdc, 0xdf, 0x2d, 0x91, 0xa7, + 0x56, 0xee, 0x34, 0xd6, 0xdb, 0x5e, 0x9c, 0x04, 0xcd, 0xd5, 0x76, 0xd8, 0xbc, 0xdb, 0x48, 0xc2, + 0xc8, 0xbf, 0x1d, 0xb6, 0x7b, 0x07, 0x7e, 0x83, 0x8d, 0xc6, 0x79, 0x89, 0x4c, 0x1d, 0xb2, 0xdf, + 0x9b, 0xb5, 0xc5, 0xd2, 0x53, 0xa5, 0xe7, 0xab, 0xab, 0x0b, 0xdf, 0xfd, 0xc1, 0x93, 0x9f, 0xf8, + 0xc3, 0x1f, 0x3c, 0x39, 0x75, 0x5b, 0xc0, 0x41, 0x61, 0x38, 0xcf, 0x91, 0x89, 0xdd, 0x78, 0xfb, + 0xa8, 0xeb, 0x2f, 0x96, 0x19, 0xee, 0x9c, 0xc0, 0x9d, 0xd8, 0x68, 0x20, 0x14, 0x44, 0xa9, 0x73, + 0x89, 0x54, 0xbb, 0x5e, 0x94, 0x04, 0x09, 0x1d, 0xfb, 0x62, 0x85, 0xa2, 0x8e, 0xaf, 0x9e, 0x11, + 0xa8, 0xd5, 0xba, 0x2c, 0x00, 0x8d, 0x83, 0xdd, 0x88, 0x7c, 0xaf, 0x75, 0xab, 0xd3, 0x3e, 0x5a, + 0x1c, 0xa3, 0xf8, 0x53, 0xba, 0x1b, 0x20, 0xe0, 0xa0, 0x30, 0xdc, 0x0f, 0xcb, 0x64, 0x6a, 0x65, + 0x77, 0x37, 0xe8, 0x04, 0xc9, 0x91, 0xf3, 0x1e, 0x99, 0xe9, 0x84, 0x2d, 0x5f, 0xfe, 0x66, 0xa3, + 0x98, 0xbe, 0x72, 0x61, 0xf9, 0x38, 0xbe, 0x58, 0xbe, 0x69, 0xd4, 0x58, 0x5d, 0xa0, 0xcd, 0xcc, + 0x98, 0x10, 0xb0, 0x28, 0x3a, 0xef, 0x92, 0xe9, 0x6e, 0xd8, 0x52, 0x0d, 0x94, 0x59, 0x03, 0x2f, + 0x1c, 0xdf, 0x40, 0x5d, 0x57, 0x58, 0x9d, 0xa7, 0xf4, 0xa7, 0x0d, 0x00, 0x98, 0xe4, 0x9c, 0x36, + 0x99, 0xc7, 0x9f, 0xf4, 0xb3, 0xab, 0x16, 0x2a, 0xac, 0x85, 0x8b, 0xf9, 0x2d, 0x18, 0x95, 0x56, + 0xcf, 0xd2, 0x56, 0xe6, 0x53, 0x40, 0x48, 0x93, 0x76, 0x3f, 0x20, 0x73, 0x2b, 0x49, 0xe2, 0x35, + 0xf7, 0xfd, 0x16, 0xff, 0xbe, 0xce, 0xab, 0x64, 0xac, 0xe3, 0x1d, 0xf8, 0xe2, 0xeb, 0x3f, 0x25, + 0xa6, 0x7d, 0xec, 0x26, 0x85, 0x7d, 0xf4, 0x83, 0x27, 0x17, 0xde, 0xe9, 0x04, 0xef, 0xf7, 0x04, + 0xcf, 0x20, 0x0c, 0x18, 0xb6, 0x73, 0x85, 0x90, 0x96, 0x7f, 0x18, 0x34, 0xfd, 0xba, 0x97, 0xec, + 0x0b, 0x6e, 0x70, 0x44, 0x5d, 0x52, 0x53, 0x25, 0x60, 0x60, 0xb9, 0x3f, 0x53, 0x22, 0xd5, 0x95, + 0xc3, 0x30, 0x68, 0xd1, 0x5e, 0xc6, 0x4e, 0x8f, 0x8e, 0x3b, 0xf2, 0x77, 0xfd, 0x48, 0x81, 0x68, + 0x17, 0x2a, 0x74, 0xdc, 0x57, 0x72, 0xc6, 0x6d, 0x57, 0x5a, 0xef, 0x24, 0xd1, 0xd1, 0xea, 0xa3, + 0xa2, 0xe9, 0xf9, 0x54, 0x29, 0xa4, 0xdb, 0x70, 0xff, 0x51, 0x89, 0x9c, 0x5f, 0xf9, 0xa0, 0x17, + 0xf9, 0x1b, 0x41, 0xdb, 0x5e, 0x0a, 0x74, 0x48, 0xb1, 0xdf, 0x8c, 0xfc, 0xe4, 0xa6, 0x9e, 0x0e, + 0x35, 0xa4, 0x86, 0x2a, 0x01, 0x03, 0x0b, 0x19, 0x3d, 0xde, 0xf7, 0x22, 0x36, 0x33, 0x62, 0x16, + 0x14, 0xa3, 0x37, 0x64, 0x01, 0x68, 0x1c, 0x8b, 0xd1, 0x2b, 0xb9, 0x8c, 0xfe, 0xcf, 0x4b, 0x64, + 0x72, 0x35, 0xe8, 0xb4, 0x82, 0xce, 0x9e, 0xf3, 0x25, 0x32, 0x75, 0xe0, 0x27, 0x5e, 0xcb, 0x4b, + 0x3c, 0xc1, 0xe3, 0xcf, 0x1f, 0x3f, 0x51, 0xb7, 0x76, 0xbe, 0xe6, 0x37, 0x93, 0x1b, 0xb4, 0x8e, + 0x1e, 0x86, 0x86, 0x81, 0xa2, 0xe6, 0xbc, 0x43, 0x26, 0x12, 0x2f, 0xda, 0xf3, 0x13, 0xc1, 0xda, + 0x17, 0x8b, 0xd0, 0x05, 0x9c, 0x56, 0xbf, 0xd3, 0xf4, 0xb5, 0x10, 0xd8, 0x66, 0x44, 0x40, 0x10, + 0x73, 0x9b, 0x64, 0x66, 0xcd, 0xeb, 0x7a, 0x3b, 0x41, 0x9b, 0xae, 0x71, 0x3f, 0x76, 0x3e, 0x43, + 0x2a, 0x5e, 0xab, 0xc5, 0x3e, 0x72, 0x75, 0xf5, 0x3c, 0xad, 0x50, 0x59, 0x69, 0xb5, 0x28, 0x8b, + 0x11, 0x85, 0x75, 0x04, 0x88, 0xe1, 0x5c, 0x20, 0x63, 0xad, 0x28, 0xec, 0xd2, 0xde, 0x20, 0xe6, + 0x23, 0xc8, 0x8d, 0x35, 0xfa, 0x3b, 0x85, 0xca, 0x70, 0xdc, 0x7f, 0x5d, 0x26, 0xce, 0x9a, 0xdf, + 0xdd, 0xdf, 0x68, 0x58, 0xdf, 0xf2, 0x79, 0x3a, 0x59, 0x21, 0x65, 0xf8, 0x30, 0x8a, 0x45, 0x83, + 0x33, 0x38, 0xc5, 0x37, 0x04, 0x0c, 0x54, 0xa9, 0xf3, 0x14, 0x19, 0xeb, 0x6a, 0x16, 0x9e, 0x91, + 0xec, 0xcf, 0x98, 0x97, 0x95, 0x20, 0x46, 0x2f, 0xf6, 0x23, 0xf6, 0xb9, 0x0c, 0x8c, 0x77, 0x28, + 0x0c, 0x58, 0x89, 0xe6, 0x1c, 0xe4, 0x29, 0x26, 0xbf, 0xfa, 0x38, 0x07, 0x4b, 0xc0, 0xc0, 0x72, + 0x7e, 0x92, 0x72, 0x0e, 0xfb, 0x45, 0x27, 0x72, 0x71, 0x9c, 0xcd, 0x7b, 0x0e, 0xe3, 0x6f, 0x85, + 0x4d, 0xaf, 0x9d, 0x9e, 0xfc, 0x59, 0xc6, 0x69, 0x92, 0x10, 0x68, 0x9a, 0x16, 0xa7, 0x4d, 0xe4, + 0x72, 0xda, 0x5f, 0x2f, 0xd1, 0x79, 0xa4, 0x9c, 0xe6, 0x47, 0xa7, 0xb0, 0x3d, 0x0c, 0xb7, 0x08, + 0xfe, 0x00, 0xbb, 0x16, 0x1e, 0x74, 0xe9, 0x36, 0xda, 0x49, 0xd6, 0x42, 0xba, 0x1a, 0xd8, 0x96, + 0xf1, 0x59, 0x32, 0x96, 0x60, 0x53, 0xbc, 0x5b, 0xcf, 0xc9, 0xcf, 0x82, 0x0d, 0x50, 0x4e, 0x79, + 0xa4, 0xbf, 0x06, 0xeb, 0x02, 0xab, 0xe3, 0xbc, 0x49, 0x26, 0xe2, 0xc4, 0x4b, 0x7a, 0xb1, 0xe8, + 0xe8, 0xd3, 0xb2, 0xa3, 0x0d, 0x06, 0xa5, 0xf5, 0xe7, 0x55, 0x35, 0x0e, 0x02, 0x51, 0xc1, 0x79, + 0x81, 0x4c, 0x1e, 0xf8, 0x71, 0xec, 0xed, 0xf9, 0x82, 0x21, 0xe6, 0x45, 0xdd, 0xc9, 0x1b, 0x1c, + 0x0c, 0xb2, 0xdc, 0xf9, 0x34, 0x19, 0xf7, 0xa3, 0x28, 0x8c, 0x04, 0x47, 0xcc, 0x0a, 0xc4, 0xf1, + 0x75, 0x04, 0x02, 0x2f, 0x73, 0xbf, 0x5f, 0x22, 0xf3, 0xaa, 0xaf, 0xbc, 0xad, 0x11, 0x2e, 0xf5, + 0x16, 0x21, 0x4d, 0x39, 0xb0, 0x98, 0x2d, 0xb0, 0xe9, 0x2b, 0x2f, 0x1f, 0x4f, 0xbb, 0x7f, 0x22, + 0x75, 0x1b, 0x0a, 0x14, 0x83, 0x41, 0xd7, 0xfd, 0x6e, 0x89, 0x9c, 0x4d, 0x8d, 0x69, 0x2b, 0x88, + 0x13, 0xe7, 0xcf, 0xf6, 0x8d, 0xeb, 0xd2, 0x31, 0x6d, 0x1b, 0xda, 0xd3, 0x32, 0x56, 0x67, 0xc3, + 0x53, 0x8c, 0x22, 0x21, 0xc6, 0xe0, 0x80, 0x8c, 0x07, 0x89, 0x7f, 0x20, 0xc7, 0x75, 0xb1, 0xe0, + 0xb8, 0x78, 0x07, 0xf5, 0xe7, 0xd9, 0x44, 0x1a, 0xc0, 0x49, 0xb9, 0xff, 0x8b, 0xee, 0x59, 0x74, + 0x94, 0xbb, 0xc1, 0xde, 0x0d, 0xaf, 0x3b, 0xc2, 0x0f, 0xd3, 0xa0, 0x32, 0x0f, 0xa9, 0xf2, 0xae, + 0x5f, 0xce, 0xeb, 0xba, 0xe8, 0xd0, 0x72, 0x8d, 0xd6, 0xe1, 0x3b, 0xa0, 0x92, 0x4b, 0x08, 0x02, + 0x46, 0x6c, 0xe9, 0x75, 0x52, 0x55, 0x08, 0xce, 0x02, 0xa9, 0xdc, 0xf5, 0xb9, 0x7a, 0x54, 0x05, + 0xfc, 0xd7, 0x39, 0x47, 0xc6, 0x0f, 0xbd, 0x76, 0x4f, 0xac, 0x56, 0xe0, 0x3f, 0x3e, 0x5b, 0x7e, + 0xa3, 0xe4, 0xfe, 0x66, 0x89, 0x9c, 0x53, 0x8d, 0x5c, 0xf7, 0x8f, 0x1a, 0x7e, 0x9b, 0x76, 0x39, + 0x8c, 0x9c, 0x9f, 0xa5, 0x05, 0xed, 0x0c, 0x39, 0x24, 0x66, 0xe3, 0x24, 0x12, 0xec, 0x53, 0xa2, + 0xe3, 0xe7, 0xb2, 0x4a, 0x21, 0xb3, 0x35, 0xe7, 0x71, 0x3e, 0x16, 0xbe, 0x78, 0xa7, 0x05, 0x81, + 0x0a, 0xed, 0x28, 0x1b, 0x18, 0x76, 0x7f, 0x56, 0x75, 0xff, 0x34, 0x38, 0x6f, 0xcb, 0xe6, 0xbc, + 0xcf, 0x14, 0xfc, 0x7c, 0x03, 0x78, 0xee, 0x6f, 0x97, 0xc9, 0x79, 0x85, 0x63, 0x89, 0xe3, 0x87, + 0x64, 0xfa, 0x87, 0x1b, 0x2e, 0xfd, 0x2c, 0xdb, 0x21, 0xee, 0xa7, 0xd9, 0xc3, 0x75, 0x2e, 0x93, + 0xe9, 0x96, 0xbf, 0xeb, 0xf5, 0xda, 0xc9, 0x0d, 0xaa, 0x75, 0x0b, 0x73, 0x81, 0xe9, 0xcc, 0x35, + 0x0d, 0x06, 0x13, 0xc7, 0xfd, 0x9d, 0x2a, 0x5b, 0x95, 0x89, 0x17, 0x50, 0x93, 0x07, 0x37, 0x68, + 0x43, 0x83, 0x9d, 0x31, 0x35, 0x58, 0xa1, 0xad, 0x52, 0x49, 0x1c, 0x1c, 0xa0, 0xc8, 0x2e, 0xdb, + 0x92, 0x78, 0x13, 0x81, 0xc0, 0xcb, 0x9c, 0x67, 0xc9, 0x24, 0x35, 0x13, 0x0f, 0xbc, 0x4e, 0x8b, + 0xf6, 0x01, 0x55, 0x86, 0x69, 0x94, 0xea, 0x6b, 0x1c, 0x04, 0xb2, 0xcc, 0xf9, 0x14, 0x19, 0xa3, + 0xfa, 0x4d, 0x4c, 0x85, 0x3a, 0xe2, 0x4c, 0x61, 0x4b, 0x2b, 0xf4, 0x37, 0x30, 0x28, 0xaa, 0x02, + 0xf7, 0xc2, 0xe8, 0x2e, 0x55, 0xd8, 0x6a, 0x41, 0xc4, 0xf6, 0x75, 0x43, 0x15, 0xb8, 0xa3, 0x4a, + 0xc0, 0xc0, 0x72, 0xea, 0x64, 0xbc, 0x1b, 0x46, 0x49, 0x4c, 0xb7, 0x69, 0x9c, 0xce, 0x17, 0x73, + 0xb9, 0x87, 0x8f, 0xbb, 0x4e, 0xeb, 0xe8, 0xa1, 0xe0, 0x2f, 0x3a, 0xa5, 0x8c, 0x90, 0xb3, 0x46, + 0x2a, 0x7e, 0xe7, 0x70, 0x71, 0x92, 0xd1, 0x7b, 0xe6, 0x78, 0x7a, 0xeb, 0x9d, 0xc3, 0xdb, 0x5e, + 0xa4, 0x57, 0x11, 0xfd, 0x0d, 0x58, 0xdb, 0x69, 0x92, 0xaa, 0x34, 0x7a, 0xe3, 0xc5, 0xa9, 0x22, + 0x0c, 0x06, 0x02, 0x1d, 0xfc, 0xf7, 0x7b, 0x41, 0xe4, 0x1f, 0x50, 0xe1, 0x1a, 0x6b, 0x7d, 0x58, + 0x96, 0xc6, 0xa0, 0xe9, 0xd2, 0x46, 0x66, 0xb8, 0xfa, 0x70, 0x23, 0xa4, 0x96, 0x6f, 0xbc, 0x58, + 0x65, 0x5d, 0xce, 0x31, 0xae, 0x6e, 0xeb, 0x1a, 0xab, 0xe7, 0x04, 0xf9, 0x19, 0x03, 0x18, 0x83, + 0x45, 0x94, 0x1a, 0x70, 0xb3, 0xed, 0xe0, 0x90, 0x9a, 0xc7, 0x71, 0x5c, 0x8f, 0xc2, 0x1d, 0x7f, + 0x91, 0xb0, 0xd1, 0x7c, 0x3a, 0xcf, 0xd0, 0xa0, 0xa8, 0xab, 0x67, 0x28, 0xed, 0xd9, 0x2d, 0xb3, + 0x36, 0xd8, 0xc4, 0xa8, 0x26, 0x37, 0x87, 0xba, 0x4a, 0xa0, 0xc9, 0x4f, 0x17, 0x27, 0xef, 0x50, + 0xf2, 0x73, 0x60, 0x55, 0x87, 0x14, 0x39, 0x67, 0x9b, 0x54, 0xdb, 0xc1, 0xae, 0xdf, 0x3c, 0x6a, + 0x52, 0xed, 0x72, 0x86, 0xd1, 0xce, 0x59, 0x72, 0x5b, 0x12, 0x9d, 0xeb, 0x87, 0xea, 0x27, 0x68, + 0x42, 0xce, 0x6d, 0xf2, 0x48, 0xe2, 0x47, 0x07, 0x41, 0xc7, 0xc3, 0x4d, 0x5b, 0x28, 0x2f, 0xcc, + 0x9a, 0x9b, 0x65, 0x5c, 0xfb, 0x84, 0x98, 0xd8, 0x47, 0xb6, 0x33, 0xb1, 0x60, 0x40, 0x6d, 0xe7, + 0x16, 0x99, 0x67, 0xeb, 0xa9, 0xde, 0x6b, 0xb7, 0xeb, 0x61, 0x3b, 0x68, 0x1e, 0x2d, 0xce, 0x31, + 0x82, 0xcf, 0x4a, 0x1b, 0x6d, 0xd3, 0x2e, 0x46, 0xbd, 0x5e, 0xff, 0x82, 0x74, 0x6d, 0x34, 0x90, + 0xa9, 0x56, 0xdb, 0x8b, 0xa8, 0xd2, 0x8f, 0xbc, 0xef, 0xdf, 0x4f, 0x16, 0xe7, 0x8b, 0xd8, 0x29, + 0x0d, 0xbb, 0x12, 0x37, 0x90, 0x53, 0x40, 0x48, 0x93, 0x46, 0x51, 0x11, 0x27, 0x74, 0xf6, 0x17, + 0x17, 0x98, 0x62, 0xaa, 0xd6, 0x57, 0x03, 0x81, 0xc0, 0xcb, 0x98, 0xd9, 0x87, 0xff, 0xdc, 0x42, + 0xd9, 0x7b, 0x86, 0x21, 0x6a, 0xb3, 0x4f, 0x16, 0x80, 0xc6, 0xc1, 0x0d, 0x2b, 0xa1, 0x86, 0xbd, + 0xc3, 0x50, 0xd5, 0x52, 0xdb, 0xde, 0xfe, 0x32, 0x20, 0xdc, 0xdd, 0x21, 0x73, 0x6a, 0x59, 0xb3, + 0xd9, 0x71, 0x9e, 0x24, 0xe3, 0x28, 0xb9, 0xa4, 0xf5, 0x52, 0xc5, 0x2e, 0xa0, 0x40, 0xa3, 0x4b, + 0x9c, 0xc1, 0x59, 0x17, 0x82, 0x0f, 0xfc, 0xd5, 0x23, 0x3a, 0x6a, 0x26, 0xd6, 0x2a, 0x46, 0x17, + 0x64, 0x01, 0x68, 0x1c, 0xf7, 0xff, 0xf0, 0x4d, 0x51, 0xcb, 0x8e, 0x02, 0x72, 0x93, 0x2a, 0xea, + 0xfb, 0x61, 0x9c, 0x20, 0x36, 0x6b, 0x63, 0x5c, 0xef, 0x82, 0xd7, 0x04, 0x1c, 0x14, 0x86, 0xf3, + 0x39, 0x32, 0xdb, 0x34, 0x1b, 0x10, 0xa2, 0xfc, 0xbc, 0xa8, 0x62, 0xb7, 0x0e, 0x36, 0xae, 0xf3, + 0x06, 0x99, 0x62, 0x6e, 0xab, 0x66, 0xd8, 0x16, 0xfa, 0xb2, 0xdc, 0x99, 0xa6, 0xea, 0x02, 0xfe, + 0x91, 0xf1, 0x3f, 0x28, 0x6c, 0xb4, 0x3a, 0xb0, 0x0b, 0x9b, 0x75, 0x21, 0x6e, 0x95, 0xd5, 0x71, + 0x8d, 0x41, 0x41, 0x94, 0xba, 0xbf, 0x5a, 0x36, 0x66, 0x19, 0x95, 0x3e, 0xdf, 0xf9, 0x09, 0x32, + 0x79, 0xcf, 0xa3, 0x4a, 0x6b, 0x67, 0x4f, 0xec, 0xa0, 0xaf, 0x14, 0x94, 0xbd, 0xac, 0xfa, 0x1d, + 0x5e, 0x95, 0xef, 0x13, 0xe2, 0x07, 0x48, 0x82, 0x48, 0x3b, 0xea, 0x75, 0x3a, 0x48, 0xbb, 0x3c, + 0x3c, 0x6d, 0xe0, 0x55, 0x39, 0x6d, 0xf1, 0x03, 0x24, 0x41, 0x67, 0x97, 0x10, 0xb9, 0xfa, 0xfc, + 0x96, 0x70, 0x17, 0xfd, 0xd8, 0x30, 0xe4, 0xb7, 0x55, 0xed, 0xd5, 0x39, 0xdc, 0x99, 0xf4, 0x6f, + 0x30, 0x28, 0xbb, 0x3d, 0xa6, 0x88, 0xf4, 0x77, 0x8b, 0x4a, 0x54, 0xca, 0xdc, 0x5e, 0x44, 0x71, + 0x56, 0x12, 0x31, 0x75, 0x2f, 0x16, 0x54, 0xa8, 0xb6, 0x83, 0x03, 0xdf, 0x5c, 0x2d, 0x82, 0x0a, + 0x68, 0x82, 0xee, 0xb7, 0x2b, 0x64, 0x71, 0x50, 0x7f, 0x91, 0x27, 0xfd, 0xfb, 0x01, 0xb5, 0x46, + 0x5a, 0x9c, 0x73, 0x0d, 0x9e, 0x5c, 0x17, 0x70, 0x50, 0x18, 0xc8, 0x1c, 0x71, 0xb0, 0xd7, 0xf1, + 0xda, 0x82, 0x7f, 0x15, 0x73, 0x34, 0x18, 0x14, 0x44, 0x29, 0xe2, 0x51, 0xa9, 0x1b, 0x0b, 0x77, + 0xa5, 0xc1, 0x44, 0xc0, 0xa0, 0x20, 0x4a, 0x4d, 0xf3, 0x6f, 0x2c, 0xc7, 0xfc, 0xb3, 0xe6, 0x68, + 0xfc, 0x01, 0xcf, 0x11, 0xdd, 0x75, 0x08, 0xba, 0xf4, 0xe2, 0x7d, 0x46, 0x7e, 0x62, 0x78, 0xf2, + 0x4a, 0x2b, 0xd9, 0x50, 0x64, 0xc0, 0x20, 0xe9, 0xbc, 0x46, 0xa6, 0xd5, 0x0a, 0xa5, 0xd6, 0xff, + 0x24, 0x1b, 0xed, 0x59, 0x51, 0x69, 0x5a, 0x8b, 0xab, 0x1a, 0x98, 0x78, 0xee, 0xd7, 0xd2, 0x2c, + 0x23, 0x16, 0x86, 0x31, 0xc3, 0xa5, 0xa2, 0x33, 0x5c, 0x3e, 0x7e, 0x86, 0xdd, 0xff, 0x5c, 0x41, + 0xdb, 0xd9, 0x68, 0xac, 0x17, 0x17, 0x10, 0x6a, 0x6f, 0xa3, 0x84, 0xa7, 0x1d, 0x13, 0xcb, 0xf2, + 0xa5, 0x61, 0xd6, 0x8d, 0xb9, 0x1f, 0xe0, 0x72, 0xe0, 0x94, 0x9c, 0x7d, 0xba, 0x43, 0x7b, 0x31, + 0xb3, 0x24, 0x7d, 0xb1, 0x1c, 0x87, 0x23, 0xab, 0xb5, 0x70, 0x4a, 0xc6, 0xd8, 0x70, 0x79, 0x2b, + 0x9a, 0x38, 0x6e, 0x4f, 0xa8, 0x1d, 0x48, 0x2f, 0xb9, 0xea, 0x0e, 0xaa, 0x10, 0x47, 0xc0, 0xcb, + 0xa8, 0x2c, 0x9d, 0xa1, 0x1a, 0x16, 0xb2, 0xca, 0x1a, 0x2a, 0x40, 0x8c, 0xf9, 0xc6, 0xb5, 0xa6, + 0x04, 0x46, 0x19, 0x58, 0x98, 0x5a, 0x51, 0x9e, 0x38, 0x46, 0x51, 0xa6, 0x5f, 0x88, 0xfd, 0xa3, + 0xb8, 0x42, 0x7d, 0xa1, 0x4d, 0x0e, 0x06, 0x59, 0x9e, 0x66, 0xa2, 0xa9, 0x82, 0x4c, 0x74, 0x81, + 0xcc, 0xd5, 0x3c, 0xff, 0x20, 0xec, 0xac, 0x77, 0x5a, 0xdd, 0x30, 0xa0, 0x1d, 0x5b, 0x24, 0x63, + 0x6c, 0x4b, 0xe1, 0x2b, 0x7e, 0x0c, 0x29, 0xc0, 0x18, 0x2a, 0xbb, 0xee, 0xff, 0xa5, 0xfb, 0x5a, + 0x8d, 0xda, 0xa7, 0x89, 0x7f, 0xab, 0xcb, 0xdc, 0x0f, 0xce, 0x06, 0x71, 0xf6, 0x22, 0xaf, 0xe9, + 0xd7, 0xfd, 0x28, 0x08, 0x5b, 0x74, 0xc7, 0x0f, 0x3b, 0xcc, 0xb9, 0x8c, 0x7b, 0x24, 0x7a, 0x13, + 0x9d, 0xab, 0x7d, 0xa5, 0x90, 0x51, 0xc3, 0x69, 0x91, 0xd9, 0x6e, 0xe4, 0x5b, 0xfe, 0x92, 0x52, + 0xbe, 0x7e, 0x5e, 0x37, 0xab, 0x70, 0xf5, 0xd1, 0x02, 0x81, 0x4d, 0xd4, 0x79, 0x8b, 0x2c, 0x84, + 0x51, 0x77, 0xdf, 0xeb, 0xd4, 0xfc, 0xae, 0xdf, 0x69, 0xa1, 0xce, 0x2c, 0x9c, 0x62, 0xe7, 0x68, + 0xdd, 0x85, 0x5b, 0xa9, 0x32, 0xe8, 0xc3, 0x76, 0x7f, 0x99, 0xda, 0x8b, 0xb5, 0xf0, 0x5e, 0xe7, + 0x9e, 0x17, 0xb5, 0x56, 0xea, 0x9b, 0x5c, 0x11, 0x66, 0x4e, 0x46, 0xe9, 0xdc, 0x2c, 0x0d, 0x74, + 0x6e, 0x7e, 0x85, 0x4c, 0xed, 0x06, 0x7e, 0xbb, 0x85, 0x5e, 0x48, 0x3e, 0xbc, 0xcb, 0x45, 0x3c, + 0x1a, 0x1b, 0x58, 0x47, 0x7a, 0x05, 0xb8, 0x6f, 0x75, 0x43, 0x90, 0x01, 0x45, 0xd0, 0xe9, 0x91, + 0x05, 0xa9, 0xe9, 0xcb, 0x52, 0xb1, 0x3a, 0x5e, 0x29, 0x66, 0x48, 0xd8, 0xcd, 0xb0, 0xf9, 0x80, + 0x14, 0x41, 0xe8, 0x6b, 0x02, 0x2d, 0xb4, 0x03, 0xdc, 0x1d, 0xc6, 0x18, 0xaf, 0x30, 0x0b, 0x8d, + 0x99, 0x90, 0x0c, 0xea, 0xfe, 0xfd, 0x12, 0x79, 0xb4, 0x6f, 0xb6, 0x84, 0x7d, 0xfd, 0x25, 0x69, + 0xd8, 0xf2, 0x93, 0x88, 0x9c, 0x5e, 0x66, 0xce, 0x79, 0x31, 0x23, 0xb7, 0x5c, 0xc0, 0xc8, 0xbd, + 0x45, 0xce, 0xad, 0x1f, 0x74, 0x93, 0x23, 0x6a, 0x22, 0x5a, 0x9d, 0x7c, 0x9d, 0x4c, 0x1c, 0xf8, + 0xad, 0xa0, 0x77, 0x20, 0x3e, 0xeb, 0x93, 0x52, 0x90, 0xde, 0x60, 0x50, 0xaa, 0x25, 0xcd, 0xe2, + 0x39, 0x1f, 0x5d, 0x80, 0x1c, 0x00, 0x02, 0xdd, 0xfd, 0x61, 0x89, 0xcc, 0xcb, 0x05, 0xb5, 0xd2, + 0x6a, 0xd1, 0x79, 0x8b, 0x9d, 0x25, 0x52, 0x0e, 0xba, 0x82, 0x10, 0x11, 0x84, 0xca, 0x54, 0x69, + 0xa2, 0x50, 0xaa, 0xc1, 0x54, 0xb9, 0x2b, 0x5f, 0x33, 0xc7, 0x90, 0x47, 0x03, 0xcc, 0xfa, 0xd8, + 0x96, 0x34, 0x40, 0x93, 0x93, 0x9a, 0x25, 0x13, 0xd5, 0x15, 0xdb, 0xb1, 0x7c, 0x4d, 0xc0, 0x41, + 0x61, 0xa0, 0x3b, 0x1f, 0x4f, 0xe4, 0xd8, 0x29, 0x0b, 0xdf, 0x76, 0x19, 0xcb, 0xdd, 0x14, 0x30, + 0x50, 0xa5, 0xee, 0xcf, 0x97, 0xc8, 0x8c, 0x1c, 0x63, 0x41, 0x25, 0x17, 0x17, 0x89, 0x56, 0x70, + 0xf5, 0x22, 0x41, 0x25, 0x95, 0x95, 0x58, 0xba, 0x69, 0x65, 0x18, 0xdd, 0xd4, 0xfd, 0x36, 0xd5, + 0x39, 0x65, 0x77, 0x1a, 0xbd, 0x9d, 0xd8, 0x4f, 0x9c, 0xaf, 0x92, 0xaa, 0xc7, 0x27, 0xdf, 0x97, + 0x7c, 0x76, 0x31, 0xcf, 0x42, 0xb7, 0xbe, 0x99, 0x56, 0x0c, 0x56, 0x24, 0x1d, 0xd0, 0x24, 0x9d, + 0x43, 0x72, 0xa6, 0x13, 0x26, 0x6c, 0x3f, 0x50, 0xe5, 0xc5, 0x3c, 0xa2, 0xe9, 0x76, 0x1e, 0x13, + 0xed, 0x9c, 0xb9, 0x99, 0xa6, 0x07, 0xfd, 0x4d, 0x50, 0xbb, 0x4f, 0x78, 0x31, 0x2a, 0xac, 0xad, + 0x0b, 0xc5, 0xda, 0x1a, 0xec, 0xc4, 0x70, 0x7f, 0xab, 0x44, 0xaa, 0x12, 0x6d, 0x94, 0x3e, 0xf1, + 0x3b, 0x64, 0x32, 0x66, 0x9f, 0x46, 0x4e, 0xd3, 0x4b, 0xc5, 0xba, 0xce, 0xbf, 0xa7, 0xde, 0xfc, + 0xf8, 0xef, 0x18, 0x24, 0x35, 0xe6, 0x86, 0x54, 0x03, 0x78, 0xf8, 0xdc, 0x90, 0xaa, 0x6b, 0x03, + 0xdc, 0x90, 0xff, 0xa0, 0x44, 0x26, 0xb8, 0x73, 0xa8, 0x98, 0x87, 0xcd, 0xf0, 0x25, 0x6b, 0x8a, + 0xb7, 0x11, 0x28, 0x5c, 0xcb, 0x74, 0xa6, 0xab, 0xec, 0x9f, 0x8d, 0x28, 0x3c, 0x10, 0x1b, 0xc1, + 0x85, 0x22, 0xce, 0x29, 0x2e, 0xf8, 0xb8, 0x34, 0xb9, 0x2d, 0x09, 0x80, 0xa6, 0xe5, 0xfe, 0x66, + 0x05, 0x57, 0xbd, 0x46, 0xb5, 0xb6, 0xb5, 0xd2, 0x69, 0x6c, 0x6b, 0xe5, 0xd1, 0x6f, 0x6b, 0xef, + 0x93, 0xf9, 0xa6, 0xe1, 0x93, 0xd7, 0x9b, 0xe9, 0x95, 0x82, 0xee, 0x66, 0xc3, 0x91, 0xcf, 0x9d, + 0x21, 0x6b, 0x36, 0x39, 0x48, 0xd3, 0x77, 0x7c, 0x32, 0xc3, 0x0f, 0x14, 0x45, 0x7b, 0x63, 0xb9, + 0x3c, 0xcb, 0xfd, 0x2e, 0xbc, 0x86, 0x6a, 0x8c, 0x05, 0x58, 0x34, 0x0c, 0x42, 0x60, 0x91, 0x75, + 0xff, 0xea, 0x38, 0x19, 0x5f, 0x3f, 0xa4, 0xba, 0xcc, 0x08, 0x57, 0xf9, 0x01, 0x99, 0x0b, 0x3a, + 0x87, 0x61, 0xfb, 0xd0, 0x6f, 0xf1, 0xf2, 0x93, 0xed, 0x68, 0x8f, 0x88, 0x46, 0xe6, 0x36, 0x2d, + 0x62, 0x90, 0x22, 0x3e, 0x0a, 0x7b, 0xf2, 0x6d, 0x6a, 0xca, 0x32, 0x8e, 0x10, 0xc6, 0x64, 0x8e, + 0x93, 0x94, 0x4d, 0xa8, 0x58, 0x39, 0xda, 0xea, 0xe5, 0xfe, 0x59, 0x41, 0xc8, 0xb9, 0x4b, 0xe6, + 0x76, 0x83, 0x88, 0x5a, 0x1c, 0xd4, 0x20, 0xa4, 0x56, 0xc0, 0x41, 0xf7, 0x24, 0x86, 0xa4, 0x9a, + 0x92, 0x0d, 0x8b, 0x14, 0xa4, 0x48, 0x53, 0x23, 0x69, 0x16, 0xed, 0x18, 0xdd, 0xd6, 0xe4, 0xf0, + 0x6d, 0x29, 0x5f, 0xd2, 0x96, 0x49, 0x09, 0x6c, 0xc2, 0x28, 0x8c, 0x9a, 0xcc, 0xf0, 0x99, 0x62, + 0x5b, 0xba, 0x12, 0x46, 0xdc, 0xe2, 0xe1, 0x65, 0x28, 0xd3, 0xd8, 0xf9, 0x71, 0xd5, 0x96, 0x69, + 0xfa, 0x94, 0xd8, 0xfd, 0x16, 0x6e, 0x40, 0x38, 0x8b, 0xa7, 0x21, 0xbb, 0xaf, 0xd9, 0xb2, 0xfb, + 0xd3, 0x05, 0x3e, 0xee, 0x00, 0xb9, 0xfd, 0x1e, 0x99, 0x36, 0xbe, 0x3d, 0x3a, 0x0a, 0x9b, 0xf2, + 0xa8, 0x53, 0x08, 0x70, 0xa5, 0x40, 0xa8, 0x33, 0x50, 0xd0, 0x38, 0x38, 0x31, 0xa8, 0x78, 0xa5, + 0x23, 0x22, 0x50, 0x2d, 0x03, 0x56, 0xe2, 0xbe, 0x42, 0xc8, 0xfa, 0x7d, 0xbf, 0xb9, 0xd2, 0x64, + 0x07, 0xf1, 0xc6, 0xb9, 0x49, 0x69, 0xf0, 0xb9, 0x89, 0xfb, 0x2e, 0xdd, 0x0c, 0xef, 0xe3, 0xce, + 0x2e, 0xcd, 0x34, 0xba, 0x44, 0x7c, 0x06, 0x60, 0xbd, 0x9a, 0xd2, 0x4c, 0xca, 0xd1, 0x40, 0x94, + 0xb2, 0x63, 0xf4, 0xfb, 0x9e, 0x58, 0xb0, 0x86, 0xc9, 0xbb, 0x8e, 0x40, 0xe0, 0x65, 0xee, 0x37, + 0x4b, 0x64, 0x6e, 0x63, 0xcd, 0xd2, 0x93, 0x97, 0x09, 0xe1, 0xfa, 0xe6, 0x9d, 0x3b, 0x37, 0xa5, + 0x1f, 0x95, 0x3b, 0xbb, 0x14, 0x14, 0x0c, 0x0c, 0xe7, 0x31, 0x52, 0x69, 0xf7, 0x3a, 0x42, 0x0d, + 0x9c, 0x44, 0xff, 0xec, 0x56, 0xaf, 0x03, 0x08, 0x33, 0x02, 0x1b, 0x2a, 0x85, 0x03, 0x1b, 0xf2, + 0xc3, 0xd8, 0x7e, 0xb1, 0x42, 0x16, 0x36, 0xda, 0xfe, 0x7d, 0xab, 0xd7, 0xb4, 0xa9, 0x56, 0x14, + 0x50, 0xe6, 0x49, 0xbb, 0x49, 0x6a, 0x0c, 0x0a, 0xa2, 0xb4, 0x70, 0xac, 0x85, 0x15, 0x67, 0x52, + 0x19, 0x71, 0x9c, 0x49, 0xee, 0x98, 0x9d, 0x5d, 0x32, 0x19, 0xf2, 0xef, 0x4f, 0xa5, 0x18, 0x32, + 0xfa, 0xe7, 0x8e, 0xef, 0x4c, 0x7a, 0x7e, 0x96, 0x05, 0xf7, 0xf0, 0x43, 0x6f, 0x25, 0x2c, 0x05, + 0x14, 0x24, 0xf1, 0xa5, 0xcf, 0x92, 0x19, 0x13, 0x73, 0xa8, 0xd3, 0xef, 0x2d, 0x72, 0x76, 0x03, + 0xa3, 0x25, 0x53, 0xb1, 0x30, 0xaf, 0x51, 0x13, 0x8e, 0xae, 0xd4, 0xd8, 0x0a, 0x10, 0x53, 0xbe, + 0x8c, 0x9a, 0x2e, 0x02, 0x13, 0xcf, 0xfd, 0x0f, 0x25, 0xf2, 0xf8, 0xd5, 0xb5, 0xf5, 0x3a, 0x8a, + 0x83, 0x38, 0xa1, 0x0b, 0xac, 0x16, 0xc4, 0x77, 0xd3, 0x9f, 0xbc, 0xdb, 0x32, 0x68, 0xaa, 0x4f, + 0x59, 0xaf, 0x31, 0x72, 0xa2, 0xf4, 0x61, 0x89, 0xbe, 0xa4, 0x7a, 0xe1, 0xd9, 0xab, 0x01, 0xfd, + 0xf6, 0xdd, 0x30, 0x1d, 0x3f, 0x17, 0x51, 0x58, 0x8c, 0x71, 0x55, 0x47, 0xe9, 0xf8, 0x39, 0x50, + 0x25, 0x60, 0x60, 0xf1, 0x96, 0x0f, 0x03, 0x14, 0x94, 0x62, 0x50, 0x46, 0xcb, 0x1c, 0x0e, 0x0a, + 0x03, 0x07, 0xd6, 0x0a, 0x22, 0xa6, 0x53, 0x1c, 0x89, 0x95, 0xa8, 0x06, 0x56, 0x93, 0x05, 0xa0, + 0x71, 0xdc, 0xbf, 0x59, 0x22, 0xe7, 0xaf, 0xb6, 0x7b, 0x74, 0xda, 0xa3, 0xdd, 0xd8, 0xea, 0xec, + 0x2b, 0xa4, 0xea, 0x4b, 0xfd, 0x57, 0xf4, 0x55, 0xed, 0x2d, 0x4a, 0x31, 0xe6, 0xc1, 0x7b, 0x0a, + 0xaf, 0x40, 0xac, 0xd8, 0x70, 0x91, 0x4d, 0xff, 0xa2, 0x4c, 0x66, 0xaf, 0x6d, 0x6f, 0xd7, 0xaf, + 0xfa, 0x89, 0x90, 0xa5, 0xf9, 0x0e, 0x9b, 0xba, 0x61, 0xad, 0x4e, 0x5f, 0x59, 0x1e, 0xb0, 0x7a, + 0x30, 0x2e, 0x78, 0x99, 0xc7, 0x05, 0x2f, 0x6f, 0x76, 0x92, 0x5b, 0x51, 0x23, 0x89, 0xf0, 0x38, + 0x21, 0xcb, 0xba, 0x95, 0xf2, 0xbe, 0x32, 0x48, 0xde, 0xd3, 0xc9, 0x9a, 0x88, 0x9b, 0xfb, 0xbe, + 0x32, 0xbe, 0x3f, 0xa9, 0xd4, 0x09, 0x06, 0xa5, 0xb6, 0x6f, 0xf5, 0x1d, 0xd8, 0xe4, 0x3f, 0x40, + 0xa0, 0x52, 0xc1, 0x33, 0xbd, 0x9f, 0x24, 0xdd, 0x6b, 0x74, 0xb0, 0x94, 0xf5, 0xc5, 0x6a, 0xcf, + 0xd1, 0xe6, 0x70, 0x32, 0x78, 0x05, 0xbd, 0xb0, 0x34, 0x2c, 0x06, 0x93, 0xa2, 0xdb, 0x20, 0x44, + 0x97, 0x3d, 0x20, 0x13, 0xc5, 0xfd, 0xf3, 0x65, 0x32, 0x79, 0x8d, 0x6e, 0x57, 0x6d, 0x4a, 0x72, + 0x83, 0x8c, 0xf9, 0x74, 0x9b, 0x2b, 0xa6, 0x88, 0xea, 0x0d, 0x91, 0x7b, 0x9c, 0xf0, 0x37, 0xb0, + 0xfa, 0x0e, 0x90, 0x49, 0xec, 0xf7, 0x55, 0x15, 0x60, 0xf9, 0x62, 0xfe, 0x2c, 0x28, 0x96, 0xe0, + 0xbb, 0xa9, 0x00, 0x81, 0x24, 0xc4, 0x7c, 0x33, 0xcd, 0x6e, 0x03, 0xa5, 0x54, 0x52, 0x2c, 0x5e, + 0x78, 0x7b, 0xad, 0xce, 0xd1, 0x05, 0x5d, 0xee, 0x9b, 0x91, 0x40, 0xd0, 0xe4, 0xdc, 0x37, 0xc8, + 0x39, 0x76, 0xba, 0x47, 0xd9, 0xcd, 0x5a, 0x33, 0xb9, 0xcc, 0xe9, 0xfe, 0x9d, 0x32, 0x39, 0xb3, + 0xd9, 0x58, 0x6b, 0xd8, 0x5e, 0xb5, 0x37, 0xc8, 0x0c, 0xdf, 0x66, 0x91, 0xe9, 0xbc, 0xb6, 0xa8, + 0xaf, 0xdc, 0xd1, 0xdb, 0x46, 0x19, 0x58, 0x98, 0x78, 0x6c, 0x1a, 0xbc, 0xdf, 0x49, 0xc7, 0xf9, + 0x6c, 0xbe, 0x7d, 0x13, 0x10, 0x8e, 0xc5, 0xb8, 0x63, 0x73, 0x11, 0xa7, 0x8a, 0xd5, 0xae, 0xfd, + 0x05, 0xaa, 0xf2, 0xc7, 0xcd, 0x38, 0xa0, 0x0b, 0x80, 0xae, 0x7f, 0xaf, 0x29, 0xd9, 0x57, 0xeb, + 0xf0, 0xd8, 0x55, 0x55, 0x0a, 0x29, 0x6c, 0x43, 0xde, 0x8e, 0x17, 0xde, 0xf5, 0xf3, 0x23, 0x2d, + 0xbf, 0x46, 0xaa, 0x2a, 0x22, 0x46, 0x06, 0x32, 0x95, 0xb2, 0x03, 0x99, 0x0a, 0x08, 0x1c, 0xe9, + 0xeb, 0xac, 0x64, 0xfa, 0x3a, 0xff, 0x31, 0xd5, 0x60, 0xd5, 0xe1, 0x3f, 0xe5, 0xc3, 0x2a, 0x15, + 0xbc, 0x09, 0x3b, 0x4e, 0x12, 0x4c, 0xfd, 0x6c, 0x0e, 0x27, 0xf2, 0x95, 0xc0, 0x79, 0xa5, 0x2e, + 0xeb, 0x82, 0x26, 0xe3, 0x6c, 0x91, 0xc9, 0x6e, 0xe4, 0x37, 0x12, 0x16, 0xae, 0x3b, 0x04, 0x45, + 0xc6, 0xd5, 0x75, 0x5e, 0x13, 0x24, 0x09, 0xf7, 0xd7, 0x4b, 0x84, 0x6c, 0x05, 0x07, 0x74, 0x73, + 0xf1, 0x3a, 0x7b, 0xfe, 0x08, 0xad, 0xc1, 0x9b, 0x64, 0x2c, 0xee, 0xd2, 0xa5, 0x5d, 0xe8, 0x08, + 0x48, 0xf7, 0xa8, 0x41, 0xeb, 0xe8, 0xcf, 0x80, 0xbf, 0x80, 0xd1, 0x71, 0x7f, 0x85, 0x90, 0x39, + 0x8d, 0x86, 0xea, 0xb8, 0x73, 0xd1, 0x8a, 0x4f, 0x7d, 0x2c, 0x15, 0x9f, 0x5a, 0x65, 0xd8, 0x46, + 0x48, 0x6a, 0x42, 0x2a, 0x07, 0xde, 0x7d, 0xa1, 0xfd, 0xbf, 0x56, 0xb4, 0x43, 0xd8, 0xd2, 0xf2, + 0x0d, 0xef, 0x3e, 0x57, 0x87, 0x5e, 0x94, 0x0c, 0x44, 0x21, 0x1f, 0xf1, 0x83, 0x1e, 0xb6, 0x02, + 0xd1, 0xdc, 0xf8, 0x99, 0xff, 0xa2, 0x7f, 0x33, 0xa1, 0x88, 0xcd, 0xb1, 0x56, 0x83, 0x8e, 0x70, + 0xd9, 0x0d, 0xd9, 0x6a, 0xd0, 0x49, 0xb7, 0x1a, 0x74, 0x0a, 0xb4, 0x1a, 0x74, 0x30, 0x8c, 0x6d, + 0x52, 0x78, 0xba, 0x59, 0x18, 0xd5, 0xf4, 0x95, 0x37, 0x87, 0x6a, 0x5a, 0xb8, 0xcc, 0x79, 0xf3, + 0x97, 0xa4, 0x0e, 0x28, 0xa0, 0xb9, 0x5d, 0x90, 0x4d, 0x3b, 0xbf, 0x44, 0x6d, 0x06, 0xf1, 0x3f, + 0x46, 0x2c, 0x51, 0xe3, 0x51, 0xec, 0x52, 0x6f, 0x9d, 0xa4, 0x37, 0x82, 0x04, 0xef, 0xd4, 0x8f, + 0x49, 0x11, 0x63, 0x17, 0xe6, 0xf6, 0x2d, 0xd5, 0x1f, 0xe7, 0xc3, 0x12, 0x39, 0x47, 0xbf, 0x13, + 0x6f, 0x91, 0xc3, 0x00, 0x0f, 0x06, 0x45, 0xa8, 0xd8, 0xc6, 0xb0, 0x7c, 0xd2, 0x47, 0x88, 0x77, + 0xf7, 0xf3, 0xf2, 0xf8, 0x31, 0x0b, 0x25, 0xb7, 0xd3, 0x99, 0x3d, 0x5c, 0x6a, 0x91, 0x29, 0xc9, + 0x98, 0x19, 0xda, 0xf7, 0xaa, 0xb9, 0x19, 0x1f, 0xbf, 0x02, 0xa5, 0x23, 0x6c, 0xf9, 0xed, 0x9e, + 0xd7, 0x49, 0x30, 0xf4, 0x5f, 0xeb, 0xea, 0xac, 0x15, 0xc1, 0x88, 0x23, 0x6c, 0x65, 0x9f, 0xcc, + 0x98, 0x3c, 0x37, 0xc2, 0x96, 0x42, 0x72, 0x36, 0x83, 0x9f, 0x46, 0xd8, 0x60, 0x8f, 0x3c, 0x36, + 0x90, 0x2f, 0x46, 0xd7, 0x2c, 0x3a, 0xf7, 0x0d, 0x81, 0x79, 0x1a, 0x0e, 0x96, 0x1b, 0xb6, 0x83, + 0xe5, 0xf9, 0xa2, 0x4b, 0x67, 0x80, 0x97, 0x65, 0xd7, 0xec, 0x3f, 0xee, 0x04, 0xce, 0x36, 0x99, + 0x68, 0x23, 0x44, 0x9e, 0xea, 0xbc, 0x34, 0xcc, 0xe2, 0xd4, 0xca, 0x05, 0x83, 0xc7, 0x20, 0x68, + 0xb9, 0xbf, 0x51, 0x22, 0x63, 0xa7, 0x31, 0x3d, 0x75, 0x7b, 0x7a, 0x06, 0xa9, 0xa8, 0xe2, 0x7e, + 0xe2, 0x32, 0x78, 0xf7, 0xd6, 0xef, 0x53, 0x6b, 0x36, 0x66, 0xaa, 0x64, 0xe6, 0x0c, 0xfd, 0x72, + 0x99, 0x4c, 0x63, 0x43, 0xd2, 0xdf, 0xf3, 0x39, 0xf4, 0xff, 0xed, 0xf8, 0x6d, 0xe9, 0x16, 0x4e, + 0x9b, 0x5d, 0x5b, 0x66, 0x21, 0xd8, 0xb8, 0x58, 0x79, 0xd7, 0xf4, 0x9a, 0x0b, 0x95, 0x48, 0x55, + 0xb6, 0x5c, 0xea, 0x60, 0xe3, 0xa2, 0xe6, 0x7f, 0xcf, 0x4b, 0x9a, 0xfb, 0xc2, 0x24, 0x53, 0xdd, + 0xbd, 0x83, 0x40, 0xe0, 0x65, 0xce, 0x0a, 0x99, 0x97, 0x1c, 0x7b, 0x9b, 0x4f, 0x9d, 0x50, 0x17, + 0xd5, 0xdd, 0x32, 0xb0, 0x8b, 0x21, 0x8d, 0xef, 0x7c, 0x96, 0xcc, 0xe1, 0xe4, 0x84, 0xbd, 0x44, + 0x06, 0x1d, 0x8c, 0xb3, 0xa0, 0x03, 0x16, 0xe4, 0xb9, 0x6d, 0x95, 0x40, 0x0a, 0xd3, 0xfd, 0x49, + 0x72, 0x76, 0x2b, 0xf4, 0x5a, 0xab, 0x5e, 0xdb, 0xeb, 0x34, 0xfd, 0x68, 0xb3, 0xb3, 0x97, 0x7b, + 0x3e, 0x6b, 0x9e, 0xa1, 0x96, 0xf3, 0xce, 0x50, 0xdd, 0x88, 0x38, 0x66, 0x03, 0x22, 0x5c, 0xe6, + 0x5d, 0x32, 0x19, 0xf0, 0xa6, 0x04, 0xd7, 0x5e, 0xce, 0x73, 0x0e, 0xf5, 0xf5, 0xd1, 0x08, 0xff, + 0xe0, 0x00, 0x90, 0x24, 0xd1, 0x92, 0xc8, 0xf2, 0x26, 0xe5, 0x1b, 0x6b, 0xee, 0x5f, 0x2a, 0x91, + 0xf9, 0x9b, 0xa9, 0x4b, 0x5d, 0x18, 0xcb, 0xe5, 0x47, 0x19, 0xae, 0xb1, 0x06, 0x83, 0x82, 0x28, + 0x7d, 0xe0, 0x66, 0xfa, 0x5f, 0x2e, 0x93, 0x2a, 0x8b, 0xbd, 0xec, 0x7a, 0xcd, 0x51, 0x2a, 0xa5, + 0x37, 0x2c, 0xa5, 0x34, 0xc7, 0x48, 0x54, 0x1d, 0x1a, 0xa4, 0x93, 0xe2, 0xb5, 0x3e, 0x71, 0xc9, + 0xa9, 0x90, 0x7d, 0xa8, 0x09, 0xf2, 0xfb, 0x30, 0x73, 0xf6, 0x9d, 0x28, 0x79, 0x01, 0x8a, 0x9d, + 0x6a, 0x2a, 0xdc, 0x87, 0xef, 0x54, 0x53, 0x75, 0x6d, 0x80, 0x54, 0xaa, 0x1b, 0xbd, 0x67, 0x62, + 0xfb, 0x8b, 0x2c, 0x90, 0xce, 0x6b, 0x07, 0x1f, 0xf8, 0xea, 0xb2, 0xe0, 0x93, 0x22, 0x2e, 0x4e, + 0x40, 0x3f, 0x62, 0x02, 0x46, 0xfc, 0xe2, 0x77, 0x40, 0x75, 0x15, 0xf7, 0x1a, 0xe5, 0x54, 0x7b, + 0xee, 0x9c, 0xd7, 0xc8, 0x78, 0x77, 0xdf, 0x8b, 0xfd, 0x54, 0x84, 0xc6, 0x78, 0x1d, 0x81, 0x94, + 0xda, 0x9c, 0xaa, 0xc0, 0x20, 0xc0, 0xb1, 0xdd, 0x3f, 0xa6, 0xb2, 0x1e, 0x63, 0x1a, 0x46, 0xc8, + 0x63, 0xd7, 0x2c, 0x1e, 0x7b, 0x2e, 0xff, 0x96, 0xf4, 0x40, 0xf6, 0xaa, 0xa7, 0xd8, 0xeb, 0xf9, + 0x02, 0xb4, 0x8e, 0xe7, 0xac, 0x03, 0x32, 0xcd, 0x6e, 0x61, 0x8b, 0xd0, 0x94, 0x57, 0x2c, 0x03, + 0xea, 0xc9, 0x94, 0x01, 0x35, 0x6f, 0xa0, 0x1a, 0x66, 0xd4, 0x0b, 0x64, 0x52, 0x84, 0x42, 0xa4, + 0xa3, 0x07, 0x05, 0x2e, 0xc8, 0x72, 0xf7, 0xd7, 0x2a, 0xc4, 0xba, 0xf5, 0xed, 0x7c, 0xa7, 0x44, + 0xa8, 0xd2, 0xc2, 0xae, 0x2e, 0xb4, 0x6a, 0x3d, 0xf4, 0x97, 0xa1, 0x4b, 0xab, 0xd5, 0x6b, 0xd3, + 0xff, 0x36, 0xf7, 0x3a, 0xa1, 0x02, 0xa3, 0x6f, 0xa7, 0xc7, 0xbc, 0xab, 0x85, 0x2f, 0x9b, 0xab, + 0xb3, 0xd0, 0x2b, 0xb4, 0x2f, 0xcb, 0x30, 0x54, 0x2b, 0x30, 0x64, 0xaf, 0x9c, 0xdf, 0x2b, 0x91, + 0x4b, 0xfc, 0xde, 0x73, 0xf1, 0x91, 0x14, 0x32, 0x3c, 0xeb, 0x92, 0xa8, 0x26, 0x87, 0xc1, 0x8a, + 0xab, 0xaf, 0x8b, 0x49, 0xbe, 0x54, 0x1f, 0xae, 0x55, 0x18, 0xb6, 0x9b, 0xee, 0xbf, 0xaa, 0xd0, + 0xf5, 0x4b, 0xe7, 0x53, 0xdf, 0x03, 0x7d, 0xcd, 0x62, 0x93, 0xa7, 0x53, 0x6c, 0x72, 0xc6, 0x42, + 0x7e, 0x30, 0x57, 0x40, 0x13, 0x72, 0x06, 0xcf, 0x1b, 0xaf, 0xf9, 0x5e, 0x94, 0xec, 0xf8, 0x1e, + 0x3b, 0x78, 0x14, 0x8b, 0x60, 0xa8, 0xc3, 0x4c, 0x15, 0x5f, 0xb3, 0x95, 0xa6, 0x06, 0xfd, 0x0d, + 0x38, 0xf7, 0x88, 0xc3, 0x4e, 0x39, 0x23, 0x8f, 0x2a, 0x5d, 0x6c, 0x30, 0x81, 0x70, 0xc8, 0x0e, + 0xd9, 0xec, 0x92, 0x68, 0xd6, 0xd9, 0xea, 0x23, 0x07, 0x19, 0x4d, 0x18, 0x47, 0xd9, 0xe3, 0x45, + 0x8f, 0xb2, 0x27, 0x72, 0x02, 0x77, 0x7f, 0xae, 0x44, 0xce, 0xe2, 0x87, 0xb1, 0x83, 0x3c, 0x63, + 0x27, 0x24, 0xf3, 0x38, 0x82, 0xb6, 0x9f, 0x48, 0x98, 0x58, 0x61, 0x39, 0xba, 0xb4, 0x4d, 0x47, + 0x6b, 0x6c, 0xd7, 0x6d, 0x62, 0x90, 0xa6, 0xee, 0xfe, 0x5a, 0x89, 0xb0, 0x28, 0xb2, 0xd3, 0xd8, + 0xc7, 0xae, 0xda, 0xfb, 0x98, 0x9b, 0x2f, 0x34, 0x06, 0x6c, 0x61, 0xaf, 0x92, 0x05, 0x2c, 0xad, + 0x47, 0xe1, 0xfd, 0x23, 0xa9, 0x5c, 0xe7, 0xfb, 0x66, 0xff, 0x62, 0x89, 0x8b, 0x3b, 0xa5, 0x15, + 0xdf, 0xc3, 0x40, 0x31, 0xfd, 0x1b, 0x17, 0xb2, 0x54, 0x02, 0x97, 0x8b, 0x0b, 0x34, 0xb6, 0xfe, + 0x8d, 0x48, 0xb1, 0x14, 0x41, 0xe8, 0x6f, 0xc3, 0xfd, 0xbb, 0x25, 0xf2, 0xa8, 0x89, 0x68, 0x5c, + 0x17, 0xcb, 0x73, 0x88, 0xd6, 0xc8, 0x54, 0xd8, 0xc5, 0x2c, 0x27, 0xca, 0x02, 0x78, 0x5e, 0xce, + 0xf8, 0x2d, 0x01, 0xa7, 0x2b, 0xf7, 0x9c, 0x49, 0x5d, 0xc2, 0x41, 0xd5, 0x74, 0x5c, 0x32, 0xc1, + 0x2c, 0xd1, 0x58, 0x5c, 0xf4, 0x23, 0xc8, 0xcd, 0xec, 0x18, 0x80, 0x2e, 0x72, 0x5e, 0xe2, 0xfe, + 0x95, 0x12, 0x9f, 0x65, 0xb3, 0xeb, 0xce, 0xd7, 0xc9, 0xc2, 0x01, 0x1a, 0x0b, 0xeb, 0xf7, 0xbb, + 0xb8, 0x85, 0xb0, 0x63, 0xcc, 0x52, 0x11, 0xc1, 0x39, 0x60, 0xb8, 0xab, 0x8b, 0xa2, 0xf7, 0x0b, + 0x37, 0x52, 0x64, 0xa1, 0xaf, 0x21, 0xf7, 0xf7, 0x05, 0xaf, 0x32, 0xad, 0x85, 0x2e, 0xb6, 0x6e, + 0xd8, 0x5a, 0xdb, 0xac, 0x81, 0x98, 0x2b, 0xb5, 0xd8, 0xea, 0x1c, 0x0c, 0xb2, 0x1c, 0xcf, 0xe5, + 0x7c, 0x6a, 0xaa, 0x45, 0x54, 0x61, 0xd9, 0xac, 0xa5, 0x53, 0x75, 0xac, 0xab, 0x12, 0x30, 0xb0, + 0xb0, 0x4e, 0x37, 0x0a, 0x0f, 0x83, 0x16, 0x0b, 0xdb, 0xae, 0xd8, 0x75, 0xea, 0xaa, 0x04, 0x0c, + 0x2c, 0x34, 0xd1, 0x7a, 0x9d, 0x98, 0x0b, 0x70, 0x6f, 0x47, 0x24, 0x42, 0x98, 0xd2, 0x26, 0xda, + 0x3b, 0x66, 0x21, 0xd8, 0xb8, 0xee, 0xf7, 0xab, 0x84, 0x68, 0x15, 0x01, 0x3d, 0x84, 0x53, 0x4d, + 0x8f, 0x2a, 0x48, 0x3c, 0xa3, 0x4b, 0x25, 0xff, 0x7e, 0x8b, 0xae, 0xbc, 0xbc, 0x26, 0x2a, 0x72, + 0xdf, 0xd6, 0xcb, 0x92, 0x41, 0x24, 0x38, 0xd7, 0x9f, 0xa5, 0x5a, 0x76, 0xbe, 0x51, 0x22, 0xd3, + 0x5e, 0x1b, 0xef, 0xc0, 0x26, 0x6c, 0x44, 0xe5, 0x22, 0xce, 0x4a, 0xa3, 0x27, 0x2b, 0xba, 0x2e, + 0xef, 0xcc, 0x2b, 0xf2, 0x54, 0xcb, 0x28, 0xc9, 0xed, 0x8f, 0xd9, 0x05, 0xe7, 0x65, 0xa9, 0x5a, + 0xf2, 0x8f, 0xb2, 0x94, 0x56, 0x2d, 0xab, 0x4c, 0x34, 0x18, 0x5a, 0x25, 0xde, 0x14, 0x31, 0x62, + 0xd8, 0xc7, 0x8a, 0xdc, 0x31, 0xb5, 0x36, 0xcd, 0xbc, 0xeb, 0xfe, 0x78, 0x16, 0xa5, 0x23, 0x5a, + 0xc7, 0x8b, 0x5c, 0xe0, 0x34, 0x74, 0xb7, 0x9c, 0x68, 0xd6, 0x84, 0xcc, 0xb7, 0xec, 0x4d, 0x42, + 0x84, 0x28, 0x5d, 0xce, 0x6f, 0x21, 0xb5, 0xbb, 0xe8, 0x6d, 0x21, 0x55, 0x00, 0xe9, 0x26, 0xe8, + 0x88, 0x58, 0x44, 0xf1, 0x66, 0x67, 0x37, 0x14, 0x51, 0x4a, 0x2f, 0x15, 0xf8, 0xe6, 0x47, 0x31, + 0x15, 0xcf, 0x58, 0x47, 0x6f, 0x03, 0x37, 0x05, 0x15, 0x50, 0xf4, 0xd0, 0x4d, 0xc4, 0x6e, 0x47, + 0xe0, 0x9d, 0xda, 0xca, 0x10, 0x17, 0x45, 0xd8, 0xdd, 0x0a, 0xbd, 0xf9, 0xb2, 0x9f, 0x54, 0x5c, + 0x71, 0x5a, 0x54, 0xaf, 0x17, 0x57, 0x5e, 0xe3, 0xcd, 0xce, 0x3b, 0xb1, 0xcf, 0xee, 0xd1, 0x56, + 0x57, 0x9f, 0xd1, 0x17, 0x63, 0x39, 0x3c, 0x33, 0xa3, 0x8f, 0x55, 0x13, 0xf7, 0x60, 0xf1, 0x5b, + 0x26, 0x0a, 0x5a, 0x24, 0x45, 0x3a, 0x6a, 0xa7, 0x15, 0xd2, 0x93, 0x7d, 0xdb, 0x26, 0x06, 0x69, + 0xea, 0x4b, 0x01, 0x99, 0xb5, 0x56, 0xec, 0x08, 0x9d, 0x9d, 0x6d, 0xb2, 0x90, 0x5e, 0x92, 0x23, + 0xf4, 0x71, 0xfe, 0xd1, 0x18, 0x99, 0xb3, 0x19, 0x03, 0x23, 0x18, 0x0e, 0xe8, 0xa8, 0xe9, 0xf7, + 0x54, 0x09, 0x55, 0x14, 0xff, 0xdf, 0x90, 0x05, 0xa0, 0x71, 0x58, 0x6a, 0x19, 0x56, 0xfd, 0x9d, + 0x77, 0xfa, 0x85, 0x77, 0x43, 0x95, 0x80, 0x81, 0x85, 0x0a, 0xdb, 0x4e, 0x18, 0x26, 0x4a, 0x70, + 0x2b, 0x9e, 0x59, 0x65, 0x50, 0x10, 0xa5, 0x28, 0xb0, 0xef, 0xe2, 0x80, 0xda, 0xb6, 0xbf, 0x4b, + 0x09, 0xec, 0xeb, 0x66, 0x21, 0xd8, 0xb8, 0xb8, 0x01, 0x85, 0x31, 0x63, 0x42, 0xa1, 0x16, 0xea, + 0x58, 0x9c, 0x06, 0xbf, 0x2d, 0x24, 0xcb, 0x9d, 0x2f, 0x93, 0x47, 0xd5, 0xe5, 0x1e, 0xe0, 0xfe, + 0x43, 0xd9, 0xe2, 0x84, 0x65, 0xdb, 0x3d, 0xba, 0x96, 0x8d, 0x06, 0x83, 0xea, 0xe3, 0x11, 0xaf, + 0x50, 0xe9, 0x24, 0xc5, 0x49, 0xfb, 0x88, 0xf7, 0xba, 0x55, 0x0a, 0x29, 0x6c, 0xaa, 0x4f, 0x2c, + 0x20, 0x84, 0xa9, 0x52, 0x92, 0x02, 0xbf, 0xa4, 0xa4, 0x76, 0xe6, 0xeb, 0xa9, 0x72, 0xe8, 0xab, + 0x81, 0xae, 0x43, 0xae, 0x5b, 0xa0, 0x05, 0xc3, 0xbe, 0x83, 0x88, 0x2a, 0x54, 0x8b, 0xe0, 0x96, + 0x5d, 0x0c, 0x69, 0x7c, 0x3c, 0x23, 0xf7, 0x22, 0xfa, 0xd1, 0x13, 0xaa, 0x22, 0xf4, 0x22, 0x7e, + 0x43, 0xdd, 0x38, 0x23, 0x5f, 0x31, 0xca, 0xc0, 0xc2, 0x74, 0x3f, 0x20, 0x67, 0x33, 0x82, 0x97, + 0x91, 0x71, 0x28, 0x83, 0xca, 0x31, 0xa5, 0xa2, 0x71, 0xf0, 0xc6, 0x8a, 0x18, 0x8d, 0x81, 0x85, + 0xdc, 0xc9, 0x1c, 0xa7, 0x46, 0x4e, 0x2f, 0xc5, 0x9d, 0x1b, 0xb2, 0x00, 0x34, 0x8e, 0xfb, 0x2d, + 0xba, 0x6b, 0x6b, 0x37, 0x43, 0x81, 0x18, 0x0c, 0x3a, 0x4c, 0x99, 0xa6, 0xce, 0x48, 0x99, 0xa5, + 0x86, 0x79, 0xd5, 0x28, 0x03, 0x0b, 0x13, 0xfb, 0xd6, 0x91, 0x4e, 0x93, 0x74, 0xec, 0x8f, 0xf2, + 0xa6, 0x80, 0xc6, 0x41, 0x1f, 0x5f, 0xec, 0xb7, 0x77, 0xb7, 0x82, 0xce, 0x5d, 0xc1, 0xd8, 0x4a, + 0x2a, 0x37, 0x04, 0x1c, 0x14, 0x86, 0xf3, 0x16, 0xa9, 0xf4, 0x82, 0x96, 0x60, 0xe5, 0x65, 0xa9, + 0x77, 0xd2, 0xd5, 0x44, 0x25, 0xe6, 0x93, 0xd9, 0xb9, 0xf7, 0xd0, 0x8c, 0x8c, 0x97, 0x71, 0xf1, + 0x61, 0xd5, 0x2c, 0xff, 0xf1, 0xc4, 0x90, 0xfe, 0x63, 0xfa, 0xcd, 0xc4, 0x98, 0x25, 0x27, 0x57, + 0xf4, 0x37, 0xbb, 0xaa, 0x4a, 0xc0, 0xc0, 0x42, 0x63, 0xb4, 0x49, 0x0d, 0x30, 0x69, 0xad, 0xf1, + 0xc8, 0xda, 0xa9, 0x8f, 0x61, 0x8c, 0xae, 0xa5, 0xa9, 0x41, 0x7f, 0x03, 0x4e, 0x97, 0x9c, 0x69, + 0xe1, 0x3a, 0xb2, 0x5a, 0xad, 0x9e, 0x20, 0x9e, 0x17, 0x5b, 0xac, 0xa5, 0x29, 0x41, 0x3f, 0x71, + 0xe7, 0xab, 0x64, 0x49, 0x02, 0xfb, 0xaf, 0xef, 0xb1, 0xe5, 0x52, 0x59, 0x7d, 0x82, 0x52, 0x5b, + 0xaa, 0x0d, 0xc4, 0x82, 0x63, 0x28, 0x38, 0xef, 0x92, 0x09, 0x76, 0xe2, 0x10, 0x2f, 0x4e, 0xb3, + 0xdd, 0xee, 0xd5, 0xa2, 0x0e, 0xb7, 0x65, 0x76, 0x6e, 0x21, 0x02, 0x12, 0xf5, 0x29, 0x0e, 0x03, + 0x82, 0xa0, 0x49, 0xe7, 0x6b, 0xda, 0xeb, 0x74, 0xc2, 0xc4, 0xe3, 0x4a, 0xd8, 0x4c, 0x11, 0x3d, + 0xd2, 0x68, 0x62, 0x45, 0xd7, 0xe5, 0xed, 0xa8, 0xe8, 0x28, 0xa3, 0x04, 0xcc, 0x26, 0x70, 0x1b, + 0x0f, 0xef, 0xa1, 0xc0, 0x94, 0x4e, 0xf7, 0x78, 0x71, 0xb6, 0xc8, 0x36, 0x7e, 0xcb, 0xaa, 0x64, + 0x48, 0x30, 0x9b, 0x18, 0xa4, 0xa9, 0x63, 0xb8, 0xad, 0xe1, 0x47, 0x9d, 0xd3, 0xe1, 0xb6, 0xda, + 0x8f, 0x6a, 0xba, 0x4d, 0x97, 0xde, 0x24, 0xd3, 0xc6, 0xcc, 0x0d, 0x13, 0xa0, 0xb9, 0xf4, 0x05, + 0xba, 0x8d, 0xa7, 0x66, 0x64, 0xa8, 0x00, 0xcf, 0xff, 0x59, 0x26, 0xf3, 0x19, 0x47, 0x12, 0x77, + 0x03, 0x16, 0xc2, 0x6c, 0xc9, 0xae, 0xeb, 0x14, 0x06, 0xac, 0xc4, 0x96, 0x40, 0xe5, 0x02, 0x12, + 0x48, 0x8a, 0xc3, 0xca, 0x40, 0x71, 0x28, 0xa4, 0xce, 0xd8, 0xc9, 0xa5, 0x8e, 0x2d, 0xe6, 0xc7, + 0x0b, 0x89, 0xf9, 0x07, 0x20, 0xa9, 0xac, 0x9d, 0x62, 0xb2, 0xc0, 0x4e, 0xf1, 0x51, 0x89, 0xcc, + 0xd9, 0x2c, 0x54, 0x60, 0xc6, 0x1f, 0xd6, 0x09, 0x5c, 0x66, 0x16, 0x55, 0x12, 0x85, 0xed, 0xb6, + 0x1f, 0x89, 0x90, 0xaf, 0x39, 0x61, 0x20, 0x09, 0x28, 0x18, 0x18, 0xee, 0x2f, 0x95, 0xc9, 0x82, + 0x8e, 0xff, 0x15, 0x79, 0x37, 0x47, 0xe7, 0xe3, 0xdf, 0xb6, 0x7c, 0xfc, 0x79, 0xe9, 0x34, 0x53, + 0xfd, 0x1a, 0xe8, 0xef, 0x7f, 0x37, 0xe5, 0xef, 0x7f, 0x75, 0x48, 0xba, 0xc7, 0xfb, 0xfe, 0xff, + 0x49, 0x99, 0x9c, 0x4f, 0x57, 0x59, 0x6b, 0x7b, 0xc1, 0xc1, 0x08, 0xe7, 0xe9, 0xcb, 0xd6, 0x3c, + 0xbd, 0x3e, 0xdc, 0x78, 0x58, 0xe7, 0x06, 0x4e, 0x96, 0x97, 0x9a, 0xac, 0x37, 0x4f, 0x42, 0xfc, + 0xf8, 0x19, 0xfb, 0x8f, 0x25, 0xf2, 0x58, 0x66, 0xbd, 0xd3, 0xf0, 0x65, 0x7e, 0xc9, 0xf6, 0x65, + 0xbe, 0x72, 0x82, 0xe1, 0x0d, 0x70, 0x6e, 0xfe, 0xb7, 0xf2, 0x80, 0x61, 0x31, 0xb7, 0xd7, 0x2d, + 0xba, 0x8f, 0x36, 0xe9, 0x6e, 0x13, 0x63, 0x90, 0xa3, 0x3c, 0xad, 0xbb, 0xc8, 0x36, 0x42, 0x0d, + 0xa6, 0x6b, 0x7f, 0x29, 0x4d, 0x42, 0x17, 0x83, 0x49, 0xc1, 0x4e, 0x72, 0x55, 0x1e, 0x51, 0x92, + 0x2b, 0x2a, 0x63, 0x0e, 0x95, 0xb9, 0x9d, 0xf6, 0xa6, 0x19, 0x86, 0xb8, 0x81, 0x45, 0xf5, 0x1d, + 0x54, 0x4e, 0x79, 0xac, 0xc3, 0x58, 0xee, 0x82, 0xb3, 0x3e, 0xa0, 0x19, 0x38, 0xc1, 0x2f, 0x31, + 0x2a, 0xd7, 0xa3, 0xa2, 0xe9, 0x7e, 0xab, 0x42, 0x3e, 0x79, 0x0c, 0xdb, 0xd1, 0x4d, 0xc2, 0x3a, + 0xc2, 0x7c, 0x31, 0xed, 0x67, 0x5a, 0xca, 0xac, 0x6c, 0x39, 0x9e, 0x52, 0x1f, 0xab, 0xfc, 0xb1, + 0x3f, 0xd6, 0x2f, 0x9a, 0x5e, 0x41, 0x1e, 0xb3, 0x78, 0xf5, 0xc4, 0x0b, 0xeb, 0xc1, 0xb9, 0x09, + 0x4f, 0xd1, 0x83, 0x81, 0x39, 0x94, 0x9f, 0xce, 0x1c, 0x94, 0x15, 0x29, 0x81, 0x77, 0xbe, 0x10, + 0x68, 0x5c, 0x2a, 0xd1, 0x77, 0xbe, 0x64, 0x01, 0x68, 0x1c, 0x2b, 0x20, 0xa2, 0x9c, 0x1b, 0x10, + 0xf1, 0x6f, 0x4b, 0xe4, 0x5c, 0xba, 0x13, 0xa7, 0x21, 0x75, 0x1a, 0xb6, 0xd4, 0x59, 0x1e, 0xee, + 0xdb, 0x0f, 0x10, 0x38, 0xff, 0x89, 0x90, 0x47, 0xfa, 0x36, 0x2b, 0x3e, 0x8d, 0x3f, 0x5d, 0x22, + 0x67, 0xf6, 0x98, 0xa1, 0x60, 0x5c, 0xdd, 0x11, 0x03, 0xcb, 0xb9, 0xb7, 0x74, 0xec, 0x8d, 0x1f, + 0x6e, 0xf6, 0xf4, 0xa1, 0x40, 0x7f, 0x63, 0xce, 0xcf, 0xd3, 0xa9, 0xf6, 0xee, 0xc5, 0x7d, 0x49, + 0xdc, 0x05, 0x1f, 0x7d, 0x21, 0xc7, 0x27, 0x97, 0x93, 0xfe, 0x7d, 0x75, 0x11, 0x83, 0x3e, 0xb3, + 0xb0, 0x20, 0xb3, 0x55, 0xaa, 0x04, 0xf0, 0x74, 0x5f, 0xa8, 0xf6, 0x15, 0xba, 0x4c, 0x96, 0x75, + 0x91, 0x80, 0xcb, 0x24, 0x59, 0x02, 0x8a, 0xa2, 0xf3, 0x1e, 0xa9, 0xee, 0xc9, 0xdb, 0x3a, 0x42, + 0xe8, 0xe5, 0xec, 0x2c, 0x99, 0x97, 0x7b, 0x78, 0xb8, 0xba, 0x2a, 0x02, 0x4d, 0xd4, 0xb9, 0x46, + 0x2a, 0x9d, 0xdd, 0x58, 0x5c, 0xa0, 0xcd, 0x0b, 0x88, 0xb1, 0xc3, 0x8f, 0xf8, 0x95, 0x40, 0x0a, + 0x04, 0x24, 0x81, 0x94, 0xa2, 0x9d, 0x96, 0x70, 0x46, 0xe7, 0x50, 0x82, 0xd5, 0x5a, 0x3f, 0x25, + 0x0a, 0x04, 0x24, 0xc1, 0x22, 0xef, 0xf0, 0xe2, 0x81, 0xf0, 0x34, 0xe7, 0xdc, 0xae, 0xee, 0xbb, + 0x5e, 0xc1, 0x73, 0xc3, 0x31, 0x30, 0x70, 0x42, 0xe8, 0x62, 0x6e, 0xb2, 0x5c, 0xce, 0xc2, 0x11, + 0x90, 0x97, 0xe1, 0xb7, 0x2f, 0xef, 0x33, 0x3f, 0x11, 0xe3, 0x70, 0x10, 0xb4, 0x18, 0x55, 0xbf, + 0xbb, 0xbf, 0x1b, 0x0b, 0x43, 0x3f, 0x8f, 0x6a, 0x5f, 0x56, 0x6e, 0x41, 0x95, 0xc1, 0x41, 0xd0, + 0x72, 0x6a, 0xa4, 0xbc, 0xdb, 0x14, 0x09, 0x19, 0x73, 0x4c, 0x53, 0xfb, 0x7e, 0xe7, 0xea, 0x04, + 0x86, 0xc2, 0x6d, 0xac, 0x01, 0xad, 0x4f, 0xf5, 0x91, 0xc9, 0x5d, 0x7e, 0x65, 0x4f, 0x24, 0x5f, + 0xbc, 0x9c, 0x77, 0xad, 0xb0, 0xef, 0x7e, 0x1f, 0xbf, 0x92, 0x20, 0x0a, 0x40, 0x92, 0xa3, 0xfb, + 0x30, 0xd9, 0x55, 0x77, 0x10, 0x45, 0xf6, 0xc5, 0xe5, 0xe1, 0xee, 0x2c, 0x0a, 0x33, 0x58, 0x41, + 0xc1, 0xa0, 0x88, 0x3c, 0xef, 0xc9, 0x74, 0xf4, 0x2c, 0xf3, 0x62, 0x2e, 0xcf, 0x67, 0x66, 0xaf, + 0xe7, 0x3c, 0xaf, 0x8a, 0x40, 0x13, 0x75, 0x7a, 0x64, 0xf6, 0x30, 0xee, 0xee, 0xfb, 0x72, 0xe9, + 0xb3, 0x74, 0x8c, 0xd3, 0x57, 0x3e, 0x9f, 0x93, 0x63, 0x53, 0x54, 0x09, 0xa2, 0xa4, 0xe7, 0xb5, + 0xfb, 0x24, 0x18, 0xcb, 0x6b, 0x74, 0xdb, 0x24, 0x0b, 0x76, 0x2b, 0xee, 0xef, 0x8f, 0xf7, 0x6f, + 0x12, 0x4c, 0x87, 0xfb, 0x85, 0xfe, 0xb3, 0xbd, 0xb7, 0x86, 0xb7, 0x51, 0x1e, 0xe0, 0x29, 0x1f, + 0x95, 0xb1, 0x8f, 0x74, 0x33, 0x77, 0x00, 0x21, 0x65, 0x87, 0x35, 0x75, 0xf8, 0x14, 0xa9, 0x04, + 0x9a, 0xd9, 0xe5, 0x30, 0xa0, 0xcd, 0xb4, 0xda, 0x54, 0xf9, 0xd8, 0x6a, 0xd3, 0x1d, 0x3a, 0xdf, + 0xb8, 0xd3, 0xeb, 0x0c, 0x0e, 0x43, 0x26, 0x3d, 0x60, 0xf2, 0x7a, 0x4d, 0x90, 0x00, 0x45, 0x0c, + 0x27, 0xee, 0xf1, 0xf4, 0x20, 0xc0, 0x67, 0xc5, 0x22, 0xf3, 0x27, 0xb7, 0xa7, 0x37, 0xc4, 0x4c, + 0x3c, 0x5e, 0x3f, 0x0e, 0xf9, 0xa3, 0x3c, 0x04, 0x38, 0xbe, 0xb1, 0xd3, 0x54, 0xc3, 0xfe, 0x61, + 0x29, 0x43, 0x69, 0xe0, 0x8a, 0xf3, 0xe7, 0x6d, 0xc5, 0xf9, 0xb9, 0xb4, 0xe2, 0xdc, 0x67, 0xe6, + 0x5a, 0x3a, 0x73, 0xf1, 0xec, 0x77, 0x45, 0x53, 0x4c, 0xb8, 0xff, 0xbb, 0x44, 0x2a, 0xf5, 0xb0, + 0x35, 0x42, 0x43, 0xfa, 0xaa, 0x65, 0x48, 0x3f, 0x9b, 0xfb, 0x6e, 0xc9, 0x40, 0xb3, 0xf9, 0x56, + 0xca, 0x6c, 0xfe, 0x4c, 0x3e, 0xa9, 0xe3, 0x8d, 0xe4, 0x0f, 0x2b, 0xc4, 0x7c, 0x79, 0xc5, 0xf9, + 0x9d, 0x93, 0x84, 0xf8, 0x55, 0x8a, 0x3d, 0xc6, 0x22, 0xda, 0x60, 0x01, 0x31, 0xf2, 0xfe, 0xcf, + 0x9f, 0xd8, 0x48, 0xbf, 0x3b, 0x7e, 0xb0, 0xb7, 0x9f, 0xf8, 0xad, 0xf4, 0xc0, 0x4e, 0x2f, 0xd2, + 0xef, 0xbf, 0x97, 0xc8, 0x7c, 0xaa, 0x75, 0xe7, 0x20, 0xeb, 0x0a, 0xc1, 0x49, 0x2d, 0xe3, 0x33, + 0xb9, 0x97, 0x0e, 0x96, 0x09, 0x51, 0xde, 0x5c, 0x69, 0xbf, 0xb2, 0xbd, 0x5c, 0xb9, 0x7b, 0x63, + 0x30, 0x30, 0x30, 0x43, 0x40, 0x12, 0x76, 0xc3, 0x76, 0xb8, 0x77, 0x74, 0xdd, 0x97, 0x37, 0xd4, + 0x95, 0xab, 0x7e, 0x5b, 0x17, 0x81, 0x89, 0x87, 0xd9, 0x8b, 0xd2, 0x0f, 0xf7, 0xfc, 0x29, 0xa3, + 0xfe, 0xc9, 0x61, 0xd4, 0xdf, 0x2d, 0x91, 0x05, 0x6c, 0x9d, 0xc5, 0x33, 0xc8, 0x78, 0x3c, 0x95, + 0x46, 0xba, 0x74, 0x4c, 0x1a, 0x69, 0xbc, 0xd0, 0x90, 0xb4, 0xc2, 0x9e, 0x4c, 0x6d, 0x62, 0x48, + 0x31, 0x84, 0x82, 0x28, 0x15, 0x78, 0xb4, 0x4f, 0xe2, 0xb2, 0x82, 0x89, 0x47, 0xa1, 0x20, 0x4a, + 0x65, 0x96, 0xe9, 0xb1, 0xec, 0x2c, 0xd3, 0x3c, 0x13, 0x8c, 0x38, 0x47, 0x17, 0x3b, 0xb3, 0x91, + 0x09, 0x46, 0x1e, 0xb0, 0x6b, 0x1c, 0xf7, 0x9f, 0x55, 0xc8, 0x0c, 0x86, 0x93, 0xa9, 0x58, 0xdb, + 0x57, 0xad, 0x58, 0xdb, 0xa7, 0x52, 0xb1, 0xb6, 0x0b, 0x26, 0xee, 0x83, 0x09, 0xb5, 0x15, 0x39, + 0x83, 0x58, 0x1e, 0xf4, 0x93, 0x86, 0xd9, 0x5a, 0x39, 0x83, 0x14, 0x25, 0xb0, 0x09, 0xff, 0x48, + 0x85, 0xd7, 0xfe, 0x71, 0x89, 0xcc, 0xd1, 0x6f, 0x81, 0x2c, 0xfa, 0xa3, 0xc4, 0x8f, 0x66, 0xa6, + 0xa1, 0x89, 0x63, 0x32, 0x0d, 0xfd, 0x6a, 0x89, 0x60, 0x14, 0xe4, 0x69, 0x78, 0xa4, 0x36, 0x6c, + 0x8f, 0xd4, 0xd3, 0xb9, 0xc2, 0x77, 0x80, 0x13, 0xea, 0x37, 0x2a, 0x64, 0x16, 0xbb, 0x1c, 0xee, + 0xc9, 0x0f, 0x66, 0x4d, 0x4e, 0xa9, 0xc0, 0xe4, 0x60, 0xb6, 0x82, 0xb0, 0xdd, 0x0e, 0xef, 0xa5, + 0x3f, 0xde, 0x06, 0x83, 0x82, 0x28, 0x45, 0x57, 0x5f, 0x17, 0x33, 0xaa, 0x84, 0xbd, 0x38, 0x7d, + 0xf7, 0xa9, 0x2e, 0xe0, 0xa0, 0x30, 0xe8, 0x8a, 0x9f, 0x89, 0x03, 0x6a, 0x03, 0xc8, 0x83, 0xf6, + 0x31, 0x76, 0xd0, 0xce, 0x13, 0xba, 0x19, 0x70, 0xb0, 0xb0, 0xa8, 0xaa, 0x59, 0x65, 0xbf, 0xd9, + 0x1a, 0x3a, 0x41, 0xea, 0x6b, 0x9e, 0x6d, 0x48, 0x52, 0x00, 0x4d, 0x0c, 0x5d, 0xe9, 0x89, 0x8c, + 0x09, 0x88, 0xc5, 0xd1, 0x9b, 0x52, 0x4e, 0x55, 0xb4, 0x00, 0x26, 0x76, 0x52, 0xff, 0x3b, 0x2f, + 0x62, 0x1e, 0xd3, 0xa0, 0xbd, 0x85, 0x4f, 0x2a, 0x88, 0xa8, 0x0a, 0x91, 0x98, 0x54, 0x00, 0x41, + 0x97, 0xe3, 0x9e, 0xcf, 0x6e, 0x5e, 0xf2, 0xc4, 0xfa, 0x53, 0x0c, 0x9b, 0xed, 0xf9, 0x5b, 0x0a, + 0x0a, 0x06, 0x86, 0xfb, 0x0a, 0xdb, 0xbb, 0x87, 0x8c, 0xc5, 0xfe, 0x5e, 0x99, 0x38, 0x75, 0x16, + 0x7b, 0x60, 0xbd, 0x3d, 0xb0, 0x4f, 0xe6, 0x62, 0x6a, 0xac, 0x76, 0x7a, 0xf7, 0x05, 0xa9, 0x62, + 0xd1, 0xef, 0x8d, 0x75, 0xb3, 0x0e, 0xbf, 0x6d, 0x68, 0xc3, 0x20, 0x45, 0x17, 0xa7, 0x24, 0xea, + 0x75, 0x56, 0x62, 0x7c, 0xc4, 0x4c, 0xbc, 0x1e, 0xc0, 0xa6, 0x04, 0x24, 0x10, 0x74, 0x39, 0xf2, + 0x00, 0xfb, 0x71, 0x93, 0x4a, 0xa3, 0x30, 0x4c, 0x24, 0xd7, 0xb0, 0x54, 0xd2, 0x06, 0x1c, 0x2c, + 0x2c, 0xcc, 0xc2, 0x1c, 0xf7, 0xba, 0xdd, 0x36, 0x3b, 0x21, 0xf1, 0xda, 0x57, 0xa3, 0xb0, 0xd7, + 0xe5, 0xe1, 0xa7, 0x22, 0x0b, 0x73, 0xa3, 0xaf, 0x14, 0x32, 0x6a, 0xe0, 0xa2, 0xdf, 0x8d, 0xd9, + 0xff, 0xe2, 0x36, 0x25, 0xf7, 0xd3, 0x34, 0x18, 0x08, 0x64, 0x99, 0xdb, 0x63, 0x5b, 0x15, 0xcb, + 0xea, 0x8e, 0x61, 0x51, 0x8e, 0x4f, 0x66, 0xbb, 0x6c, 0x3b, 0x92, 0xc7, 0xb4, 0x85, 0xa6, 0x32, + 0x15, 0xfd, 0xc0, 0xb3, 0x37, 0x9b, 0x64, 0xc0, 0xa6, 0xea, 0xfe, 0x7b, 0xc2, 0x64, 0x8d, 0x38, + 0x9c, 0x9a, 0x14, 0xb1, 0x8d, 0x42, 0x17, 0x7b, 0xa6, 0xc8, 0x33, 0x26, 0x5a, 0x8e, 0x8b, 0x48, + 0x49, 0x90, 0x54, 0x9c, 0xaf, 0xf0, 0x73, 0x66, 0xb6, 0xbe, 0x8b, 0xbf, 0x2d, 0xc4, 0xf1, 0xad, + 0xa8, 0x5d, 0x41, 0x02, 0x0c, 0x72, 0xce, 0x16, 0x99, 0x15, 0xa9, 0xbf, 0x85, 0xad, 0x5e, 0xb1, + 0xec, 0xd5, 0x59, 0x30, 0x0b, 0x3f, 0x4a, 0x03, 0xc0, 0xae, 0xec, 0xec, 0x91, 0xc7, 0x8d, 0xf7, + 0x40, 0x32, 0x22, 0x74, 0xb8, 0xe0, 0x78, 0x1a, 0xbd, 0x00, 0xdb, 0xc7, 0x21, 0xc2, 0xf1, 0x74, + 0xe8, 0x24, 0x9f, 0xf7, 0x9a, 0x49, 0x70, 0xe8, 0xd7, 0x7c, 0xaf, 0x45, 0xb5, 0x32, 0xdf, 0xbe, + 0x6a, 0xfb, 0x18, 0x6d, 0xe0, 0xfc, 0x4a, 0x16, 0x02, 0x64, 0xd7, 0xa3, 0xf6, 0x7a, 0xb5, 0xd5, + 0x89, 0xc5, 0x1c, 0x4c, 0x58, 0x4f, 0x9f, 0x54, 0x6b, 0x37, 0x1b, 0x6a, 0xfc, 0xfa, 0x07, 0xe8, + 0x0a, 0xce, 0xfb, 0xfc, 0xf5, 0x51, 0x65, 0x90, 0xf0, 0x27, 0x77, 0x5e, 0x2f, 0x64, 0x02, 0x5b, + 0xb7, 0x02, 0xb8, 0x1b, 0x4b, 0x45, 0xc2, 0x59, 0x17, 0x06, 0xac, 0x26, 0x9c, 0x1f, 0xa7, 0x0b, + 0xcb, 0x8f, 0xf0, 0x55, 0xcd, 0x95, 0x26, 0x4b, 0x65, 0xc8, 0x4e, 0x79, 0xa6, 0xac, 0x70, 0x70, + 0xa7, 0xd1, 0x87, 0x01, 0x19, 0xb5, 0x9c, 0x6b, 0x28, 0x71, 0x4c, 0xa8, 0x08, 0x5c, 0x94, 0xaa, + 0xdd, 0x62, 0xcd, 0xc7, 0x6c, 0xe5, 0xf8, 0xf0, 0x82, 0x4d, 0x11, 0x52, 0xf5, 0x70, 0x5b, 0x51, + 0x29, 0x9a, 0x89, 0x1d, 0x6e, 0xd7, 0x9f, 0xa6, 0x19, 0x2d, 0x25, 0xf4, 0xfa, 0xdf, 0xf4, 0x13, + 0x7c, 0x07, 0x89, 0xf9, 0x6c, 0xa7, 0x8c, 0x94, 0x4f, 0xba, 0x08, 0x4c, 0x3c, 0xd4, 0x81, 0xd8, + 0x61, 0xc1, 0x66, 0x8d, 0x79, 0x62, 0xa7, 0xf4, 0xda, 0xb9, 0xc6, 0xc1, 0x20, 0xcb, 0x25, 0xea, + 0x66, 0x7d, 0x8d, 0x79, 0x55, 0x53, 0xa8, 0x14, 0x0c, 0xb2, 0x1c, 0x43, 0xa5, 0xd2, 0x0f, 0xcc, + 0xcc, 0x15, 0xf1, 0x70, 0xf7, 0x4b, 0xf0, 0x82, 0x6f, 0xcc, 0xdc, 0x27, 0x0b, 0xea, 0x91, 0x1b, + 0x9e, 0x53, 0x2f, 0x5e, 0x9c, 0x2f, 0xf2, 0xf6, 0x69, 0x66, 0x6a, 0x3e, 0x15, 0xa9, 0xba, 0x99, + 0xa2, 0x09, 0x7d, 0xad, 0x58, 0x57, 0xc6, 0x17, 0x72, 0xd3, 0x6e, 0xe3, 0x1b, 0x33, 0xbd, 0x9d, + 0x56, 0x78, 0x40, 0x45, 0x06, 0x7b, 0xe6, 0xc6, 0x7c, 0xdd, 0x54, 0x16, 0x80, 0xc6, 0x59, 0xfa, + 0x22, 0x39, 0xd3, 0xc7, 0xd3, 0x43, 0x45, 0x66, 0xfd, 0xc2, 0x18, 0xa9, 0x2a, 0xaf, 0x0e, 0x6d, + 0xdf, 0x72, 0xa5, 0x3d, 0x96, 0x76, 0xa5, 0x4d, 0xe1, 0xce, 0x6b, 0x7a, 0xcf, 0xbe, 0x9a, 0xf1, + 0xbc, 0xe1, 0x85, 0xdc, 0x8f, 0x58, 0xfc, 0xa6, 0xc3, 0x10, 0x8f, 0x3f, 0x6a, 0xb5, 0x7e, 0xec, + 0x58, 0xb5, 0xbe, 0xe0, 0xeb, 0x35, 0xa8, 0xc0, 0xd3, 0x9d, 0x87, 0xa2, 0xa5, 0x5e, 0x66, 0xa8, + 0x23, 0x10, 0x78, 0x19, 0xd3, 0xbb, 0x50, 0x28, 0x33, 0xbd, 0x6b, 0xf2, 0xa4, 0x7a, 0x97, 0xa4, + 0x00, 0x9a, 0x18, 0x66, 0x15, 0x6f, 0xda, 0x2f, 0x6d, 0xa8, 0x0b, 0x0c, 0x17, 0x87, 0x78, 0xe9, + 0xa2, 0x67, 0x64, 0x15, 0x5f, 0x4b, 0xd3, 0x83, 0xfe, 0x26, 0xf0, 0xb6, 0xf9, 0xbc, 0x62, 0x08, + 0xba, 0x03, 0x61, 0xde, 0x9e, 0xd1, 0x39, 0x32, 0x6f, 0x59, 0x96, 0xea, 0x03, 0xf0, 0x3f, 0xfe, + 0x76, 0x89, 0xf9, 0x1f, 0xb7, 0xfd, 0x83, 0x6e, 0x1b, 0x9f, 0xef, 0x18, 0x5d, 0xd7, 0xbf, 0x42, + 0xa6, 0x12, 0xd1, 0x4a, 0xb1, 0xcc, 0xc6, 0x46, 0xb7, 0x98, 0x3f, 0x56, 0x09, 0x02, 0x09, 0x05, + 0x45, 0xd0, 0xfd, 0x97, 0xfc, 0x2b, 0xc8, 0x92, 0xd3, 0xb0, 0xac, 0x6e, 0xda, 0x96, 0xd5, 0x0b, + 0x85, 0x07, 0x33, 0xc0, 0xc2, 0xfa, 0x96, 0x3d, 0x04, 0xa6, 0xb0, 0x3d, 0xfc, 0x1e, 0x71, 0xf7, + 0x06, 0xb1, 0x5f, 0x0f, 0xa1, 0xea, 0x0a, 0x8b, 0x78, 0xe4, 0x12, 0xf1, 0xc2, 0x90, 0xd1, 0x8e, + 0xee, 0xaf, 0x97, 0xc9, 0xb9, 0xac, 0x07, 0xb4, 0x9d, 0x16, 0x99, 0xe9, 0x1a, 0xea, 0x73, 0xb1, + 0x8b, 0xed, 0xa6, 0xc2, 0xad, 0x55, 0x17, 0x13, 0x0a, 0x16, 0x55, 0xcc, 0x27, 0x8e, 0xcf, 0x81, + 0x2b, 0xf7, 0x4a, 0x79, 0x78, 0x11, 0xa5, 0x9a, 0x59, 0x37, 0x08, 0x81, 0x45, 0x76, 0x04, 0xc9, + 0xb7, 0xdd, 0xbf, 0x57, 0x22, 0x8f, 0x0e, 0xb8, 0xfd, 0x8e, 0xcd, 0xdd, 0x63, 0x5e, 0x48, 0xf1, + 0x3a, 0x8d, 0x6a, 0x8e, 0xfb, 0x26, 0x41, 0x94, 0x3a, 0x3b, 0x78, 0xa9, 0x52, 0x3d, 0xd9, 0x59, + 0x2e, 0x72, 0x94, 0xdc, 0x77, 0xd3, 0xd6, 0xb8, 0x84, 0xa9, 0x1e, 0xe9, 0x34, 0xa8, 0xba, 0xdf, + 0xac, 0x90, 0x71, 0xfe, 0x6a, 0x60, 0x9d, 0x2a, 0x40, 0x3c, 0xd9, 0xde, 0x70, 0xb9, 0xfe, 0xb4, + 0x9e, 0xc4, 0x01, 0x20, 0xc9, 0x38, 0x37, 0xc8, 0x59, 0xf4, 0xaf, 0x06, 0x5e, 0xbb, 0xe6, 0xb7, + 0xbd, 0x23, 0xa9, 0x78, 0xf3, 0x84, 0xc9, 0x32, 0x27, 0xe8, 0xd9, 0xcd, 0x7e, 0x14, 0xc8, 0xaa, + 0x87, 0x77, 0x77, 0x52, 0xd9, 0x72, 0x78, 0x12, 0x43, 0x75, 0x77, 0xe7, 0xf8, 0x8c, 0x39, 0x78, + 0x7d, 0xa9, 0xdb, 0x67, 0x62, 0x18, 0xcf, 0xcd, 0xd9, 0x66, 0x85, 0x8d, 0x8b, 0x17, 0x7f, 0xe2, + 0x1e, 0x3b, 0x23, 0xdd, 0xde, 0xa7, 0x96, 0xcc, 0x7e, 0xd8, 0x6e, 0x89, 0x67, 0x92, 0x94, 0x3a, + 0xd5, 0x48, 0x95, 0x43, 0x5f, 0x0d, 0xa4, 0xb2, 0xeb, 0x05, 0x6d, 0xca, 0xda, 0x9a, 0xca, 0x84, + 0x4d, 0x65, 0x23, 0x55, 0x0e, 0x7d, 0x35, 0x30, 0x0f, 0xf4, 0x7c, 0x2a, 0x44, 0x04, 0x15, 0xb5, + 0xd4, 0x03, 0xe6, 0xcc, 0xde, 0xc6, 0xe0, 0x89, 0x8c, 0x47, 0xcc, 0x9f, 0xb3, 0xdf, 0x37, 0xd5, + 0xb1, 0x5b, 0xab, 0x35, 0xeb, 0xe5, 0xa6, 0xa2, 0x79, 0xac, 0x3f, 0x8d, 0x49, 0x66, 0xd5, 0x43, + 0x7c, 0x8a, 0x23, 0x28, 0xb9, 0x3a, 0x05, 0x03, 0x2b, 0xa4, 0x86, 0x39, 0x7f, 0x17, 0x3d, 0xe5, + 0xb9, 0x03, 0xaf, 0x15, 0xc6, 0xc6, 0xe3, 0xe8, 0x74, 0x91, 0x51, 0x9d, 0x0f, 0x5d, 0xe6, 0x69, + 0xbf, 0xe5, 0x75, 0x0e, 0x06, 0x59, 0x6e, 0xe7, 0xaa, 0x9e, 0x1c, 0x71, 0xae, 0xea, 0xa9, 0xdc, + 0x30, 0xb7, 0x5f, 0xa1, 0x5b, 0x06, 0x4b, 0xd0, 0x25, 0xee, 0x0c, 0xa2, 0x07, 0x7c, 0x74, 0x5b, + 0x06, 0xbe, 0xec, 0x85, 0x8d, 0xa5, 0xd3, 0xd3, 0xb2, 0x1e, 0x00, 0x2f, 0xc3, 0x74, 0x9f, 0xac, + 0x69, 0xfc, 0x7c, 0x33, 0x3c, 0xdd, 0xa7, 0x7e, 0xef, 0x99, 0x05, 0x51, 0x83, 0xdf, 0xa5, 0x86, + 0x29, 0xeb, 0xac, 0x76, 0x53, 0x3c, 0x2c, 0x41, 0xd4, 0x99, 0x9d, 0x7b, 0x50, 0x41, 0xd4, 0xd9, + 0xc4, 0xf3, 0x83, 0xa8, 0x33, 0xeb, 0x3d, 0x7c, 0x41, 0xd4, 0x99, 0xdd, 0x1c, 0xa0, 0xec, 0x7c, + 0xaf, 0x3c, 0x60, 0x58, 0x4c, 0xed, 0x79, 0x1e, 0x57, 0x01, 0x2b, 0x8c, 0xc5, 0x8e, 0x35, 0xc3, + 0x57, 0x00, 0x87, 0x81, 0x2a, 0x75, 0x62, 0x23, 0x08, 0x99, 0x77, 0x72, 0xfd, 0x84, 0x1f, 0x78, + 0xd9, 0xf6, 0x73, 0x98, 0x57, 0xf1, 0x52, 0x91, 0xc9, 0x18, 0xae, 0xa2, 0x34, 0xd9, 0xca, 0x49, + 0x34, 0xd9, 0x99, 0x6c, 0x2d, 0x76, 0x89, 0x6e, 0x18, 0x27, 0xb7, 0x4c, 0xff, 0x47, 0x89, 0x7c, + 0xf2, 0x18, 0x0e, 0xe3, 0xa2, 0xc5, 0x9a, 0x54, 0x43, 0xb4, 0xf4, 0x4d, 0x6c, 0x9d, 0x9c, 0xdb, + 0xa5, 0x66, 0xf9, 0x11, 0x3b, 0x7e, 0xf6, 0x5b, 0x12, 0x43, 0xec, 0xa5, 0xea, 0x35, 0xc0, 0x8d, + 0x0c, 0x1c, 0xc8, 0xac, 0x89, 0x5e, 0xa1, 0x70, 0x87, 0x25, 0x40, 0x6b, 0xe9, 0x9b, 0x82, 0x6c, + 0xfe, 0x2a, 0xda, 0x2b, 0x74, 0xab, 0x0f, 0x03, 0x32, 0x6a, 0xb9, 0x7f, 0x50, 0x42, 0x39, 0x92, + 0xf1, 0x56, 0x8d, 0xf5, 0xc4, 0xab, 0x11, 0x5c, 0xdc, 0xff, 0xc4, 0x2b, 0xf3, 0xf7, 0xd8, 0xb8, + 0x7c, 0x8a, 0x62, 0x1d, 0x58, 0x65, 0x25, 0x7b, 0x17, 0x41, 0xf5, 0x0a, 0x03, 0x9f, 0x65, 0x6a, + 0x05, 0x87, 0x41, 0x1c, 0x46, 0x05, 0x5e, 0x54, 0xec, 0x0b, 0xd6, 0xd1, 0xbb, 0x4c, 0x8d, 0x13, + 0x01, 0x49, 0xcd, 0xfd, 0x6b, 0x65, 0x32, 0x2b, 0xdb, 0x7b, 0xbb, 0x17, 0xb2, 0x85, 0x38, 0x2a, + 0xe9, 0xf8, 0xb6, 0x25, 0x1d, 0x2f, 0x15, 0xbb, 0x59, 0xc0, 0x3a, 0x35, 0x50, 0x2a, 0x7e, 0x39, + 0x25, 0x15, 0x2f, 0x0f, 0x43, 0x34, 0xd7, 0x5a, 0x3d, 0x63, 0xe1, 0x3f, 0x44, 0x89, 0x27, 0xb3, + 0x86, 0x33, 0x40, 0xfa, 0x7d, 0xb3, 0x9c, 0x1a, 0x06, 0x93, 0x7a, 0x5f, 0x27, 0x63, 0xfb, 0x5e, + 0xd4, 0x12, 0xae, 0xf9, 0x37, 0x87, 0xfc, 0x14, 0x54, 0x3d, 0x8e, 0x5a, 0x5c, 0x76, 0xbd, 0xa4, + 0x32, 0xe4, 0x53, 0x50, 0x6e, 0x98, 0x21, 0x6b, 0xd4, 0x79, 0x03, 0x33, 0xe8, 0x87, 0x5d, 0x15, + 0x45, 0xf2, 0x14, 0xcf, 0x9e, 0x8f, 0x10, 0x4a, 0xc1, 0xb1, 0x9b, 0x43, 0x30, 0x08, 0xfc, 0x25, + 0x9f, 0x54, 0x55, 0xd3, 0x23, 0x0c, 0x68, 0xfb, 0x61, 0x85, 0x9c, 0xcd, 0x60, 0x15, 0xe7, 0xa7, + 0xac, 0x59, 0xfb, 0xdc, 0xd0, 0xbc, 0xf6, 0x31, 0xe7, 0xed, 0xa7, 0x98, 0x8e, 0xd9, 0x12, 0xbc, + 0x71, 0x82, 0xe6, 0xa9, 0x22, 0x9a, 0x6e, 0x1e, 0x41, 0xf9, 0xcd, 0x63, 0xb3, 0xa7, 0x34, 0xf9, + 0xd8, 0x8c, 0xea, 0xe7, 0x08, 0xbf, 0xf1, 0xcf, 0x8e, 0x91, 0x73, 0x59, 0xb7, 0x97, 0x9c, 0x9f, + 0x2b, 0xa5, 0x52, 0xd7, 0x7e, 0x61, 0xf8, 0x2b, 0x50, 0x3c, 0x9f, 0xad, 0xb8, 0x9e, 0xbc, 0x6c, + 0x27, 0xb3, 0xcd, 0x9d, 0x6d, 0xd1, 0x3a, 0x0b, 0x0d, 0x8e, 0x78, 0x16, 0x62, 0x29, 0x0f, 0xde, + 0x3a, 0x41, 0x57, 0x44, 0x22, 0xe3, 0x38, 0x15, 0x1a, 0x2c, 0xc1, 0xf9, 0xa1, 0xc1, 0xb2, 0x0f, + 0x4b, 0x7b, 0x98, 0xc2, 0x56, 0x8d, 0x6b, 0x84, 0x2c, 0x10, 0xe0, 0x9e, 0x64, 0xf4, 0x7a, 0x84, + 0x6c, 0xf0, 0x37, 0x4a, 0x24, 0x75, 0x3c, 0x8c, 0x27, 0xd6, 0xcc, 0x94, 0x4b, 0x9d, 0x58, 0x1b, + 0x56, 0x1c, 0xc5, 0xa0, 0xea, 0x8e, 0x9f, 0xce, 0xa9, 0x0a, 0x14, 0x06, 0xac, 0x44, 0xbd, 0xa7, + 0x55, 0x19, 0xf4, 0x9e, 0x16, 0x5a, 0x38, 0x6d, 0xff, 0xd0, 0x97, 0x66, 0xa5, 0x12, 0xde, 0x5b, + 0x08, 0x04, 0x5e, 0xe6, 0x7e, 0xa7, 0x42, 0x26, 0xb8, 0xed, 0x36, 0xc2, 0x6d, 0xb9, 0x2e, 0xcc, + 0xa8, 0x42, 0xf7, 0x88, 0x78, 0x6f, 0x96, 0xd1, 0xce, 0xe2, 0x0c, 0xa5, 0xc6, 0xa6, 0x4d, 0x2f, + 0x67, 0xd9, 0x1a, 0xfd, 0x52, 0x2a, 0x32, 0x8a, 0x70, 0x1a, 0xc6, 0x5c, 0xec, 0x13, 0x12, 0xb3, + 0x27, 0x59, 0x90, 0x86, 0x48, 0xca, 0xf4, 0x6a, 0xa1, 0x7e, 0x34, 0x54, 0x35, 0xde, 0x1b, 0x9d, + 0x0d, 0x46, 0x15, 0x80, 0x41, 0x7b, 0xe9, 0x75, 0x52, 0x55, 0xc8, 0x79, 0x1a, 0xef, 0x8c, 0xc9, + 0x92, 0x7f, 0x86, 0xcc, 0xa7, 0xda, 0x1a, 0x4a, 0x61, 0xfe, 0x36, 0x55, 0x26, 0xfa, 0x9e, 0x02, + 0xc4, 0xc4, 0x5e, 0xe7, 0xda, 0x19, 0x46, 0xbb, 0xf8, 0xc0, 0x27, 0x31, 0xf7, 0xf5, 0xdb, 0xd9, + 0x19, 0xa5, 0x90, 0xd9, 0x9a, 0x4c, 0x33, 0x57, 0xce, 0x4e, 0x33, 0xc7, 0xde, 0xa1, 0xe0, 0x7d, + 0x3f, 0x0d, 0x0d, 0x68, 0xd3, 0xd6, 0x80, 0x9e, 0x29, 0xc2, 0x06, 0x03, 0x54, 0x9f, 0x7f, 0x53, + 0x22, 0x0e, 0x47, 0x48, 0x3f, 0xcd, 0xc4, 0x9d, 0x20, 0x86, 0xce, 0xae, 0xf9, 0x46, 0x95, 0x80, + 0x81, 0x35, 0x64, 0xda, 0x5d, 0xf5, 0xa4, 0x49, 0xb1, 0xf7, 0x8f, 0x2b, 0x05, 0xde, 0x3f, 0xfe, + 0xed, 0x0a, 0x49, 0x1f, 0xa5, 0x3a, 0xef, 0x91, 0x19, 0xbc, 0xb6, 0xb1, 0x13, 0xb4, 0x83, 0x24, + 0xf0, 0xe3, 0x62, 0x6e, 0xea, 0x35, 0xa3, 0x86, 0x70, 0xa3, 0x19, 0x10, 0xb0, 0x28, 0x62, 0xfc, + 0x4f, 0x37, 0xa2, 0x96, 0x42, 0xdb, 0xdf, 0x63, 0x7a, 0x87, 0xba, 0xdb, 0x5f, 0x57, 0x50, 0x30, + 0x30, 0x32, 0x62, 0x76, 0x2a, 0xa7, 0x11, 0xb3, 0x33, 0x36, 0x64, 0xcc, 0xce, 0x78, 0xa1, 0x98, + 0x1d, 0x20, 0x8f, 0x48, 0xef, 0x17, 0xfe, 0xc6, 0xeb, 0x43, 0x3c, 0xaf, 0x94, 0x88, 0xb4, 0x5a, + 0xc2, 0xeb, 0x2c, 0x90, 0x89, 0x01, 0x03, 0x6a, 0xba, 0x3d, 0x72, 0xb6, 0xe1, 0x47, 0x01, 0x4b, + 0xfb, 0xd1, 0xd2, 0x2b, 0xf0, 0xab, 0x78, 0xf1, 0xda, 0x5e, 0xfc, 0x43, 0xde, 0x4a, 0x31, 0xee, + 0x5c, 0xcb, 0xc5, 0xae, 0x49, 0xba, 0x7f, 0xa1, 0x4c, 0x26, 0x45, 0xc8, 0xc2, 0x08, 0x37, 0x92, + 0xeb, 0x96, 0x7d, 0xf7, 0x42, 0xde, 0xca, 0x65, 0xdd, 0x19, 0x68, 0xd9, 0x35, 0x52, 0x96, 0xdd, + 0x8b, 0xc5, 0xc8, 0x1d, 0x6f, 0xd3, 0xfd, 0x56, 0x99, 0xee, 0xf6, 0x76, 0xa8, 0xc6, 0xe8, 0xa6, + 0xe3, 0x4b, 0x64, 0x32, 0x16, 0xf1, 0x0c, 0x85, 0x5e, 0x9c, 0x4e, 0x7f, 0x52, 0xfd, 0x96, 0xb2, + 0x88, 0x60, 0x90, 0xe4, 0x32, 0x43, 0x26, 0x2a, 0xa7, 0x11, 0x32, 0xe1, 0x7e, 0x87, 0x89, 0x54, + 0x73, 0x02, 0x4f, 0x63, 0x4f, 0x78, 0xdb, 0x96, 0xbe, 0x2f, 0x15, 0x62, 0x05, 0xd1, 0xbf, 0x01, + 0x7b, 0xc3, 0x87, 0x25, 0x32, 0x2d, 0x10, 0x4f, 0x63, 0x04, 0x3f, 0x6e, 0x8f, 0xe0, 0xd9, 0x42, + 0x23, 0x18, 0xd0, 0xf5, 0xbf, 0x55, 0x56, 0x5d, 0x2f, 0xf8, 0xa8, 0xbb, 0xf9, 0x64, 0x7b, 0x79, + 0x98, 0x27, 0xdb, 0xd5, 0x73, 0xf0, 0x95, 0x81, 0xcf, 0xc1, 0xef, 0xc8, 0x87, 0x45, 0x11, 0x26, + 0x42, 0xc4, 0x87, 0x7d, 0x88, 0x4f, 0xc7, 0xac, 0x2a, 0x4a, 0x60, 0x50, 0x95, 0xe1, 0x54, 0xac, + 0x85, 0x71, 0xdb, 0x9d, 0x78, 0x53, 0xc0, 0x41, 0x61, 0xb8, 0xaf, 0x33, 0x19, 0xcb, 0xa6, 0x67, + 0xb8, 0x40, 0xd4, 0xef, 0x8f, 0xab, 0x89, 0x65, 0x4e, 0x92, 0x9b, 0xf2, 0x11, 0xf7, 0x52, 0x91, + 0x53, 0x77, 0xe3, 0x93, 0x64, 0xbf, 0xe1, 0xee, 0xf8, 0x7d, 0x0e, 0xe4, 0xd7, 0x0b, 0xcb, 0xc8, + 0x21, 0x5c, 0xc6, 0x2c, 0xdf, 0x01, 0xbb, 0xe3, 0xbd, 0x59, 0x4f, 0x27, 0x87, 0x5b, 0x93, 0x05, + 0xa0, 0x71, 0x68, 0x05, 0xae, 0xae, 0xdb, 0xef, 0x19, 0x4a, 0x75, 0x5d, 0x4e, 0x89, 0xa1, 0xaf, + 0x53, 0xfd, 0x45, 0xa5, 0xc7, 0xad, 0xf3, 0x2c, 0xa7, 0x55, 0xae, 0xbf, 0xac, 0x6b, 0x30, 0x98, + 0x38, 0x54, 0xad, 0x3b, 0xdb, 0x52, 0xd1, 0x73, 0xf5, 0xde, 0x4e, 0x3b, 0x68, 0x62, 0x55, 0x1e, + 0xb9, 0xfe, 0x28, 0x1e, 0x95, 0xd6, 0xfa, 0x8b, 0x21, 0xab, 0x8e, 0xb3, 0x8d, 0x11, 0x6a, 0x2c, + 0x0d, 0xb0, 0xbc, 0xe3, 0x22, 0x92, 0x2e, 0x5d, 0x90, 0x19, 0x9b, 0x1a, 0x76, 0xf1, 0x47, 0x0c, + 0xc4, 0x85, 0x82, 0x00, 0x41, 0x9a, 0x04, 0x1e, 0xc0, 0xb6, 0xcd, 0xe7, 0x3c, 0xea, 0x22, 0x88, + 0x50, 0x1d, 0xc0, 0x5a, 0x8f, 0x7d, 0xd4, 0x21, 0x85, 0x4d, 0xa5, 0xfd, 0xa2, 0x09, 0x11, 0xd7, + 0x5a, 0xf1, 0x9c, 0x2a, 0x16, 0xf9, 0x47, 0x3f, 0x85, 0x21, 0x84, 0x5b, 0x03, 0x70, 0x60, 0x60, + 0xed, 0x8f, 0xe7, 0xa9, 0xff, 0x3a, 0x56, 0x36, 0xb6, 0x46, 0xe7, 0x6b, 0x64, 0xc6, 0x6c, 0x49, + 0x08, 0xbb, 0x97, 0x8b, 0x3f, 0x74, 0x22, 0xb6, 0x58, 0x15, 0x7a, 0x60, 0x96, 0x81, 0x45, 0xdb, + 0x6d, 0x92, 0xf9, 0xd4, 0x43, 0x8b, 0xea, 0xc5, 0xce, 0xd2, 0x83, 0x7a, 0xb1, 0x13, 0x93, 0x80, + 0x8c, 0x6f, 0x7b, 0x41, 0x7e, 0xba, 0xec, 0x42, 0xaf, 0xf2, 0xbf, 0x46, 0x26, 0xfc, 0xdd, 0x5d, + 0x7c, 0x11, 0x9d, 0xaf, 0x9c, 0xc7, 0xd5, 0x3b, 0xcc, 0x0c, 0x8a, 0xeb, 0x81, 0x35, 0xc6, 0x7f, + 0x82, 0x40, 0x76, 0xff, 0x1d, 0xb5, 0x91, 0xb6, 0xa9, 0xe1, 0x2f, 0xf2, 0x10, 0xe6, 0xf4, 0x64, + 0xb5, 0x2f, 0x71, 0xf7, 0x73, 0x19, 0x89, 0xbb, 0x1d, 0x4d, 0x30, 0x23, 0x6d, 0xb7, 0x1a, 0x4d, + 0xa5, 0xd0, 0x68, 0xc6, 0x86, 0x19, 0xcd, 0x37, 0x4a, 0x64, 0x42, 0xdc, 0xc8, 0xcf, 0xdf, 0x5c, + 0x5a, 0x32, 0xd9, 0xae, 0x75, 0x4b, 0xfc, 0x42, 0x91, 0x68, 0x6f, 0x71, 0x37, 0x5c, 0xb1, 0x92, + 0x75, 0x23, 0xdc, 0xa2, 0x8a, 0x06, 0xf4, 0x34, 0x2f, 0xbe, 0x21, 0x1f, 0x2c, 0xcf, 0xe9, 0xd7, + 0x50, 0x59, 0x5c, 0x58, 0x2e, 0x5a, 0x24, 0xac, 0x92, 0x79, 0x98, 0xb9, 0x68, 0x65, 0x01, 0x68, + 0x1c, 0x3c, 0xc9, 0x8f, 0x7b, 0x3b, 0x0c, 0x3d, 0x15, 0x18, 0xd0, 0xe0, 0x60, 0x90, 0xe5, 0xee, + 0x87, 0xf3, 0xc4, 0x1a, 0x9a, 0x95, 0x38, 0xa4, 0xf4, 0xc0, 0x13, 0x87, 0x50, 0xea, 0xfe, 0x41, + 0x37, 0x39, 0xaa, 0x05, 0x51, 0xb1, 0x24, 0x4e, 0xeb, 0x02, 0xbb, 0x9f, 0xba, 0x2c, 0x01, 0x45, + 0x71, 0x40, 0x1a, 0x98, 0xca, 0x43, 0x91, 0x06, 0x66, 0xec, 0xff, 0x4b, 0x1a, 0x18, 0xaa, 0xe7, + 0xef, 0xf1, 0x17, 0xa0, 0xc5, 0xed, 0x9e, 0x9c, 0x43, 0xa8, 0x8c, 0xe7, 0xa2, 0xf9, 0x35, 0x0e, + 0x51, 0x00, 0x92, 0x1c, 0x26, 0x19, 0xe1, 0x2a, 0xbf, 0xc8, 0xac, 0xf2, 0x72, 0x11, 0x67, 0x48, + 0x7f, 0x92, 0x11, 0x11, 0xfd, 0x21, 0x68, 0xc9, 0xb4, 0x2f, 0x93, 0x1f, 0x3f, 0xed, 0x8b, 0x4a, + 0xd6, 0x32, 0xf5, 0xa0, 0x92, 0xb5, 0x58, 0x49, 0x6f, 0xaa, 0xa3, 0x48, 0x7a, 0x43, 0x65, 0xdb, + 0xf9, 0x6e, 0x56, 0xce, 0x28, 0x91, 0x76, 0xe5, 0x8b, 0x27, 0xc8, 0xa1, 0x65, 0x35, 0xcd, 0x2e, + 0x5d, 0x64, 0xa2, 0x41, 0x76, 0xc3, 0x32, 0x7b, 0xce, 0xf4, 0xc7, 0xcf, 0x9e, 0x33, 0xea, 0xfc, + 0x2c, 0x3a, 0x97, 0xce, 0xec, 0x48, 0x72, 0xe9, 0xcc, 0x3d, 0xc0, 0x5c, 0x3a, 0x46, 0x16, 0x9c, + 0xf9, 0x07, 0x9b, 0x05, 0x67, 0x9f, 0x4c, 0xb7, 0xc2, 0x7b, 0x9d, 0x7b, 0x5e, 0xd4, 0x5a, 0xa9, + 0x6f, 0xb2, 0xab, 0x03, 0xb9, 0x37, 0xb3, 0x6b, 0xba, 0x82, 0xd5, 0x02, 0xf7, 0xfa, 0xe9, 0x42, + 0x30, 0x49, 0x8b, 0x7c, 0x40, 0x67, 0x3e, 0x66, 0x3e, 0x20, 0x2b, 0xab, 0x8e, 0x33, 0x8a, 0xac, + 0x3a, 0xef, 0xb1, 0xfb, 0x99, 0xbb, 0xc1, 0xde, 0x0d, 0xaf, 0xbb, 0x78, 0xb6, 0x48, 0x0b, 0x6b, + 0x12, 0xbd, 0xbf, 0x05, 0x55, 0x04, 0x9a, 0x68, 0x7f, 0xde, 0x9e, 0x73, 0xa7, 0x92, 0xb7, 0xe7, + 0xcf, 0x91, 0x27, 0x8e, 0xa7, 0xa1, 0xd3, 0x19, 0xd6, 0xb5, 0x71, 0x99, 0x4a, 0x67, 0xc8, 0xf6, + 0x67, 0x03, 0xcb, 0x88, 0x3c, 0x2c, 0x1f, 0x17, 0x79, 0xe8, 0xfe, 0xd3, 0x12, 0x79, 0x74, 0xc0, + 0x95, 0xfe, 0xc2, 0x71, 0xb6, 0x5d, 0x32, 0xdf, 0xb5, 0xab, 0x16, 0x8e, 0x88, 0xb7, 0x52, 0x08, + 0xa8, 0x74, 0xb8, 0xa9, 0x02, 0x48, 0x93, 0x5f, 0x7d, 0xe6, 0xbb, 0x3f, 0x7c, 0xe2, 0x13, 0xdf, + 0xa3, 0x7f, 0xbf, 0x47, 0xff, 0x7e, 0xfa, 0x0f, 0x9f, 0x28, 0x7d, 0x97, 0xfe, 0x7d, 0x8f, 0xfe, + 0xfd, 0x57, 0xfa, 0xf7, 0x8d, 0x3f, 0x7a, 0xe2, 0x13, 0x3f, 0x51, 0x3e, 0xbc, 0xfc, 0xff, 0x02, + 0x00, 0x00, 0xff, 0xff, 0xa1, 0x99, 0x68, 0x3b, 0xd9, 0xac, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index 1d5979d5bec..d326be1deef 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -256,6 +256,13 @@ message ConfigMapVolumeSource { // the volume setup will error. Paths must be relative and may not contain // the '..' path or start with '..'. repeated KeyToPath items = 2; + + // Optional: mode bits to use on created files by default. Must be a + // value between 0 and 0777. Defaults to 0644. + // Directories within the path are not affected by this setting. + // This might be in conflict with other options that affect the file + // mode, like fsGroup, and the result can be other mode bits set. + optional int32 defaultMode = 3; } // A single application container that you want to run within a pod. @@ -526,6 +533,12 @@ message DownwardAPIVolumeFile { // Selects a resource of the container: only resources limits and requests // (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. optional ResourceFieldSelector resourceFieldRef = 3; + + // Optional: mode bits to use on this file, must be a value between 0 + // and 0777. If not specified, the volume defaultMode will be used. + // This might be in conflict with other options that affect the file + // mode, like fsGroup, and the result can be other mode bits set. + optional int32 mode = 4; } // DownwardAPIVolumeSource represents a volume containing downward API info. @@ -533,6 +546,13 @@ message DownwardAPIVolumeFile { message DownwardAPIVolumeSource { // Items is a list of downward API volume file repeated DownwardAPIVolumeFile items = 1; + + // Optional: mode bits to use on created files by default. Must be a + // value between 0 and 0777. Defaults to 0644. + // Directories within the path are not affected by this setting. + // This might be in conflict with other options that affect the file + // mode, like fsGroup, and the result can be other mode bits set. + optional int32 defaultMode = 2; } // Represents an empty directory for a pod. @@ -963,6 +983,12 @@ message KeyToPath { // May not contain the path element '..'. // May not start with the string '..'. optional string path = 2; + + // Optional: mode bits to use on this file, must be a value between 0 + // and 0777. If not specified, the volume defaultMode will be used. + // This might be in conflict with other options that affect the file + // mode, like fsGroup, and the result can be other mode bits set. + optional int32 mode = 3; } // Lifecycle describes actions that the management system should take in response to container lifecycle @@ -2565,6 +2591,13 @@ message SecretVolumeSource { // the volume setup will error. Paths must be relative and may not contain // the '..' path or start with '..'. repeated KeyToPath items = 2; + + // Optional: mode bits to use on created files by default. Must be a + // value between 0 and 0777. Defaults to 0644. + // Directories within the path are not affected by this setting. + // This might be in conflict with other options that affect the file + // mode, like fsGroup, and the result can be other mode bits set. + optional int32 defaultMode = 3; } // SecurityContext holds security configuration that will be applied to a container. diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index c272a3d0de7..8f6824e05eb 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -12121,14 +12121,15 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep826 := !z.EncBinary() yy2arr826 := z.EncBasicHandle().StructToArray - var yyq826 [2]bool + var yyq826 [3]bool _, _, _ = yysep826, yyq826, yy2arr826 const yyr826 bool = false yyq826[0] = x.SecretName != "" yyq826[1] = len(x.Items) != 0 + yyq826[2] = x.DefaultMode != nil var yynn826 int if yyr826 || yy2arr826 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { yynn826 = 0 for _, b := range yyq826 { @@ -12197,6 +12198,41 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr826 || yy2arr826 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq826[2] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy834 := *x.DefaultMode + yym835 := z.EncBinary() + _ = yym835 + if false { + } else { + r.EncodeInt(int64(yy834)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq826[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy836 := *x.DefaultMode + yym837 := z.EncBinary() + _ = yym837 + if false { + } else { + r.EncodeInt(int64(yy836)) + } + } + } + } if yyr826 || yy2arr826 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -12210,25 +12246,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym833 := z.DecBinary() - _ = yym833 + yym838 := z.DecBinary() + _ = yym838 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct834 := r.ContainerType() - if yyct834 == codecSelferValueTypeMap1234 { - yyl834 := r.ReadMapStart() - if yyl834 == 0 { + yyct839 := r.ContainerType() + if yyct839 == codecSelferValueTypeMap1234 { + yyl839 := r.ReadMapStart() + if yyl839 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl834, d) + x.codecDecodeSelfFromMap(yyl839, d) } - } else if yyct834 == codecSelferValueTypeArray1234 { - yyl834 := r.ReadArrayStart() - if yyl834 == 0 { + } else if yyct839 == codecSelferValueTypeArray1234 { + yyl839 := r.ReadArrayStart() + if yyl839 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl834, d) + x.codecDecodeSelfFromArray(yyl839, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12240,12 +12276,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys835Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys835Slc - var yyhl835 bool = l >= 0 - for yyj835 := 0; ; yyj835++ { - if yyhl835 { - if yyj835 >= l { + var yys840Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys840Slc + var yyhl840 bool = l >= 0 + for yyj840 := 0; ; yyj840++ { + if yyhl840 { + if yyj840 >= l { break } } else { @@ -12254,10 +12290,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys835Slc = r.DecodeBytes(yys835Slc, true, true) - yys835 := string(yys835Slc) + yys840Slc = r.DecodeBytes(yys840Slc, true, true) + yys840 := string(yys840Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys835 { + switch yys840 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -12268,18 +12304,34 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv837 := &x.Items - yym838 := z.DecBinary() - _ = yym838 + yyv842 := &x.Items + yym843 := z.DecBinary() + _ = yym843 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv837), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv842), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym845 := z.DecBinary() + _ = yym845 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys835) - } // end switch yys835 - } // end for yyj835 + z.DecStructFieldNotFound(-1, yys840) + } // end switch yys840 + } // end for yyj840 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12287,16 +12339,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj839 int - var yyb839 bool - var yyhl839 bool = l >= 0 - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + var yyj846 int + var yyb846 bool + var yyhl846 bool = l >= 0 + yyj846++ + if yyhl846 { + yyb846 = yyj846 > l } else { - yyb839 = r.CheckBreak() + yyb846 = r.CheckBreak() } - if yyb839 { + if yyb846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12306,13 +12358,13 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretName = string(r.DecodeString()) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj846++ + if yyhl846 { + yyb846 = yyj846 > l } else { - yyb839 = r.CheckBreak() + yyb846 = r.CheckBreak() } - if yyb839 { + if yyb846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12320,26 +12372,52 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv841 := &x.Items - yym842 := z.DecBinary() - _ = yym842 + yyv848 := &x.Items + yym849 := z.DecBinary() + _ = yym849 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv841), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv848), d) + } + } + yyj846++ + if yyhl846 { + yyb846 = yyj846 > l + } else { + yyb846 = r.CheckBreak() + } + if yyb846 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym851 := z.DecBinary() + _ = yym851 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj846++ + if yyhl846 { + yyb846 = yyj846 > l } else { - yyb839 = r.CheckBreak() + yyb846 = r.CheckBreak() } - if yyb839 { + if yyb846 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj839-1, "") + z.DecStructFieldNotFound(yyj846-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12351,34 +12429,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym843 := z.EncBinary() - _ = yym843 + yym852 := z.EncBinary() + _ = yym852 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep844 := !z.EncBinary() - yy2arr844 := z.EncBasicHandle().StructToArray - var yyq844 [3]bool - _, _, _ = yysep844, yyq844, yy2arr844 - const yyr844 bool = false - yyq844[2] = x.ReadOnly != false - var yynn844 int - if yyr844 || yy2arr844 { + yysep853 := !z.EncBinary() + yy2arr853 := z.EncBasicHandle().StructToArray + var yyq853 [3]bool + _, _, _ = yysep853, yyq853, yy2arr853 + const yyr853 bool = false + yyq853[2] = x.ReadOnly != false + var yynn853 int + if yyr853 || yy2arr853 { r.EncodeArrayStart(3) } else { - yynn844 = 2 - for _, b := range yyq844 { + yynn853 = 2 + for _, b := range yyq853 { if b { - yynn844++ + yynn853++ } } - r.EncodeMapStart(yynn844) - yynn844 = 0 + r.EncodeMapStart(yynn853) + yynn853 = 0 } - if yyr844 || yy2arr844 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym846 := z.EncBinary() - _ = yym846 + yym855 := z.EncBinary() + _ = yym855 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -12387,17 +12465,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym847 := z.EncBinary() - _ = yym847 + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr844 || yy2arr844 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym849 := z.EncBinary() - _ = yym849 + yym858 := z.EncBinary() + _ = yym858 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12406,18 +12484,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym850 := z.EncBinary() - _ = yym850 + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr844 || yy2arr844 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq844[2] { - yym852 := z.EncBinary() - _ = yym852 + if yyq853[2] { + yym861 := z.EncBinary() + _ = yym861 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12426,19 +12504,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq844[2] { + if yyq853[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym853 := z.EncBinary() - _ = yym853 + yym862 := z.EncBinary() + _ = yym862 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr844 || yy2arr844 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12451,25 +12529,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym854 := z.DecBinary() - _ = yym854 + yym863 := z.DecBinary() + _ = yym863 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct855 := r.ContainerType() - if yyct855 == codecSelferValueTypeMap1234 { - yyl855 := r.ReadMapStart() - if yyl855 == 0 { + yyct864 := r.ContainerType() + if yyct864 == codecSelferValueTypeMap1234 { + yyl864 := r.ReadMapStart() + if yyl864 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl855, d) + x.codecDecodeSelfFromMap(yyl864, d) } - } else if yyct855 == codecSelferValueTypeArray1234 { - yyl855 := r.ReadArrayStart() - if yyl855 == 0 { + } else if yyct864 == codecSelferValueTypeArray1234 { + yyl864 := r.ReadArrayStart() + if yyl864 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl855, d) + x.codecDecodeSelfFromArray(yyl864, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12481,12 +12559,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys856Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys856Slc - var yyhl856 bool = l >= 0 - for yyj856 := 0; ; yyj856++ { - if yyhl856 { - if yyj856 >= l { + var yys865Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys865Slc + var yyhl865 bool = l >= 0 + for yyj865 := 0; ; yyj865++ { + if yyhl865 { + if yyj865 >= l { break } } else { @@ -12495,10 +12573,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys856Slc = r.DecodeBytes(yys856Slc, true, true) - yys856 := string(yys856Slc) + yys865Slc = r.DecodeBytes(yys865Slc, true, true) + yys865 := string(yys865Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys856 { + switch yys865 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -12518,9 +12596,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys856) - } // end switch yys856 - } // end for yyj856 + z.DecStructFieldNotFound(-1, yys865) + } // end switch yys865 + } // end for yyj865 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12528,16 +12606,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj860 int - var yyb860 bool - var yyhl860 bool = l >= 0 - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + var yyj869 int + var yyb869 bool + var yyhl869 bool = l >= 0 + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l } else { - yyb860 = r.CheckBreak() + yyb869 = r.CheckBreak() } - if yyb860 { + if yyb869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12547,13 +12625,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l } else { - yyb860 = r.CheckBreak() + yyb869 = r.CheckBreak() } - if yyb860 { + if yyb869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12563,13 +12641,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l } else { - yyb860 = r.CheckBreak() + yyb869 = r.CheckBreak() } - if yyb860 { + if yyb869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12580,17 +12658,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l } else { - yyb860 = r.CheckBreak() + yyb869 = r.CheckBreak() } - if yyb860 { + if yyb869 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj860-1, "") + z.DecStructFieldNotFound(yyj869-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12602,36 +12680,36 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym864 := z.EncBinary() - _ = yym864 + yym873 := z.EncBinary() + _ = yym873 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep865 := !z.EncBinary() - yy2arr865 := z.EncBasicHandle().StructToArray - var yyq865 [6]bool - _, _, _ = yysep865, yyq865, yy2arr865 - const yyr865 bool = false - yyq865[3] = x.ISCSIInterface != "" - yyq865[4] = x.FSType != "" - yyq865[5] = x.ReadOnly != false - var yynn865 int - if yyr865 || yy2arr865 { + yysep874 := !z.EncBinary() + yy2arr874 := z.EncBasicHandle().StructToArray + var yyq874 [6]bool + _, _, _ = yysep874, yyq874, yy2arr874 + const yyr874 bool = false + yyq874[3] = x.ISCSIInterface != "" + yyq874[4] = x.FSType != "" + yyq874[5] = x.ReadOnly != false + var yynn874 int + if yyr874 || yy2arr874 { r.EncodeArrayStart(6) } else { - yynn865 = 3 - for _, b := range yyq865 { + yynn874 = 3 + for _, b := range yyq874 { if b { - yynn865++ + yynn874++ } } - r.EncodeMapStart(yynn865) - yynn865 = 0 + r.EncodeMapStart(yynn874) + yynn874 = 0 } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym867 := z.EncBinary() - _ = yym867 + yym876 := z.EncBinary() + _ = yym876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) @@ -12640,17 +12718,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPortal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym868 := z.EncBinary() - _ = yym868 + yym877 := z.EncBinary() + _ = yym877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym870 := z.EncBinary() - _ = yym870 + yym879 := z.EncBinary() + _ = yym879 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) @@ -12659,17 +12737,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iqn")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym871 := z.EncBinary() - _ = yym871 + yym880 := z.EncBinary() + _ = yym880 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym873 := z.EncBinary() - _ = yym873 + yym882 := z.EncBinary() + _ = yym882 if false { } else { r.EncodeInt(int64(x.Lun)) @@ -12678,18 +12756,18 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lun")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym874 := z.EncBinary() - _ = yym874 + yym883 := z.EncBinary() + _ = yym883 if false { } else { r.EncodeInt(int64(x.Lun)) } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[3] { - yym876 := z.EncBinary() - _ = yym876 + if yyq874[3] { + yym885 := z.EncBinary() + _ = yym885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) @@ -12698,23 +12776,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq865[3] { + if yyq874[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsiInterface")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym877 := z.EncBinary() - _ = yym877 + yym886 := z.EncBinary() + _ = yym886 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) } } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[4] { - yym879 := z.EncBinary() - _ = yym879 + if yyq874[4] { + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12723,23 +12801,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq865[4] { + if yyq874[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym880 := z.EncBinary() - _ = yym880 + yym889 := z.EncBinary() + _ = yym889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[5] { - yym882 := z.EncBinary() - _ = yym882 + if yyq874[5] { + yym891 := z.EncBinary() + _ = yym891 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12748,19 +12826,19 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq865[5] { + if yyq874[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym883 := z.EncBinary() - _ = yym883 + yym892 := z.EncBinary() + _ = yym892 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr865 || yy2arr865 { + if yyr874 || yy2arr874 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12773,25 +12851,25 @@ func (x *ISCSIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym884 := z.DecBinary() - _ = yym884 + yym893 := z.DecBinary() + _ = yym893 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct885 := r.ContainerType() - if yyct885 == codecSelferValueTypeMap1234 { - yyl885 := r.ReadMapStart() - if yyl885 == 0 { + yyct894 := r.ContainerType() + if yyct894 == codecSelferValueTypeMap1234 { + yyl894 := r.ReadMapStart() + if yyl894 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl885, d) + x.codecDecodeSelfFromMap(yyl894, d) } - } else if yyct885 == codecSelferValueTypeArray1234 { - yyl885 := r.ReadArrayStart() - if yyl885 == 0 { + } else if yyct894 == codecSelferValueTypeArray1234 { + yyl894 := r.ReadArrayStart() + if yyl894 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl885, d) + x.codecDecodeSelfFromArray(yyl894, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12803,12 +12881,12 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys886Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys886Slc - var yyhl886 bool = l >= 0 - for yyj886 := 0; ; yyj886++ { - if yyhl886 { - if yyj886 >= l { + var yys895Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys895Slc + var yyhl895 bool = l >= 0 + for yyj895 := 0; ; yyj895++ { + if yyhl895 { + if yyj895 >= l { break } } else { @@ -12817,10 +12895,10 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys886Slc = r.DecodeBytes(yys886Slc, true, true) - yys886 := string(yys886Slc) + yys895Slc = r.DecodeBytes(yys895Slc, true, true) + yys895 := string(yys895Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys886 { + switch yys895 { case "targetPortal": if r.TryDecodeAsNil() { x.TargetPortal = "" @@ -12858,9 +12936,9 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys886) - } // end switch yys886 - } // end for yyj886 + z.DecStructFieldNotFound(-1, yys895) + } // end switch yys895 + } // end for yyj895 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12868,16 +12946,16 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj893 int - var yyb893 bool - var yyhl893 bool = l >= 0 - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + var yyj902 int + var yyb902 bool + var yyhl902 bool = l >= 0 + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12887,13 +12965,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.TargetPortal = string(r.DecodeString()) } - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12903,13 +12981,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.IQN = string(r.DecodeString()) } - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12919,13 +12997,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Lun = int32(r.DecodeInt(32)) } - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12935,13 +13013,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.ISCSIInterface = string(r.DecodeString()) } - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12951,13 +13029,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.FSType = string(r.DecodeString()) } - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12968,17 +13046,17 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.ReadOnly = bool(r.DecodeBool()) } for { - yyj893++ - if yyhl893 { - yyb893 = yyj893 > l + yyj902++ + if yyhl902 { + yyb902 = yyj902 > l } else { - yyb893 = r.CheckBreak() + yyb902 = r.CheckBreak() } - if yyb893 { + if yyb902 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj893-1, "") + z.DecStructFieldNotFound(yyj902-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12990,38 +13068,38 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym900 := z.EncBinary() - _ = yym900 + yym909 := z.EncBinary() + _ = yym909 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep901 := !z.EncBinary() - yy2arr901 := z.EncBasicHandle().StructToArray - var yyq901 [4]bool - _, _, _ = yysep901, yyq901, yy2arr901 - const yyr901 bool = false - yyq901[2] = x.FSType != "" - yyq901[3] = x.ReadOnly != false - var yynn901 int - if yyr901 || yy2arr901 { + yysep910 := !z.EncBinary() + yy2arr910 := z.EncBasicHandle().StructToArray + var yyq910 [4]bool + _, _, _ = yysep910, yyq910, yy2arr910 + const yyr910 bool = false + yyq910[2] = x.FSType != "" + yyq910[3] = x.ReadOnly != false + var yynn910 int + if yyr910 || yy2arr910 { r.EncodeArrayStart(4) } else { - yynn901 = 2 - for _, b := range yyq901 { + yynn910 = 2 + for _, b := range yyq910 { if b { - yynn901++ + yynn910++ } } - r.EncodeMapStart(yynn901) - yynn901 = 0 + r.EncodeMapStart(yynn910) + yynn910 = 0 } - if yyr901 || yy2arr901 { + if yyr910 || yy2arr910 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetWWNs == nil { r.EncodeNil() } else { - yym903 := z.EncBinary() - _ = yym903 + yym912 := z.EncBinary() + _ = yym912 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) @@ -13034,25 +13112,25 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetWWNs == nil { r.EncodeNil() } else { - yym904 := z.EncBinary() - _ = yym904 + yym913 := z.EncBinary() + _ = yym913 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) } } } - if yyr901 || yy2arr901 { + if yyr910 || yy2arr910 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Lun == nil { r.EncodeNil() } else { - yy906 := *x.Lun - yym907 := z.EncBinary() - _ = yym907 + yy915 := *x.Lun + yym916 := z.EncBinary() + _ = yym916 if false { } else { - r.EncodeInt(int64(yy906)) + r.EncodeInt(int64(yy915)) } } } else { @@ -13062,20 +13140,20 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Lun == nil { r.EncodeNil() } else { - yy908 := *x.Lun - yym909 := z.EncBinary() - _ = yym909 + yy917 := *x.Lun + yym918 := z.EncBinary() + _ = yym918 if false { } else { - r.EncodeInt(int64(yy908)) + r.EncodeInt(int64(yy917)) } } } - if yyr901 || yy2arr901 { + if yyr910 || yy2arr910 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq901[2] { - yym911 := z.EncBinary() - _ = yym911 + if yyq910[2] { + yym920 := z.EncBinary() + _ = yym920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13084,23 +13162,23 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq901[2] { + if yyq910[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym912 := z.EncBinary() - _ = yym912 + yym921 := z.EncBinary() + _ = yym921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr901 || yy2arr901 { + if yyr910 || yy2arr910 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq901[3] { - yym914 := z.EncBinary() - _ = yym914 + if yyq910[3] { + yym923 := z.EncBinary() + _ = yym923 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13109,19 +13187,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq901[3] { + if yyq910[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym915 := z.EncBinary() - _ = yym915 + yym924 := z.EncBinary() + _ = yym924 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr901 || yy2arr901 { + if yyr910 || yy2arr910 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13134,25 +13212,25 @@ func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym916 := z.DecBinary() - _ = yym916 + yym925 := z.DecBinary() + _ = yym925 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct917 := r.ContainerType() - if yyct917 == codecSelferValueTypeMap1234 { - yyl917 := r.ReadMapStart() - if yyl917 == 0 { + yyct926 := r.ContainerType() + if yyct926 == codecSelferValueTypeMap1234 { + yyl926 := r.ReadMapStart() + if yyl926 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl917, d) + x.codecDecodeSelfFromMap(yyl926, d) } - } else if yyct917 == codecSelferValueTypeArray1234 { - yyl917 := r.ReadArrayStart() - if yyl917 == 0 { + } else if yyct926 == codecSelferValueTypeArray1234 { + yyl926 := r.ReadArrayStart() + if yyl926 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl917, d) + x.codecDecodeSelfFromArray(yyl926, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13164,12 +13242,12 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys918Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys918Slc - var yyhl918 bool = l >= 0 - for yyj918 := 0; ; yyj918++ { - if yyhl918 { - if yyj918 >= l { + var yys927Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys927Slc + var yyhl927 bool = l >= 0 + for yyj927 := 0; ; yyj927++ { + if yyhl927 { + if yyj927 >= l { break } } else { @@ -13178,20 +13256,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys918Slc = r.DecodeBytes(yys918Slc, true, true) - yys918 := string(yys918Slc) + yys927Slc = r.DecodeBytes(yys927Slc, true, true) + yys927 := string(yys927Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys918 { + switch yys927 { case "targetWWNs": if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv919 := &x.TargetWWNs - yym920 := z.DecBinary() - _ = yym920 + yyv928 := &x.TargetWWNs + yym929 := z.DecBinary() + _ = yym929 if false { } else { - z.F.DecSliceStringX(yyv919, false, d) + z.F.DecSliceStringX(yyv928, false, d) } } case "lun": @@ -13203,8 +13281,8 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym922 := z.DecBinary() - _ = yym922 + yym931 := z.DecBinary() + _ = yym931 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) @@ -13223,9 +13301,9 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys918) - } // end switch yys918 - } // end for yyj918 + z.DecStructFieldNotFound(-1, yys927) + } // end switch yys927 + } // end for yyj927 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13233,16 +13311,16 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj925 int - var yyb925 bool - var yyhl925 bool = l >= 0 - yyj925++ - if yyhl925 { - yyb925 = yyj925 > l + var yyj934 int + var yyb934 bool + var yyhl934 bool = l >= 0 + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb925 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb925 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13250,21 +13328,21 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv926 := &x.TargetWWNs - yym927 := z.DecBinary() - _ = yym927 + yyv935 := &x.TargetWWNs + yym936 := z.DecBinary() + _ = yym936 if false { } else { - z.F.DecSliceStringX(yyv926, false, d) + z.F.DecSliceStringX(yyv935, false, d) } } - yyj925++ - if yyhl925 { - yyb925 = yyj925 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb925 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb925 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13277,20 +13355,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym929 := z.DecBinary() - _ = yym929 + yym938 := z.DecBinary() + _ = yym938 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) } } - yyj925++ - if yyhl925 { - yyb925 = yyj925 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb925 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb925 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13300,13 +13378,13 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FSType = string(r.DecodeString()) } - yyj925++ - if yyhl925 { - yyb925 = yyj925 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb925 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb925 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13317,17 +13395,17 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } for { - yyj925++ - if yyhl925 { - yyb925 = yyj925 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb925 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb925 { + if yyb934 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj925-1, "") + z.DecStructFieldNotFound(yyj934-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13339,34 +13417,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym932 := z.EncBinary() - _ = yym932 + yym941 := z.EncBinary() + _ = yym941 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep933 := !z.EncBinary() - yy2arr933 := z.EncBasicHandle().StructToArray - var yyq933 [3]bool - _, _, _ = yysep933, yyq933, yy2arr933 - const yyr933 bool = false - yyq933[2] = x.ReadOnly != false - var yynn933 int - if yyr933 || yy2arr933 { + yysep942 := !z.EncBinary() + yy2arr942 := z.EncBasicHandle().StructToArray + var yyq942 [3]bool + _, _, _ = yysep942, yyq942, yy2arr942 + const yyr942 bool = false + yyq942[2] = x.ReadOnly != false + var yynn942 int + if yyr942 || yy2arr942 { r.EncodeArrayStart(3) } else { - yynn933 = 2 - for _, b := range yyq933 { + yynn942 = 2 + for _, b := range yyq942 { if b { - yynn933++ + yynn942++ } } - r.EncodeMapStart(yynn933) - yynn933 = 0 + r.EncodeMapStart(yynn942) + yynn942 = 0 } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym935 := z.EncBinary() - _ = yym935 + yym944 := z.EncBinary() + _ = yym944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -13375,17 +13453,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym936 := z.EncBinary() - _ = yym936 + yym945 := z.EncBinary() + _ = yym945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym938 := z.EncBinary() - _ = yym938 + yym947 := z.EncBinary() + _ = yym947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -13394,18 +13472,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym939 := z.EncBinary() - _ = yym939 + yym948 := z.EncBinary() + _ = yym948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[2] { - yym941 := z.EncBinary() - _ = yym941 + if yyq942[2] { + yym950 := z.EncBinary() + _ = yym950 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13414,19 +13492,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[2] { + if yyq942[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym942 := z.EncBinary() - _ = yym942 + yym951 := z.EncBinary() + _ = yym951 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr933 || yy2arr933 { + if yyr942 || yy2arr942 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13439,25 +13517,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym943 := z.DecBinary() - _ = yym943 + yym952 := z.DecBinary() + _ = yym952 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct944 := r.ContainerType() - if yyct944 == codecSelferValueTypeMap1234 { - yyl944 := r.ReadMapStart() - if yyl944 == 0 { + yyct953 := r.ContainerType() + if yyct953 == codecSelferValueTypeMap1234 { + yyl953 := r.ReadMapStart() + if yyl953 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl944, d) + x.codecDecodeSelfFromMap(yyl953, d) } - } else if yyct944 == codecSelferValueTypeArray1234 { - yyl944 := r.ReadArrayStart() - if yyl944 == 0 { + } else if yyct953 == codecSelferValueTypeArray1234 { + yyl953 := r.ReadArrayStart() + if yyl953 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl944, d) + x.codecDecodeSelfFromArray(yyl953, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13469,12 +13547,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys945Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys945Slc - var yyhl945 bool = l >= 0 - for yyj945 := 0; ; yyj945++ { - if yyhl945 { - if yyj945 >= l { + var yys954Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys954Slc + var yyhl954 bool = l >= 0 + for yyj954 := 0; ; yyj954++ { + if yyhl954 { + if yyj954 >= l { break } } else { @@ -13483,10 +13561,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys945Slc = r.DecodeBytes(yys945Slc, true, true) - yys945 := string(yys945Slc) + yys954Slc = r.DecodeBytes(yys954Slc, true, true) + yys954 := string(yys954Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys945 { + switch yys954 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -13506,9 +13584,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys945) - } // end switch yys945 - } // end for yyj945 + z.DecStructFieldNotFound(-1, yys954) + } // end switch yys954 + } // end for yyj954 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13516,16 +13594,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj949 int - var yyb949 bool - var yyhl949 bool = l >= 0 - yyj949++ - if yyhl949 { - yyb949 = yyj949 > l + var yyj958 int + var yyb958 bool + var yyhl958 bool = l >= 0 + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb949 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb949 { + if yyb958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13535,13 +13613,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj949++ - if yyhl949 { - yyb949 = yyj949 > l + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb949 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb949 { + if yyb958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13551,13 +13629,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj949++ - if yyhl949 { - yyb949 = yyj949 > l + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb949 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb949 { + if yyb958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13568,17 +13646,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj949++ - if yyhl949 { - yyb949 = yyj949 > l + yyj958++ + if yyhl958 { + yyb958 = yyj958 > l } else { - yyb949 = r.CheckBreak() + yyb958 = r.CheckBreak() } - if yyb949 { + if yyb958 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj949-1, "") + z.DecStructFieldNotFound(yyj958-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13590,34 +13668,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym953 := z.EncBinary() - _ = yym953 + yym962 := z.EncBinary() + _ = yym962 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep954 := !z.EncBinary() - yy2arr954 := z.EncBasicHandle().StructToArray - var yyq954 [2]bool - _, _, _ = yysep954, yyq954, yy2arr954 - const yyr954 bool = false - yyq954[1] = x.FSType != "" - var yynn954 int - if yyr954 || yy2arr954 { + yysep963 := !z.EncBinary() + yy2arr963 := z.EncBasicHandle().StructToArray + var yyq963 [2]bool + _, _, _ = yysep963, yyq963, yy2arr963 + const yyr963 bool = false + yyq963[1] = x.FSType != "" + var yynn963 int + if yyr963 || yy2arr963 { r.EncodeArrayStart(2) } else { - yynn954 = 1 - for _, b := range yyq954 { + yynn963 = 1 + for _, b := range yyq963 { if b { - yynn954++ + yynn963++ } } - r.EncodeMapStart(yynn954) - yynn954 = 0 + r.EncodeMapStart(yynn963) + yynn963 = 0 } - if yyr954 || yy2arr954 { + if yyr963 || yy2arr963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym956 := z.EncBinary() - _ = yym956 + yym965 := z.EncBinary() + _ = yym965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -13626,18 +13704,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym957 := z.EncBinary() - _ = yym957 + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr954 || yy2arr954 { + if yyr963 || yy2arr963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq954[1] { - yym959 := z.EncBinary() - _ = yym959 + if yyq963[1] { + yym968 := z.EncBinary() + _ = yym968 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13646,19 +13724,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq954[1] { + if yyq963[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym960 := z.EncBinary() - _ = yym960 + yym969 := z.EncBinary() + _ = yym969 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr954 || yy2arr954 { + if yyr963 || yy2arr963 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13671,25 +13749,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym961 := z.DecBinary() - _ = yym961 + yym970 := z.DecBinary() + _ = yym970 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct962 := r.ContainerType() - if yyct962 == codecSelferValueTypeMap1234 { - yyl962 := r.ReadMapStart() - if yyl962 == 0 { + yyct971 := r.ContainerType() + if yyct971 == codecSelferValueTypeMap1234 { + yyl971 := r.ReadMapStart() + if yyl971 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl962, d) + x.codecDecodeSelfFromMap(yyl971, d) } - } else if yyct962 == codecSelferValueTypeArray1234 { - yyl962 := r.ReadArrayStart() - if yyl962 == 0 { + } else if yyct971 == codecSelferValueTypeArray1234 { + yyl971 := r.ReadArrayStart() + if yyl971 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl962, d) + x.codecDecodeSelfFromArray(yyl971, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13701,12 +13779,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys963Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys963Slc - var yyhl963 bool = l >= 0 - for yyj963 := 0; ; yyj963++ { - if yyhl963 { - if yyj963 >= l { + var yys972Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys972Slc + var yyhl972 bool = l >= 0 + for yyj972 := 0; ; yyj972++ { + if yyhl972 { + if yyj972 >= l { break } } else { @@ -13715,10 +13793,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys963Slc = r.DecodeBytes(yys963Slc, true, true) - yys963 := string(yys963Slc) + yys972Slc = r.DecodeBytes(yys972Slc, true, true) + yys972 := string(yys972Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys963 { + switch yys972 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -13732,9 +13810,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys963) - } // end switch yys963 - } // end for yyj963 + z.DecStructFieldNotFound(-1, yys972) + } // end switch yys972 + } // end for yyj972 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13742,16 +13820,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj966 int - var yyb966 bool - var yyhl966 bool = l >= 0 - yyj966++ - if yyhl966 { - yyb966 = yyj966 > l + var yyj975 int + var yyb975 bool + var yyhl975 bool = l >= 0 + yyj975++ + if yyhl975 { + yyb975 = yyj975 > l } else { - yyb966 = r.CheckBreak() + yyb975 = r.CheckBreak() } - if yyb966 { + if yyb975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13761,13 +13839,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj966++ - if yyhl966 { - yyb966 = yyj966 > l + yyj975++ + if yyhl975 { + yyb975 = yyj975 > l } else { - yyb966 = r.CheckBreak() + yyb975 = r.CheckBreak() } - if yyb966 { + if yyb975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13778,17 +13856,17 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj966++ - if yyhl966 { - yyb966 = yyj966 > l + yyj975++ + if yyhl975 { + yyb975 = yyj975 > l } else { - yyb966 = r.CheckBreak() + yyb975 = r.CheckBreak() } - if yyb966 { + if yyb975 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj966-1, "") + z.DecStructFieldNotFound(yyj975-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13800,36 +13878,37 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym969 := z.EncBinary() - _ = yym969 + yym978 := z.EncBinary() + _ = yym978 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep970 := !z.EncBinary() - yy2arr970 := z.EncBasicHandle().StructToArray - var yyq970 [2]bool - _, _, _ = yysep970, yyq970, yy2arr970 - const yyr970 bool = false - yyq970[0] = x.Name != "" - yyq970[1] = len(x.Items) != 0 - var yynn970 int - if yyr970 || yy2arr970 { - r.EncodeArrayStart(2) + yysep979 := !z.EncBinary() + yy2arr979 := z.EncBasicHandle().StructToArray + var yyq979 [3]bool + _, _, _ = yysep979, yyq979, yy2arr979 + const yyr979 bool = false + yyq979[0] = x.Name != "" + yyq979[1] = len(x.Items) != 0 + yyq979[2] = x.DefaultMode != nil + var yynn979 int + if yyr979 || yy2arr979 { + r.EncodeArrayStart(3) } else { - yynn970 = 0 - for _, b := range yyq970 { + yynn979 = 0 + for _, b := range yyq979 { if b { - yynn970++ + yynn979++ } } - r.EncodeMapStart(yynn970) - yynn970 = 0 + r.EncodeMapStart(yynn979) + yynn979 = 0 } - if yyr970 || yy2arr970 { + if yyr979 || yy2arr979 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq970[0] { - yym972 := z.EncBinary() - _ = yym972 + if yyq979[0] { + yym981 := z.EncBinary() + _ = yym981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -13838,26 +13917,26 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq970[0] { + if yyq979[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym973 := z.EncBinary() - _ = yym973 + yym982 := z.EncBinary() + _ = yym982 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr970 || yy2arr970 { + if yyr979 || yy2arr979 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq970[1] { + if yyq979[1] { if x.Items == nil { r.EncodeNil() } else { - yym975 := z.EncBinary() - _ = yym975 + yym984 := z.EncBinary() + _ = yym984 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13867,15 +13946,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq970[1] { + if yyq979[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym976 := z.EncBinary() - _ = yym976 + yym985 := z.EncBinary() + _ = yym985 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13883,7 +13962,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr970 || yy2arr970 { + if yyr979 || yy2arr979 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq979[2] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy987 := *x.DefaultMode + yym988 := z.EncBinary() + _ = yym988 + if false { + } else { + r.EncodeInt(int64(yy987)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq979[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy989 := *x.DefaultMode + yym990 := z.EncBinary() + _ = yym990 + if false { + } else { + r.EncodeInt(int64(yy989)) + } + } + } + } + if yyr979 || yy2arr979 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13896,25 +14010,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym977 := z.DecBinary() - _ = yym977 + yym991 := z.DecBinary() + _ = yym991 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct978 := r.ContainerType() - if yyct978 == codecSelferValueTypeMap1234 { - yyl978 := r.ReadMapStart() - if yyl978 == 0 { + yyct992 := r.ContainerType() + if yyct992 == codecSelferValueTypeMap1234 { + yyl992 := r.ReadMapStart() + if yyl992 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl978, d) + x.codecDecodeSelfFromMap(yyl992, d) } - } else if yyct978 == codecSelferValueTypeArray1234 { - yyl978 := r.ReadArrayStart() - if yyl978 == 0 { + } else if yyct992 == codecSelferValueTypeArray1234 { + yyl992 := r.ReadArrayStart() + if yyl992 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl978, d) + x.codecDecodeSelfFromArray(yyl992, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13926,12 +14040,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys979Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys979Slc - var yyhl979 bool = l >= 0 - for yyj979 := 0; ; yyj979++ { - if yyhl979 { - if yyj979 >= l { + var yys993Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys993Slc + var yyhl993 bool = l >= 0 + for yyj993 := 0; ; yyj993++ { + if yyhl993 { + if yyj993 >= l { break } } else { @@ -13940,10 +14054,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys979Slc = r.DecodeBytes(yys979Slc, true, true) - yys979 := string(yys979Slc) + yys993Slc = r.DecodeBytes(yys993Slc, true, true) + yys993 := string(yys993Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys979 { + switch yys993 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -13954,18 +14068,34 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv981 := &x.Items - yym982 := z.DecBinary() - _ = yym982 + yyv995 := &x.Items + yym996 := z.DecBinary() + _ = yym996 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv981), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv995), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym998 := z.DecBinary() + _ = yym998 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys979) - } // end switch yys979 - } // end for yyj979 + z.DecStructFieldNotFound(-1, yys993) + } // end switch yys993 + } // end for yyj993 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13973,16 +14103,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj983 int - var yyb983 bool - var yyhl983 bool = l >= 0 - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + var yyj999 int + var yyb999 bool + var yyhl999 bool = l >= 0 + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb983 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb983 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13992,13 +14122,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb983 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb983 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14006,26 +14136,52 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv985 := &x.Items - yym986 := z.DecBinary() - _ = yym986 + yyv1001 := &x.Items + yym1002 := z.DecBinary() + _ = yym1002 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv985), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1001), d) + } + } + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l + } else { + yyb999 = r.CheckBreak() + } + if yyb999 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym1004 := z.DecBinary() + _ = yym1004 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb983 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb983 { + if yyb999 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj983-1, "") + z.DecStructFieldNotFound(yyj999-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14037,33 +14193,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym987 := z.EncBinary() - _ = yym987 + yym1005 := z.EncBinary() + _ = yym1005 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep988 := !z.EncBinary() - yy2arr988 := z.EncBasicHandle().StructToArray - var yyq988 [2]bool - _, _, _ = yysep988, yyq988, yy2arr988 - const yyr988 bool = false - var yynn988 int - if yyr988 || yy2arr988 { - r.EncodeArrayStart(2) + yysep1006 := !z.EncBinary() + yy2arr1006 := z.EncBasicHandle().StructToArray + var yyq1006 [3]bool + _, _, _ = yysep1006, yyq1006, yy2arr1006 + const yyr1006 bool = false + yyq1006[2] = x.Mode != nil + var yynn1006 int + if yyr1006 || yy2arr1006 { + r.EncodeArrayStart(3) } else { - yynn988 = 2 - for _, b := range yyq988 { + yynn1006 = 2 + for _, b := range yyq1006 { if b { - yynn988++ + yynn1006++ } } - r.EncodeMapStart(yynn988) - yynn988 = 0 + r.EncodeMapStart(yynn1006) + yynn1006 = 0 } - if yyr988 || yy2arr988 { + if yyr1006 || yy2arr1006 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym990 := z.EncBinary() - _ = yym990 + yym1008 := z.EncBinary() + _ = yym1008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -14072,17 +14229,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym991 := z.EncBinary() - _ = yym991 + yym1009 := z.EncBinary() + _ = yym1009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr988 || yy2arr988 { + if yyr1006 || yy2arr1006 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym993 := z.EncBinary() - _ = yym993 + yym1011 := z.EncBinary() + _ = yym1011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -14091,14 +14248,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym994 := z.EncBinary() - _ = yym994 + yym1012 := z.EncBinary() + _ = yym1012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr988 || yy2arr988 { + if yyr1006 || yy2arr1006 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1006[2] { + if x.Mode == nil { + r.EncodeNil() + } else { + yy1014 := *x.Mode + yym1015 := z.EncBinary() + _ = yym1015 + if false { + } else { + r.EncodeInt(int64(yy1014)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1006[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Mode == nil { + r.EncodeNil() + } else { + yy1016 := *x.Mode + yym1017 := z.EncBinary() + _ = yym1017 + if false { + } else { + r.EncodeInt(int64(yy1016)) + } + } + } + } + if yyr1006 || yy2arr1006 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14108,284 +14300,6 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym995 := z.DecBinary() - _ = yym995 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct996 := r.ContainerType() - if yyct996 == codecSelferValueTypeMap1234 { - yyl996 := r.ReadMapStart() - if yyl996 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl996, d) - } - } else if yyct996 == codecSelferValueTypeArray1234 { - yyl996 := r.ReadArrayStart() - if yyl996 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl996, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *KeyToPath) 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 { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys997Slc = r.DecodeBytes(yys997Slc, true, true) - yys997 := string(yys997Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys997 { - case "key": - if r.TryDecodeAsNil() { - x.Key = "" - } else { - x.Key = string(r.DecodeString()) - } - case "path": - if r.TryDecodeAsNil() { - x.Path = "" - } else { - x.Path = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys997) - } // end switch yys997 - } // end for yyj997 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1000 int - var yyb1000 bool - var yyhl1000 bool = l >= 0 - yyj1000++ - if yyhl1000 { - yyb1000 = yyj1000 > l - } else { - yyb1000 = r.CheckBreak() - } - if yyb1000 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Key = "" - } else { - x.Key = string(r.DecodeString()) - } - yyj1000++ - if yyhl1000 { - yyb1000 = yyj1000 > l - } else { - yyb1000 = r.CheckBreak() - } - if yyb1000 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Path = "" - } else { - x.Path = string(r.DecodeString()) - } - for { - yyj1000++ - if yyhl1000 { - yyb1000 = yyj1000 > l - } else { - yyb1000 = r.CheckBreak() - } - if yyb1000 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1000-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1003 := z.EncBinary() - _ = yym1003 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1004 := !z.EncBinary() - yy2arr1004 := z.EncBasicHandle().StructToArray - var yyq1004 [5]bool - _, _, _ = yysep1004, yyq1004, yy2arr1004 - const yyr1004 bool = false - yyq1004[0] = x.Name != "" - yyq1004[1] = x.HostPort != 0 - yyq1004[3] = x.Protocol != "" - yyq1004[4] = x.HostIP != "" - var yynn1004 int - if yyr1004 || yy2arr1004 { - r.EncodeArrayStart(5) - } else { - yynn1004 = 1 - for _, b := range yyq1004 { - if b { - yynn1004++ - } - } - r.EncodeMapStart(yynn1004) - yynn1004 = 0 - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1004[0] { - yym1006 := z.EncBinary() - _ = yym1006 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1004[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1007 := z.EncBinary() - _ = yym1007 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1004[1] { - yym1009 := z.EncBinary() - _ = yym1009 - if false { - } else { - r.EncodeInt(int64(x.HostPort)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1004[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPort")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1010 := z.EncBinary() - _ = yym1010 - if false { - } else { - r.EncodeInt(int64(x.HostPort)) - } - } - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1012 := z.EncBinary() - _ = yym1012 - if false { - } else { - r.EncodeInt(int64(x.ContainerPort)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("containerPort")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1013 := z.EncBinary() - _ = yym1013 - if false { - } else { - r.EncodeInt(int64(x.ContainerPort)) - } - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1004[3] { - x.Protocol.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1004[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("protocol")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Protocol.CodecEncodeSelf(e) - } - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1004[4] { - yym1016 := z.EncBinary() - _ = yym1016 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1004[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1017 := z.EncBinary() - _ = yym1017 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr1004 || yy2arr1004 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -14415,7 +14329,7 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -14437,6 +14351,326 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys1020 := string(yys1020Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys1020 { + case "key": + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + case "path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } + case "mode": + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil + } + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym1024 := z.DecBinary() + _ = yym1024 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } + default: + z.DecStructFieldNotFound(-1, yys1020) + } // end switch yys1020 + } // end for yyj1020 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1025 int + var yyb1025 bool + var yyhl1025 bool = l >= 0 + yyj1025++ + if yyhl1025 { + yyb1025 = yyj1025 > l + } else { + yyb1025 = r.CheckBreak() + } + if yyb1025 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + yyj1025++ + if yyhl1025 { + yyb1025 = yyj1025 > l + } else { + yyb1025 = r.CheckBreak() + } + if yyb1025 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } + yyj1025++ + if yyhl1025 { + yyb1025 = yyj1025 > l + } else { + yyb1025 = r.CheckBreak() + } + if yyb1025 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil + } + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym1029 := z.DecBinary() + _ = yym1029 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } + for { + yyj1025++ + if yyhl1025 { + yyb1025 = yyj1025 > l + } else { + yyb1025 = r.CheckBreak() + } + if yyb1025 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1025-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1030 := z.EncBinary() + _ = yym1030 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1031 := !z.EncBinary() + yy2arr1031 := z.EncBasicHandle().StructToArray + var yyq1031 [5]bool + _, _, _ = yysep1031, yyq1031, yy2arr1031 + const yyr1031 bool = false + yyq1031[0] = x.Name != "" + yyq1031[1] = x.HostPort != 0 + yyq1031[3] = x.Protocol != "" + yyq1031[4] = x.HostIP != "" + var yynn1031 int + if yyr1031 || yy2arr1031 { + r.EncodeArrayStart(5) + } else { + yynn1031 = 1 + for _, b := range yyq1031 { + if b { + yynn1031++ + } + } + r.EncodeMapStart(yynn1031) + yynn1031 = 0 + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1031[0] { + yym1033 := z.EncBinary() + _ = yym1033 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1031[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1034 := z.EncBinary() + _ = yym1034 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1031[1] { + yym1036 := z.EncBinary() + _ = yym1036 + if false { + } else { + r.EncodeInt(int64(x.HostPort)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1031[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1037 := z.EncBinary() + _ = yym1037 + if false { + } else { + r.EncodeInt(int64(x.HostPort)) + } + } + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1039 := z.EncBinary() + _ = yym1039 + if false { + } else { + r.EncodeInt(int64(x.ContainerPort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("containerPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1040 := z.EncBinary() + _ = yym1040 + if false { + } else { + r.EncodeInt(int64(x.ContainerPort)) + } + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1031[3] { + x.Protocol.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1031[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("protocol")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Protocol.CodecEncodeSelf(e) + } + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1031[4] { + yym1043 := z.EncBinary() + _ = yym1043 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1031[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1044 := z.EncBinary() + _ = yym1044 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr1031 || yy2arr1031 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1045 := z.DecBinary() + _ = yym1045 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1046 := r.ContainerType() + if yyct1046 == codecSelferValueTypeMap1234 { + yyl1046 := r.ReadMapStart() + if yyl1046 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1046, d) + } + } else if yyct1046 == codecSelferValueTypeArray1234 { + yyl1046 := r.ReadArrayStart() + if yyl1046 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1046, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1047Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1047Slc + var yyhl1047 bool = l >= 0 + for yyj1047 := 0; ; yyj1047++ { + if yyhl1047 { + if yyj1047 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1047Slc = r.DecodeBytes(yys1047Slc, true, true) + yys1047 := string(yys1047Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1047 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -14468,328 +14702,13 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1020) - } // end switch yys1020 - } // end for yyj1020 + z.DecStructFieldNotFound(-1, yys1047) + } // end switch yys1047 + } // end for yyj1047 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1026 int - var yyb1026 bool - var yyhl1026 bool = l >= 0 - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Name = "" - } else { - x.Name = string(r.DecodeString()) - } - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HostPort = 0 - } else { - x.HostPort = int32(r.DecodeInt(32)) - } - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ContainerPort = 0 - } else { - x.ContainerPort = int32(r.DecodeInt(32)) - } - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Protocol = "" - } else { - x.Protocol = Protocol(r.DecodeString()) - } - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HostIP = "" - } else { - x.HostIP = string(r.DecodeString()) - } - for { - yyj1026++ - if yyhl1026 { - yyb1026 = yyj1026 > l - } else { - yyb1026 = r.CheckBreak() - } - if yyb1026 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1026-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1032 := z.EncBinary() - _ = yym1032 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1033 := !z.EncBinary() - yy2arr1033 := z.EncBasicHandle().StructToArray - var yyq1033 [4]bool - _, _, _ = yysep1033, yyq1033, yy2arr1033 - const yyr1033 bool = false - yyq1033[1] = x.ReadOnly != false - yyq1033[3] = x.SubPath != "" - var yynn1033 int - if yyr1033 || yy2arr1033 { - r.EncodeArrayStart(4) - } else { - yynn1033 = 2 - for _, b := range yyq1033 { - if b { - yynn1033++ - } - } - r.EncodeMapStart(yynn1033) - yynn1033 = 0 - } - if yyr1033 || yy2arr1033 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1035 := z.EncBinary() - _ = yym1035 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1036 := z.EncBinary() - _ = yym1036 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - if yyr1033 || yy2arr1033 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1033[1] { - yym1038 := z.EncBinary() - _ = yym1038 - if false { - } else { - r.EncodeBool(bool(x.ReadOnly)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1033[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readOnly")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1039 := z.EncBinary() - _ = yym1039 - if false { - } else { - r.EncodeBool(bool(x.ReadOnly)) - } - } - } - if yyr1033 || yy2arr1033 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1041 := z.EncBinary() - _ = yym1041 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("mountPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1042 := z.EncBinary() - _ = yym1042 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) - } - } - if yyr1033 || yy2arr1033 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1033[3] { - yym1044 := z.EncBinary() - _ = yym1044 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1033[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("subPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1045 := z.EncBinary() - _ = yym1045 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) - } - } - } - if yyr1033 || yy2arr1033 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1046 := z.DecBinary() - _ = yym1046 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1047 := r.ContainerType() - if yyct1047 == codecSelferValueTypeMap1234 { - yyl1047 := r.ReadMapStart() - if yyl1047 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1047, d) - } - } else if yyct1047 == codecSelferValueTypeArray1234 { - yyl1047 := r.ReadArrayStart() - if yyl1047 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1047, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1048Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1048Slc - var yyhl1048 bool = l >= 0 - for yyj1048 := 0; ; yyj1048++ { - if yyhl1048 { - if yyj1048 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1048Slc = r.DecodeBytes(yys1048Slc, true, true) - yys1048 := string(yys1048Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1048 { - case "name": - if r.TryDecodeAsNil() { - x.Name = "" - } else { - x.Name = string(r.DecodeString()) - } - case "readOnly": - if r.TryDecodeAsNil() { - x.ReadOnly = false - } else { - x.ReadOnly = bool(r.DecodeBool()) - } - case "mountPath": - if r.TryDecodeAsNil() { - x.MountPath = "" - } else { - x.MountPath = string(r.DecodeString()) - } - case "subPath": - if r.TryDecodeAsNil() { - x.SubPath = "" - } else { - x.SubPath = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys1048) - } // end switch yys1048 - } // end for yyj1048 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -14824,9 +14743,9 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ReadOnly = false + x.HostPort = 0 } else { - x.ReadOnly = bool(r.DecodeBool()) + x.HostPort = int32(r.DecodeInt(32)) } yyj1053++ if yyhl1053 { @@ -14840,9 +14759,9 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.MountPath = "" + x.ContainerPort = 0 } else { - x.MountPath = string(r.DecodeString()) + x.ContainerPort = int32(r.DecodeInt(32)) } yyj1053++ if yyhl1053 { @@ -14856,9 +14775,25 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.SubPath = "" + x.Protocol = "" } else { - x.SubPath = string(r.DecodeString()) + x.Protocol = Protocol(r.DecodeString()) + } + yyj1053++ + if yyhl1053 { + yyb1053 = yyj1053 > l + } else { + yyb1053 = r.CheckBreak() + } + if yyb1053 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostIP = "" + } else { + x.HostIP = string(r.DecodeString()) } for { yyj1053++ @@ -14876,42 +14811,42 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym1058 := z.EncBinary() - _ = yym1058 + yym1059 := z.EncBinary() + _ = yym1059 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1059 := !z.EncBinary() - yy2arr1059 := z.EncBasicHandle().StructToArray - var yyq1059 [3]bool - _, _, _ = yysep1059, yyq1059, yy2arr1059 - const yyr1059 bool = false - yyq1059[1] = x.Value != "" - yyq1059[2] = x.ValueFrom != nil - var yynn1059 int - if yyr1059 || yy2arr1059 { - r.EncodeArrayStart(3) + yysep1060 := !z.EncBinary() + yy2arr1060 := z.EncBasicHandle().StructToArray + var yyq1060 [4]bool + _, _, _ = yysep1060, yyq1060, yy2arr1060 + const yyr1060 bool = false + yyq1060[1] = x.ReadOnly != false + yyq1060[3] = x.SubPath != "" + var yynn1060 int + if yyr1060 || yy2arr1060 { + r.EncodeArrayStart(4) } else { - yynn1059 = 1 - for _, b := range yyq1059 { + yynn1060 = 2 + for _, b := range yyq1060 { if b { - yynn1059++ + yynn1060++ } } - r.EncodeMapStart(yynn1059) - yynn1059 = 0 + r.EncodeMapStart(yynn1060) + yynn1060 = 0 } - if yyr1059 || yy2arr1059 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1061 := z.EncBinary() - _ = yym1061 + yym1062 := z.EncBinary() + _ = yym1062 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -14920,18 +14855,317 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1062 := z.EncBinary() - _ = yym1062 + yym1063 := z.EncBinary() + _ = yym1063 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1059 || yy2arr1059 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1059[1] { - yym1064 := z.EncBinary() - _ = yym1064 + if yyq1060[1] { + yym1065 := z.EncBinary() + _ = yym1065 + if false { + } else { + r.EncodeBool(bool(x.ReadOnly)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1060[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readOnly")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1066 := z.EncBinary() + _ = yym1066 + if false { + } else { + r.EncodeBool(bool(x.ReadOnly)) + } + } + } + if yyr1060 || yy2arr1060 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1068 := z.EncBinary() + _ = yym1068 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mountPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1069 := z.EncBinary() + _ = yym1069 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) + } + } + if yyr1060 || yy2arr1060 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1060[3] { + yym1071 := z.EncBinary() + _ = yym1071 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1060[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("subPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1072 := z.EncBinary() + _ = yym1072 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) + } + } + } + if yyr1060 || yy2arr1060 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1073 := z.DecBinary() + _ = yym1073 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1074 := r.ContainerType() + if yyct1074 == codecSelferValueTypeMap1234 { + yyl1074 := r.ReadMapStart() + if yyl1074 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1074, d) + } + } else if yyct1074 == codecSelferValueTypeArray1234 { + yyl1074 := r.ReadArrayStart() + if yyl1074 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1074, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1075Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1075Slc + var yyhl1075 bool = l >= 0 + for yyj1075 := 0; ; yyj1075++ { + if yyhl1075 { + if yyj1075 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1075Slc = r.DecodeBytes(yys1075Slc, true, true) + yys1075 := string(yys1075Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1075 { + case "name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + case "readOnly": + if r.TryDecodeAsNil() { + x.ReadOnly = false + } else { + x.ReadOnly = bool(r.DecodeBool()) + } + case "mountPath": + if r.TryDecodeAsNil() { + x.MountPath = "" + } else { + x.MountPath = string(r.DecodeString()) + } + case "subPath": + if r.TryDecodeAsNil() { + x.SubPath = "" + } else { + x.SubPath = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1075) + } // end switch yys1075 + } // end for yyj1075 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1080 int + var yyb1080 bool + var yyhl1080 bool = l >= 0 + yyj1080++ + if yyhl1080 { + yyb1080 = yyj1080 > l + } else { + yyb1080 = r.CheckBreak() + } + if yyb1080 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + yyj1080++ + if yyhl1080 { + yyb1080 = yyj1080 > l + } else { + yyb1080 = r.CheckBreak() + } + if yyb1080 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ReadOnly = false + } else { + x.ReadOnly = bool(r.DecodeBool()) + } + yyj1080++ + if yyhl1080 { + yyb1080 = yyj1080 > l + } else { + yyb1080 = r.CheckBreak() + } + if yyb1080 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MountPath = "" + } else { + x.MountPath = string(r.DecodeString()) + } + yyj1080++ + if yyhl1080 { + yyb1080 = yyj1080 > l + } else { + yyb1080 = r.CheckBreak() + } + if yyb1080 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SubPath = "" + } else { + x.SubPath = string(r.DecodeString()) + } + for { + yyj1080++ + if yyhl1080 { + yyb1080 = yyj1080 > l + } else { + yyb1080 = r.CheckBreak() + } + if yyb1080 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1080-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1085 := z.EncBinary() + _ = yym1085 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1086 := !z.EncBinary() + yy2arr1086 := z.EncBasicHandle().StructToArray + var yyq1086 [3]bool + _, _, _ = yysep1086, yyq1086, yy2arr1086 + const yyr1086 bool = false + yyq1086[1] = x.Value != "" + yyq1086[2] = x.ValueFrom != nil + var yynn1086 int + if yyr1086 || yy2arr1086 { + r.EncodeArrayStart(3) + } else { + yynn1086 = 1 + for _, b := range yyq1086 { + if b { + yynn1086++ + } + } + r.EncodeMapStart(yynn1086) + yynn1086 = 0 + } + if yyr1086 || yy2arr1086 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1088 := z.EncBinary() + _ = yym1088 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1089 := z.EncBinary() + _ = yym1089 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + if yyr1086 || yy2arr1086 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1086[1] { + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -14940,21 +15174,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1059[1] { + if yyq1086[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1065 := z.EncBinary() - _ = yym1065 + yym1092 := z.EncBinary() + _ = yym1092 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1059 || yy2arr1059 { + if yyr1086 || yy2arr1086 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1059[2] { + if yyq1086[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -14964,7 +15198,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1059[2] { + if yyq1086[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14975,7 +15209,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1059 || yy2arr1059 { + if yyr1086 || yy2arr1086 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14988,25 +15222,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1067 := z.DecBinary() - _ = yym1067 + yym1094 := z.DecBinary() + _ = yym1094 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1068 := r.ContainerType() - if yyct1068 == codecSelferValueTypeMap1234 { - yyl1068 := r.ReadMapStart() - if yyl1068 == 0 { + yyct1095 := r.ContainerType() + if yyct1095 == codecSelferValueTypeMap1234 { + yyl1095 := r.ReadMapStart() + if yyl1095 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1068, d) + x.codecDecodeSelfFromMap(yyl1095, d) } - } else if yyct1068 == codecSelferValueTypeArray1234 { - yyl1068 := r.ReadArrayStart() - if yyl1068 == 0 { + } else if yyct1095 == codecSelferValueTypeArray1234 { + yyl1095 := r.ReadArrayStart() + if yyl1095 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1068, d) + x.codecDecodeSelfFromArray(yyl1095, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15018,12 +15252,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1069Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1069Slc - var yyhl1069 bool = l >= 0 - for yyj1069 := 0; ; yyj1069++ { - if yyhl1069 { - if yyj1069 >= l { + var yys1096Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1096Slc + var yyhl1096 bool = l >= 0 + for yyj1096 := 0; ; yyj1096++ { + if yyhl1096 { + if yyj1096 >= l { break } } else { @@ -15032,10 +15266,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1069Slc = r.DecodeBytes(yys1069Slc, true, true) - yys1069 := string(yys1069Slc) + yys1096Slc = r.DecodeBytes(yys1096Slc, true, true) + yys1096 := string(yys1096Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1069 { + switch yys1096 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15060,9 +15294,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1069) - } // end switch yys1069 - } // end for yyj1069 + z.DecStructFieldNotFound(-1, yys1096) + } // end switch yys1096 + } // end for yyj1096 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15070,16 +15304,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1073 int - var yyb1073 bool - var yyhl1073 bool = l >= 0 - yyj1073++ - if yyhl1073 { - yyb1073 = yyj1073 > l + var yyj1100 int + var yyb1100 bool + var yyhl1100 bool = l >= 0 + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1073 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1073 { + if yyb1100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15089,13 +15323,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1073++ - if yyhl1073 { - yyb1073 = yyj1073 > l + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1073 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1073 { + if yyb1100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15105,13 +15339,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1073++ - if yyhl1073 { - yyb1073 = yyj1073 > l + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1073 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1073 { + if yyb1100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15127,17 +15361,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1073++ - if yyhl1073 { - yyb1073 = yyj1073 > l + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1073 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1073 { + if yyb1100 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1073-1, "") + z.DecStructFieldNotFound(yyj1100-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15149,36 +15383,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1077 := z.EncBinary() - _ = yym1077 + yym1104 := z.EncBinary() + _ = yym1104 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1078 := !z.EncBinary() - yy2arr1078 := z.EncBasicHandle().StructToArray - var yyq1078 [4]bool - _, _, _ = yysep1078, yyq1078, yy2arr1078 - const yyr1078 bool = false - yyq1078[0] = x.FieldRef != nil - yyq1078[1] = x.ResourceFieldRef != nil - yyq1078[2] = x.ConfigMapKeyRef != nil - yyq1078[3] = x.SecretKeyRef != nil - var yynn1078 int - if yyr1078 || yy2arr1078 { + yysep1105 := !z.EncBinary() + yy2arr1105 := z.EncBasicHandle().StructToArray + var yyq1105 [4]bool + _, _, _ = yysep1105, yyq1105, yy2arr1105 + const yyr1105 bool = false + yyq1105[0] = x.FieldRef != nil + yyq1105[1] = x.ResourceFieldRef != nil + yyq1105[2] = x.ConfigMapKeyRef != nil + yyq1105[3] = x.SecretKeyRef != nil + var yynn1105 int + if yyr1105 || yy2arr1105 { r.EncodeArrayStart(4) } else { - yynn1078 = 0 - for _, b := range yyq1078 { + yynn1105 = 0 + for _, b := range yyq1105 { if b { - yynn1078++ + yynn1105++ } } - r.EncodeMapStart(yynn1078) - yynn1078 = 0 + r.EncodeMapStart(yynn1105) + yynn1105 = 0 } - if yyr1078 || yy2arr1078 { + if yyr1105 || yy2arr1105 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1078[0] { + if yyq1105[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -15188,7 +15422,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1078[0] { + if yyq1105[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15199,9 +15433,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1078 || yy2arr1078 { + if yyr1105 || yy2arr1105 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1078[1] { + if yyq1105[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -15211,7 +15445,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1078[1] { + if yyq1105[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15222,9 +15456,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1078 || yy2arr1078 { + if yyr1105 || yy2arr1105 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1078[2] { + if yyq1105[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -15234,7 +15468,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1078[2] { + if yyq1105[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15245,9 +15479,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1078 || yy2arr1078 { + if yyr1105 || yy2arr1105 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1078[3] { + if yyq1105[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -15257,7 +15491,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1078[3] { + if yyq1105[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15268,7 +15502,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1078 || yy2arr1078 { + if yyr1105 || yy2arr1105 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15281,25 +15515,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1083 := z.DecBinary() - _ = yym1083 + yym1110 := z.DecBinary() + _ = yym1110 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1084 := r.ContainerType() - if yyct1084 == codecSelferValueTypeMap1234 { - yyl1084 := r.ReadMapStart() - if yyl1084 == 0 { + yyct1111 := r.ContainerType() + if yyct1111 == codecSelferValueTypeMap1234 { + yyl1111 := r.ReadMapStart() + if yyl1111 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1084, d) + x.codecDecodeSelfFromMap(yyl1111, d) } - } else if yyct1084 == codecSelferValueTypeArray1234 { - yyl1084 := r.ReadArrayStart() - if yyl1084 == 0 { + } else if yyct1111 == codecSelferValueTypeArray1234 { + yyl1111 := r.ReadArrayStart() + if yyl1111 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1084, d) + x.codecDecodeSelfFromArray(yyl1111, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15311,12 +15545,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1085Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1085Slc - var yyhl1085 bool = l >= 0 - for yyj1085 := 0; ; yyj1085++ { - if yyhl1085 { - if yyj1085 >= l { + var yys1112Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1112Slc + var yyhl1112 bool = l >= 0 + for yyj1112 := 0; ; yyj1112++ { + if yyhl1112 { + if yyj1112 >= l { break } } else { @@ -15325,10 +15559,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1085Slc = r.DecodeBytes(yys1085Slc, true, true) - yys1085 := string(yys1085Slc) + yys1112Slc = r.DecodeBytes(yys1112Slc, true, true) + yys1112 := string(yys1112Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1085 { + switch yys1112 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -15374,9 +15608,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1085) - } // end switch yys1085 - } // end for yyj1085 + z.DecStructFieldNotFound(-1, yys1112) + } // end switch yys1112 + } // end for yyj1112 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15384,16 +15618,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1090 int - var yyb1090 bool - var yyhl1090 bool = l >= 0 - yyj1090++ - if yyhl1090 { - yyb1090 = yyj1090 > l + var yyj1117 int + var yyb1117 bool + var yyhl1117 bool = l >= 0 + yyj1117++ + if yyhl1117 { + yyb1117 = yyj1117 > l } else { - yyb1090 = r.CheckBreak() + yyb1117 = r.CheckBreak() } - if yyb1090 { + if yyb1117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15408,13 +15642,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1090++ - if yyhl1090 { - yyb1090 = yyj1090 > l + yyj1117++ + if yyhl1117 { + yyb1117 = yyj1117 > l } else { - yyb1090 = r.CheckBreak() + yyb1117 = r.CheckBreak() } - if yyb1090 { + if yyb1117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15429,13 +15663,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1090++ - if yyhl1090 { - yyb1090 = yyj1090 > l + yyj1117++ + if yyhl1117 { + yyb1117 = yyj1117 > l } else { - yyb1090 = r.CheckBreak() + yyb1117 = r.CheckBreak() } - if yyb1090 { + if yyb1117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15450,13 +15684,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1090++ - if yyhl1090 { - yyb1090 = yyj1090 > l + yyj1117++ + if yyhl1117 { + yyb1117 = yyj1117 > l } else { - yyb1090 = r.CheckBreak() + yyb1117 = r.CheckBreak() } - if yyb1090 { + if yyb1117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15472,17 +15706,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1090++ - if yyhl1090 { - yyb1090 = yyj1090 > l + yyj1117++ + if yyhl1117 { + yyb1117 = yyj1117 > l } else { - yyb1090 = r.CheckBreak() + yyb1117 = r.CheckBreak() } - if yyb1090 { + if yyb1117 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1090-1, "") + z.DecStructFieldNotFound(yyj1117-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15494,35 +15728,35 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1095 := z.EncBinary() - _ = yym1095 + yym1122 := z.EncBinary() + _ = yym1122 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1096 := !z.EncBinary() - yy2arr1096 := z.EncBasicHandle().StructToArray - var yyq1096 [2]bool - _, _, _ = yysep1096, yyq1096, yy2arr1096 - const yyr1096 bool = false - yyq1096[0] = x.APIVersion != "" - var yynn1096 int - if yyr1096 || yy2arr1096 { + yysep1123 := !z.EncBinary() + yy2arr1123 := z.EncBasicHandle().StructToArray + var yyq1123 [2]bool + _, _, _ = yysep1123, yyq1123, yy2arr1123 + const yyr1123 bool = false + yyq1123[0] = x.APIVersion != "" + var yynn1123 int + if yyr1123 || yy2arr1123 { r.EncodeArrayStart(2) } else { - yynn1096 = 1 - for _, b := range yyq1096 { + yynn1123 = 1 + for _, b := range yyq1123 { if b { - yynn1096++ + yynn1123++ } } - r.EncodeMapStart(yynn1096) - yynn1096 = 0 + r.EncodeMapStart(yynn1123) + yynn1123 = 0 } - if yyr1096 || yy2arr1096 { + if yyr1123 || yy2arr1123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1096[0] { - yym1098 := z.EncBinary() - _ = yym1098 + if yyq1123[0] { + yym1125 := z.EncBinary() + _ = yym1125 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15531,22 +15765,22 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1096[0] { + if yyq1123[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1099 := z.EncBinary() - _ = yym1099 + yym1126 := z.EncBinary() + _ = yym1126 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1096 || yy2arr1096 { + if yyr1123 || yy2arr1123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1101 := z.EncBinary() - _ = yym1101 + yym1128 := z.EncBinary() + _ = yym1128 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -15555,14 +15789,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1102 := z.EncBinary() - _ = yym1102 + yym1129 := z.EncBinary() + _ = yym1129 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1096 || yy2arr1096 { + if yyr1123 || yy2arr1123 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15575,25 +15809,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1103 := z.DecBinary() - _ = yym1103 + yym1130 := z.DecBinary() + _ = yym1130 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1104 := r.ContainerType() - if yyct1104 == codecSelferValueTypeMap1234 { - yyl1104 := r.ReadMapStart() - if yyl1104 == 0 { + yyct1131 := r.ContainerType() + if yyct1131 == codecSelferValueTypeMap1234 { + yyl1131 := r.ReadMapStart() + if yyl1131 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1104, d) + x.codecDecodeSelfFromMap(yyl1131, d) } - } else if yyct1104 == codecSelferValueTypeArray1234 { - yyl1104 := r.ReadArrayStart() - if yyl1104 == 0 { + } else if yyct1131 == codecSelferValueTypeArray1234 { + yyl1131 := r.ReadArrayStart() + if yyl1131 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1104, d) + x.codecDecodeSelfFromArray(yyl1131, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15605,12 +15839,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1105Slc - var yyhl1105 bool = l >= 0 - for yyj1105 := 0; ; yyj1105++ { - if yyhl1105 { - if yyj1105 >= l { + var yys1132Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1132Slc + var yyhl1132 bool = l >= 0 + for yyj1132 := 0; ; yyj1132++ { + if yyhl1132 { + if yyj1132 >= l { break } } else { @@ -15619,10 +15853,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1105Slc = r.DecodeBytes(yys1105Slc, true, true) - yys1105 := string(yys1105Slc) + yys1132Slc = r.DecodeBytes(yys1132Slc, true, true) + yys1132 := string(yys1132Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1105 { + switch yys1132 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -15636,9 +15870,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1105) - } // end switch yys1105 - } // end for yyj1105 + z.DecStructFieldNotFound(-1, yys1132) + } // end switch yys1132 + } // end for yyj1132 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15646,16 +15880,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1108 int - var yyb1108 bool - var yyhl1108 bool = l >= 0 - yyj1108++ - if yyhl1108 { - yyb1108 = yyj1108 > l + var yyj1135 int + var yyb1135 bool + var yyhl1135 bool = l >= 0 + yyj1135++ + if yyhl1135 { + yyb1135 = yyj1135 > l } else { - yyb1108 = r.CheckBreak() + yyb1135 = r.CheckBreak() } - if yyb1108 { + if yyb1135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15665,13 +15899,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1108++ - if yyhl1108 { - yyb1108 = yyj1108 > l + yyj1135++ + if yyhl1135 { + yyb1135 = yyj1135 > l } else { - yyb1108 = r.CheckBreak() + yyb1135 = r.CheckBreak() } - if yyb1108 { + if yyb1135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15682,17 +15916,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1108++ - if yyhl1108 { - yyb1108 = yyj1108 > l + yyj1135++ + if yyhl1135 { + yyb1135 = yyj1135 > l } else { - yyb1108 = r.CheckBreak() + yyb1135 = r.CheckBreak() } - if yyb1108 { + if yyb1135 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1108-1, "") + z.DecStructFieldNotFound(yyj1135-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15704,36 +15938,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1111 := z.EncBinary() - _ = yym1111 + yym1138 := z.EncBinary() + _ = yym1138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1112 := !z.EncBinary() - yy2arr1112 := z.EncBasicHandle().StructToArray - var yyq1112 [3]bool - _, _, _ = yysep1112, yyq1112, yy2arr1112 - const yyr1112 bool = false - yyq1112[0] = x.ContainerName != "" - yyq1112[2] = true - var yynn1112 int - if yyr1112 || yy2arr1112 { + yysep1139 := !z.EncBinary() + yy2arr1139 := z.EncBasicHandle().StructToArray + var yyq1139 [3]bool + _, _, _ = yysep1139, yyq1139, yy2arr1139 + const yyr1139 bool = false + yyq1139[0] = x.ContainerName != "" + yyq1139[2] = true + var yynn1139 int + if yyr1139 || yy2arr1139 { r.EncodeArrayStart(3) } else { - yynn1112 = 1 - for _, b := range yyq1112 { + yynn1139 = 1 + for _, b := range yyq1139 { if b { - yynn1112++ + yynn1139++ } } - r.EncodeMapStart(yynn1112) - yynn1112 = 0 + r.EncodeMapStart(yynn1139) + yynn1139 = 0 } - if yyr1112 || yy2arr1112 { + if yyr1139 || yy2arr1139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1112[0] { - yym1114 := z.EncBinary() - _ = yym1114 + if yyq1139[0] { + yym1141 := z.EncBinary() + _ = yym1141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -15742,22 +15976,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1112[0] { + if yyq1139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1115 := z.EncBinary() - _ = yym1115 + yym1142 := z.EncBinary() + _ = yym1142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1112 || yy2arr1112 { + if yyr1139 || yy2arr1139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1117 := z.EncBinary() - _ = yym1117 + yym1144 := z.EncBinary() + _ = yym1144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -15766,47 +16000,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1118 := z.EncBinary() - _ = yym1118 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1112 || yy2arr1112 { + if yyr1139 || yy2arr1139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1112[2] { - yy1120 := &x.Divisor - yym1121 := z.EncBinary() - _ = yym1121 + if yyq1139[2] { + yy1147 := &x.Divisor + yym1148 := z.EncBinary() + _ = yym1148 if false { - } else if z.HasExtensions() && z.EncExt(yy1120) { - } else if !yym1121 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1120) + } else if z.HasExtensions() && z.EncExt(yy1147) { + } else if !yym1148 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1147) } else { - z.EncFallback(yy1120) + z.EncFallback(yy1147) } } else { r.EncodeNil() } } else { - if yyq1112[2] { + if yyq1139[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1122 := &x.Divisor - yym1123 := z.EncBinary() - _ = yym1123 + yy1149 := &x.Divisor + yym1150 := z.EncBinary() + _ = yym1150 if false { - } else if z.HasExtensions() && z.EncExt(yy1122) { - } else if !yym1123 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1122) + } else if z.HasExtensions() && z.EncExt(yy1149) { + } else if !yym1150 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1149) } else { - z.EncFallback(yy1122) + z.EncFallback(yy1149) } } } - if yyr1112 || yy2arr1112 { + if yyr1139 || yy2arr1139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15819,25 +16053,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1124 := z.DecBinary() - _ = yym1124 + yym1151 := z.DecBinary() + _ = yym1151 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1125 := r.ContainerType() - if yyct1125 == codecSelferValueTypeMap1234 { - yyl1125 := r.ReadMapStart() - if yyl1125 == 0 { + yyct1152 := r.ContainerType() + if yyct1152 == codecSelferValueTypeMap1234 { + yyl1152 := r.ReadMapStart() + if yyl1152 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1125, d) + x.codecDecodeSelfFromMap(yyl1152, d) } - } else if yyct1125 == codecSelferValueTypeArray1234 { - yyl1125 := r.ReadArrayStart() - if yyl1125 == 0 { + } else if yyct1152 == codecSelferValueTypeArray1234 { + yyl1152 := r.ReadArrayStart() + if yyl1152 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1125, d) + x.codecDecodeSelfFromArray(yyl1152, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15849,12 +16083,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1126Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1126Slc - var yyhl1126 bool = l >= 0 - for yyj1126 := 0; ; yyj1126++ { - if yyhl1126 { - if yyj1126 >= 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 { @@ -15863,10 +16097,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1126Slc = r.DecodeBytes(yys1126Slc, true, true) - yys1126 := string(yys1126Slc) + yys1153Slc = r.DecodeBytes(yys1153Slc, true, true) + yys1153 := string(yys1153Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1126 { + switch yys1153 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -15883,21 +16117,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1129 := &x.Divisor - yym1130 := z.DecBinary() - _ = yym1130 + yyv1156 := &x.Divisor + yym1157 := z.DecBinary() + _ = yym1157 if false { - } else if z.HasExtensions() && z.DecExt(yyv1129) { - } else if !yym1130 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1129) + } else if z.HasExtensions() && z.DecExt(yyv1156) { + } else if !yym1157 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1156) } else { - z.DecFallback(yyv1129, false) + z.DecFallback(yyv1156, false) } } default: - z.DecStructFieldNotFound(-1, yys1126) - } // end switch yys1126 - } // end for yyj1126 + z.DecStructFieldNotFound(-1, yys1153) + } // end switch yys1153 + } // end for yyj1153 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15905,16 +16139,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1131 int - var yyb1131 bool - var yyhl1131 bool = l >= 0 - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + var yyj1158 int + var yyb1158 bool + var yyhl1158 bool = l >= 0 + yyj1158++ + if yyhl1158 { + yyb1158 = yyj1158 > l } else { - yyb1131 = r.CheckBreak() + yyb1158 = r.CheckBreak() } - if yyb1131 { + if yyb1158 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15924,13 +16158,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1158++ + if yyhl1158 { + yyb1158 = yyj1158 > l } else { - yyb1131 = r.CheckBreak() + yyb1158 = r.CheckBreak() } - if yyb1131 { + if yyb1158 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15940,13 +16174,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1158++ + if yyhl1158 { + yyb1158 = yyj1158 > l } else { - yyb1131 = r.CheckBreak() + yyb1158 = r.CheckBreak() } - if yyb1131 { + if yyb1158 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15954,29 +16188,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1134 := &x.Divisor - yym1135 := z.DecBinary() - _ = yym1135 + yyv1161 := &x.Divisor + yym1162 := z.DecBinary() + _ = yym1162 if false { - } else if z.HasExtensions() && z.DecExt(yyv1134) { - } else if !yym1135 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1134) + } else if z.HasExtensions() && z.DecExt(yyv1161) { + } else if !yym1162 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1161) } else { - z.DecFallback(yyv1134, false) + z.DecFallback(yyv1161, false) } } for { - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1158++ + if yyhl1158 { + yyb1158 = yyj1158 > l } else { - yyb1131 = r.CheckBreak() + yyb1158 = r.CheckBreak() } - if yyb1131 { + if yyb1158 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1131-1, "") + z.DecStructFieldNotFound(yyj1158-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15988,35 +16222,35 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1136 := z.EncBinary() - _ = yym1136 + yym1163 := z.EncBinary() + _ = yym1163 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1137 := !z.EncBinary() - yy2arr1137 := z.EncBasicHandle().StructToArray - var yyq1137 [2]bool - _, _, _ = yysep1137, yyq1137, yy2arr1137 - const yyr1137 bool = false - yyq1137[0] = x.Name != "" - var yynn1137 int - if yyr1137 || yy2arr1137 { + yysep1164 := !z.EncBinary() + yy2arr1164 := z.EncBasicHandle().StructToArray + var yyq1164 [2]bool + _, _, _ = yysep1164, yyq1164, yy2arr1164 + const yyr1164 bool = false + yyq1164[0] = x.Name != "" + var yynn1164 int + if yyr1164 || yy2arr1164 { r.EncodeArrayStart(2) } else { - yynn1137 = 1 - for _, b := range yyq1137 { + yynn1164 = 1 + for _, b := range yyq1164 { if b { - yynn1137++ + yynn1164++ } } - r.EncodeMapStart(yynn1137) - yynn1137 = 0 + r.EncodeMapStart(yynn1164) + yynn1164 = 0 } - if yyr1137 || yy2arr1137 { + if yyr1164 || yy2arr1164 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1137[0] { - yym1139 := z.EncBinary() - _ = yym1139 + if yyq1164[0] { + yym1166 := z.EncBinary() + _ = yym1166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16025,22 +16259,22 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1137[0] { + if yyq1164[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1140 := z.EncBinary() - _ = yym1140 + yym1167 := z.EncBinary() + _ = yym1167 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1137 || yy2arr1137 { + if yyr1164 || yy2arr1164 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1142 := z.EncBinary() - _ = yym1142 + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16049,14 +16283,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1143 := z.EncBinary() - _ = yym1143 + yym1170 := z.EncBinary() + _ = yym1170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1137 || yy2arr1137 { + if yyr1164 || yy2arr1164 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16069,25 +16303,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1144 := z.DecBinary() - _ = yym1144 + yym1171 := z.DecBinary() + _ = yym1171 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1145 := r.ContainerType() - if yyct1145 == codecSelferValueTypeMap1234 { - yyl1145 := r.ReadMapStart() - if yyl1145 == 0 { + yyct1172 := r.ContainerType() + if yyct1172 == codecSelferValueTypeMap1234 { + yyl1172 := r.ReadMapStart() + if yyl1172 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1145, d) + x.codecDecodeSelfFromMap(yyl1172, d) } - } else if yyct1145 == codecSelferValueTypeArray1234 { - yyl1145 := r.ReadArrayStart() - if yyl1145 == 0 { + } else if yyct1172 == codecSelferValueTypeArray1234 { + yyl1172 := r.ReadArrayStart() + if yyl1172 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1145, d) + x.codecDecodeSelfFromArray(yyl1172, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16099,12 +16333,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1146Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1146Slc - var yyhl1146 bool = l >= 0 - for yyj1146 := 0; ; yyj1146++ { - if yyhl1146 { - if yyj1146 >= l { + var yys1173Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1173Slc + var yyhl1173 bool = l >= 0 + for yyj1173 := 0; ; yyj1173++ { + if yyhl1173 { + if yyj1173 >= l { break } } else { @@ -16113,10 +16347,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1146Slc = r.DecodeBytes(yys1146Slc, true, true) - yys1146 := string(yys1146Slc) + yys1173Slc = r.DecodeBytes(yys1173Slc, true, true) + yys1173 := string(yys1173Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1146 { + switch yys1173 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16130,9 +16364,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1146) - } // end switch yys1146 - } // end for yyj1146 + z.DecStructFieldNotFound(-1, yys1173) + } // end switch yys1173 + } // end for yyj1173 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16140,16 +16374,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1149 int - var yyb1149 bool - var yyhl1149 bool = l >= 0 - yyj1149++ - if yyhl1149 { - yyb1149 = yyj1149 > l + var yyj1176 int + var yyb1176 bool + var yyhl1176 bool = l >= 0 + yyj1176++ + if yyhl1176 { + yyb1176 = yyj1176 > l } else { - yyb1149 = r.CheckBreak() + yyb1176 = r.CheckBreak() } - if yyb1149 { + if yyb1176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16159,13 +16393,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1149++ - if yyhl1149 { - yyb1149 = yyj1149 > l + yyj1176++ + if yyhl1176 { + yyb1176 = yyj1176 > l } else { - yyb1149 = r.CheckBreak() + yyb1176 = r.CheckBreak() } - if yyb1149 { + if yyb1176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16176,17 +16410,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1149++ - if yyhl1149 { - yyb1149 = yyj1149 > l + yyj1176++ + if yyhl1176 { + yyb1176 = yyj1176 > l } else { - yyb1149 = r.CheckBreak() + yyb1176 = r.CheckBreak() } - if yyb1149 { + if yyb1176 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1149-1, "") + z.DecStructFieldNotFound(yyj1176-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16198,35 +16432,35 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1152 := z.EncBinary() - _ = yym1152 + yym1179 := z.EncBinary() + _ = yym1179 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1153 := !z.EncBinary() - yy2arr1153 := z.EncBasicHandle().StructToArray - var yyq1153 [2]bool - _, _, _ = yysep1153, yyq1153, yy2arr1153 - const yyr1153 bool = false - yyq1153[0] = x.Name != "" - var yynn1153 int - if yyr1153 || yy2arr1153 { + yysep1180 := !z.EncBinary() + yy2arr1180 := z.EncBasicHandle().StructToArray + var yyq1180 [2]bool + _, _, _ = yysep1180, yyq1180, yy2arr1180 + const yyr1180 bool = false + yyq1180[0] = x.Name != "" + var yynn1180 int + if yyr1180 || yy2arr1180 { r.EncodeArrayStart(2) } else { - yynn1153 = 1 - for _, b := range yyq1153 { + yynn1180 = 1 + for _, b := range yyq1180 { if b { - yynn1153++ + yynn1180++ } } - r.EncodeMapStart(yynn1153) - yynn1153 = 0 + r.EncodeMapStart(yynn1180) + yynn1180 = 0 } - if yyr1153 || yy2arr1153 { + if yyr1180 || yy2arr1180 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1153[0] { - yym1155 := z.EncBinary() - _ = yym1155 + if yyq1180[0] { + yym1182 := z.EncBinary() + _ = yym1182 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16235,22 +16469,22 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1153[0] { + if yyq1180[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1156 := z.EncBinary() - _ = yym1156 + yym1183 := z.EncBinary() + _ = yym1183 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1153 || yy2arr1153 { + if yyr1180 || yy2arr1180 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1158 := z.EncBinary() - _ = yym1158 + yym1185 := z.EncBinary() + _ = yym1185 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16259,14 +16493,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1159 := z.EncBinary() - _ = yym1159 + yym1186 := z.EncBinary() + _ = yym1186 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1153 || yy2arr1153 { + if yyr1180 || yy2arr1180 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16279,25 +16513,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1160 := z.DecBinary() - _ = yym1160 + yym1187 := z.DecBinary() + _ = yym1187 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1161 := r.ContainerType() - if yyct1161 == codecSelferValueTypeMap1234 { - yyl1161 := r.ReadMapStart() - if yyl1161 == 0 { + yyct1188 := r.ContainerType() + if yyct1188 == codecSelferValueTypeMap1234 { + yyl1188 := r.ReadMapStart() + if yyl1188 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1161, d) + x.codecDecodeSelfFromMap(yyl1188, d) } - } else if yyct1161 == codecSelferValueTypeArray1234 { - yyl1161 := r.ReadArrayStart() - if yyl1161 == 0 { + } else if yyct1188 == codecSelferValueTypeArray1234 { + yyl1188 := r.ReadArrayStart() + if yyl1188 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1161, d) + x.codecDecodeSelfFromArray(yyl1188, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16309,12 +16543,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1162Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1162Slc - var yyhl1162 bool = l >= 0 - for yyj1162 := 0; ; yyj1162++ { - if yyhl1162 { - if yyj1162 >= l { + var yys1189Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1189Slc + var yyhl1189 bool = l >= 0 + for yyj1189 := 0; ; yyj1189++ { + if yyhl1189 { + if yyj1189 >= l { break } } else { @@ -16323,10 +16557,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1162Slc = r.DecodeBytes(yys1162Slc, true, true) - yys1162 := string(yys1162Slc) + yys1189Slc = r.DecodeBytes(yys1189Slc, true, true) + yys1189 := string(yys1189Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1162 { + switch yys1189 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16340,9 +16574,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1162) - } // end switch yys1162 - } // end for yyj1162 + z.DecStructFieldNotFound(-1, yys1189) + } // end switch yys1189 + } // end for yyj1189 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16350,16 +16584,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1165 int - var yyb1165 bool - var yyhl1165 bool = l >= 0 - yyj1165++ - if yyhl1165 { - yyb1165 = yyj1165 > l + var yyj1192 int + var yyb1192 bool + var yyhl1192 bool = l >= 0 + yyj1192++ + if yyhl1192 { + yyb1192 = yyj1192 > l } else { - yyb1165 = r.CheckBreak() + yyb1192 = r.CheckBreak() } - if yyb1165 { + if yyb1192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16369,13 +16603,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1165++ - if yyhl1165 { - yyb1165 = yyj1165 > l + yyj1192++ + if yyhl1192 { + yyb1192 = yyj1192 > l } else { - yyb1165 = r.CheckBreak() + yyb1192 = r.CheckBreak() } - if yyb1165 { + if yyb1192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16386,17 +16620,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1165++ - if yyhl1165 { - yyb1165 = yyj1165 > l + yyj1192++ + if yyhl1192 { + yyb1192 = yyj1192 > l } else { - yyb1165 = r.CheckBreak() + yyb1192 = r.CheckBreak() } - if yyb1165 { + if yyb1192 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1165-1, "") + z.DecStructFieldNotFound(yyj1192-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16408,33 +16642,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1168 := z.EncBinary() - _ = yym1168 + yym1195 := z.EncBinary() + _ = yym1195 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1169 := !z.EncBinary() - yy2arr1169 := z.EncBasicHandle().StructToArray - var yyq1169 [2]bool - _, _, _ = yysep1169, yyq1169, yy2arr1169 - const yyr1169 bool = false - var yynn1169 int - if yyr1169 || yy2arr1169 { + yysep1196 := !z.EncBinary() + yy2arr1196 := z.EncBasicHandle().StructToArray + var yyq1196 [2]bool + _, _, _ = yysep1196, yyq1196, yy2arr1196 + const yyr1196 bool = false + var yynn1196 int + if yyr1196 || yy2arr1196 { r.EncodeArrayStart(2) } else { - yynn1169 = 2 - for _, b := range yyq1169 { + yynn1196 = 2 + for _, b := range yyq1196 { if b { - yynn1169++ + yynn1196++ } } - r.EncodeMapStart(yynn1169) - yynn1169 = 0 + r.EncodeMapStart(yynn1196) + yynn1196 = 0 } - if yyr1169 || yy2arr1169 { + if yyr1196 || yy2arr1196 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1171 := z.EncBinary() - _ = yym1171 + yym1198 := z.EncBinary() + _ = yym1198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16443,17 +16677,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1172 := z.EncBinary() - _ = yym1172 + yym1199 := z.EncBinary() + _ = yym1199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1169 || yy2arr1169 { + if yyr1196 || yy2arr1196 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1174 := z.EncBinary() - _ = yym1174 + yym1201 := z.EncBinary() + _ = yym1201 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -16462,14 +16696,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1175 := z.EncBinary() - _ = yym1175 + yym1202 := z.EncBinary() + _ = yym1202 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1169 || yy2arr1169 { + if yyr1196 || yy2arr1196 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16482,25 +16716,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1176 := z.DecBinary() - _ = yym1176 + yym1203 := z.DecBinary() + _ = yym1203 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1177 := r.ContainerType() - if yyct1177 == codecSelferValueTypeMap1234 { - yyl1177 := r.ReadMapStart() - if yyl1177 == 0 { + yyct1204 := r.ContainerType() + if yyct1204 == codecSelferValueTypeMap1234 { + yyl1204 := r.ReadMapStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1177, d) + x.codecDecodeSelfFromMap(yyl1204, d) } - } else if yyct1177 == codecSelferValueTypeArray1234 { - yyl1177 := r.ReadArrayStart() - if yyl1177 == 0 { + } else if yyct1204 == codecSelferValueTypeArray1234 { + yyl1204 := r.ReadArrayStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1177, d) + x.codecDecodeSelfFromArray(yyl1204, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16512,12 +16746,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1178Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1178Slc - var yyhl1178 bool = l >= 0 - for yyj1178 := 0; ; yyj1178++ { - if yyhl1178 { - if yyj1178 >= l { + var yys1205Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1205Slc + var yyhl1205 bool = l >= 0 + for yyj1205 := 0; ; yyj1205++ { + if yyhl1205 { + if yyj1205 >= l { break } } else { @@ -16526,10 +16760,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1178Slc = r.DecodeBytes(yys1178Slc, true, true) - yys1178 := string(yys1178Slc) + yys1205Slc = r.DecodeBytes(yys1205Slc, true, true) + yys1205 := string(yys1205Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1178 { + switch yys1205 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16543,9 +16777,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1178) - } // end switch yys1178 - } // end for yyj1178 + z.DecStructFieldNotFound(-1, yys1205) + } // end switch yys1205 + } // end for yyj1205 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16553,16 +16787,16 @@ func (x *HTTPHeader) 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 yyj1208 int + var yyb1208 bool + var yyhl1208 bool = l >= 0 + yyj1208++ + if yyhl1208 { + yyb1208 = yyj1208 > l } else { - yyb1181 = r.CheckBreak() + yyb1208 = r.CheckBreak() } - if yyb1181 { + if yyb1208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16572,13 +16806,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1208++ + if yyhl1208 { + yyb1208 = yyj1208 > l } else { - yyb1181 = r.CheckBreak() + yyb1208 = r.CheckBreak() } - if yyb1181 { + if yyb1208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16589,17 +16823,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1208++ + if yyhl1208 { + yyb1208 = yyj1208 > l } else { - yyb1181 = r.CheckBreak() + yyb1208 = r.CheckBreak() } - if yyb1181 { + if yyb1208 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1181-1, "") + z.DecStructFieldNotFound(yyj1208-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16611,38 +16845,38 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1184 := z.EncBinary() - _ = yym1184 + yym1211 := z.EncBinary() + _ = yym1211 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1185 := !z.EncBinary() - yy2arr1185 := z.EncBasicHandle().StructToArray - var yyq1185 [5]bool - _, _, _ = yysep1185, yyq1185, yy2arr1185 - const yyr1185 bool = false - yyq1185[0] = x.Path != "" - yyq1185[2] = x.Host != "" - yyq1185[3] = x.Scheme != "" - yyq1185[4] = len(x.HTTPHeaders) != 0 - var yynn1185 int - if yyr1185 || yy2arr1185 { + yysep1212 := !z.EncBinary() + yy2arr1212 := z.EncBasicHandle().StructToArray + var yyq1212 [5]bool + _, _, _ = yysep1212, yyq1212, yy2arr1212 + const yyr1212 bool = false + yyq1212[0] = x.Path != "" + yyq1212[2] = x.Host != "" + yyq1212[3] = x.Scheme != "" + yyq1212[4] = len(x.HTTPHeaders) != 0 + var yynn1212 int + if yyr1212 || yy2arr1212 { r.EncodeArrayStart(5) } else { - yynn1185 = 1 - for _, b := range yyq1185 { + yynn1212 = 1 + for _, b := range yyq1212 { if b { - yynn1185++ + yynn1212++ } } - r.EncodeMapStart(yynn1185) - yynn1185 = 0 + r.EncodeMapStart(yynn1212) + yynn1212 = 0 } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[0] { - yym1187 := z.EncBinary() - _ = yym1187 + if yyq1212[0] { + yym1214 := z.EncBinary() + _ = yym1214 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -16651,50 +16885,50 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[0] { + if yyq1212[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1188 := z.EncBinary() - _ = yym1188 + yym1215 := z.EncBinary() + _ = yym1215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1190 := &x.Port - yym1191 := z.EncBinary() - _ = yym1191 + yy1217 := &x.Port + yym1218 := z.EncBinary() + _ = yym1218 if false { - } else if z.HasExtensions() && z.EncExt(yy1190) { - } else if !yym1191 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1190) + } else if z.HasExtensions() && z.EncExt(yy1217) { + } else if !yym1218 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1217) } else { - z.EncFallback(yy1190) + z.EncFallback(yy1217) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1192 := &x.Port - yym1193 := z.EncBinary() - _ = yym1193 + yy1219 := &x.Port + yym1220 := z.EncBinary() + _ = yym1220 if false { - } else if z.HasExtensions() && z.EncExt(yy1192) { - } else if !yym1193 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1192) + } else if z.HasExtensions() && z.EncExt(yy1219) { + } else if !yym1220 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1219) } else { - z.EncFallback(yy1192) + z.EncFallback(yy1219) } } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[2] { - yym1195 := z.EncBinary() - _ = yym1195 + if yyq1212[2] { + yym1222 := z.EncBinary() + _ = yym1222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -16703,41 +16937,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[2] { + if yyq1212[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1196 := z.EncBinary() - _ = yym1196 + yym1223 := z.EncBinary() + _ = yym1223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[3] { + if yyq1212[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[3] { + if yyq1212[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[4] { + if yyq1212[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1199 := z.EncBinary() - _ = yym1199 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -16747,15 +16981,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1185[4] { + if yyq1212[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1200 := z.EncBinary() - _ = yym1200 + yym1227 := z.EncBinary() + _ = yym1227 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -16763,7 +16997,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1185 || yy2arr1185 { + if yyr1212 || yy2arr1212 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16773,320 +17007,6 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1201 := z.DecBinary() - _ = yym1201 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1202 := r.ContainerType() - if yyct1202 == codecSelferValueTypeMap1234 { - yyl1202 := r.ReadMapStart() - if yyl1202 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1202, d) - } - } else if yyct1202 == codecSelferValueTypeArray1234 { - yyl1202 := r.ReadArrayStart() - if yyl1202 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1202, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1203Slc - var yyhl1203 bool = l >= 0 - for yyj1203 := 0; ; yyj1203++ { - if yyhl1203 { - if yyj1203 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1203Slc = r.DecodeBytes(yys1203Slc, true, true) - yys1203 := string(yys1203Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1203 { - case "path": - if r.TryDecodeAsNil() { - x.Path = "" - } else { - x.Path = string(r.DecodeString()) - } - case "port": - if r.TryDecodeAsNil() { - x.Port = pkg4_intstr.IntOrString{} - } else { - yyv1205 := &x.Port - yym1206 := z.DecBinary() - _ = yym1206 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1205) { - } else if !yym1206 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1205) - } else { - z.DecFallback(yyv1205, false) - } - } - case "host": - if r.TryDecodeAsNil() { - x.Host = "" - } else { - x.Host = string(r.DecodeString()) - } - case "scheme": - if r.TryDecodeAsNil() { - x.Scheme = "" - } else { - x.Scheme = URIScheme(r.DecodeString()) - } - case "httpHeaders": - if r.TryDecodeAsNil() { - x.HTTPHeaders = nil - } else { - yyv1209 := &x.HTTPHeaders - yym1210 := z.DecBinary() - _ = yym1210 - if false { - } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1209), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys1203) - } // end switch yys1203 - } // end for yyj1203 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1211 int - var yyb1211 bool - var yyhl1211 bool = l >= 0 - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Path = "" - } else { - x.Path = string(r.DecodeString()) - } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Port = pkg4_intstr.IntOrString{} - } else { - yyv1213 := &x.Port - yym1214 := z.DecBinary() - _ = yym1214 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1213) { - } else if !yym1214 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1213) - } else { - z.DecFallback(yyv1213, false) - } - } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Host = "" - } else { - x.Host = string(r.DecodeString()) - } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Scheme = "" - } else { - x.Scheme = URIScheme(r.DecodeString()) - } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HTTPHeaders = nil - } else { - yyv1217 := &x.HTTPHeaders - yym1218 := z.DecBinary() - _ = yym1218 - if false { - } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1217), d) - } - } - for { - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l - } else { - yyb1211 = r.CheckBreak() - } - if yyb1211 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1211-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1219 := z.EncBinary() - _ = yym1219 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1220 := z.DecBinary() - _ = yym1220 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1221 := z.EncBinary() - _ = yym1221 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1222 := !z.EncBinary() - yy2arr1222 := z.EncBasicHandle().StructToArray - var yyq1222 [1]bool - _, _, _ = yysep1222, yyq1222, yy2arr1222 - const yyr1222 bool = false - var yynn1222 int - if yyr1222 || yy2arr1222 { - r.EncodeArrayStart(1) - } else { - yynn1222 = 1 - for _, b := range yyq1222 { - if b { - yynn1222++ - } - } - r.EncodeMapStart(yynn1222) - yynn1222 = 0 - } - if yyr1222 || yy2arr1222 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1224 := &x.Port - yym1225 := z.EncBinary() - _ = yym1225 - if false { - } else if z.HasExtensions() && z.EncExt(yy1224) { - } else if !yym1225 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1224) - } else { - z.EncFallback(yy1224) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1226 := &x.Port - yym1227 := z.EncBinary() - _ = yym1227 - if false { - } else if z.HasExtensions() && z.EncExt(yy1226) { - } else if !yym1227 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1226) - } else { - z.EncFallback(yy1226) - } - } - if yyr1222 || yy2arr1222 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -17116,7 +17036,7 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -17138,19 +17058,49 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys1230 := string(yys1230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys1230 { + case "path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1231 := &x.Port - yym1232 := z.DecBinary() - _ = yym1232 + yyv1232 := &x.Port + yym1233 := z.DecBinary() + _ = yym1233 if false { - } else if z.HasExtensions() && z.DecExt(yyv1231) { - } else if !yym1232 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1231) + } else if z.HasExtensions() && z.DecExt(yyv1232) { + } else if !yym1233 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1232) } else { - z.DecFallback(yyv1231, false) + z.DecFallback(yyv1232, false) + } + } + case "host": + if r.TryDecodeAsNil() { + x.Host = "" + } else { + x.Host = string(r.DecodeString()) + } + case "scheme": + if r.TryDecodeAsNil() { + x.Scheme = "" + } else { + x.Scheme = URIScheme(r.DecodeString()) + } + case "httpHeaders": + if r.TryDecodeAsNil() { + x.HTTPHeaders = nil + } else { + yyv1236 := &x.HTTPHeaders + yym1237 := z.DecBinary() + _ = yym1237 + if false { + } else { + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1236), d) } } default: @@ -17160,20 +17110,36 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1233 int - var yyb1233 bool - var yyhl1233 bool = l >= 0 - yyj1233++ - if yyhl1233 { - yyb1233 = yyj1233 > l + var yyj1238 int + var yyb1238 bool + var yyhl1238 bool = l >= 0 + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l } else { - yyb1233 = r.CheckBreak() + yyb1238 = r.CheckBreak() } - if yyb1233 { + if yyb1238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l + } else { + yyb1238 = r.CheckBreak() + } + if yyb1238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17181,29 +17147,297 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1234 := &x.Port - yym1235 := z.DecBinary() - _ = yym1235 + yyv1240 := &x.Port + yym1241 := z.DecBinary() + _ = yym1241 if false { - } else if z.HasExtensions() && z.DecExt(yyv1234) { - } else if !yym1235 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1234) + } else if z.HasExtensions() && z.DecExt(yyv1240) { + } else if !yym1241 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1240) } else { - z.DecFallback(yyv1234, false) + z.DecFallback(yyv1240, false) + } + } + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l + } else { + yyb1238 = r.CheckBreak() + } + if yyb1238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Host = "" + } else { + x.Host = string(r.DecodeString()) + } + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l + } else { + yyb1238 = r.CheckBreak() + } + if yyb1238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Scheme = "" + } else { + x.Scheme = URIScheme(r.DecodeString()) + } + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l + } else { + yyb1238 = r.CheckBreak() + } + if yyb1238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HTTPHeaders = nil + } else { + yyv1244 := &x.HTTPHeaders + yym1245 := z.DecBinary() + _ = yym1245 + if false { + } else { + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1244), d) } } for { - yyj1233++ - if yyhl1233 { - yyb1233 = yyj1233 > l + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l } else { - yyb1233 = r.CheckBreak() + yyb1238 = r.CheckBreak() } - if yyb1233 { + if yyb1238 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1233-1, "") + z.DecStructFieldNotFound(yyj1238-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1246 := z.EncBinary() + _ = yym1246 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1247 := z.DecBinary() + _ = yym1247 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1248 := z.EncBinary() + _ = yym1248 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1249 := !z.EncBinary() + yy2arr1249 := z.EncBasicHandle().StructToArray + var yyq1249 [1]bool + _, _, _ = yysep1249, yyq1249, yy2arr1249 + const yyr1249 bool = false + var yynn1249 int + if yyr1249 || yy2arr1249 { + r.EncodeArrayStart(1) + } else { + yynn1249 = 1 + for _, b := range yyq1249 { + if b { + yynn1249++ + } + } + r.EncodeMapStart(yynn1249) + yynn1249 = 0 + } + if yyr1249 || yy2arr1249 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1251 := &x.Port + yym1252 := z.EncBinary() + _ = yym1252 + if false { + } else if z.HasExtensions() && z.EncExt(yy1251) { + } else if !yym1252 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1251) + } else { + z.EncFallback(yy1251) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1253 := &x.Port + yym1254 := z.EncBinary() + _ = yym1254 + if false { + } else if z.HasExtensions() && z.EncExt(yy1253) { + } else if !yym1254 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1253) + } else { + z.EncFallback(yy1253) + } + } + if yyr1249 || yy2arr1249 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1255 := z.DecBinary() + _ = yym1255 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1256 := r.ContainerType() + if yyct1256 == codecSelferValueTypeMap1234 { + yyl1256 := r.ReadMapStart() + if yyl1256 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1256, d) + } + } else if yyct1256 == codecSelferValueTypeArray1234 { + yyl1256 := r.ReadArrayStart() + if yyl1256 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1256, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1257Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1257Slc + var yyhl1257 bool = l >= 0 + for yyj1257 := 0; ; yyj1257++ { + if yyhl1257 { + if yyj1257 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1257Slc = r.DecodeBytes(yys1257Slc, true, true) + yys1257 := string(yys1257Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1257 { + case "port": + if r.TryDecodeAsNil() { + x.Port = pkg4_intstr.IntOrString{} + } else { + yyv1258 := &x.Port + yym1259 := z.DecBinary() + _ = yym1259 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1258) { + } else if !yym1259 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1258) + } else { + z.DecFallback(yyv1258, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys1257) + } // end switch yys1257 + } // end for yyj1257 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1260 int + var yyb1260 bool + var yyhl1260 bool = l >= 0 + yyj1260++ + if yyhl1260 { + yyb1260 = yyj1260 > l + } else { + yyb1260 = r.CheckBreak() + } + if yyb1260 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = pkg4_intstr.IntOrString{} + } else { + yyv1261 := &x.Port + yym1262 := z.DecBinary() + _ = yym1262 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1261) { + } else if !yym1262 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1261) + } else { + z.DecFallback(yyv1261, false) + } + } + for { + yyj1260++ + if yyhl1260 { + yyb1260 = yyj1260 > l + } else { + yyb1260 = r.CheckBreak() + } + if yyb1260 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1260-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17215,38 +17449,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1236 := z.EncBinary() - _ = yym1236 + yym1263 := z.EncBinary() + _ = yym1263 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1237 := !z.EncBinary() - yy2arr1237 := z.EncBasicHandle().StructToArray - var yyq1237 [1]bool - _, _, _ = yysep1237, yyq1237, yy2arr1237 - const yyr1237 bool = false - yyq1237[0] = len(x.Command) != 0 - var yynn1237 int - if yyr1237 || yy2arr1237 { + yysep1264 := !z.EncBinary() + yy2arr1264 := z.EncBasicHandle().StructToArray + var yyq1264 [1]bool + _, _, _ = yysep1264, yyq1264, yy2arr1264 + const yyr1264 bool = false + yyq1264[0] = len(x.Command) != 0 + var yynn1264 int + if yyr1264 || yy2arr1264 { r.EncodeArrayStart(1) } else { - yynn1237 = 0 - for _, b := range yyq1237 { + yynn1264 = 0 + for _, b := range yyq1264 { if b { - yynn1237++ + yynn1264++ } } - r.EncodeMapStart(yynn1237) - yynn1237 = 0 + r.EncodeMapStart(yynn1264) + yynn1264 = 0 } - if yyr1237 || yy2arr1237 { + if yyr1264 || yy2arr1264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1237[0] { + if yyq1264[0] { if x.Command == nil { r.EncodeNil() } else { - yym1239 := z.EncBinary() - _ = yym1239 + yym1266 := z.EncBinary() + _ = yym1266 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -17256,15 +17490,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1237[0] { + if yyq1264[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1240 := z.EncBinary() - _ = yym1240 + yym1267 := z.EncBinary() + _ = yym1267 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -17272,7 +17506,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1237 || yy2arr1237 { + if yyr1264 || yy2arr1264 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17285,25 +17519,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1241 := z.DecBinary() - _ = yym1241 + yym1268 := z.DecBinary() + _ = yym1268 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1242 := r.ContainerType() - if yyct1242 == codecSelferValueTypeMap1234 { - yyl1242 := r.ReadMapStart() - if yyl1242 == 0 { + yyct1269 := r.ContainerType() + if yyct1269 == codecSelferValueTypeMap1234 { + yyl1269 := r.ReadMapStart() + if yyl1269 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1242, d) + x.codecDecodeSelfFromMap(yyl1269, d) } - } else if yyct1242 == codecSelferValueTypeArray1234 { - yyl1242 := r.ReadArrayStart() - if yyl1242 == 0 { + } else if yyct1269 == codecSelferValueTypeArray1234 { + yyl1269 := r.ReadArrayStart() + if yyl1269 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1242, d) + x.codecDecodeSelfFromArray(yyl1269, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17315,12 +17549,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1243Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1243Slc - var yyhl1243 bool = l >= 0 - for yyj1243 := 0; ; yyj1243++ { - if yyhl1243 { - if yyj1243 >= l { + var yys1270Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1270Slc + var yyhl1270 bool = l >= 0 + for yyj1270 := 0; ; yyj1270++ { + if yyhl1270 { + if yyj1270 >= l { break } } else { @@ -17329,26 +17563,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1243Slc = r.DecodeBytes(yys1243Slc, true, true) - yys1243 := string(yys1243Slc) + yys1270Slc = r.DecodeBytes(yys1270Slc, true, true) + yys1270 := string(yys1270Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1243 { + switch yys1270 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1244 := &x.Command - yym1245 := z.DecBinary() - _ = yym1245 + yyv1271 := &x.Command + yym1272 := z.DecBinary() + _ = yym1272 if false { } else { - z.F.DecSliceStringX(yyv1244, false, d) + z.F.DecSliceStringX(yyv1271, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1243) - } // end switch yys1243 - } // end for yyj1243 + z.DecStructFieldNotFound(-1, yys1270) + } // end switch yys1270 + } // end for yyj1270 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17356,16 +17590,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1246 int - var yyb1246 bool - var yyhl1246 bool = l >= 0 - yyj1246++ - if yyhl1246 { - yyb1246 = yyj1246 > l + var yyj1273 int + var yyb1273 bool + var yyhl1273 bool = l >= 0 + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1246 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1246 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17373,26 +17607,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1247 := &x.Command - yym1248 := z.DecBinary() - _ = yym1248 + yyv1274 := &x.Command + yym1275 := z.DecBinary() + _ = yym1275 if false { } else { - z.F.DecSliceStringX(yyv1247, false, d) + z.F.DecSliceStringX(yyv1274, false, d) } } for { - yyj1246++ - if yyhl1246 { - yyb1246 = yyj1246 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1246 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1246 { + if yyb1273 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1246-1, "") + z.DecStructFieldNotFound(yyj1273-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17404,49 +17638,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1249 := z.EncBinary() - _ = yym1249 + yym1276 := z.EncBinary() + _ = yym1276 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1250 := !z.EncBinary() - yy2arr1250 := z.EncBasicHandle().StructToArray - var yyq1250 [8]bool - _, _, _ = yysep1250, yyq1250, yy2arr1250 - const yyr1250 bool = false - yyq1250[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1250[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1250[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1250[3] = x.InitialDelaySeconds != 0 - yyq1250[4] = x.TimeoutSeconds != 0 - yyq1250[5] = x.PeriodSeconds != 0 - yyq1250[6] = x.SuccessThreshold != 0 - yyq1250[7] = x.FailureThreshold != 0 - var yynn1250 int - if yyr1250 || yy2arr1250 { + yysep1277 := !z.EncBinary() + yy2arr1277 := z.EncBasicHandle().StructToArray + var yyq1277 [8]bool + _, _, _ = yysep1277, yyq1277, yy2arr1277 + const yyr1277 bool = false + yyq1277[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1277[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1277[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1277[3] = x.InitialDelaySeconds != 0 + yyq1277[4] = x.TimeoutSeconds != 0 + yyq1277[5] = x.PeriodSeconds != 0 + yyq1277[6] = x.SuccessThreshold != 0 + yyq1277[7] = x.FailureThreshold != 0 + var yynn1277 int + if yyr1277 || yy2arr1277 { r.EncodeArrayStart(8) } else { - yynn1250 = 0 - for _, b := range yyq1250 { + yynn1277 = 0 + for _, b := range yyq1277 { if b { - yynn1250++ + yynn1277++ } } - r.EncodeMapStart(yynn1250) - yynn1250 = 0 + r.EncodeMapStart(yynn1277) + yynn1277 = 0 } - var yyn1251 bool + var yyn1278 bool if x.Handler.Exec == nil { - yyn1251 = true - goto LABEL1251 + yyn1278 = true + goto LABEL1278 } - LABEL1251: - if yyr1250 || yy2arr1250 { - if yyn1251 { + LABEL1278: + if yyr1277 || yy2arr1277 { + if yyn1278 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[0] { + if yyq1277[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -17457,11 +17691,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1250[0] { + if yyq1277[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1251 { + if yyn1278 { r.EncodeNil() } else { if x.Exec == nil { @@ -17472,18 +17706,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1252 bool + var yyn1279 bool if x.Handler.HTTPGet == nil { - yyn1252 = true - goto LABEL1252 + yyn1279 = true + goto LABEL1279 } - LABEL1252: - if yyr1250 || yy2arr1250 { - if yyn1252 { + LABEL1279: + if yyr1277 || yy2arr1277 { + if yyn1279 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[1] { + if yyq1277[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -17494,11 +17728,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1250[1] { + if yyq1277[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1252 { + if yyn1279 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -17509,18 +17743,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1253 bool + var yyn1280 bool if x.Handler.TCPSocket == nil { - yyn1253 = true - goto LABEL1253 + yyn1280 = true + goto LABEL1280 } - LABEL1253: - if yyr1250 || yy2arr1250 { - if yyn1253 { + LABEL1280: + if yyr1277 || yy2arr1277 { + if yyn1280 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[2] { + if yyq1277[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -17531,11 +17765,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1250[2] { + if yyq1277[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1253 { + if yyn1280 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -17546,11 +17780,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[3] { - yym1255 := z.EncBinary() - _ = yym1255 + if yyq1277[3] { + yym1282 := z.EncBinary() + _ = yym1282 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -17559,23 +17793,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1250[3] { + if yyq1277[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1256 := z.EncBinary() - _ = yym1256 + yym1283 := z.EncBinary() + _ = yym1283 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[4] { - yym1258 := z.EncBinary() - _ = yym1258 + if yyq1277[4] { + yym1285 := z.EncBinary() + _ = yym1285 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) @@ -17584,23 +17818,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1250[4] { + if yyq1277[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1259 := z.EncBinary() - _ = yym1259 + yym1286 := z.EncBinary() + _ = yym1286 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[5] { - yym1261 := z.EncBinary() - _ = yym1261 + if yyq1277[5] { + yym1288 := z.EncBinary() + _ = yym1288 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) @@ -17609,23 +17843,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1250[5] { + if yyq1277[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1262 := z.EncBinary() - _ = yym1262 + yym1289 := z.EncBinary() + _ = yym1289 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[6] { - yym1264 := z.EncBinary() - _ = yym1264 + if yyq1277[6] { + yym1291 := z.EncBinary() + _ = yym1291 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) @@ -17634,23 +17868,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1250[6] { + if yyq1277[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1265 := z.EncBinary() - _ = yym1265 + yym1292 := z.EncBinary() + _ = yym1292 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[7] { - yym1267 := z.EncBinary() - _ = yym1267 + if yyq1277[7] { + yym1294 := z.EncBinary() + _ = yym1294 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) @@ -17659,19 +17893,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1250[7] { + if yyq1277[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1268 := z.EncBinary() - _ = yym1268 + yym1295 := z.EncBinary() + _ = yym1295 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1250 || yy2arr1250 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17684,25 +17918,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1269 := z.DecBinary() - _ = yym1269 + yym1296 := z.DecBinary() + _ = yym1296 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1270 := r.ContainerType() - if yyct1270 == codecSelferValueTypeMap1234 { - yyl1270 := r.ReadMapStart() - if yyl1270 == 0 { + yyct1297 := r.ContainerType() + if yyct1297 == codecSelferValueTypeMap1234 { + yyl1297 := r.ReadMapStart() + if yyl1297 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1270, d) + x.codecDecodeSelfFromMap(yyl1297, d) } - } else if yyct1270 == codecSelferValueTypeArray1234 { - yyl1270 := r.ReadArrayStart() - if yyl1270 == 0 { + } else if yyct1297 == codecSelferValueTypeArray1234 { + yyl1297 := r.ReadArrayStart() + if yyl1297 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1270, d) + x.codecDecodeSelfFromArray(yyl1297, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17714,12 +17948,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1271Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1271Slc - var yyhl1271 bool = l >= 0 - for yyj1271 := 0; ; yyj1271++ { - if yyhl1271 { - if yyj1271 >= l { + var yys1298Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1298Slc + var yyhl1298 bool = l >= 0 + for yyj1298 := 0; ; yyj1298++ { + if yyhl1298 { + if yyj1298 >= l { break } } else { @@ -17728,10 +17962,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1271Slc = r.DecodeBytes(yys1271Slc, true, true) - yys1271 := string(yys1271Slc) + yys1298Slc = r.DecodeBytes(yys1298Slc, true, true) + yys1298 := string(yys1298Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1271 { + switch yys1298 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -17805,9 +18039,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1271) - } // end switch yys1271 - } // end for yyj1271 + z.DecStructFieldNotFound(-1, yys1298) + } // end switch yys1298 + } // end for yyj1298 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17815,19 +18049,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1280 int - var yyb1280 bool - var yyhl1280 bool = l >= 0 + var yyj1307 int + var yyb1307 bool + var yyhl1307 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17845,13 +18079,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17869,13 +18103,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17890,13 +18124,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17906,13 +18140,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17922,13 +18156,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17938,13 +18172,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17954,13 +18188,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17971,17 +18205,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } for { - yyj1280++ - if yyhl1280 { - yyb1280 = yyj1280 > l + yyj1307++ + if yyhl1307 { + yyb1307 = yyj1307 > l } else { - yyb1280 = r.CheckBreak() + yyb1307 = r.CheckBreak() } - if yyb1280 { + if yyb1307 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1280-1, "") + z.DecStructFieldNotFound(yyj1307-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17990,8 +18224,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1289 := z.EncBinary() - _ = yym1289 + yym1316 := z.EncBinary() + _ = yym1316 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18003,8 +18237,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1290 := z.DecBinary() - _ = yym1290 + yym1317 := z.DecBinary() + _ = yym1317 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18016,8 +18250,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1291 := z.EncBinary() - _ = yym1291 + yym1318 := z.EncBinary() + _ = yym1318 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18029,8 +18263,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1292 := z.DecBinary() - _ = yym1292 + yym1319 := z.DecBinary() + _ = yym1319 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18045,39 +18279,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1293 := z.EncBinary() - _ = yym1293 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1294 := !z.EncBinary() - yy2arr1294 := z.EncBasicHandle().StructToArray - var yyq1294 [2]bool - _, _, _ = yysep1294, yyq1294, yy2arr1294 - const yyr1294 bool = false - yyq1294[0] = len(x.Add) != 0 - yyq1294[1] = len(x.Drop) != 0 - var yynn1294 int - if yyr1294 || yy2arr1294 { + yysep1321 := !z.EncBinary() + yy2arr1321 := z.EncBasicHandle().StructToArray + var yyq1321 [2]bool + _, _, _ = yysep1321, yyq1321, yy2arr1321 + const yyr1321 bool = false + yyq1321[0] = len(x.Add) != 0 + yyq1321[1] = len(x.Drop) != 0 + var yynn1321 int + if yyr1321 || yy2arr1321 { r.EncodeArrayStart(2) } else { - yynn1294 = 0 - for _, b := range yyq1294 { + yynn1321 = 0 + for _, b := range yyq1321 { if b { - yynn1294++ + yynn1321++ } } - r.EncodeMapStart(yynn1294) - yynn1294 = 0 + r.EncodeMapStart(yynn1321) + yynn1321 = 0 } - if yyr1294 || yy2arr1294 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1294[0] { + if yyq1321[0] { if x.Add == nil { r.EncodeNil() } else { - yym1296 := z.EncBinary() - _ = yym1296 + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -18087,15 +18321,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1294[0] { + if yyq1321[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1297 := z.EncBinary() - _ = yym1297 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -18103,14 +18337,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1294 || yy2arr1294 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1294[1] { + if yyq1321[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1299 := z.EncBinary() - _ = yym1299 + yym1326 := z.EncBinary() + _ = yym1326 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -18120,15 +18354,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1294[1] { + if yyq1321[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1300 := z.EncBinary() - _ = yym1300 + yym1327 := z.EncBinary() + _ = yym1327 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -18136,7 +18370,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1294 || yy2arr1294 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18149,25 +18383,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1301 := z.DecBinary() - _ = yym1301 + yym1328 := z.DecBinary() + _ = yym1328 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1302 := r.ContainerType() - if yyct1302 == codecSelferValueTypeMap1234 { - yyl1302 := r.ReadMapStart() - if yyl1302 == 0 { + yyct1329 := r.ContainerType() + if yyct1329 == codecSelferValueTypeMap1234 { + yyl1329 := r.ReadMapStart() + if yyl1329 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1302, d) + x.codecDecodeSelfFromMap(yyl1329, d) } - } else if yyct1302 == codecSelferValueTypeArray1234 { - yyl1302 := r.ReadArrayStart() - if yyl1302 == 0 { + } else if yyct1329 == codecSelferValueTypeArray1234 { + yyl1329 := r.ReadArrayStart() + if yyl1329 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1302, d) + x.codecDecodeSelfFromArray(yyl1329, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18179,12 +18413,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1303Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1303Slc - var yyhl1303 bool = l >= 0 - for yyj1303 := 0; ; yyj1303++ { - if yyhl1303 { - if yyj1303 >= l { + var yys1330Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1330Slc + var yyhl1330 bool = l >= 0 + for yyj1330 := 0; ; yyj1330++ { + if yyhl1330 { + if yyj1330 >= l { break } } else { @@ -18193,38 +18427,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1303Slc = r.DecodeBytes(yys1303Slc, true, true) - yys1303 := string(yys1303Slc) + yys1330Slc = r.DecodeBytes(yys1330Slc, true, true) + yys1330 := string(yys1330Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1303 { + switch yys1330 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1304 := &x.Add - yym1305 := z.DecBinary() - _ = yym1305 + yyv1331 := &x.Add + yym1332 := z.DecBinary() + _ = yym1332 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1304), d) + h.decSliceCapability((*[]Capability)(yyv1331), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1306 := &x.Drop - yym1307 := z.DecBinary() - _ = yym1307 + yyv1333 := &x.Drop + yym1334 := z.DecBinary() + _ = yym1334 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1306), d) + h.decSliceCapability((*[]Capability)(yyv1333), d) } } default: - z.DecStructFieldNotFound(-1, yys1303) - } // end switch yys1303 - } // end for yyj1303 + z.DecStructFieldNotFound(-1, yys1330) + } // end switch yys1330 + } // end for yyj1330 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18232,16 +18466,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1308 int - var yyb1308 bool - var yyhl1308 bool = l >= 0 - yyj1308++ - if yyhl1308 { - yyb1308 = yyj1308 > l + var yyj1335 int + var yyb1335 bool + var yyhl1335 bool = l >= 0 + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1308 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1308 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18249,21 +18483,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1309 := &x.Add - yym1310 := z.DecBinary() - _ = yym1310 + yyv1336 := &x.Add + yym1337 := z.DecBinary() + _ = yym1337 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1309), d) + h.decSliceCapability((*[]Capability)(yyv1336), d) } } - yyj1308++ - if yyhl1308 { - yyb1308 = yyj1308 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1308 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1308 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18271,26 +18505,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1311 := &x.Drop - yym1312 := z.DecBinary() - _ = yym1312 + yyv1338 := &x.Drop + yym1339 := z.DecBinary() + _ = yym1339 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1311), d) + h.decSliceCapability((*[]Capability)(yyv1338), d) } } for { - yyj1308++ - if yyhl1308 { - yyb1308 = yyj1308 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1308 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1308 { + if yyb1335 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1308-1, "") + z.DecStructFieldNotFound(yyj1335-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18302,34 +18536,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1313 := z.EncBinary() - _ = yym1313 + yym1340 := z.EncBinary() + _ = yym1340 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1314 := !z.EncBinary() - yy2arr1314 := z.EncBasicHandle().StructToArray - var yyq1314 [2]bool - _, _, _ = yysep1314, yyq1314, yy2arr1314 - const yyr1314 bool = false - yyq1314[0] = len(x.Limits) != 0 - yyq1314[1] = len(x.Requests) != 0 - var yynn1314 int - if yyr1314 || yy2arr1314 { + yysep1341 := !z.EncBinary() + yy2arr1341 := z.EncBasicHandle().StructToArray + var yyq1341 [2]bool + _, _, _ = yysep1341, yyq1341, yy2arr1341 + const yyr1341 bool = false + yyq1341[0] = len(x.Limits) != 0 + yyq1341[1] = len(x.Requests) != 0 + var yynn1341 int + if yyr1341 || yy2arr1341 { r.EncodeArrayStart(2) } else { - yynn1314 = 0 - for _, b := range yyq1314 { + yynn1341 = 0 + for _, b := range yyq1341 { if b { - yynn1314++ + yynn1341++ } } - r.EncodeMapStart(yynn1314) - yynn1314 = 0 + r.EncodeMapStart(yynn1341) + yynn1341 = 0 } - if yyr1314 || yy2arr1314 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1314[0] { + if yyq1341[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -18339,7 +18573,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1314[0] { + if yyq1341[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18350,9 +18584,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1314 || yy2arr1314 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1314[1] { + if yyq1341[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -18362,7 +18596,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1314[1] { + if yyq1341[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18373,7 +18607,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1314 || yy2arr1314 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18386,25 +18620,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1317 := z.DecBinary() - _ = yym1317 + yym1344 := z.DecBinary() + _ = yym1344 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1318 := r.ContainerType() - if yyct1318 == codecSelferValueTypeMap1234 { - yyl1318 := r.ReadMapStart() - if yyl1318 == 0 { + yyct1345 := r.ContainerType() + if yyct1345 == codecSelferValueTypeMap1234 { + yyl1345 := r.ReadMapStart() + if yyl1345 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1318, d) + x.codecDecodeSelfFromMap(yyl1345, d) } - } else if yyct1318 == codecSelferValueTypeArray1234 { - yyl1318 := r.ReadArrayStart() - if yyl1318 == 0 { + } else if yyct1345 == codecSelferValueTypeArray1234 { + yyl1345 := r.ReadArrayStart() + if yyl1345 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1318, d) + x.codecDecodeSelfFromArray(yyl1345, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18416,12 +18650,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1319Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1319Slc - var yyhl1319 bool = l >= 0 - for yyj1319 := 0; ; yyj1319++ { - if yyhl1319 { - if yyj1319 >= l { + var yys1346Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1346Slc + var yyhl1346 bool = l >= 0 + for yyj1346 := 0; ; yyj1346++ { + if yyhl1346 { + if yyj1346 >= l { break } } else { @@ -18430,28 +18664,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1319Slc = r.DecodeBytes(yys1319Slc, true, true) - yys1319 := string(yys1319Slc) + yys1346Slc = r.DecodeBytes(yys1346Slc, true, true) + yys1346 := string(yys1346Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1319 { + switch yys1346 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1320 := &x.Limits - yyv1320.CodecDecodeSelf(d) + yyv1347 := &x.Limits + yyv1347.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1321 := &x.Requests - yyv1321.CodecDecodeSelf(d) + yyv1348 := &x.Requests + yyv1348.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1319) - } // end switch yys1319 - } // end for yyj1319 + z.DecStructFieldNotFound(-1, yys1346) + } // end switch yys1346 + } // end for yyj1346 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18459,16 +18693,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1322 int - var yyb1322 bool - var yyhl1322 bool = l >= 0 - yyj1322++ - if yyhl1322 { - yyb1322 = yyj1322 > l + var yyj1349 int + var yyb1349 bool + var yyhl1349 bool = l >= 0 + yyj1349++ + if yyhl1349 { + yyb1349 = yyj1349 > l } else { - yyb1322 = r.CheckBreak() + yyb1349 = r.CheckBreak() } - if yyb1322 { + if yyb1349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18476,16 +18710,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1323 := &x.Limits - yyv1323.CodecDecodeSelf(d) + yyv1350 := &x.Limits + yyv1350.CodecDecodeSelf(d) } - yyj1322++ - if yyhl1322 { - yyb1322 = yyj1322 > l + yyj1349++ + if yyhl1349 { + yyb1349 = yyj1349 > l } else { - yyb1322 = r.CheckBreak() + yyb1349 = r.CheckBreak() } - if yyb1322 { + if yyb1349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18493,21 +18727,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1324 := &x.Requests - yyv1324.CodecDecodeSelf(d) + yyv1351 := &x.Requests + yyv1351.CodecDecodeSelf(d) } for { - yyj1322++ - if yyhl1322 { - yyb1322 = yyj1322 > l + yyj1349++ + if yyhl1349 { + yyb1349 = yyj1349 > l } else { - yyb1322 = r.CheckBreak() + yyb1349 = r.CheckBreak() } - if yyb1322 { + if yyb1349 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1322-1, "") + z.DecStructFieldNotFound(yyj1349-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18519,50 +18753,50 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1325 := z.EncBinary() - _ = yym1325 + yym1352 := z.EncBinary() + _ = yym1352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1326 := !z.EncBinary() - yy2arr1326 := z.EncBasicHandle().StructToArray - var yyq1326 [18]bool - _, _, _ = yysep1326, yyq1326, yy2arr1326 - const yyr1326 bool = false - yyq1326[1] = x.Image != "" - yyq1326[2] = len(x.Command) != 0 - yyq1326[3] = len(x.Args) != 0 - yyq1326[4] = x.WorkingDir != "" - yyq1326[5] = len(x.Ports) != 0 - yyq1326[6] = len(x.Env) != 0 - yyq1326[7] = true - yyq1326[8] = len(x.VolumeMounts) != 0 - yyq1326[9] = x.LivenessProbe != nil - yyq1326[10] = x.ReadinessProbe != nil - yyq1326[11] = x.Lifecycle != nil - yyq1326[12] = x.TerminationMessagePath != "" - yyq1326[13] = x.ImagePullPolicy != "" - yyq1326[14] = x.SecurityContext != nil - yyq1326[15] = x.Stdin != false - yyq1326[16] = x.StdinOnce != false - yyq1326[17] = x.TTY != false - var yynn1326 int - if yyr1326 || yy2arr1326 { + yysep1353 := !z.EncBinary() + yy2arr1353 := z.EncBasicHandle().StructToArray + var yyq1353 [18]bool + _, _, _ = yysep1353, yyq1353, yy2arr1353 + const yyr1353 bool = false + yyq1353[1] = x.Image != "" + yyq1353[2] = len(x.Command) != 0 + yyq1353[3] = len(x.Args) != 0 + yyq1353[4] = x.WorkingDir != "" + yyq1353[5] = len(x.Ports) != 0 + yyq1353[6] = len(x.Env) != 0 + yyq1353[7] = true + yyq1353[8] = len(x.VolumeMounts) != 0 + yyq1353[9] = x.LivenessProbe != nil + yyq1353[10] = x.ReadinessProbe != nil + yyq1353[11] = x.Lifecycle != nil + yyq1353[12] = x.TerminationMessagePath != "" + yyq1353[13] = x.ImagePullPolicy != "" + yyq1353[14] = x.SecurityContext != nil + yyq1353[15] = x.Stdin != false + yyq1353[16] = x.StdinOnce != false + yyq1353[17] = x.TTY != false + var yynn1353 int + if yyr1353 || yy2arr1353 { r.EncodeArrayStart(18) } else { - yynn1326 = 1 - for _, b := range yyq1326 { + yynn1353 = 1 + for _, b := range yyq1353 { if b { - yynn1326++ + yynn1353++ } } - r.EncodeMapStart(yynn1326) - yynn1326 = 0 + r.EncodeMapStart(yynn1353) + yynn1353 = 0 } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1328 := z.EncBinary() - _ = yym1328 + yym1355 := z.EncBinary() + _ = yym1355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18571,18 +18805,18 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1329 := z.EncBinary() - _ = yym1329 + yym1356 := z.EncBinary() + _ = yym1356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[1] { - yym1331 := z.EncBinary() - _ = yym1331 + if yyq1353[1] { + yym1358 := z.EncBinary() + _ = yym1358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -18591,26 +18825,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1326[1] { + if yyq1353[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1332 := z.EncBinary() - _ = yym1332 + yym1359 := z.EncBinary() + _ = yym1359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[2] { + if yyq1353[2] { if x.Command == nil { r.EncodeNil() } else { - yym1334 := z.EncBinary() - _ = yym1334 + yym1361 := z.EncBinary() + _ = yym1361 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18620,15 +18854,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[2] { + if yyq1353[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1335 := z.EncBinary() - _ = yym1335 + yym1362 := z.EncBinary() + _ = yym1362 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18636,14 +18870,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[3] { + if yyq1353[3] { if x.Args == nil { r.EncodeNil() } else { - yym1337 := z.EncBinary() - _ = yym1337 + yym1364 := z.EncBinary() + _ = yym1364 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -18653,15 +18887,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[3] { + if yyq1353[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1338 := z.EncBinary() - _ = yym1338 + yym1365 := z.EncBinary() + _ = yym1365 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -18669,11 +18903,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[4] { - yym1340 := z.EncBinary() - _ = yym1340 + if yyq1353[4] { + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -18682,26 +18916,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1326[4] { + if yyq1353[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1341 := z.EncBinary() - _ = yym1341 + yym1368 := z.EncBinary() + _ = yym1368 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[5] { + if yyq1353[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1343 := z.EncBinary() - _ = yym1343 + yym1370 := z.EncBinary() + _ = yym1370 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -18711,15 +18945,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[5] { + if yyq1353[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1344 := z.EncBinary() - _ = yym1344 + yym1371 := z.EncBinary() + _ = yym1371 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -18727,14 +18961,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[6] { + if yyq1353[6] { if x.Env == nil { r.EncodeNil() } else { - yym1346 := z.EncBinary() - _ = yym1346 + yym1373 := z.EncBinary() + _ = yym1373 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -18744,15 +18978,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[6] { + if yyq1353[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1347 := z.EncBinary() - _ = yym1347 + yym1374 := z.EncBinary() + _ = yym1374 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -18760,31 +18994,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[7] { - yy1349 := &x.Resources - yy1349.CodecEncodeSelf(e) + if yyq1353[7] { + yy1376 := &x.Resources + yy1376.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1326[7] { + if yyq1353[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1350 := &x.Resources - yy1350.CodecEncodeSelf(e) + yy1377 := &x.Resources + yy1377.CodecEncodeSelf(e) } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[8] { + if yyq1353[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1352 := z.EncBinary() - _ = yym1352 + yym1379 := z.EncBinary() + _ = yym1379 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -18794,15 +19028,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[8] { + if yyq1353[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1353 := z.EncBinary() - _ = yym1353 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -18810,9 +19044,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[9] { + if yyq1353[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -18822,7 +19056,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[9] { + if yyq1353[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18833,9 +19067,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[10] { + if yyq1353[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -18845,7 +19079,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[10] { + if yyq1353[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18856,9 +19090,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[11] { + if yyq1353[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -18868,7 +19102,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[11] { + if yyq1353[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18879,11 +19113,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[12] { - yym1358 := z.EncBinary() - _ = yym1358 + if yyq1353[12] { + yym1385 := z.EncBinary() + _ = yym1385 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -18892,36 +19126,36 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1326[12] { + if yyq1353[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1359 := z.EncBinary() - _ = yym1359 + yym1386 := z.EncBinary() + _ = yym1386 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[13] { + if yyq1353[13] { x.ImagePullPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1326[13] { + if yyq1353[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[14] { + if yyq1353[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -18931,7 +19165,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1326[14] { + if yyq1353[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18942,11 +19176,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[15] { - yym1363 := z.EncBinary() - _ = yym1363 + if yyq1353[15] { + yym1390 := z.EncBinary() + _ = yym1390 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -18955,23 +19189,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1326[15] { + if yyq1353[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1364 := z.EncBinary() - _ = yym1364 + yym1391 := z.EncBinary() + _ = yym1391 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[16] { - yym1366 := z.EncBinary() - _ = yym1366 + if yyq1353[16] { + yym1393 := z.EncBinary() + _ = yym1393 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -18980,23 +19214,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1326[16] { + if yyq1353[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1367 := z.EncBinary() - _ = yym1367 + yym1394 := z.EncBinary() + _ = yym1394 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1326[17] { - yym1369 := z.EncBinary() - _ = yym1369 + if yyq1353[17] { + yym1396 := z.EncBinary() + _ = yym1396 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -19005,19 +19239,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1326[17] { + if yyq1353[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1370 := z.EncBinary() - _ = yym1370 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1326 || yy2arr1326 { + if yyr1353 || yy2arr1353 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19030,25 +19264,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1371 := z.DecBinary() - _ = yym1371 + yym1398 := z.DecBinary() + _ = yym1398 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1372 := r.ContainerType() - if yyct1372 == codecSelferValueTypeMap1234 { - yyl1372 := r.ReadMapStart() - if yyl1372 == 0 { + yyct1399 := r.ContainerType() + if yyct1399 == codecSelferValueTypeMap1234 { + yyl1399 := r.ReadMapStart() + if yyl1399 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1372, d) + x.codecDecodeSelfFromMap(yyl1399, d) } - } else if yyct1372 == codecSelferValueTypeArray1234 { - yyl1372 := r.ReadArrayStart() - if yyl1372 == 0 { + } else if yyct1399 == codecSelferValueTypeArray1234 { + yyl1399 := r.ReadArrayStart() + if yyl1399 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1372, d) + x.codecDecodeSelfFromArray(yyl1399, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19060,12 +19294,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1373Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1373Slc - var yyhl1373 bool = l >= 0 - for yyj1373 := 0; ; yyj1373++ { - if yyhl1373 { - if yyj1373 >= l { + var yys1400Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1400Slc + var yyhl1400 bool = l >= 0 + for yyj1400 := 0; ; yyj1400++ { + if yyhl1400 { + if yyj1400 >= l { break } } else { @@ -19074,10 +19308,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1373Slc = r.DecodeBytes(yys1373Slc, true, true) - yys1373 := string(yys1373Slc) + yys1400Slc = r.DecodeBytes(yys1400Slc, true, true) + yys1400 := string(yys1400Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1373 { + switch yys1400 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -19094,24 +19328,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1376 := &x.Command - yym1377 := z.DecBinary() - _ = yym1377 + yyv1403 := &x.Command + yym1404 := z.DecBinary() + _ = yym1404 if false { } else { - z.F.DecSliceStringX(yyv1376, false, d) + z.F.DecSliceStringX(yyv1403, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1378 := &x.Args - yym1379 := z.DecBinary() - _ = yym1379 + yyv1405 := &x.Args + yym1406 := z.DecBinary() + _ = yym1406 if false { } else { - z.F.DecSliceStringX(yyv1378, false, d) + z.F.DecSliceStringX(yyv1405, false, d) } } case "workingDir": @@ -19124,43 +19358,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1381 := &x.Ports - yym1382 := z.DecBinary() - _ = yym1382 + yyv1408 := &x.Ports + yym1409 := z.DecBinary() + _ = yym1409 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1381), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1408), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1383 := &x.Env - yym1384 := z.DecBinary() - _ = yym1384 + yyv1410 := &x.Env + yym1411 := z.DecBinary() + _ = yym1411 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1383), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1410), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1385 := &x.Resources - yyv1385.CodecDecodeSelf(d) + yyv1412 := &x.Resources + yyv1412.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1386 := &x.VolumeMounts - yym1387 := z.DecBinary() - _ = yym1387 + yyv1413 := &x.VolumeMounts + yym1414 := z.DecBinary() + _ = yym1414 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1386), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1413), d) } } case "livenessProbe": @@ -19238,9 +19472,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1373) - } // end switch yys1373 - } // end for yyj1373 + z.DecStructFieldNotFound(-1, yys1400) + } // end switch yys1400 + } // end for yyj1400 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19248,16 +19482,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1397 int - var yyb1397 bool - var yyhl1397 bool = l >= 0 - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + var yyj1424 int + var yyb1424 bool + var yyhl1424 bool = l >= 0 + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19267,13 +19501,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19283,13 +19517,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19297,21 +19531,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1400 := &x.Command - yym1401 := z.DecBinary() - _ = yym1401 + yyv1427 := &x.Command + yym1428 := z.DecBinary() + _ = yym1428 if false { } else { - z.F.DecSliceStringX(yyv1400, false, d) + z.F.DecSliceStringX(yyv1427, false, d) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19319,21 +19553,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1402 := &x.Args - yym1403 := z.DecBinary() - _ = yym1403 + yyv1429 := &x.Args + yym1430 := z.DecBinary() + _ = yym1430 if false { } else { - z.F.DecSliceStringX(yyv1402, false, d) + z.F.DecSliceStringX(yyv1429, false, d) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19343,13 +19577,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19357,21 +19591,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1405 := &x.Ports - yym1406 := z.DecBinary() - _ = yym1406 + yyv1432 := &x.Ports + yym1433 := z.DecBinary() + _ = yym1433 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1405), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1432), d) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19379,21 +19613,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1407 := &x.Env - yym1408 := z.DecBinary() - _ = yym1408 + yyv1434 := &x.Env + yym1435 := z.DecBinary() + _ = yym1435 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1407), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1434), d) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19401,16 +19635,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1409 := &x.Resources - yyv1409.CodecDecodeSelf(d) + yyv1436 := &x.Resources + yyv1436.CodecDecodeSelf(d) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19418,21 +19652,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1410 := &x.VolumeMounts - yym1411 := z.DecBinary() - _ = yym1411 + yyv1437 := &x.VolumeMounts + yym1438 := z.DecBinary() + _ = yym1438 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1410), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1437), d) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19447,13 +19681,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19468,13 +19702,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19489,13 +19723,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19505,13 +19739,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19521,13 +19755,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19542,13 +19776,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19558,13 +19792,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19574,13 +19808,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19591,17 +19825,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l } else { - yyb1397 = r.CheckBreak() + yyb1424 = r.CheckBreak() } - if yyb1397 { + if yyb1424 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1397-1, "") + z.DecStructFieldNotFound(yyj1424-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19613,35 +19847,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1421 := z.EncBinary() - _ = yym1421 + yym1448 := z.EncBinary() + _ = yym1448 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1422 := !z.EncBinary() - yy2arr1422 := z.EncBasicHandle().StructToArray - var yyq1422 [3]bool - _, _, _ = yysep1422, yyq1422, yy2arr1422 - const yyr1422 bool = false - yyq1422[0] = x.Exec != nil - yyq1422[1] = x.HTTPGet != nil - yyq1422[2] = x.TCPSocket != nil - var yynn1422 int - if yyr1422 || yy2arr1422 { + yysep1449 := !z.EncBinary() + yy2arr1449 := z.EncBasicHandle().StructToArray + var yyq1449 [3]bool + _, _, _ = yysep1449, yyq1449, yy2arr1449 + const yyr1449 bool = false + yyq1449[0] = x.Exec != nil + yyq1449[1] = x.HTTPGet != nil + yyq1449[2] = x.TCPSocket != nil + var yynn1449 int + if yyr1449 || yy2arr1449 { r.EncodeArrayStart(3) } else { - yynn1422 = 0 - for _, b := range yyq1422 { + yynn1449 = 0 + for _, b := range yyq1449 { if b { - yynn1422++ + yynn1449++ } } - r.EncodeMapStart(yynn1422) - yynn1422 = 0 + r.EncodeMapStart(yynn1449) + yynn1449 = 0 } - if yyr1422 || yy2arr1422 { + if yyr1449 || yy2arr1449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1422[0] { + if yyq1449[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -19651,7 +19885,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1422[0] { + if yyq1449[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19662,9 +19896,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1422 || yy2arr1422 { + if yyr1449 || yy2arr1449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1422[1] { + if yyq1449[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -19674,7 +19908,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1422[1] { + if yyq1449[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19685,9 +19919,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1422 || yy2arr1422 { + if yyr1449 || yy2arr1449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1422[2] { + if yyq1449[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -19697,7 +19931,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1422[2] { + if yyq1449[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19708,7 +19942,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1422 || yy2arr1422 { + if yyr1449 || yy2arr1449 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19721,25 +19955,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1426 := z.DecBinary() - _ = yym1426 + yym1453 := z.DecBinary() + _ = yym1453 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1427 := r.ContainerType() - if yyct1427 == codecSelferValueTypeMap1234 { - yyl1427 := r.ReadMapStart() - if yyl1427 == 0 { + yyct1454 := r.ContainerType() + if yyct1454 == codecSelferValueTypeMap1234 { + yyl1454 := r.ReadMapStart() + if yyl1454 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1427, d) + x.codecDecodeSelfFromMap(yyl1454, d) } - } else if yyct1427 == codecSelferValueTypeArray1234 { - yyl1427 := r.ReadArrayStart() - if yyl1427 == 0 { + } else if yyct1454 == codecSelferValueTypeArray1234 { + yyl1454 := r.ReadArrayStart() + if yyl1454 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1427, d) + x.codecDecodeSelfFromArray(yyl1454, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19751,12 +19985,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1428Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1428Slc - var yyhl1428 bool = l >= 0 - for yyj1428 := 0; ; yyj1428++ { - if yyhl1428 { - if yyj1428 >= l { + var yys1455Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1455Slc + var yyhl1455 bool = l >= 0 + for yyj1455 := 0; ; yyj1455++ { + if yyhl1455 { + if yyj1455 >= l { break } } else { @@ -19765,10 +19999,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1428Slc = r.DecodeBytes(yys1428Slc, true, true) - yys1428 := string(yys1428Slc) + yys1455Slc = r.DecodeBytes(yys1455Slc, true, true) + yys1455 := string(yys1455Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1428 { + switch yys1455 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -19803,9 +20037,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1428) - } // end switch yys1428 - } // end for yyj1428 + z.DecStructFieldNotFound(-1, yys1455) + } // end switch yys1455 + } // end for yyj1455 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19813,16 +20047,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1432 int - var yyb1432 bool - var yyhl1432 bool = l >= 0 - yyj1432++ - if yyhl1432 { - yyb1432 = yyj1432 > l + var yyj1459 int + var yyb1459 bool + var yyhl1459 bool = l >= 0 + yyj1459++ + if yyhl1459 { + yyb1459 = yyj1459 > l } else { - yyb1432 = r.CheckBreak() + yyb1459 = r.CheckBreak() } - if yyb1432 { + if yyb1459 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19837,13 +20071,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1432++ - if yyhl1432 { - yyb1432 = yyj1432 > l + yyj1459++ + if yyhl1459 { + yyb1459 = yyj1459 > l } else { - yyb1432 = r.CheckBreak() + yyb1459 = r.CheckBreak() } - if yyb1432 { + if yyb1459 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19858,13 +20092,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1432++ - if yyhl1432 { - yyb1432 = yyj1432 > l + yyj1459++ + if yyhl1459 { + yyb1459 = yyj1459 > l } else { - yyb1432 = r.CheckBreak() + yyb1459 = r.CheckBreak() } - if yyb1432 { + if yyb1459 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19880,17 +20114,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1432++ - if yyhl1432 { - yyb1432 = yyj1432 > l + yyj1459++ + if yyhl1459 { + yyb1459 = yyj1459 > l } else { - yyb1432 = r.CheckBreak() + yyb1459 = r.CheckBreak() } - if yyb1432 { + if yyb1459 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1432-1, "") + z.DecStructFieldNotFound(yyj1459-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19902,34 +20136,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1436 := z.EncBinary() - _ = yym1436 + yym1463 := z.EncBinary() + _ = yym1463 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1437 := !z.EncBinary() - yy2arr1437 := z.EncBasicHandle().StructToArray - var yyq1437 [2]bool - _, _, _ = yysep1437, yyq1437, yy2arr1437 - const yyr1437 bool = false - yyq1437[0] = x.PostStart != nil - yyq1437[1] = x.PreStop != nil - var yynn1437 int - if yyr1437 || yy2arr1437 { + yysep1464 := !z.EncBinary() + yy2arr1464 := z.EncBasicHandle().StructToArray + var yyq1464 [2]bool + _, _, _ = yysep1464, yyq1464, yy2arr1464 + const yyr1464 bool = false + yyq1464[0] = x.PostStart != nil + yyq1464[1] = x.PreStop != nil + var yynn1464 int + if yyr1464 || yy2arr1464 { r.EncodeArrayStart(2) } else { - yynn1437 = 0 - for _, b := range yyq1437 { + yynn1464 = 0 + for _, b := range yyq1464 { if b { - yynn1437++ + yynn1464++ } } - r.EncodeMapStart(yynn1437) - yynn1437 = 0 + r.EncodeMapStart(yynn1464) + yynn1464 = 0 } - if yyr1437 || yy2arr1437 { + if yyr1464 || yy2arr1464 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1437[0] { + if yyq1464[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -19939,7 +20173,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1437[0] { + if yyq1464[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19950,9 +20184,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1437 || yy2arr1437 { + if yyr1464 || yy2arr1464 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1437[1] { + if yyq1464[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -19962,7 +20196,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1437[1] { + if yyq1464[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19973,7 +20207,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1437 || yy2arr1437 { + if yyr1464 || yy2arr1464 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19986,25 +20220,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1440 := z.DecBinary() - _ = yym1440 + yym1467 := z.DecBinary() + _ = yym1467 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1441 := r.ContainerType() - if yyct1441 == codecSelferValueTypeMap1234 { - yyl1441 := r.ReadMapStart() - if yyl1441 == 0 { + yyct1468 := r.ContainerType() + if yyct1468 == codecSelferValueTypeMap1234 { + yyl1468 := r.ReadMapStart() + if yyl1468 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1441, d) + x.codecDecodeSelfFromMap(yyl1468, d) } - } else if yyct1441 == codecSelferValueTypeArray1234 { - yyl1441 := r.ReadArrayStart() - if yyl1441 == 0 { + } else if yyct1468 == codecSelferValueTypeArray1234 { + yyl1468 := r.ReadArrayStart() + if yyl1468 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1441, d) + x.codecDecodeSelfFromArray(yyl1468, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20016,12 +20250,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1442Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1442Slc - var yyhl1442 bool = l >= 0 - for yyj1442 := 0; ; yyj1442++ { - if yyhl1442 { - if yyj1442 >= l { + var yys1469Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1469Slc + var yyhl1469 bool = l >= 0 + for yyj1469 := 0; ; yyj1469++ { + if yyhl1469 { + if yyj1469 >= l { break } } else { @@ -20030,10 +20264,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1442Slc = r.DecodeBytes(yys1442Slc, true, true) - yys1442 := string(yys1442Slc) + yys1469Slc = r.DecodeBytes(yys1469Slc, true, true) + yys1469 := string(yys1469Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1442 { + switch yys1469 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -20057,9 +20291,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1442) - } // end switch yys1442 - } // end for yyj1442 + z.DecStructFieldNotFound(-1, yys1469) + } // end switch yys1469 + } // end for yyj1469 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20067,16 +20301,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1445 int - var yyb1445 bool - var yyhl1445 bool = l >= 0 - yyj1445++ - if yyhl1445 { - yyb1445 = yyj1445 > l + var yyj1472 int + var yyb1472 bool + var yyhl1472 bool = l >= 0 + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1445 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1445 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20091,13 +20325,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1445++ - if yyhl1445 { - yyb1445 = yyj1445 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1445 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1445 { + if yyb1472 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20113,17 +20347,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1445++ - if yyhl1445 { - yyb1445 = yyj1445 > l + yyj1472++ + if yyhl1472 { + yyb1472 = yyj1472 > l } else { - yyb1445 = r.CheckBreak() + yyb1472 = r.CheckBreak() } - if yyb1445 { + if yyb1472 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1445-1, "") + z.DecStructFieldNotFound(yyj1472-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20132,8 +20366,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1448 := z.EncBinary() - _ = yym1448 + yym1475 := z.EncBinary() + _ = yym1475 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -20145,8 +20379,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1449 := z.DecBinary() - _ = yym1449 + yym1476 := z.DecBinary() + _ = yym1476 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -20161,36 +20395,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1450 := z.EncBinary() - _ = yym1450 + yym1477 := z.EncBinary() + _ = yym1477 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1451 := !z.EncBinary() - yy2arr1451 := z.EncBasicHandle().StructToArray - var yyq1451 [2]bool - _, _, _ = yysep1451, yyq1451, yy2arr1451 - const yyr1451 bool = false - yyq1451[0] = x.Reason != "" - yyq1451[1] = x.Message != "" - var yynn1451 int - if yyr1451 || yy2arr1451 { + yysep1478 := !z.EncBinary() + yy2arr1478 := z.EncBasicHandle().StructToArray + var yyq1478 [2]bool + _, _, _ = yysep1478, yyq1478, yy2arr1478 + const yyr1478 bool = false + yyq1478[0] = x.Reason != "" + yyq1478[1] = x.Message != "" + var yynn1478 int + if yyr1478 || yy2arr1478 { r.EncodeArrayStart(2) } else { - yynn1451 = 0 - for _, b := range yyq1451 { + yynn1478 = 0 + for _, b := range yyq1478 { if b { - yynn1451++ + yynn1478++ } } - r.EncodeMapStart(yynn1451) - yynn1451 = 0 + r.EncodeMapStart(yynn1478) + yynn1478 = 0 } - if yyr1451 || yy2arr1451 { + if yyr1478 || yy2arr1478 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1451[0] { - yym1453 := z.EncBinary() - _ = yym1453 + if yyq1478[0] { + yym1480 := z.EncBinary() + _ = yym1480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -20199,23 +20433,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1451[0] { + if yyq1478[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1454 := z.EncBinary() - _ = yym1454 + yym1481 := z.EncBinary() + _ = yym1481 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1451 || yy2arr1451 { + if yyr1478 || yy2arr1478 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1451[1] { - yym1456 := z.EncBinary() - _ = yym1456 + if yyq1478[1] { + yym1483 := z.EncBinary() + _ = yym1483 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -20224,19 +20458,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1451[1] { + if yyq1478[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1457 := z.EncBinary() - _ = yym1457 + yym1484 := z.EncBinary() + _ = yym1484 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1451 || yy2arr1451 { + if yyr1478 || yy2arr1478 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20249,25 +20483,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1458 := z.DecBinary() - _ = yym1458 + yym1485 := z.DecBinary() + _ = yym1485 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1459 := r.ContainerType() - if yyct1459 == codecSelferValueTypeMap1234 { - yyl1459 := r.ReadMapStart() - if yyl1459 == 0 { + yyct1486 := r.ContainerType() + if yyct1486 == codecSelferValueTypeMap1234 { + yyl1486 := r.ReadMapStart() + if yyl1486 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1459, d) + x.codecDecodeSelfFromMap(yyl1486, d) } - } else if yyct1459 == codecSelferValueTypeArray1234 { - yyl1459 := r.ReadArrayStart() - if yyl1459 == 0 { + } else if yyct1486 == codecSelferValueTypeArray1234 { + yyl1486 := r.ReadArrayStart() + if yyl1486 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1459, d) + x.codecDecodeSelfFromArray(yyl1486, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20279,12 +20513,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1460Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1460Slc - var yyhl1460 bool = l >= 0 - for yyj1460 := 0; ; yyj1460++ { - if yyhl1460 { - if yyj1460 >= l { + var yys1487Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1487Slc + var yyhl1487 bool = l >= 0 + for yyj1487 := 0; ; yyj1487++ { + if yyhl1487 { + if yyj1487 >= l { break } } else { @@ -20293,10 +20527,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1460Slc = r.DecodeBytes(yys1460Slc, true, true) - yys1460 := string(yys1460Slc) + yys1487Slc = r.DecodeBytes(yys1487Slc, true, true) + yys1487 := string(yys1487Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1460 { + switch yys1487 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -20310,9 +20544,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1460) - } // end switch yys1460 - } // end for yyj1460 + z.DecStructFieldNotFound(-1, yys1487) + } // end switch yys1487 + } // end for yyj1487 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20320,16 +20554,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1463 int - var yyb1463 bool - var yyhl1463 bool = l >= 0 - yyj1463++ - if yyhl1463 { - yyb1463 = yyj1463 > l + var yyj1490 int + var yyb1490 bool + var yyhl1490 bool = l >= 0 + yyj1490++ + if yyhl1490 { + yyb1490 = yyj1490 > l } else { - yyb1463 = r.CheckBreak() + yyb1490 = r.CheckBreak() } - if yyb1463 { + if yyb1490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20339,13 +20573,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1463++ - if yyhl1463 { - yyb1463 = yyj1463 > l + yyj1490++ + if yyhl1490 { + yyb1490 = yyj1490 > l } else { - yyb1463 = r.CheckBreak() + yyb1490 = r.CheckBreak() } - if yyb1463 { + if yyb1490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20356,17 +20590,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1463++ - if yyhl1463 { - yyb1463 = yyj1463 > l + yyj1490++ + if yyhl1490 { + yyb1490 = yyj1490 > l } else { - yyb1463 = r.CheckBreak() + yyb1490 = r.CheckBreak() } - if yyb1463 { + if yyb1490 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1463-1, "") + z.DecStructFieldNotFound(yyj1490-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20378,335 +20612,33 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1466 := z.EncBinary() - _ = yym1466 + yym1493 := z.EncBinary() + _ = yym1493 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1467 := !z.EncBinary() - yy2arr1467 := z.EncBasicHandle().StructToArray - var yyq1467 [1]bool - _, _, _ = yysep1467, yyq1467, yy2arr1467 - const yyr1467 bool = false - yyq1467[0] = true - var yynn1467 int - if yyr1467 || yy2arr1467 { + yysep1494 := !z.EncBinary() + yy2arr1494 := z.EncBasicHandle().StructToArray + var yyq1494 [1]bool + _, _, _ = yysep1494, yyq1494, yy2arr1494 + const yyr1494 bool = false + yyq1494[0] = true + var yynn1494 int + if yyr1494 || yy2arr1494 { r.EncodeArrayStart(1) } else { - yynn1467 = 0 - for _, b := range yyq1467 { + yynn1494 = 0 + for _, b := range yyq1494 { if b { - yynn1467++ + yynn1494++ } } - r.EncodeMapStart(yynn1467) - yynn1467 = 0 + r.EncodeMapStart(yynn1494) + yynn1494 = 0 } - if yyr1467 || yy2arr1467 { + if yyr1494 || yy2arr1494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1467[0] { - yy1469 := &x.StartedAt - yym1470 := z.EncBinary() - _ = yym1470 - if false { - } else if z.HasExtensions() && z.EncExt(yy1469) { - } else if yym1470 { - z.EncBinaryMarshal(yy1469) - } else if !yym1470 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1469) - } else { - z.EncFallback(yy1469) - } - } else { - r.EncodeNil() - } - } else { - if yyq1467[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startedAt")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1471 := &x.StartedAt - yym1472 := z.EncBinary() - _ = yym1472 - if false { - } else if z.HasExtensions() && z.EncExt(yy1471) { - } else if yym1472 { - z.EncBinaryMarshal(yy1471) - } else if !yym1472 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1471) - } else { - z.EncFallback(yy1471) - } - } - } - if yyr1467 || yy2arr1467 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1473 := z.DecBinary() - _ = yym1473 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1474 := r.ContainerType() - if yyct1474 == codecSelferValueTypeMap1234 { - yyl1474 := r.ReadMapStart() - if yyl1474 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1474, d) - } - } else if yyct1474 == codecSelferValueTypeArray1234 { - yyl1474 := r.ReadArrayStart() - if yyl1474 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1474, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1475Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1475Slc - var yyhl1475 bool = l >= 0 - for yyj1475 := 0; ; yyj1475++ { - if yyhl1475 { - if yyj1475 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1475Slc = r.DecodeBytes(yys1475Slc, true, true) - yys1475 := string(yys1475Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1475 { - case "startedAt": - if r.TryDecodeAsNil() { - x.StartedAt = pkg2_unversioned.Time{} - } else { - yyv1476 := &x.StartedAt - yym1477 := z.DecBinary() - _ = yym1477 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1476) { - } else if yym1477 { - z.DecBinaryUnmarshal(yyv1476) - } else if !yym1477 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1476) - } else { - z.DecFallback(yyv1476, false) - } - } - default: - z.DecStructFieldNotFound(-1, yys1475) - } // end switch yys1475 - } // end for yyj1475 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1478 int - var yyb1478 bool - var yyhl1478 bool = l >= 0 - yyj1478++ - if yyhl1478 { - yyb1478 = yyj1478 > l - } else { - yyb1478 = r.CheckBreak() - } - if yyb1478 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.StartedAt = pkg2_unversioned.Time{} - } else { - yyv1479 := &x.StartedAt - yym1480 := z.DecBinary() - _ = yym1480 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1479) { - } else if yym1480 { - z.DecBinaryUnmarshal(yyv1479) - } else if !yym1480 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1479) - } else { - z.DecFallback(yyv1479, false) - } - } - for { - yyj1478++ - if yyhl1478 { - yyb1478 = yyj1478 > l - } else { - yyb1478 = r.CheckBreak() - } - if yyb1478 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1478-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1481 := z.EncBinary() - _ = yym1481 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1482 := !z.EncBinary() - yy2arr1482 := z.EncBasicHandle().StructToArray - var yyq1482 [7]bool - _, _, _ = yysep1482, yyq1482, yy2arr1482 - const yyr1482 bool = false - yyq1482[1] = x.Signal != 0 - yyq1482[2] = x.Reason != "" - yyq1482[3] = x.Message != "" - yyq1482[4] = true - yyq1482[5] = true - yyq1482[6] = x.ContainerID != "" - var yynn1482 int - if yyr1482 || yy2arr1482 { - r.EncodeArrayStart(7) - } else { - yynn1482 = 1 - for _, b := range yyq1482 { - if b { - yynn1482++ - } - } - r.EncodeMapStart(yynn1482) - yynn1482 = 0 - } - if yyr1482 || yy2arr1482 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1484 := z.EncBinary() - _ = yym1484 - if false { - } else { - r.EncodeInt(int64(x.ExitCode)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("exitCode")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1485 := z.EncBinary() - _ = yym1485 - if false { - } else { - r.EncodeInt(int64(x.ExitCode)) - } - } - if yyr1482 || yy2arr1482 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[1] { - yym1487 := z.EncBinary() - _ = yym1487 - if false { - } else { - r.EncodeInt(int64(x.Signal)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1482[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("signal")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1488 := z.EncBinary() - _ = yym1488 - if false { - } else { - r.EncodeInt(int64(x.Signal)) - } - } - } - if yyr1482 || yy2arr1482 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[2] { - yym1490 := z.EncBinary() - _ = yym1490 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1482[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1491 := z.EncBinary() - _ = yym1491 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr1482 || yy2arr1482 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[3] { - yym1493 := z.EncBinary() - _ = yym1493 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1482[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1494 := z.EncBinary() - _ = yym1494 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr1482 || yy2arr1482 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[4] { + if yyq1494[0] { yy1496 := &x.StartedAt yym1497 := z.EncBinary() _ = yym1497 @@ -20723,7 +20655,7 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1482[4] { + if yyq1494[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20741,48 +20673,350 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1482 || yy2arr1482 { + if yyr1494 || yy2arr1494 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1500 := z.DecBinary() + _ = yym1500 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1501 := r.ContainerType() + if yyct1501 == codecSelferValueTypeMap1234 { + yyl1501 := r.ReadMapStart() + if yyl1501 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1501, d) + } + } else if yyct1501 == codecSelferValueTypeArray1234 { + yyl1501 := r.ReadArrayStart() + if yyl1501 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1501, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1502Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1502Slc + var yyhl1502 bool = l >= 0 + for yyj1502 := 0; ; yyj1502++ { + if yyhl1502 { + if yyj1502 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1502Slc = r.DecodeBytes(yys1502Slc, true, true) + yys1502 := string(yys1502Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1502 { + case "startedAt": + if r.TryDecodeAsNil() { + x.StartedAt = pkg2_unversioned.Time{} + } else { + yyv1503 := &x.StartedAt + yym1504 := z.DecBinary() + _ = yym1504 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1503) { + } else if yym1504 { + z.DecBinaryUnmarshal(yyv1503) + } else if !yym1504 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1503) + } else { + z.DecFallback(yyv1503, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys1502) + } // end switch yys1502 + } // end for yyj1502 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1505 int + var yyb1505 bool + var yyhl1505 bool = l >= 0 + yyj1505++ + if yyhl1505 { + yyb1505 = yyj1505 > l + } else { + yyb1505 = r.CheckBreak() + } + if yyb1505 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.StartedAt = pkg2_unversioned.Time{} + } else { + yyv1506 := &x.StartedAt + yym1507 := z.DecBinary() + _ = yym1507 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1506) { + } else if yym1507 { + z.DecBinaryUnmarshal(yyv1506) + } else if !yym1507 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1506) + } else { + z.DecFallback(yyv1506, false) + } + } + for { + yyj1505++ + if yyhl1505 { + yyb1505 = yyj1505 > l + } else { + yyb1505 = r.CheckBreak() + } + if yyb1505 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1505-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1508 := z.EncBinary() + _ = yym1508 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1509 := !z.EncBinary() + yy2arr1509 := z.EncBasicHandle().StructToArray + var yyq1509 [7]bool + _, _, _ = yysep1509, yyq1509, yy2arr1509 + const yyr1509 bool = false + yyq1509[1] = x.Signal != 0 + yyq1509[2] = x.Reason != "" + yyq1509[3] = x.Message != "" + yyq1509[4] = true + yyq1509[5] = true + yyq1509[6] = x.ContainerID != "" + var yynn1509 int + if yyr1509 || yy2arr1509 { + r.EncodeArrayStart(7) + } else { + yynn1509 = 1 + for _, b := range yyq1509 { + if b { + yynn1509++ + } + } + r.EncodeMapStart(yynn1509) + yynn1509 = 0 + } + if yyr1509 || yy2arr1509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[5] { - yy1501 := &x.FinishedAt - yym1502 := z.EncBinary() - _ = yym1502 + yym1511 := z.EncBinary() + _ = yym1511 + if false { + } else { + r.EncodeInt(int64(x.ExitCode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("exitCode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1512 := z.EncBinary() + _ = yym1512 + if false { + } else { + r.EncodeInt(int64(x.ExitCode)) + } + } + if yyr1509 || yy2arr1509 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1509[1] { + yym1514 := z.EncBinary() + _ = yym1514 if false { - } else if z.HasExtensions() && z.EncExt(yy1501) { - } else if yym1502 { - z.EncBinaryMarshal(yy1501) - } else if !yym1502 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1501) } else { - z.EncFallback(yy1501) + r.EncodeInt(int64(x.Signal)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1509[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("signal")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1515 := z.EncBinary() + _ = yym1515 + if false { + } else { + r.EncodeInt(int64(x.Signal)) + } + } + } + if yyr1509 || yy2arr1509 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1509[2] { + yym1517 := z.EncBinary() + _ = yym1517 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1509[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1518 := z.EncBinary() + _ = yym1518 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr1509 || yy2arr1509 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1509[3] { + yym1520 := z.EncBinary() + _ = yym1520 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1509[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1521 := z.EncBinary() + _ = yym1521 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr1509 || yy2arr1509 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1509[4] { + yy1523 := &x.StartedAt + yym1524 := z.EncBinary() + _ = yym1524 + if false { + } else if z.HasExtensions() && z.EncExt(yy1523) { + } else if yym1524 { + z.EncBinaryMarshal(yy1523) + } else if !yym1524 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1523) + } else { + z.EncFallback(yy1523) } } else { r.EncodeNil() } } else { - if yyq1482[5] { + if yyq1509[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1503 := &x.FinishedAt - yym1504 := z.EncBinary() - _ = yym1504 + yy1525 := &x.StartedAt + yym1526 := z.EncBinary() + _ = yym1526 if false { - } else if z.HasExtensions() && z.EncExt(yy1503) { - } else if yym1504 { - z.EncBinaryMarshal(yy1503) - } else if !yym1504 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1503) + } else if z.HasExtensions() && z.EncExt(yy1525) { + } else if yym1526 { + z.EncBinaryMarshal(yy1525) + } else if !yym1526 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1525) } else { - z.EncFallback(yy1503) + z.EncFallback(yy1525) } } } - if yyr1482 || yy2arr1482 { + if yyr1509 || yy2arr1509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1482[6] { - yym1506 := z.EncBinary() - _ = yym1506 + if yyq1509[5] { + yy1528 := &x.FinishedAt + yym1529 := z.EncBinary() + _ = yym1529 + if false { + } else if z.HasExtensions() && z.EncExt(yy1528) { + } else if yym1529 { + z.EncBinaryMarshal(yy1528) + } else if !yym1529 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1528) + } else { + z.EncFallback(yy1528) + } + } else { + r.EncodeNil() + } + } else { + if yyq1509[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1530 := &x.FinishedAt + yym1531 := z.EncBinary() + _ = yym1531 + if false { + } else if z.HasExtensions() && z.EncExt(yy1530) { + } else if yym1531 { + z.EncBinaryMarshal(yy1530) + } else if !yym1531 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1530) + } else { + z.EncFallback(yy1530) + } + } + } + if yyr1509 || yy2arr1509 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1509[6] { + yym1533 := z.EncBinary() + _ = yym1533 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -20791,19 +21025,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1482[6] { + if yyq1509[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1507 := z.EncBinary() - _ = yym1507 + yym1534 := z.EncBinary() + _ = yym1534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1482 || yy2arr1482 { + if yyr1509 || yy2arr1509 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20813,397 +21047,6 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1508 := z.DecBinary() - _ = yym1508 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1509 := r.ContainerType() - if yyct1509 == codecSelferValueTypeMap1234 { - yyl1509 := r.ReadMapStart() - if yyl1509 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1509, d) - } - } else if yyct1509 == codecSelferValueTypeArray1234 { - yyl1509 := r.ReadArrayStart() - if yyl1509 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1509, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1510Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1510Slc - var yyhl1510 bool = l >= 0 - for yyj1510 := 0; ; yyj1510++ { - if yyhl1510 { - if yyj1510 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1510Slc = r.DecodeBytes(yys1510Slc, true, true) - yys1510 := string(yys1510Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1510 { - case "exitCode": - if r.TryDecodeAsNil() { - x.ExitCode = 0 - } else { - x.ExitCode = int32(r.DecodeInt(32)) - } - case "signal": - if r.TryDecodeAsNil() { - x.Signal = 0 - } else { - x.Signal = int32(r.DecodeInt(32)) - } - case "reason": - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - case "message": - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - case "startedAt": - if r.TryDecodeAsNil() { - x.StartedAt = pkg2_unversioned.Time{} - } else { - yyv1515 := &x.StartedAt - yym1516 := z.DecBinary() - _ = yym1516 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1515) { - } else if yym1516 { - z.DecBinaryUnmarshal(yyv1515) - } else if !yym1516 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1515) - } else { - z.DecFallback(yyv1515, false) - } - } - case "finishedAt": - if r.TryDecodeAsNil() { - x.FinishedAt = pkg2_unversioned.Time{} - } else { - yyv1517 := &x.FinishedAt - yym1518 := z.DecBinary() - _ = yym1518 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1517) { - } else if yym1518 { - z.DecBinaryUnmarshal(yyv1517) - } else if !yym1518 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1517) - } else { - z.DecFallback(yyv1517, false) - } - } - case "containerID": - if r.TryDecodeAsNil() { - x.ContainerID = "" - } else { - x.ContainerID = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys1510) - } // end switch yys1510 - } // end for yyj1510 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1520 int - var yyb1520 bool - var yyhl1520 bool = l >= 0 - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ExitCode = 0 - } else { - x.ExitCode = int32(r.DecodeInt(32)) - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Signal = 0 - } else { - x.Signal = int32(r.DecodeInt(32)) - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.StartedAt = pkg2_unversioned.Time{} - } else { - yyv1525 := &x.StartedAt - yym1526 := z.DecBinary() - _ = yym1526 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1525) { - } else if yym1526 { - z.DecBinaryUnmarshal(yyv1525) - } else if !yym1526 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1525) - } else { - z.DecFallback(yyv1525, false) - } - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.FinishedAt = pkg2_unversioned.Time{} - } else { - yyv1527 := &x.FinishedAt - yym1528 := z.DecBinary() - _ = yym1528 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1527) { - } else if yym1528 { - z.DecBinaryUnmarshal(yyv1527) - } else if !yym1528 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1527) - } else { - z.DecFallback(yyv1527, false) - } - } - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ContainerID = "" - } else { - x.ContainerID = string(r.DecodeString()) - } - for { - yyj1520++ - if yyhl1520 { - yyb1520 = yyj1520 > l - } else { - yyb1520 = r.CheckBreak() - } - if yyb1520 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1520-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1530 := z.EncBinary() - _ = yym1530 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1531 := !z.EncBinary() - yy2arr1531 := z.EncBasicHandle().StructToArray - var yyq1531 [3]bool - _, _, _ = yysep1531, yyq1531, yy2arr1531 - const yyr1531 bool = false - yyq1531[0] = x.Waiting != nil - yyq1531[1] = x.Running != nil - yyq1531[2] = x.Terminated != nil - var yynn1531 int - if yyr1531 || yy2arr1531 { - r.EncodeArrayStart(3) - } else { - yynn1531 = 0 - for _, b := range yyq1531 { - if b { - yynn1531++ - } - } - r.EncodeMapStart(yynn1531) - yynn1531 = 0 - } - if yyr1531 || yy2arr1531 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1531[0] { - if x.Waiting == nil { - r.EncodeNil() - } else { - x.Waiting.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq1531[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("waiting")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Waiting == nil { - r.EncodeNil() - } else { - x.Waiting.CodecEncodeSelf(e) - } - } - } - if yyr1531 || yy2arr1531 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1531[1] { - if x.Running == nil { - r.EncodeNil() - } else { - x.Running.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq1531[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("running")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Running == nil { - r.EncodeNil() - } else { - x.Running.CodecEncodeSelf(e) - } - } - } - if yyr1531 || yy2arr1531 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1531[2] { - if x.Terminated == nil { - r.EncodeNil() - } else { - x.Terminated.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq1531[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("terminated")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Terminated == nil { - r.EncodeNil() - } else { - x.Terminated.CodecEncodeSelf(e) - } - } - } - if yyr1531 || yy2arr1531 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -21233,7 +21076,7 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -21255,6 +21098,397 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys1537 := string(yys1537Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys1537 { + case "exitCode": + if r.TryDecodeAsNil() { + x.ExitCode = 0 + } else { + x.ExitCode = int32(r.DecodeInt(32)) + } + case "signal": + if r.TryDecodeAsNil() { + x.Signal = 0 + } else { + x.Signal = int32(r.DecodeInt(32)) + } + case "reason": + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + case "message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + case "startedAt": + if r.TryDecodeAsNil() { + x.StartedAt = pkg2_unversioned.Time{} + } else { + yyv1542 := &x.StartedAt + yym1543 := z.DecBinary() + _ = yym1543 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1542) { + } else if yym1543 { + z.DecBinaryUnmarshal(yyv1542) + } else if !yym1543 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1542) + } else { + z.DecFallback(yyv1542, false) + } + } + case "finishedAt": + if r.TryDecodeAsNil() { + x.FinishedAt = pkg2_unversioned.Time{} + } else { + yyv1544 := &x.FinishedAt + yym1545 := z.DecBinary() + _ = yym1545 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1544) { + } else if yym1545 { + z.DecBinaryUnmarshal(yyv1544) + } else if !yym1545 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1544) + } else { + z.DecFallback(yyv1544, false) + } + } + case "containerID": + if r.TryDecodeAsNil() { + x.ContainerID = "" + } else { + x.ContainerID = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1537) + } // end switch yys1537 + } // end for yyj1537 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1547 int + var yyb1547 bool + var yyhl1547 bool = l >= 0 + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExitCode = 0 + } else { + x.ExitCode = int32(r.DecodeInt(32)) + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Signal = 0 + } else { + x.Signal = int32(r.DecodeInt(32)) + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.StartedAt = pkg2_unversioned.Time{} + } else { + yyv1552 := &x.StartedAt + yym1553 := z.DecBinary() + _ = yym1553 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1552) { + } else if yym1553 { + z.DecBinaryUnmarshal(yyv1552) + } else if !yym1553 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1552) + } else { + z.DecFallback(yyv1552, false) + } + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FinishedAt = pkg2_unversioned.Time{} + } else { + yyv1554 := &x.FinishedAt + yym1555 := z.DecBinary() + _ = yym1555 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1554) { + } else if yym1555 { + z.DecBinaryUnmarshal(yyv1554) + } else if !yym1555 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1554) + } else { + z.DecFallback(yyv1554, false) + } + } + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ContainerID = "" + } else { + x.ContainerID = string(r.DecodeString()) + } + for { + yyj1547++ + if yyhl1547 { + yyb1547 = yyj1547 > l + } else { + yyb1547 = r.CheckBreak() + } + if yyb1547 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1547-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1557 := z.EncBinary() + _ = yym1557 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1558 := !z.EncBinary() + yy2arr1558 := z.EncBasicHandle().StructToArray + var yyq1558 [3]bool + _, _, _ = yysep1558, yyq1558, yy2arr1558 + const yyr1558 bool = false + yyq1558[0] = x.Waiting != nil + yyq1558[1] = x.Running != nil + yyq1558[2] = x.Terminated != nil + var yynn1558 int + if yyr1558 || yy2arr1558 { + r.EncodeArrayStart(3) + } else { + yynn1558 = 0 + for _, b := range yyq1558 { + if b { + yynn1558++ + } + } + r.EncodeMapStart(yynn1558) + yynn1558 = 0 + } + if yyr1558 || yy2arr1558 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1558[0] { + if x.Waiting == nil { + r.EncodeNil() + } else { + x.Waiting.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq1558[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("waiting")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Waiting == nil { + r.EncodeNil() + } else { + x.Waiting.CodecEncodeSelf(e) + } + } + } + if yyr1558 || yy2arr1558 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1558[1] { + if x.Running == nil { + r.EncodeNil() + } else { + x.Running.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq1558[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("running")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Running == nil { + r.EncodeNil() + } else { + x.Running.CodecEncodeSelf(e) + } + } + } + if yyr1558 || yy2arr1558 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1558[2] { + if x.Terminated == nil { + r.EncodeNil() + } else { + x.Terminated.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq1558[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("terminated")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Terminated == nil { + r.EncodeNil() + } else { + x.Terminated.CodecEncodeSelf(e) + } + } + } + if yyr1558 || yy2arr1558 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1562 := z.DecBinary() + _ = yym1562 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1563 := r.ContainerType() + if yyct1563 == codecSelferValueTypeMap1234 { + yyl1563 := r.ReadMapStart() + if yyl1563 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1563, d) + } + } else if yyct1563 == codecSelferValueTypeArray1234 { + yyl1563 := r.ReadArrayStart() + if yyl1563 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1563, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1564Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1564Slc + var yyhl1564 bool = l >= 0 + for yyj1564 := 0; ; yyj1564++ { + if yyhl1564 { + if yyj1564 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1564Slc = r.DecodeBytes(yys1564Slc, true, true) + yys1564 := string(yys1564Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1564 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -21289,9 +21523,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1537) - } // end switch yys1537 - } // end for yyj1537 + z.DecStructFieldNotFound(-1, yys1564) + } // end switch yys1564 + } // end for yyj1564 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21299,16 +21533,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1541 int - var yyb1541 bool - var yyhl1541 bool = l >= 0 - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + var yyj1568 int + var yyb1568 bool + var yyhl1568 bool = l >= 0 + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1541 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1541 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21323,13 +21557,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1541 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1541 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21344,13 +21578,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1541 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1541 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21366,17 +21600,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1541 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1541 { + if yyb1568 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1541-1, "") + z.DecStructFieldNotFound(yyj1568-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21388,36 +21622,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1545 := z.EncBinary() - _ = yym1545 + yym1572 := z.EncBinary() + _ = yym1572 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1546 := !z.EncBinary() - yy2arr1546 := z.EncBasicHandle().StructToArray - var yyq1546 [8]bool - _, _, _ = yysep1546, yyq1546, yy2arr1546 - const yyr1546 bool = false - yyq1546[1] = true - yyq1546[2] = true - yyq1546[7] = x.ContainerID != "" - var yynn1546 int - if yyr1546 || yy2arr1546 { + yysep1573 := !z.EncBinary() + yy2arr1573 := z.EncBasicHandle().StructToArray + var yyq1573 [8]bool + _, _, _ = yysep1573, yyq1573, yy2arr1573 + const yyr1573 bool = false + yyq1573[1] = true + yyq1573[2] = true + yyq1573[7] = x.ContainerID != "" + var yynn1573 int + if yyr1573 || yy2arr1573 { r.EncodeArrayStart(8) } else { - yynn1546 = 5 - for _, b := range yyq1546 { + yynn1573 = 5 + for _, b := range yyq1573 { if b { - yynn1546++ + yynn1573++ } } - r.EncodeMapStart(yynn1546) - yynn1546 = 0 + r.EncodeMapStart(yynn1573) + yynn1573 = 0 } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1548 := z.EncBinary() - _ = yym1548 + yym1575 := z.EncBinary() + _ = yym1575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -21426,51 +21660,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1549 := z.EncBinary() - _ = yym1549 + yym1576 := z.EncBinary() + _ = yym1576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1546[1] { - yy1551 := &x.State - yy1551.CodecEncodeSelf(e) + if yyq1573[1] { + yy1578 := &x.State + yy1578.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1546[1] { + if yyq1573[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1552 := &x.State - yy1552.CodecEncodeSelf(e) + yy1579 := &x.State + yy1579.CodecEncodeSelf(e) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1546[2] { - yy1554 := &x.LastTerminationState - yy1554.CodecEncodeSelf(e) + if yyq1573[2] { + yy1581 := &x.LastTerminationState + yy1581.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1546[2] { + if yyq1573[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1555 := &x.LastTerminationState - yy1555.CodecEncodeSelf(e) + yy1582 := &x.LastTerminationState + yy1582.CodecEncodeSelf(e) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1557 := z.EncBinary() - _ = yym1557 + yym1584 := z.EncBinary() + _ = yym1584 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -21479,17 +21713,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1558 := z.EncBinary() - _ = yym1558 + yym1585 := z.EncBinary() + _ = yym1585 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1560 := z.EncBinary() - _ = yym1560 + yym1587 := z.EncBinary() + _ = yym1587 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -21498,17 +21732,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1561 := z.EncBinary() - _ = yym1561 + yym1588 := z.EncBinary() + _ = yym1588 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1563 := z.EncBinary() - _ = yym1563 + yym1590 := z.EncBinary() + _ = yym1590 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -21517,17 +21751,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1564 := z.EncBinary() - _ = yym1564 + yym1591 := z.EncBinary() + _ = yym1591 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1566 := z.EncBinary() - _ = yym1566 + yym1593 := z.EncBinary() + _ = yym1593 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -21536,18 +21770,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1567 := z.EncBinary() - _ = yym1567 + yym1594 := z.EncBinary() + _ = yym1594 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1546[7] { - yym1569 := z.EncBinary() - _ = yym1569 + if yyq1573[7] { + yym1596 := z.EncBinary() + _ = yym1596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -21556,19 +21790,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1546[7] { + if yyq1573[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1570 := z.EncBinary() - _ = yym1570 + yym1597 := z.EncBinary() + _ = yym1597 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1546 || yy2arr1546 { + if yyr1573 || yy2arr1573 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21581,25 +21815,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1571 := z.DecBinary() - _ = yym1571 + yym1598 := z.DecBinary() + _ = yym1598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1572 := r.ContainerType() - if yyct1572 == codecSelferValueTypeMap1234 { - yyl1572 := r.ReadMapStart() - if yyl1572 == 0 { + yyct1599 := r.ContainerType() + if yyct1599 == codecSelferValueTypeMap1234 { + yyl1599 := r.ReadMapStart() + if yyl1599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1572, d) + x.codecDecodeSelfFromMap(yyl1599, d) } - } else if yyct1572 == codecSelferValueTypeArray1234 { - yyl1572 := r.ReadArrayStart() - if yyl1572 == 0 { + } else if yyct1599 == codecSelferValueTypeArray1234 { + yyl1599 := r.ReadArrayStart() + if yyl1599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1572, d) + x.codecDecodeSelfFromArray(yyl1599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21611,12 +21845,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1573Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1573Slc - var yyhl1573 bool = l >= 0 - for yyj1573 := 0; ; yyj1573++ { - if yyhl1573 { - if yyj1573 >= l { + var yys1600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1600Slc + var yyhl1600 bool = l >= 0 + for yyj1600 := 0; ; yyj1600++ { + if yyhl1600 { + if yyj1600 >= l { break } } else { @@ -21625,10 +21859,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1573Slc = r.DecodeBytes(yys1573Slc, true, true) - yys1573 := string(yys1573Slc) + yys1600Slc = r.DecodeBytes(yys1600Slc, true, true) + yys1600 := string(yys1600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1573 { + switch yys1600 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -21639,15 +21873,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1575 := &x.State - yyv1575.CodecDecodeSelf(d) + yyv1602 := &x.State + yyv1602.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1576 := &x.LastTerminationState - yyv1576.CodecDecodeSelf(d) + yyv1603 := &x.LastTerminationState + yyv1603.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -21680,9 +21914,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1573) - } // end switch yys1573 - } // end for yyj1573 + z.DecStructFieldNotFound(-1, yys1600) + } // end switch yys1600 + } // end for yyj1600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21690,16 +21924,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1582 int - var yyb1582 bool - var yyhl1582 bool = l >= 0 - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + var yyj1609 int + var yyb1609 bool + var yyhl1609 bool = l >= 0 + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21709,13 +21943,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21723,16 +21957,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1584 := &x.State - yyv1584.CodecDecodeSelf(d) + yyv1611 := &x.State + yyv1611.CodecDecodeSelf(d) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21740,16 +21974,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1585 := &x.LastTerminationState - yyv1585.CodecDecodeSelf(d) + yyv1612 := &x.LastTerminationState + yyv1612.CodecDecodeSelf(d) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21759,13 +21993,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21775,13 +22009,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21791,13 +22025,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21807,13 +22041,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21824,17 +22058,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1582++ - if yyhl1582 { - yyb1582 = yyj1582 > l + yyj1609++ + if yyhl1609 { + yyb1609 = yyj1609 > l } else { - yyb1582 = r.CheckBreak() + yyb1609 = r.CheckBreak() } - if yyb1582 { + if yyb1609 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1582-1, "") + z.DecStructFieldNotFound(yyj1609-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21843,8 +22077,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1591 := z.EncBinary() - _ = yym1591 + yym1618 := z.EncBinary() + _ = yym1618 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -21856,8 +22090,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1592 := z.DecBinary() - _ = yym1592 + yym1619 := z.DecBinary() + _ = yym1619 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -21869,8 +22103,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1593 := z.EncBinary() - _ = yym1593 + yym1620 := z.EncBinary() + _ = yym1620 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -21882,8 +22116,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1594 := z.DecBinary() - _ = yym1594 + yym1621 := z.DecBinary() + _ = yym1621 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -21898,34 +22132,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1595 := z.EncBinary() - _ = yym1595 + yym1622 := z.EncBinary() + _ = yym1622 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1596 := !z.EncBinary() - yy2arr1596 := z.EncBasicHandle().StructToArray - var yyq1596 [6]bool - _, _, _ = yysep1596, yyq1596, yy2arr1596 - const yyr1596 bool = false - yyq1596[2] = true - yyq1596[3] = true - yyq1596[4] = x.Reason != "" - yyq1596[5] = x.Message != "" - var yynn1596 int - if yyr1596 || yy2arr1596 { + yysep1623 := !z.EncBinary() + yy2arr1623 := z.EncBasicHandle().StructToArray + var yyq1623 [6]bool + _, _, _ = yysep1623, yyq1623, yy2arr1623 + const yyr1623 bool = false + yyq1623[2] = true + yyq1623[3] = true + yyq1623[4] = x.Reason != "" + yyq1623[5] = x.Message != "" + var yynn1623 int + if yyr1623 || yy2arr1623 { r.EncodeArrayStart(6) } else { - yynn1596 = 2 - for _, b := range yyq1596 { + yynn1623 = 2 + for _, b := range yyq1623 { if b { - yynn1596++ + yynn1623++ } } - r.EncodeMapStart(yynn1596) - yynn1596 = 0 + r.EncodeMapStart(yynn1623) + yynn1623 = 0 } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -21934,7 +22168,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -21943,85 +22177,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1596[2] { - yy1600 := &x.LastProbeTime - yym1601 := z.EncBinary() - _ = yym1601 + if yyq1623[2] { + yy1627 := &x.LastProbeTime + yym1628 := z.EncBinary() + _ = yym1628 if false { - } else if z.HasExtensions() && z.EncExt(yy1600) { - } else if yym1601 { - z.EncBinaryMarshal(yy1600) - } else if !yym1601 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1600) + } else if z.HasExtensions() && z.EncExt(yy1627) { + } else if yym1628 { + z.EncBinaryMarshal(yy1627) + } else if !yym1628 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1627) } else { - z.EncFallback(yy1600) + z.EncFallback(yy1627) } } else { r.EncodeNil() } } else { - if yyq1596[2] { + if yyq1623[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1602 := &x.LastProbeTime - yym1603 := z.EncBinary() - _ = yym1603 + yy1629 := &x.LastProbeTime + yym1630 := z.EncBinary() + _ = yym1630 if false { - } else if z.HasExtensions() && z.EncExt(yy1602) { - } else if yym1603 { - z.EncBinaryMarshal(yy1602) - } else if !yym1603 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1602) + } else if z.HasExtensions() && z.EncExt(yy1629) { + } else if yym1630 { + z.EncBinaryMarshal(yy1629) + } else if !yym1630 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1629) } else { - z.EncFallback(yy1602) + z.EncFallback(yy1629) } } } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1596[3] { - yy1605 := &x.LastTransitionTime - yym1606 := z.EncBinary() - _ = yym1606 + if yyq1623[3] { + yy1632 := &x.LastTransitionTime + yym1633 := z.EncBinary() + _ = yym1633 if false { - } else if z.HasExtensions() && z.EncExt(yy1605) { - } else if yym1606 { - z.EncBinaryMarshal(yy1605) - } else if !yym1606 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1605) + } else if z.HasExtensions() && z.EncExt(yy1632) { + } else if yym1633 { + z.EncBinaryMarshal(yy1632) + } else if !yym1633 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1632) } else { - z.EncFallback(yy1605) + z.EncFallback(yy1632) } } else { r.EncodeNil() } } else { - if yyq1596[3] { + if yyq1623[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1607 := &x.LastTransitionTime - yym1608 := z.EncBinary() - _ = yym1608 + yy1634 := &x.LastTransitionTime + yym1635 := z.EncBinary() + _ = yym1635 if false { - } else if z.HasExtensions() && z.EncExt(yy1607) { - } else if yym1608 { - z.EncBinaryMarshal(yy1607) - } else if !yym1608 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1607) + } else if z.HasExtensions() && z.EncExt(yy1634) { + } else if yym1635 { + z.EncBinaryMarshal(yy1634) + } else if !yym1635 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1634) } else { - z.EncFallback(yy1607) + z.EncFallback(yy1634) } } } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1596[4] { - yym1610 := z.EncBinary() - _ = yym1610 + if yyq1623[4] { + yym1637 := z.EncBinary() + _ = yym1637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22030,23 +22264,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1596[4] { + if yyq1623[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1611 := z.EncBinary() - _ = yym1611 + yym1638 := z.EncBinary() + _ = yym1638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1596[5] { - yym1613 := z.EncBinary() - _ = yym1613 + if yyq1623[5] { + yym1640 := z.EncBinary() + _ = yym1640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22055,19 +22289,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1596[5] { + if yyq1623[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1614 := z.EncBinary() - _ = yym1614 + yym1641 := z.EncBinary() + _ = yym1641 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1596 || yy2arr1596 { + if yyr1623 || yy2arr1623 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22080,25 +22314,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1615 := z.DecBinary() - _ = yym1615 + yym1642 := z.DecBinary() + _ = yym1642 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1616 := r.ContainerType() - if yyct1616 == codecSelferValueTypeMap1234 { - yyl1616 := r.ReadMapStart() - if yyl1616 == 0 { + yyct1643 := r.ContainerType() + if yyct1643 == codecSelferValueTypeMap1234 { + yyl1643 := r.ReadMapStart() + if yyl1643 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1616, d) + x.codecDecodeSelfFromMap(yyl1643, d) } - } else if yyct1616 == codecSelferValueTypeArray1234 { - yyl1616 := r.ReadArrayStart() - if yyl1616 == 0 { + } else if yyct1643 == codecSelferValueTypeArray1234 { + yyl1643 := r.ReadArrayStart() + if yyl1643 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1616, d) + x.codecDecodeSelfFromArray(yyl1643, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22110,12 +22344,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1617Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1617Slc - var yyhl1617 bool = l >= 0 - for yyj1617 := 0; ; yyj1617++ { - if yyhl1617 { - if yyj1617 >= l { + var yys1644Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1644Slc + var yyhl1644 bool = l >= 0 + for yyj1644 := 0; ; yyj1644++ { + if yyhl1644 { + if yyj1644 >= l { break } } else { @@ -22124,10 +22358,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1617Slc = r.DecodeBytes(yys1617Slc, true, true) - yys1617 := string(yys1617Slc) + yys1644Slc = r.DecodeBytes(yys1644Slc, true, true) + yys1644 := string(yys1644Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1617 { + switch yys1644 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -22144,34 +22378,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1620 := &x.LastProbeTime - yym1621 := z.DecBinary() - _ = yym1621 + yyv1647 := &x.LastProbeTime + yym1648 := z.DecBinary() + _ = yym1648 if false { - } else if z.HasExtensions() && z.DecExt(yyv1620) { - } else if yym1621 { - z.DecBinaryUnmarshal(yyv1620) - } else if !yym1621 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1620) + } else if z.HasExtensions() && z.DecExt(yyv1647) { + } else if yym1648 { + z.DecBinaryUnmarshal(yyv1647) + } else if !yym1648 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1647) } else { - z.DecFallback(yyv1620, false) + z.DecFallback(yyv1647, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1622 := &x.LastTransitionTime - yym1623 := z.DecBinary() - _ = yym1623 + yyv1649 := &x.LastTransitionTime + yym1650 := z.DecBinary() + _ = yym1650 if false { - } else if z.HasExtensions() && z.DecExt(yyv1622) { - } else if yym1623 { - z.DecBinaryUnmarshal(yyv1622) - } else if !yym1623 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1622) + } else if z.HasExtensions() && z.DecExt(yyv1649) { + } else if yym1650 { + z.DecBinaryUnmarshal(yyv1649) + } else if !yym1650 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1649) } else { - z.DecFallback(yyv1622, false) + z.DecFallback(yyv1649, false) } } case "reason": @@ -22187,9 +22421,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1617) - } // end switch yys1617 - } // end for yyj1617 + z.DecStructFieldNotFound(-1, yys1644) + } // end switch yys1644 + } // end for yyj1644 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22197,16 +22431,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1626 int - var yyb1626 bool - var yyhl1626 bool = l >= 0 - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + var yyj1653 int + var yyb1653 bool + var yyhl1653 bool = l >= 0 + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22216,13 +22450,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22232,13 +22466,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22246,26 +22480,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1629 := &x.LastProbeTime - yym1630 := z.DecBinary() - _ = yym1630 + yyv1656 := &x.LastProbeTime + yym1657 := z.DecBinary() + _ = yym1657 if false { - } else if z.HasExtensions() && z.DecExt(yyv1629) { - } else if yym1630 { - z.DecBinaryUnmarshal(yyv1629) - } else if !yym1630 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1629) + } else if z.HasExtensions() && z.DecExt(yyv1656) { + } else if yym1657 { + z.DecBinaryUnmarshal(yyv1656) + } else if !yym1657 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1656) } else { - z.DecFallback(yyv1629, false) + z.DecFallback(yyv1656, false) } } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22273,26 +22507,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1631 := &x.LastTransitionTime - yym1632 := z.DecBinary() - _ = yym1632 + yyv1658 := &x.LastTransitionTime + yym1659 := z.DecBinary() + _ = yym1659 if false { - } else if z.HasExtensions() && z.DecExt(yyv1631) { - } else if yym1632 { - z.DecBinaryUnmarshal(yyv1631) - } else if !yym1632 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1631) + } else if z.HasExtensions() && z.DecExt(yyv1658) { + } else if yym1659 { + z.DecBinaryUnmarshal(yyv1658) + } else if !yym1659 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1658) } else { - z.DecFallback(yyv1631, false) + z.DecFallback(yyv1658, false) } } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22302,13 +22536,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22319,17 +22553,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1626 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1626 { + if yyb1653 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1626-1, "") + z.DecStructFieldNotFound(yyj1653-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22338,8 +22572,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1635 := z.EncBinary() - _ = yym1635 + yym1662 := z.EncBinary() + _ = yym1662 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22351,8 +22585,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1636 := z.DecBinary() - _ = yym1636 + yym1663 := z.DecBinary() + _ = yym1663 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22364,8 +22598,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1637 := z.EncBinary() - _ = yym1637 + yym1664 := z.EncBinary() + _ = yym1664 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22377,8 +22611,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1638 := z.DecBinary() - _ = yym1638 + yym1665 := z.DecBinary() + _ = yym1665 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22393,36 +22627,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1639 := z.EncBinary() - _ = yym1639 + yym1666 := z.EncBinary() + _ = yym1666 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1640 := !z.EncBinary() - yy2arr1640 := z.EncBasicHandle().StructToArray - var yyq1640 [1]bool - _, _, _ = yysep1640, yyq1640, yy2arr1640 - const yyr1640 bool = false - var yynn1640 int - if yyr1640 || yy2arr1640 { + yysep1667 := !z.EncBinary() + yy2arr1667 := z.EncBasicHandle().StructToArray + var yyq1667 [1]bool + _, _, _ = yysep1667, yyq1667, yy2arr1667 + const yyr1667 bool = false + var yynn1667 int + if yyr1667 || yy2arr1667 { r.EncodeArrayStart(1) } else { - yynn1640 = 1 - for _, b := range yyq1640 { + yynn1667 = 1 + for _, b := range yyq1667 { if b { - yynn1640++ + yynn1667++ } } - r.EncodeMapStart(yynn1640) - yynn1640 = 0 + r.EncodeMapStart(yynn1667) + yynn1667 = 0 } - if yyr1640 || yy2arr1640 { + if yyr1667 || yy2arr1667 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1642 := z.EncBinary() - _ = yym1642 + yym1669 := z.EncBinary() + _ = yym1669 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -22435,15 +22669,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1643 := z.EncBinary() - _ = yym1643 + yym1670 := z.EncBinary() + _ = yym1670 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1640 || yy2arr1640 { + if yyr1667 || yy2arr1667 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22456,25 +22690,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1644 := z.DecBinary() - _ = yym1644 + yym1671 := z.DecBinary() + _ = yym1671 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1645 := r.ContainerType() - if yyct1645 == codecSelferValueTypeMap1234 { - yyl1645 := r.ReadMapStart() - if yyl1645 == 0 { + yyct1672 := r.ContainerType() + if yyct1672 == codecSelferValueTypeMap1234 { + yyl1672 := r.ReadMapStart() + if yyl1672 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1645, d) + x.codecDecodeSelfFromMap(yyl1672, d) } - } else if yyct1645 == codecSelferValueTypeArray1234 { - yyl1645 := r.ReadArrayStart() - if yyl1645 == 0 { + } else if yyct1672 == codecSelferValueTypeArray1234 { + yyl1672 := r.ReadArrayStart() + if yyl1672 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1645, d) + x.codecDecodeSelfFromArray(yyl1672, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22486,12 +22720,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1646Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1646Slc - var yyhl1646 bool = l >= 0 - for yyj1646 := 0; ; yyj1646++ { - if yyhl1646 { - if yyj1646 >= l { + var yys1673Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1673Slc + var yyhl1673 bool = l >= 0 + for yyj1673 := 0; ; yyj1673++ { + if yyhl1673 { + if yyj1673 >= l { break } } else { @@ -22500,26 +22734,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1646Slc = r.DecodeBytes(yys1646Slc, true, true) - yys1646 := string(yys1646Slc) + yys1673Slc = r.DecodeBytes(yys1673Slc, true, true) + yys1673 := string(yys1673Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1646 { + switch yys1673 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1647 := &x.NodeSelectorTerms - yym1648 := z.DecBinary() - _ = yym1648 + yyv1674 := &x.NodeSelectorTerms + yym1675 := z.DecBinary() + _ = yym1675 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1647), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1674), d) } } default: - z.DecStructFieldNotFound(-1, yys1646) - } // end switch yys1646 - } // end for yyj1646 + z.DecStructFieldNotFound(-1, yys1673) + } // end switch yys1673 + } // end for yyj1673 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22527,16 +22761,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1649 int - var yyb1649 bool - var yyhl1649 bool = l >= 0 - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + var yyj1676 int + var yyb1676 bool + var yyhl1676 bool = l >= 0 + yyj1676++ + if yyhl1676 { + yyb1676 = yyj1676 > l } else { - yyb1649 = r.CheckBreak() + yyb1676 = r.CheckBreak() } - if yyb1649 { + if yyb1676 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22544,26 +22778,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1650 := &x.NodeSelectorTerms - yym1651 := z.DecBinary() - _ = yym1651 + yyv1677 := &x.NodeSelectorTerms + yym1678 := z.DecBinary() + _ = yym1678 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1650), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1677), d) } } for { - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1676++ + if yyhl1676 { + yyb1676 = yyj1676 > l } else { - yyb1649 = r.CheckBreak() + yyb1676 = r.CheckBreak() } - if yyb1649 { + if yyb1676 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1649-1, "") + z.DecStructFieldNotFound(yyj1676-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22575,36 +22809,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1652 := z.EncBinary() - _ = yym1652 + yym1679 := z.EncBinary() + _ = yym1679 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1653 := !z.EncBinary() - yy2arr1653 := z.EncBasicHandle().StructToArray - var yyq1653 [1]bool - _, _, _ = yysep1653, yyq1653, yy2arr1653 - const yyr1653 bool = false - var yynn1653 int - if yyr1653 || yy2arr1653 { + yysep1680 := !z.EncBinary() + yy2arr1680 := z.EncBasicHandle().StructToArray + var yyq1680 [1]bool + _, _, _ = yysep1680, yyq1680, yy2arr1680 + const yyr1680 bool = false + var yynn1680 int + if yyr1680 || yy2arr1680 { r.EncodeArrayStart(1) } else { - yynn1653 = 1 - for _, b := range yyq1653 { + yynn1680 = 1 + for _, b := range yyq1680 { if b { - yynn1653++ + yynn1680++ } } - r.EncodeMapStart(yynn1653) - yynn1653 = 0 + r.EncodeMapStart(yynn1680) + yynn1680 = 0 } - if yyr1653 || yy2arr1653 { + if yyr1680 || yy2arr1680 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1655 := z.EncBinary() - _ = yym1655 + yym1682 := z.EncBinary() + _ = yym1682 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -22617,15 +22851,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1656 := z.EncBinary() - _ = yym1656 + yym1683 := z.EncBinary() + _ = yym1683 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1653 || yy2arr1653 { + if yyr1680 || yy2arr1680 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22638,25 +22872,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1657 := z.DecBinary() - _ = yym1657 + yym1684 := z.DecBinary() + _ = yym1684 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1658 := r.ContainerType() - if yyct1658 == codecSelferValueTypeMap1234 { - yyl1658 := r.ReadMapStart() - if yyl1658 == 0 { + yyct1685 := r.ContainerType() + if yyct1685 == codecSelferValueTypeMap1234 { + yyl1685 := r.ReadMapStart() + if yyl1685 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1658, d) + x.codecDecodeSelfFromMap(yyl1685, d) } - } else if yyct1658 == codecSelferValueTypeArray1234 { - yyl1658 := r.ReadArrayStart() - if yyl1658 == 0 { + } else if yyct1685 == codecSelferValueTypeArray1234 { + yyl1685 := r.ReadArrayStart() + if yyl1685 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1658, d) + x.codecDecodeSelfFromArray(yyl1685, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22668,12 +22902,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1659Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1659Slc - var yyhl1659 bool = l >= 0 - for yyj1659 := 0; ; yyj1659++ { - if yyhl1659 { - if yyj1659 >= l { + var yys1686Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1686Slc + var yyhl1686 bool = l >= 0 + for yyj1686 := 0; ; yyj1686++ { + if yyhl1686 { + if yyj1686 >= l { break } } else { @@ -22682,26 +22916,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1659Slc = r.DecodeBytes(yys1659Slc, true, true) - yys1659 := string(yys1659Slc) + yys1686Slc = r.DecodeBytes(yys1686Slc, true, true) + yys1686 := string(yys1686Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1659 { + switch yys1686 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1660 := &x.MatchExpressions - yym1661 := z.DecBinary() - _ = yym1661 + yyv1687 := &x.MatchExpressions + yym1688 := z.DecBinary() + _ = yym1688 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1660), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1687), d) } } default: - z.DecStructFieldNotFound(-1, yys1659) - } // end switch yys1659 - } // end for yyj1659 + z.DecStructFieldNotFound(-1, yys1686) + } // end switch yys1686 + } // end for yyj1686 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22709,16 +22943,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1662 int - var yyb1662 bool - var yyhl1662 bool = l >= 0 - yyj1662++ - if yyhl1662 { - yyb1662 = yyj1662 > l + var yyj1689 int + var yyb1689 bool + var yyhl1689 bool = l >= 0 + yyj1689++ + if yyhl1689 { + yyb1689 = yyj1689 > l } else { - yyb1662 = r.CheckBreak() + yyb1689 = r.CheckBreak() } - if yyb1662 { + if yyb1689 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22726,26 +22960,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1663 := &x.MatchExpressions - yym1664 := z.DecBinary() - _ = yym1664 + yyv1690 := &x.MatchExpressions + yym1691 := z.DecBinary() + _ = yym1691 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1663), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1690), d) } } for { - yyj1662++ - if yyhl1662 { - yyb1662 = yyj1662 > l + yyj1689++ + if yyhl1689 { + yyb1689 = yyj1689 > l } else { - yyb1662 = r.CheckBreak() + yyb1689 = r.CheckBreak() } - if yyb1662 { + if yyb1689 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1662-1, "") + z.DecStructFieldNotFound(yyj1689-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22757,34 +22991,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1665 := z.EncBinary() - _ = yym1665 + yym1692 := z.EncBinary() + _ = yym1692 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1666 := !z.EncBinary() - yy2arr1666 := z.EncBasicHandle().StructToArray - var yyq1666 [3]bool - _, _, _ = yysep1666, yyq1666, yy2arr1666 - const yyr1666 bool = false - yyq1666[2] = len(x.Values) != 0 - var yynn1666 int - if yyr1666 || yy2arr1666 { + yysep1693 := !z.EncBinary() + yy2arr1693 := z.EncBasicHandle().StructToArray + var yyq1693 [3]bool + _, _, _ = yysep1693, yyq1693, yy2arr1693 + const yyr1693 bool = false + yyq1693[2] = len(x.Values) != 0 + var yynn1693 int + if yyr1693 || yy2arr1693 { r.EncodeArrayStart(3) } else { - yynn1666 = 2 - for _, b := range yyq1666 { + yynn1693 = 2 + for _, b := range yyq1693 { if b { - yynn1666++ + yynn1693++ } } - r.EncodeMapStart(yynn1666) - yynn1666 = 0 + r.EncodeMapStart(yynn1693) + yynn1693 = 0 } - if yyr1666 || yy2arr1666 { + if yyr1693 || yy2arr1693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1668 := z.EncBinary() - _ = yym1668 + yym1695 := z.EncBinary() + _ = yym1695 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -22793,14 +23027,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1669 := z.EncBinary() - _ = yym1669 + yym1696 := z.EncBinary() + _ = yym1696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1666 || yy2arr1666 { + if yyr1693 || yy2arr1693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -22809,14 +23043,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1666 || yy2arr1666 { + if yyr1693 || yy2arr1693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1666[2] { + if yyq1693[2] { if x.Values == nil { r.EncodeNil() } else { - yym1672 := z.EncBinary() - _ = yym1672 + yym1699 := z.EncBinary() + _ = yym1699 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -22826,15 +23060,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1666[2] { + if yyq1693[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1673 := z.EncBinary() - _ = yym1673 + yym1700 := z.EncBinary() + _ = yym1700 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -22842,7 +23076,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1666 || yy2arr1666 { + if yyr1693 || yy2arr1693 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22855,25 +23089,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1674 := z.DecBinary() - _ = yym1674 + yym1701 := z.DecBinary() + _ = yym1701 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1675 := r.ContainerType() - if yyct1675 == codecSelferValueTypeMap1234 { - yyl1675 := r.ReadMapStart() - if yyl1675 == 0 { + yyct1702 := r.ContainerType() + if yyct1702 == codecSelferValueTypeMap1234 { + yyl1702 := r.ReadMapStart() + if yyl1702 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1675, d) + x.codecDecodeSelfFromMap(yyl1702, d) } - } else if yyct1675 == codecSelferValueTypeArray1234 { - yyl1675 := r.ReadArrayStart() - if yyl1675 == 0 { + } else if yyct1702 == codecSelferValueTypeArray1234 { + yyl1702 := r.ReadArrayStart() + if yyl1702 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1675, d) + x.codecDecodeSelfFromArray(yyl1702, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22885,12 +23119,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1676Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1676Slc - var yyhl1676 bool = l >= 0 - for yyj1676 := 0; ; yyj1676++ { - if yyhl1676 { - if yyj1676 >= l { + var yys1703Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1703Slc + var yyhl1703 bool = l >= 0 + for yyj1703 := 0; ; yyj1703++ { + if yyhl1703 { + if yyj1703 >= l { break } } else { @@ -22899,10 +23133,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1676Slc = r.DecodeBytes(yys1676Slc, true, true) - yys1676 := string(yys1676Slc) + yys1703Slc = r.DecodeBytes(yys1703Slc, true, true) + yys1703 := string(yys1703Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1676 { + switch yys1703 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -22919,18 +23153,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1679 := &x.Values - yym1680 := z.DecBinary() - _ = yym1680 + yyv1706 := &x.Values + yym1707 := z.DecBinary() + _ = yym1707 if false { } else { - z.F.DecSliceStringX(yyv1679, false, d) + z.F.DecSliceStringX(yyv1706, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1676) - } // end switch yys1676 - } // end for yyj1676 + z.DecStructFieldNotFound(-1, yys1703) + } // end switch yys1703 + } // end for yyj1703 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22938,16 +23172,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1681 int - var yyb1681 bool - var yyhl1681 bool = l >= 0 - yyj1681++ - if yyhl1681 { - yyb1681 = yyj1681 > l + var yyj1708 int + var yyb1708 bool + var yyhl1708 bool = l >= 0 + yyj1708++ + if yyhl1708 { + yyb1708 = yyj1708 > l } else { - yyb1681 = r.CheckBreak() + yyb1708 = r.CheckBreak() } - if yyb1681 { + if yyb1708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22957,13 +23191,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1681++ - if yyhl1681 { - yyb1681 = yyj1681 > l + yyj1708++ + if yyhl1708 { + yyb1708 = yyj1708 > l } else { - yyb1681 = r.CheckBreak() + yyb1708 = r.CheckBreak() } - if yyb1681 { + if yyb1708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22973,13 +23207,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1681++ - if yyhl1681 { - yyb1681 = yyj1681 > l + yyj1708++ + if yyhl1708 { + yyb1708 = yyj1708 > l } else { - yyb1681 = r.CheckBreak() + yyb1708 = r.CheckBreak() } - if yyb1681 { + if yyb1708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22987,26 +23221,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1684 := &x.Values - yym1685 := z.DecBinary() - _ = yym1685 + yyv1711 := &x.Values + yym1712 := z.DecBinary() + _ = yym1712 if false { } else { - z.F.DecSliceStringX(yyv1684, false, d) + z.F.DecSliceStringX(yyv1711, false, d) } } for { - yyj1681++ - if yyhl1681 { - yyb1681 = yyj1681 > l + yyj1708++ + if yyhl1708 { + yyb1708 = yyj1708 > l } else { - yyb1681 = r.CheckBreak() + yyb1708 = r.CheckBreak() } - if yyb1681 { + if yyb1708 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1681-1, "") + z.DecStructFieldNotFound(yyj1708-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23015,8 +23249,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1686 := z.EncBinary() - _ = yym1686 + yym1713 := z.EncBinary() + _ = yym1713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23028,8 +23262,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1687 := z.DecBinary() - _ = yym1687 + yym1714 := z.DecBinary() + _ = yym1714 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23044,35 +23278,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1688 := z.EncBinary() - _ = yym1688 + yym1715 := z.EncBinary() + _ = yym1715 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1689 := !z.EncBinary() - yy2arr1689 := z.EncBasicHandle().StructToArray - var yyq1689 [3]bool - _, _, _ = yysep1689, yyq1689, yy2arr1689 - const yyr1689 bool = false - yyq1689[0] = x.NodeAffinity != nil - yyq1689[1] = x.PodAffinity != nil - yyq1689[2] = x.PodAntiAffinity != nil - var yynn1689 int - if yyr1689 || yy2arr1689 { + yysep1716 := !z.EncBinary() + yy2arr1716 := z.EncBasicHandle().StructToArray + var yyq1716 [3]bool + _, _, _ = yysep1716, yyq1716, yy2arr1716 + const yyr1716 bool = false + yyq1716[0] = x.NodeAffinity != nil + yyq1716[1] = x.PodAffinity != nil + yyq1716[2] = x.PodAntiAffinity != nil + var yynn1716 int + if yyr1716 || yy2arr1716 { r.EncodeArrayStart(3) } else { - yynn1689 = 0 - for _, b := range yyq1689 { + yynn1716 = 0 + for _, b := range yyq1716 { if b { - yynn1689++ + yynn1716++ } } - r.EncodeMapStart(yynn1689) - yynn1689 = 0 + r.EncodeMapStart(yynn1716) + yynn1716 = 0 } - if yyr1689 || yy2arr1689 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1689[0] { + if yyq1716[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -23082,7 +23316,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1689[0] { + if yyq1716[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23093,9 +23327,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1689 || yy2arr1689 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1689[1] { + if yyq1716[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -23105,7 +23339,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1689[1] { + if yyq1716[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23116,9 +23350,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1689 || yy2arr1689 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1689[2] { + if yyq1716[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -23128,7 +23362,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1689[2] { + if yyq1716[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23139,7 +23373,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1689 || yy2arr1689 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23152,25 +23386,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1693 := z.DecBinary() - _ = yym1693 + yym1720 := z.DecBinary() + _ = yym1720 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1694 := r.ContainerType() - if yyct1694 == codecSelferValueTypeMap1234 { - yyl1694 := r.ReadMapStart() - if yyl1694 == 0 { + yyct1721 := r.ContainerType() + if yyct1721 == codecSelferValueTypeMap1234 { + yyl1721 := r.ReadMapStart() + if yyl1721 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1694, d) + x.codecDecodeSelfFromMap(yyl1721, d) } - } else if yyct1694 == codecSelferValueTypeArray1234 { - yyl1694 := r.ReadArrayStart() - if yyl1694 == 0 { + } else if yyct1721 == codecSelferValueTypeArray1234 { + yyl1721 := r.ReadArrayStart() + if yyl1721 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1694, d) + x.codecDecodeSelfFromArray(yyl1721, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23182,12 +23416,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1695Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1695Slc - var yyhl1695 bool = l >= 0 - for yyj1695 := 0; ; yyj1695++ { - if yyhl1695 { - if yyj1695 >= l { + var yys1722Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1722Slc + var yyhl1722 bool = l >= 0 + for yyj1722 := 0; ; yyj1722++ { + if yyhl1722 { + if yyj1722 >= l { break } } else { @@ -23196,10 +23430,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1695Slc = r.DecodeBytes(yys1695Slc, true, true) - yys1695 := string(yys1695Slc) + yys1722Slc = r.DecodeBytes(yys1722Slc, true, true) + yys1722 := string(yys1722Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1695 { + switch yys1722 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -23234,9 +23468,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1695) - } // end switch yys1695 - } // end for yyj1695 + z.DecStructFieldNotFound(-1, yys1722) + } // end switch yys1722 + } // end for yyj1722 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23244,16 +23478,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1699 int - var yyb1699 bool - var yyhl1699 bool = l >= 0 - yyj1699++ - if yyhl1699 { - yyb1699 = yyj1699 > l + var yyj1726 int + var yyb1726 bool + var yyhl1726 bool = l >= 0 + yyj1726++ + if yyhl1726 { + yyb1726 = yyj1726 > l } else { - yyb1699 = r.CheckBreak() + yyb1726 = r.CheckBreak() } - if yyb1699 { + if yyb1726 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23268,13 +23502,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1699++ - if yyhl1699 { - yyb1699 = yyj1699 > l + yyj1726++ + if yyhl1726 { + yyb1726 = yyj1726 > l } else { - yyb1699 = r.CheckBreak() + yyb1726 = r.CheckBreak() } - if yyb1699 { + if yyb1726 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23289,13 +23523,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1699++ - if yyhl1699 { - yyb1699 = yyj1699 > l + yyj1726++ + if yyhl1726 { + yyb1726 = yyj1726 > l } else { - yyb1699 = r.CheckBreak() + yyb1726 = r.CheckBreak() } - if yyb1699 { + if yyb1726 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23311,17 +23545,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1699++ - if yyhl1699 { - yyb1699 = yyj1699 > l + yyj1726++ + if yyhl1726 { + yyb1726 = yyj1726 > l } else { - yyb1699 = r.CheckBreak() + yyb1726 = r.CheckBreak() } - if yyb1699 { + if yyb1726 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1699-1, "") + z.DecStructFieldNotFound(yyj1726-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23333,39 +23567,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1703 := z.EncBinary() - _ = yym1703 + yym1730 := z.EncBinary() + _ = yym1730 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1704 := !z.EncBinary() - yy2arr1704 := z.EncBasicHandle().StructToArray - var yyq1704 [2]bool - _, _, _ = yysep1704, yyq1704, yy2arr1704 - const yyr1704 bool = false - yyq1704[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1704[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1704 int - if yyr1704 || yy2arr1704 { + yysep1731 := !z.EncBinary() + yy2arr1731 := z.EncBasicHandle().StructToArray + var yyq1731 [2]bool + _, _, _ = yysep1731, yyq1731, yy2arr1731 + const yyr1731 bool = false + yyq1731[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1731[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1731 int + if yyr1731 || yy2arr1731 { r.EncodeArrayStart(2) } else { - yynn1704 = 0 - for _, b := range yyq1704 { + yynn1731 = 0 + for _, b := range yyq1731 { if b { - yynn1704++ + yynn1731++ } } - r.EncodeMapStart(yynn1704) - yynn1704 = 0 + r.EncodeMapStart(yynn1731) + yynn1731 = 0 } - if yyr1704 || yy2arr1704 { + if yyr1731 || yy2arr1731 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1704[0] { + if yyq1731[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1706 := z.EncBinary() - _ = yym1706 + yym1733 := z.EncBinary() + _ = yym1733 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -23375,15 +23609,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1704[0] { + if yyq1731[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1707 := z.EncBinary() - _ = yym1707 + yym1734 := z.EncBinary() + _ = yym1734 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -23391,14 +23625,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1704 || yy2arr1704 { + if yyr1731 || yy2arr1731 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1704[1] { + if yyq1731[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1709 := z.EncBinary() - _ = yym1709 + yym1736 := z.EncBinary() + _ = yym1736 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -23408,15 +23642,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1704[1] { + if yyq1731[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1710 := z.EncBinary() - _ = yym1710 + yym1737 := z.EncBinary() + _ = yym1737 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -23424,7 +23658,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1704 || yy2arr1704 { + if yyr1731 || yy2arr1731 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23437,25 +23671,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1711 := z.DecBinary() - _ = yym1711 + yym1738 := z.DecBinary() + _ = yym1738 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1712 := r.ContainerType() - if yyct1712 == codecSelferValueTypeMap1234 { - yyl1712 := r.ReadMapStart() - if yyl1712 == 0 { + yyct1739 := r.ContainerType() + if yyct1739 == codecSelferValueTypeMap1234 { + yyl1739 := r.ReadMapStart() + if yyl1739 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1712, d) + x.codecDecodeSelfFromMap(yyl1739, d) } - } else if yyct1712 == codecSelferValueTypeArray1234 { - yyl1712 := r.ReadArrayStart() - if yyl1712 == 0 { + } else if yyct1739 == codecSelferValueTypeArray1234 { + yyl1739 := r.ReadArrayStart() + if yyl1739 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1712, d) + x.codecDecodeSelfFromArray(yyl1739, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23467,12 +23701,12 @@ func (x *PodAffinity) 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 yys1740Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1740Slc + var yyhl1740 bool = l >= 0 + for yyj1740 := 0; ; yyj1740++ { + if yyhl1740 { + if yyj1740 >= l { break } } else { @@ -23481,38 +23715,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1713Slc = r.DecodeBytes(yys1713Slc, true, true) - yys1713 := string(yys1713Slc) + yys1740Slc = r.DecodeBytes(yys1740Slc, true, true) + yys1740 := string(yys1740Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1713 { + switch yys1740 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1714 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1715 := z.DecBinary() - _ = yym1715 + yyv1741 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1742 := z.DecBinary() + _ = yym1742 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1714), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1741), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1716 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1717 := z.DecBinary() - _ = yym1717 + yyv1743 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1744 := z.DecBinary() + _ = yym1744 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1716), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1743), d) } } default: - z.DecStructFieldNotFound(-1, yys1713) - } // end switch yys1713 - } // end for yyj1713 + z.DecStructFieldNotFound(-1, yys1740) + } // end switch yys1740 + } // end for yyj1740 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23520,16 +23754,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1718 int - var yyb1718 bool - var yyhl1718 bool = l >= 0 - yyj1718++ - if yyhl1718 { - yyb1718 = yyj1718 > l + var yyj1745 int + var yyb1745 bool + var yyhl1745 bool = l >= 0 + yyj1745++ + if yyhl1745 { + yyb1745 = yyj1745 > l } else { - yyb1718 = r.CheckBreak() + yyb1745 = r.CheckBreak() } - if yyb1718 { + if yyb1745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23537,21 +23771,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1719 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1720 := z.DecBinary() - _ = yym1720 + yyv1746 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1747 := z.DecBinary() + _ = yym1747 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1719), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1746), d) } } - yyj1718++ - if yyhl1718 { - yyb1718 = yyj1718 > l + yyj1745++ + if yyhl1745 { + yyb1745 = yyj1745 > l } else { - yyb1718 = r.CheckBreak() + yyb1745 = r.CheckBreak() } - if yyb1718 { + if yyb1745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23559,26 +23793,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1721 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1722 := z.DecBinary() - _ = yym1722 + yyv1748 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1749 := z.DecBinary() + _ = yym1749 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1721), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1748), d) } } for { - yyj1718++ - if yyhl1718 { - yyb1718 = yyj1718 > l + yyj1745++ + if yyhl1745 { + yyb1745 = yyj1745 > l } else { - yyb1718 = r.CheckBreak() + yyb1745 = r.CheckBreak() } - if yyb1718 { + if yyb1745 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1718-1, "") + z.DecStructFieldNotFound(yyj1745-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23590,39 +23824,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1723 := z.EncBinary() - _ = yym1723 + yym1750 := z.EncBinary() + _ = yym1750 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1724 := !z.EncBinary() - yy2arr1724 := z.EncBasicHandle().StructToArray - var yyq1724 [2]bool - _, _, _ = yysep1724, yyq1724, yy2arr1724 - const yyr1724 bool = false - yyq1724[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1724[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1724 int - if yyr1724 || yy2arr1724 { + yysep1751 := !z.EncBinary() + yy2arr1751 := z.EncBasicHandle().StructToArray + var yyq1751 [2]bool + _, _, _ = yysep1751, yyq1751, yy2arr1751 + const yyr1751 bool = false + yyq1751[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1751[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1751 int + if yyr1751 || yy2arr1751 { r.EncodeArrayStart(2) } else { - yynn1724 = 0 - for _, b := range yyq1724 { + yynn1751 = 0 + for _, b := range yyq1751 { if b { - yynn1724++ + yynn1751++ } } - r.EncodeMapStart(yynn1724) - yynn1724 = 0 + r.EncodeMapStart(yynn1751) + yynn1751 = 0 } - if yyr1724 || yy2arr1724 { + if yyr1751 || yy2arr1751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[0] { + if yyq1751[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1726 := z.EncBinary() - _ = yym1726 + yym1753 := z.EncBinary() + _ = yym1753 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -23632,15 +23866,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1724[0] { + if yyq1751[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1727 := z.EncBinary() - _ = yym1727 + yym1754 := z.EncBinary() + _ = yym1754 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -23648,14 +23882,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1724 || yy2arr1724 { + if yyr1751 || yy2arr1751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[1] { + if yyq1751[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1729 := z.EncBinary() - _ = yym1729 + yym1756 := z.EncBinary() + _ = yym1756 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -23665,15 +23899,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1724[1] { + if yyq1751[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1730 := z.EncBinary() - _ = yym1730 + yym1757 := z.EncBinary() + _ = yym1757 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -23681,7 +23915,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1724 || yy2arr1724 { + if yyr1751 || yy2arr1751 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23694,25 +23928,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1731 := z.DecBinary() - _ = yym1731 + yym1758 := z.DecBinary() + _ = yym1758 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1732 := r.ContainerType() - if yyct1732 == codecSelferValueTypeMap1234 { - yyl1732 := r.ReadMapStart() - if yyl1732 == 0 { + yyct1759 := r.ContainerType() + if yyct1759 == codecSelferValueTypeMap1234 { + yyl1759 := r.ReadMapStart() + if yyl1759 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1732, d) + x.codecDecodeSelfFromMap(yyl1759, d) } - } else if yyct1732 == codecSelferValueTypeArray1234 { - yyl1732 := r.ReadArrayStart() - if yyl1732 == 0 { + } else if yyct1759 == codecSelferValueTypeArray1234 { + yyl1759 := r.ReadArrayStart() + if yyl1759 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1732, d) + x.codecDecodeSelfFromArray(yyl1759, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23724,12 +23958,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1733Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1733Slc - var yyhl1733 bool = l >= 0 - for yyj1733 := 0; ; yyj1733++ { - if yyhl1733 { - if yyj1733 >= l { + var yys1760Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1760Slc + var yyhl1760 bool = l >= 0 + for yyj1760 := 0; ; yyj1760++ { + if yyhl1760 { + if yyj1760 >= l { break } } else { @@ -23738,38 +23972,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1733Slc = r.DecodeBytes(yys1733Slc, true, true) - yys1733 := string(yys1733Slc) + yys1760Slc = r.DecodeBytes(yys1760Slc, true, true) + yys1760 := string(yys1760Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1733 { + switch yys1760 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1734 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1735 := z.DecBinary() - _ = yym1735 + yyv1761 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1762 := z.DecBinary() + _ = yym1762 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1734), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1761), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1736 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1737 := z.DecBinary() - _ = yym1737 + yyv1763 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1764 := z.DecBinary() + _ = yym1764 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1736), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1763), d) } } default: - z.DecStructFieldNotFound(-1, yys1733) - } // end switch yys1733 - } // end for yyj1733 + z.DecStructFieldNotFound(-1, yys1760) + } // end switch yys1760 + } // end for yyj1760 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23777,16 +24011,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1738 int - var yyb1738 bool - var yyhl1738 bool = l >= 0 - yyj1738++ - if yyhl1738 { - yyb1738 = yyj1738 > l + var yyj1765 int + var yyb1765 bool + var yyhl1765 bool = l >= 0 + yyj1765++ + if yyhl1765 { + yyb1765 = yyj1765 > l } else { - yyb1738 = r.CheckBreak() + yyb1765 = r.CheckBreak() } - if yyb1738 { + if yyb1765 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23794,21 +24028,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1739 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1740 := z.DecBinary() - _ = yym1740 + yyv1766 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1767 := z.DecBinary() + _ = yym1767 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1739), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1766), d) } } - yyj1738++ - if yyhl1738 { - yyb1738 = yyj1738 > l + yyj1765++ + if yyhl1765 { + yyb1765 = yyj1765 > l } else { - yyb1738 = r.CheckBreak() + yyb1765 = r.CheckBreak() } - if yyb1738 { + if yyb1765 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23816,26 +24050,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1741 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1742 := z.DecBinary() - _ = yym1742 + yyv1768 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1769 := z.DecBinary() + _ = yym1769 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1741), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1768), d) } } for { - yyj1738++ - if yyhl1738 { - yyb1738 = yyj1738 > l + yyj1765++ + if yyhl1765 { + yyb1765 = yyj1765 > l } else { - yyb1738 = r.CheckBreak() + yyb1765 = r.CheckBreak() } - if yyb1738 { + if yyb1765 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1738-1, "") + z.DecStructFieldNotFound(yyj1765-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23847,33 +24081,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1743 := z.EncBinary() - _ = yym1743 + yym1770 := z.EncBinary() + _ = yym1770 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1744 := !z.EncBinary() - yy2arr1744 := z.EncBasicHandle().StructToArray - var yyq1744 [2]bool - _, _, _ = yysep1744, yyq1744, yy2arr1744 - const yyr1744 bool = false - var yynn1744 int - if yyr1744 || yy2arr1744 { + yysep1771 := !z.EncBinary() + yy2arr1771 := z.EncBasicHandle().StructToArray + var yyq1771 [2]bool + _, _, _ = yysep1771, yyq1771, yy2arr1771 + const yyr1771 bool = false + var yynn1771 int + if yyr1771 || yy2arr1771 { r.EncodeArrayStart(2) } else { - yynn1744 = 2 - for _, b := range yyq1744 { + yynn1771 = 2 + for _, b := range yyq1771 { if b { - yynn1744++ + yynn1771++ } } - r.EncodeMapStart(yynn1744) - yynn1744 = 0 + r.EncodeMapStart(yynn1771) + yynn1771 = 0 } - if yyr1744 || yy2arr1744 { + if yyr1771 || yy2arr1771 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1746 := z.EncBinary() - _ = yym1746 + yym1773 := z.EncBinary() + _ = yym1773 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -23882,25 +24116,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1747 := z.EncBinary() - _ = yym1747 + yym1774 := z.EncBinary() + _ = yym1774 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1744 || yy2arr1744 { + if yyr1771 || yy2arr1771 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1749 := &x.PodAffinityTerm - yy1749.CodecEncodeSelf(e) + yy1776 := &x.PodAffinityTerm + yy1776.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1750 := &x.PodAffinityTerm - yy1750.CodecEncodeSelf(e) + yy1777 := &x.PodAffinityTerm + yy1777.CodecEncodeSelf(e) } - if yyr1744 || yy2arr1744 { + if yyr1771 || yy2arr1771 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23913,25 +24147,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1751 := z.DecBinary() - _ = yym1751 + yym1778 := z.DecBinary() + _ = yym1778 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1752 := r.ContainerType() - if yyct1752 == codecSelferValueTypeMap1234 { - yyl1752 := r.ReadMapStart() - if yyl1752 == 0 { + yyct1779 := r.ContainerType() + if yyct1779 == codecSelferValueTypeMap1234 { + yyl1779 := r.ReadMapStart() + if yyl1779 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1752, d) + x.codecDecodeSelfFromMap(yyl1779, d) } - } else if yyct1752 == codecSelferValueTypeArray1234 { - yyl1752 := r.ReadArrayStart() - if yyl1752 == 0 { + } else if yyct1779 == codecSelferValueTypeArray1234 { + yyl1779 := r.ReadArrayStart() + if yyl1779 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1752, d) + x.codecDecodeSelfFromArray(yyl1779, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23943,12 +24177,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1753Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1753Slc - var yyhl1753 bool = l >= 0 - for yyj1753 := 0; ; yyj1753++ { - if yyhl1753 { - if yyj1753 >= l { + var yys1780Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1780Slc + var yyhl1780 bool = l >= 0 + for yyj1780 := 0; ; yyj1780++ { + if yyhl1780 { + if yyj1780 >= l { break } } else { @@ -23957,10 +24191,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1753Slc = r.DecodeBytes(yys1753Slc, true, true) - yys1753 := string(yys1753Slc) + yys1780Slc = r.DecodeBytes(yys1780Slc, true, true) + yys1780 := string(yys1780Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1753 { + switch yys1780 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -23971,13 +24205,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1755 := &x.PodAffinityTerm - yyv1755.CodecDecodeSelf(d) + yyv1782 := &x.PodAffinityTerm + yyv1782.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1753) - } // end switch yys1753 - } // end for yyj1753 + z.DecStructFieldNotFound(-1, yys1780) + } // end switch yys1780 + } // end for yyj1780 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23985,16 +24219,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1756 int - var yyb1756 bool - var yyhl1756 bool = l >= 0 - yyj1756++ - if yyhl1756 { - yyb1756 = yyj1756 > l + var yyj1783 int + var yyb1783 bool + var yyhl1783 bool = l >= 0 + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1756 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1756 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24004,13 +24238,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1756++ - if yyhl1756 { - yyb1756 = yyj1756 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1756 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1756 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24018,21 +24252,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1758 := &x.PodAffinityTerm - yyv1758.CodecDecodeSelf(d) + yyv1785 := &x.PodAffinityTerm + yyv1785.CodecDecodeSelf(d) } for { - yyj1756++ - if yyhl1756 { - yyb1756 = yyj1756 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1756 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1756 { + if yyb1783 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1756-1, "") + z.DecStructFieldNotFound(yyj1783-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24044,39 +24278,39 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1759 := z.EncBinary() - _ = yym1759 + yym1786 := z.EncBinary() + _ = yym1786 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1760 := !z.EncBinary() - yy2arr1760 := z.EncBasicHandle().StructToArray - var yyq1760 [3]bool - _, _, _ = yysep1760, yyq1760, yy2arr1760 - const yyr1760 bool = false - yyq1760[0] = x.LabelSelector != nil - yyq1760[2] = x.TopologyKey != "" - var yynn1760 int - if yyr1760 || yy2arr1760 { + yysep1787 := !z.EncBinary() + yy2arr1787 := z.EncBasicHandle().StructToArray + var yyq1787 [3]bool + _, _, _ = yysep1787, yyq1787, yy2arr1787 + const yyr1787 bool = false + yyq1787[0] = x.LabelSelector != nil + yyq1787[2] = x.TopologyKey != "" + var yynn1787 int + if yyr1787 || yy2arr1787 { r.EncodeArrayStart(3) } else { - yynn1760 = 1 - for _, b := range yyq1760 { + yynn1787 = 1 + for _, b := range yyq1787 { if b { - yynn1760++ + yynn1787++ } } - r.EncodeMapStart(yynn1760) - yynn1760 = 0 + r.EncodeMapStart(yynn1787) + yynn1787 = 0 } - if yyr1760 || yy2arr1760 { + if yyr1787 || yy2arr1787 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1760[0] { + if yyq1787[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1762 := z.EncBinary() - _ = yym1762 + yym1789 := z.EncBinary() + _ = yym1789 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -24087,15 +24321,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1760[0] { + if yyq1787[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1763 := z.EncBinary() - _ = yym1763 + yym1790 := z.EncBinary() + _ = yym1790 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -24104,13 +24338,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1760 || yy2arr1760 { + if yyr1787 || yy2arr1787 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1765 := z.EncBinary() - _ = yym1765 + yym1792 := z.EncBinary() + _ = yym1792 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -24123,19 +24357,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1766 := z.EncBinary() - _ = yym1766 + yym1793 := z.EncBinary() + _ = yym1793 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1760 || yy2arr1760 { + if yyr1787 || yy2arr1787 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1760[2] { - yym1768 := z.EncBinary() - _ = yym1768 + if yyq1787[2] { + yym1795 := z.EncBinary() + _ = yym1795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -24144,19 +24378,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1760[2] { + if yyq1787[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1769 := z.EncBinary() - _ = yym1769 + yym1796 := z.EncBinary() + _ = yym1796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1760 || yy2arr1760 { + if yyr1787 || yy2arr1787 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24169,25 +24403,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1770 := z.DecBinary() - _ = yym1770 + yym1797 := z.DecBinary() + _ = yym1797 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1771 := r.ContainerType() - if yyct1771 == codecSelferValueTypeMap1234 { - yyl1771 := r.ReadMapStart() - if yyl1771 == 0 { + yyct1798 := r.ContainerType() + if yyct1798 == codecSelferValueTypeMap1234 { + yyl1798 := r.ReadMapStart() + if yyl1798 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1771, d) + x.codecDecodeSelfFromMap(yyl1798, d) } - } else if yyct1771 == codecSelferValueTypeArray1234 { - yyl1771 := r.ReadArrayStart() - if yyl1771 == 0 { + } else if yyct1798 == codecSelferValueTypeArray1234 { + yyl1798 := r.ReadArrayStart() + if yyl1798 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1771, d) + x.codecDecodeSelfFromArray(yyl1798, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24199,12 +24433,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1772Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1772Slc - var yyhl1772 bool = l >= 0 - for yyj1772 := 0; ; yyj1772++ { - if yyhl1772 { - if yyj1772 >= l { + var yys1799Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1799Slc + var yyhl1799 bool = l >= 0 + for yyj1799 := 0; ; yyj1799++ { + if yyhl1799 { + if yyj1799 >= l { break } } else { @@ -24213,10 +24447,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1772Slc = r.DecodeBytes(yys1772Slc, true, true) - yys1772 := string(yys1772Slc) + yys1799Slc = r.DecodeBytes(yys1799Slc, true, true) + yys1799 := string(yys1799Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1772 { + switch yys1799 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -24226,8 +24460,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1774 := z.DecBinary() - _ = yym1774 + yym1801 := z.DecBinary() + _ = yym1801 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -24238,12 +24472,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1775 := &x.Namespaces - yym1776 := z.DecBinary() - _ = yym1776 + yyv1802 := &x.Namespaces + yym1803 := z.DecBinary() + _ = yym1803 if false { } else { - z.F.DecSliceStringX(yyv1775, false, d) + z.F.DecSliceStringX(yyv1802, false, d) } } case "topologyKey": @@ -24253,9 +24487,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1772) - } // end switch yys1772 - } // end for yyj1772 + z.DecStructFieldNotFound(-1, yys1799) + } // end switch yys1799 + } // end for yyj1799 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24263,16 +24497,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1778 int - var yyb1778 bool - var yyhl1778 bool = l >= 0 - yyj1778++ - if yyhl1778 { - yyb1778 = yyj1778 > l + var yyj1805 int + var yyb1805 bool + var yyhl1805 bool = l >= 0 + yyj1805++ + if yyhl1805 { + yyb1805 = yyj1805 > l } else { - yyb1778 = r.CheckBreak() + yyb1805 = r.CheckBreak() } - if yyb1778 { + if yyb1805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24285,21 +24519,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1780 := z.DecBinary() - _ = yym1780 + yym1807 := z.DecBinary() + _ = yym1807 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1778++ - if yyhl1778 { - yyb1778 = yyj1778 > l + yyj1805++ + if yyhl1805 { + yyb1805 = yyj1805 > l } else { - yyb1778 = r.CheckBreak() + yyb1805 = r.CheckBreak() } - if yyb1778 { + if yyb1805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24307,21 +24541,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1781 := &x.Namespaces - yym1782 := z.DecBinary() - _ = yym1782 + yyv1808 := &x.Namespaces + yym1809 := z.DecBinary() + _ = yym1809 if false { } else { - z.F.DecSliceStringX(yyv1781, false, d) + z.F.DecSliceStringX(yyv1808, false, d) } } - yyj1778++ - if yyhl1778 { - yyb1778 = yyj1778 > l + yyj1805++ + if yyhl1805 { + yyb1805 = yyj1805 > l } else { - yyb1778 = r.CheckBreak() + yyb1805 = r.CheckBreak() } - if yyb1778 { + if yyb1805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24332,17 +24566,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1778++ - if yyhl1778 { - yyb1778 = yyj1778 > l + yyj1805++ + if yyhl1805 { + yyb1805 = yyj1805 > l } else { - yyb1778 = r.CheckBreak() + yyb1805 = r.CheckBreak() } - if yyb1778 { + if yyb1805 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1778-1, "") + z.DecStructFieldNotFound(yyj1805-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24354,34 +24588,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1784 := z.EncBinary() - _ = yym1784 + yym1811 := z.EncBinary() + _ = yym1811 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1785 := !z.EncBinary() - yy2arr1785 := z.EncBasicHandle().StructToArray - var yyq1785 [2]bool - _, _, _ = yysep1785, yyq1785, yy2arr1785 - const yyr1785 bool = false - yyq1785[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1785[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1785 int - if yyr1785 || yy2arr1785 { + yysep1812 := !z.EncBinary() + yy2arr1812 := z.EncBasicHandle().StructToArray + var yyq1812 [2]bool + _, _, _ = yysep1812, yyq1812, yy2arr1812 + const yyr1812 bool = false + yyq1812[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq1812[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1812 int + if yyr1812 || yy2arr1812 { r.EncodeArrayStart(2) } else { - yynn1785 = 0 - for _, b := range yyq1785 { + yynn1812 = 0 + for _, b := range yyq1812 { if b { - yynn1785++ + yynn1812++ } } - r.EncodeMapStart(yynn1785) - yynn1785 = 0 + r.EncodeMapStart(yynn1812) + yynn1812 = 0 } - if yyr1785 || yy2arr1785 { + if yyr1812 || yy2arr1812 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1785[0] { + if yyq1812[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -24391,7 +24625,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1785[0] { + if yyq1812[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24402,14 +24636,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1785 || yy2arr1785 { + if yyr1812 || yy2arr1812 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1785[1] { + if yyq1812[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1788 := z.EncBinary() - _ = yym1788 + yym1815 := z.EncBinary() + _ = yym1815 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24419,15 +24653,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1785[1] { + if yyq1812[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1789 := z.EncBinary() - _ = yym1789 + yym1816 := z.EncBinary() + _ = yym1816 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -24435,7 +24669,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1785 || yy2arr1785 { + if yyr1812 || yy2arr1812 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24448,25 +24682,25 @@ func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1790 := z.DecBinary() - _ = yym1790 + yym1817 := z.DecBinary() + _ = yym1817 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1791 := r.ContainerType() - if yyct1791 == codecSelferValueTypeMap1234 { - yyl1791 := r.ReadMapStart() - if yyl1791 == 0 { + yyct1818 := r.ContainerType() + if yyct1818 == codecSelferValueTypeMap1234 { + yyl1818 := r.ReadMapStart() + if yyl1818 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1791, d) + x.codecDecodeSelfFromMap(yyl1818, d) } - } else if yyct1791 == codecSelferValueTypeArray1234 { - yyl1791 := r.ReadArrayStart() - if yyl1791 == 0 { + } else if yyct1818 == codecSelferValueTypeArray1234 { + yyl1818 := r.ReadArrayStart() + if yyl1818 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1791, d) + x.codecDecodeSelfFromArray(yyl1818, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24478,12 +24712,12 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1792Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1792Slc - var yyhl1792 bool = l >= 0 - for yyj1792 := 0; ; yyj1792++ { - if yyhl1792 { - if yyj1792 >= l { + var yys1819Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1819Slc + var yyhl1819 bool = l >= 0 + for yyj1819 := 0; ; yyj1819++ { + if yyhl1819 { + if yyj1819 >= l { break } } else { @@ -24492,10 +24726,10 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1792Slc = r.DecodeBytes(yys1792Slc, true, true) - yys1792 := string(yys1792Slc) + yys1819Slc = r.DecodeBytes(yys1819Slc, true, true) + yys1819 := string(yys1819Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1792 { + switch yys1819 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -24511,18 +24745,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1794 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1795 := z.DecBinary() - _ = yym1795 + yyv1821 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1822 := z.DecBinary() + _ = yym1822 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1794), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1821), d) } } default: - z.DecStructFieldNotFound(-1, yys1792) - } // end switch yys1792 - } // end for yyj1792 + z.DecStructFieldNotFound(-1, yys1819) + } // end switch yys1819 + } // end for yyj1819 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24530,16 +24764,16 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1796 int - var yyb1796 bool - var yyhl1796 bool = l >= 0 - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l + var yyj1823 int + var yyb1823 bool + var yyhl1823 bool = l >= 0 + yyj1823++ + if yyhl1823 { + yyb1823 = yyj1823 > l } else { - yyb1796 = r.CheckBreak() + yyb1823 = r.CheckBreak() } - if yyb1796 { + if yyb1823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24554,13 +24788,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l + yyj1823++ + if yyhl1823 { + yyb1823 = yyj1823 > l } else { - yyb1796 = r.CheckBreak() + yyb1823 = r.CheckBreak() } - if yyb1796 { + if yyb1823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24568,26 +24802,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1798 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1799 := z.DecBinary() - _ = yym1799 + yyv1825 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1826 := z.DecBinary() + _ = yym1826 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1798), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1825), d) } } for { - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l + yyj1823++ + if yyhl1823 { + yyb1823 = yyj1823 > l } else { - yyb1796 = r.CheckBreak() + yyb1823 = r.CheckBreak() } - if yyb1796 { + if yyb1823 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1796-1, "") + z.DecStructFieldNotFound(yyj1823-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24599,33 +24833,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1800 := z.EncBinary() - _ = yym1800 + yym1827 := z.EncBinary() + _ = yym1827 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1801 := !z.EncBinary() - yy2arr1801 := z.EncBasicHandle().StructToArray - var yyq1801 [2]bool - _, _, _ = yysep1801, yyq1801, yy2arr1801 - const yyr1801 bool = false - var yynn1801 int - if yyr1801 || yy2arr1801 { + yysep1828 := !z.EncBinary() + yy2arr1828 := z.EncBasicHandle().StructToArray + var yyq1828 [2]bool + _, _, _ = yysep1828, yyq1828, yy2arr1828 + const yyr1828 bool = false + var yynn1828 int + if yyr1828 || yy2arr1828 { r.EncodeArrayStart(2) } else { - yynn1801 = 2 - for _, b := range yyq1801 { + yynn1828 = 2 + for _, b := range yyq1828 { if b { - yynn1801++ + yynn1828++ } } - r.EncodeMapStart(yynn1801) - yynn1801 = 0 + r.EncodeMapStart(yynn1828) + yynn1828 = 0 } - if yyr1801 || yy2arr1801 { + if yyr1828 || yy2arr1828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1803 := z.EncBinary() - _ = yym1803 + yym1830 := z.EncBinary() + _ = yym1830 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -24634,25 +24868,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1804 := z.EncBinary() - _ = yym1804 + yym1831 := z.EncBinary() + _ = yym1831 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1801 || yy2arr1801 { + if yyr1828 || yy2arr1828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1806 := &x.Preference - yy1806.CodecEncodeSelf(e) + yy1833 := &x.Preference + yy1833.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1807 := &x.Preference - yy1807.CodecEncodeSelf(e) + yy1834 := &x.Preference + yy1834.CodecEncodeSelf(e) } - if yyr1801 || yy2arr1801 { + if yyr1828 || yy2arr1828 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24665,25 +24899,25 @@ func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1808 := z.DecBinary() - _ = yym1808 + yym1835 := z.DecBinary() + _ = yym1835 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1809 := r.ContainerType() - if yyct1809 == codecSelferValueTypeMap1234 { - yyl1809 := r.ReadMapStart() - if yyl1809 == 0 { + yyct1836 := r.ContainerType() + if yyct1836 == codecSelferValueTypeMap1234 { + yyl1836 := r.ReadMapStart() + if yyl1836 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1809, d) + x.codecDecodeSelfFromMap(yyl1836, d) } - } else if yyct1809 == codecSelferValueTypeArray1234 { - yyl1809 := r.ReadArrayStart() - if yyl1809 == 0 { + } else if yyct1836 == codecSelferValueTypeArray1234 { + yyl1836 := r.ReadArrayStart() + if yyl1836 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1809, d) + x.codecDecodeSelfFromArray(yyl1836, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24695,12 +24929,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1810Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1810Slc - var yyhl1810 bool = l >= 0 - for yyj1810 := 0; ; yyj1810++ { - if yyhl1810 { - if yyj1810 >= l { + var yys1837Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1837Slc + var yyhl1837 bool = l >= 0 + for yyj1837 := 0; ; yyj1837++ { + if yyhl1837 { + if yyj1837 >= l { break } } else { @@ -24709,10 +24943,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1810Slc = r.DecodeBytes(yys1810Slc, true, true) - yys1810 := string(yys1810Slc) + yys1837Slc = r.DecodeBytes(yys1837Slc, true, true) + yys1837 := string(yys1837Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1810 { + switch yys1837 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -24723,13 +24957,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1812 := &x.Preference - yyv1812.CodecDecodeSelf(d) + yyv1839 := &x.Preference + yyv1839.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1810) - } // end switch yys1810 - } // end for yyj1810 + z.DecStructFieldNotFound(-1, yys1837) + } // end switch yys1837 + } // end for yyj1837 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24737,16 +24971,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1813 int - var yyb1813 bool - var yyhl1813 bool = l >= 0 - yyj1813++ - if yyhl1813 { - yyb1813 = yyj1813 > l + var yyj1840 int + var yyb1840 bool + var yyhl1840 bool = l >= 0 + yyj1840++ + if yyhl1840 { + yyb1840 = yyj1840 > l } else { - yyb1813 = r.CheckBreak() + yyb1840 = r.CheckBreak() } - if yyb1813 { + if yyb1840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24756,13 +24990,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1813++ - if yyhl1813 { - yyb1813 = yyj1813 > l + yyj1840++ + if yyhl1840 { + yyb1840 = yyj1840 > l } else { - yyb1813 = r.CheckBreak() + yyb1840 = r.CheckBreak() } - if yyb1813 { + if yyb1840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24770,21 +25004,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1815 := &x.Preference - yyv1815.CodecDecodeSelf(d) + yyv1842 := &x.Preference + yyv1842.CodecDecodeSelf(d) } for { - yyj1813++ - if yyhl1813 { - yyb1813 = yyj1813 > l + yyj1840++ + if yyhl1840 { + yyb1840 = yyj1840 > l } else { - yyb1813 = r.CheckBreak() + yyb1840 = r.CheckBreak() } - if yyb1813 { + if yyb1840 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1813-1, "") + z.DecStructFieldNotFound(yyj1840-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24796,34 +25030,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1816 := z.EncBinary() - _ = yym1816 + yym1843 := z.EncBinary() + _ = yym1843 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[1] = x.Value != "" - var yynn1817 int - if yyr1817 || yy2arr1817 { + yysep1844 := !z.EncBinary() + yy2arr1844 := z.EncBasicHandle().StructToArray + var yyq1844 [3]bool + _, _, _ = yysep1844, yyq1844, yy2arr1844 + const yyr1844 bool = false + yyq1844[1] = x.Value != "" + var yynn1844 int + if yyr1844 || yy2arr1844 { r.EncodeArrayStart(3) } else { - yynn1817 = 2 - for _, b := range yyq1817 { + yynn1844 = 2 + for _, b := range yyq1844 { if b { - yynn1817++ + yynn1844++ } } - r.EncodeMapStart(yynn1817) - yynn1817 = 0 + r.EncodeMapStart(yynn1844) + yynn1844 = 0 } - if yyr1817 || yy2arr1817 { + if yyr1844 || yy2arr1844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1819 := z.EncBinary() - _ = yym1819 + yym1846 := z.EncBinary() + _ = yym1846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -24832,18 +25066,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1820 := z.EncBinary() - _ = yym1820 + yym1847 := z.EncBinary() + _ = yym1847 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1817 || yy2arr1817 { + if yyr1844 || yy2arr1844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1817[1] { - yym1822 := z.EncBinary() - _ = yym1822 + if yyq1844[1] { + yym1849 := z.EncBinary() + _ = yym1849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -24852,19 +25086,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1817[1] { + if yyq1844[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1823 := z.EncBinary() - _ = yym1823 + yym1850 := z.EncBinary() + _ = yym1850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1817 || yy2arr1817 { + if yyr1844 || yy2arr1844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -24873,7 +25107,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr1817 || yy2arr1817 { + if yyr1844 || yy2arr1844 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24886,25 +25120,25 @@ func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1825 := z.DecBinary() - _ = yym1825 + yym1852 := z.DecBinary() + _ = yym1852 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1826 := r.ContainerType() - if yyct1826 == codecSelferValueTypeMap1234 { - yyl1826 := r.ReadMapStart() - if yyl1826 == 0 { + yyct1853 := r.ContainerType() + if yyct1853 == codecSelferValueTypeMap1234 { + yyl1853 := r.ReadMapStart() + if yyl1853 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1826, d) + x.codecDecodeSelfFromMap(yyl1853, d) } - } else if yyct1826 == codecSelferValueTypeArray1234 { - yyl1826 := r.ReadArrayStart() - if yyl1826 == 0 { + } else if yyct1853 == codecSelferValueTypeArray1234 { + yyl1853 := r.ReadArrayStart() + if yyl1853 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1826, d) + x.codecDecodeSelfFromArray(yyl1853, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24916,12 +25150,12 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1827Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1827Slc - var yyhl1827 bool = l >= 0 - for yyj1827 := 0; ; yyj1827++ { - if yyhl1827 { - if yyj1827 >= l { + var yys1854Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1854Slc + var yyhl1854 bool = l >= 0 + for yyj1854 := 0; ; yyj1854++ { + if yyhl1854 { + if yyj1854 >= l { break } } else { @@ -24930,10 +25164,10 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1827Slc = r.DecodeBytes(yys1827Slc, true, true) - yys1827 := string(yys1827Slc) + yys1854Slc = r.DecodeBytes(yys1854Slc, true, true) + yys1854 := string(yys1854Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1827 { + switch yys1854 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -24953,9 +25187,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1827) - } // end switch yys1827 - } // end for yyj1827 + z.DecStructFieldNotFound(-1, yys1854) + } // end switch yys1854 + } // end for yyj1854 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24963,16 +25197,16 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1831 int - var yyb1831 bool - var yyhl1831 bool = l >= 0 - yyj1831++ - if yyhl1831 { - yyb1831 = yyj1831 > l + var yyj1858 int + var yyb1858 bool + var yyhl1858 bool = l >= 0 + yyj1858++ + if yyhl1858 { + yyb1858 = yyj1858 > l } else { - yyb1831 = r.CheckBreak() + yyb1858 = r.CheckBreak() } - if yyb1831 { + if yyb1858 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24982,13 +25216,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1831++ - if yyhl1831 { - yyb1831 = yyj1831 > l + yyj1858++ + if yyhl1858 { + yyb1858 = yyj1858 > l } else { - yyb1831 = r.CheckBreak() + yyb1858 = r.CheckBreak() } - if yyb1831 { + if yyb1858 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24998,13 +25232,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1831++ - if yyhl1831 { - yyb1831 = yyj1831 > l + yyj1858++ + if yyhl1858 { + yyb1858 = yyj1858 > l } else { - yyb1831 = r.CheckBreak() + yyb1858 = r.CheckBreak() } - if yyb1831 { + if yyb1858 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25015,17 +25249,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1831++ - if yyhl1831 { - yyb1831 = yyj1831 > l + yyj1858++ + if yyhl1858 { + yyb1858 = yyj1858 > l } else { - yyb1831 = r.CheckBreak() + yyb1858 = r.CheckBreak() } - if yyb1831 { + if yyb1858 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1831-1, "") + z.DecStructFieldNotFound(yyj1858-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25034,8 +25268,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1835 := z.EncBinary() - _ = yym1835 + yym1862 := z.EncBinary() + _ = yym1862 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25047,8 +25281,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1836 := z.DecBinary() - _ = yym1836 + yym1863 := z.DecBinary() + _ = yym1863 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25063,38 +25297,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1837 := z.EncBinary() - _ = yym1837 + yym1864 := z.EncBinary() + _ = yym1864 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1838 := !z.EncBinary() - yy2arr1838 := z.EncBasicHandle().StructToArray - var yyq1838 [4]bool - _, _, _ = yysep1838, yyq1838, yy2arr1838 - const yyr1838 bool = false - yyq1838[0] = x.Key != "" - yyq1838[1] = x.Operator != "" - yyq1838[2] = x.Value != "" - yyq1838[3] = x.Effect != "" - var yynn1838 int - if yyr1838 || yy2arr1838 { + yysep1865 := !z.EncBinary() + yy2arr1865 := z.EncBasicHandle().StructToArray + var yyq1865 [4]bool + _, _, _ = yysep1865, yyq1865, yy2arr1865 + const yyr1865 bool = false + yyq1865[0] = x.Key != "" + yyq1865[1] = x.Operator != "" + yyq1865[2] = x.Value != "" + yyq1865[3] = x.Effect != "" + var yynn1865 int + if yyr1865 || yy2arr1865 { r.EncodeArrayStart(4) } else { - yynn1838 = 0 - for _, b := range yyq1838 { + yynn1865 = 0 + for _, b := range yyq1865 { if b { - yynn1838++ + yynn1865++ } } - r.EncodeMapStart(yynn1838) - yynn1838 = 0 + r.EncodeMapStart(yynn1865) + yynn1865 = 0 } - if yyr1838 || yy2arr1838 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[0] { - yym1840 := z.EncBinary() - _ = yym1840 + if yyq1865[0] { + yym1867 := z.EncBinary() + _ = yym1867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -25103,38 +25337,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[0] { + if yyq1865[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1841 := z.EncBinary() - _ = yym1841 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr1838 || yy2arr1838 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[1] { + if yyq1865[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[1] { + if yyq1865[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr1838 || yy2arr1838 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[2] { - yym1844 := z.EncBinary() - _ = yym1844 + if yyq1865[2] { + yym1871 := z.EncBinary() + _ = yym1871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -25143,34 +25377,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[2] { + if yyq1865[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1845 := z.EncBinary() - _ = yym1845 + yym1872 := z.EncBinary() + _ = yym1872 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1838 || yy2arr1838 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[3] { + if yyq1865[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[3] { + if yyq1865[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr1838 || yy2arr1838 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25183,25 +25417,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1847 := z.DecBinary() - _ = yym1847 + yym1874 := z.DecBinary() + _ = yym1874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1848 := r.ContainerType() - if yyct1848 == codecSelferValueTypeMap1234 { - yyl1848 := r.ReadMapStart() - if yyl1848 == 0 { + yyct1875 := r.ContainerType() + if yyct1875 == codecSelferValueTypeMap1234 { + yyl1875 := r.ReadMapStart() + if yyl1875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1848, d) + x.codecDecodeSelfFromMap(yyl1875, d) } - } else if yyct1848 == codecSelferValueTypeArray1234 { - yyl1848 := r.ReadArrayStart() - if yyl1848 == 0 { + } else if yyct1875 == codecSelferValueTypeArray1234 { + yyl1875 := r.ReadArrayStart() + if yyl1875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1848, d) + x.codecDecodeSelfFromArray(yyl1875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25213,12 +25447,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1849Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1849Slc - var yyhl1849 bool = l >= 0 - for yyj1849 := 0; ; yyj1849++ { - if yyhl1849 { - if yyj1849 >= l { + var yys1876Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1876Slc + var yyhl1876 bool = l >= 0 + for yyj1876 := 0; ; yyj1876++ { + if yyhl1876 { + if yyj1876 >= l { break } } else { @@ -25227,10 +25461,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1849Slc = r.DecodeBytes(yys1849Slc, true, true) - yys1849 := string(yys1849Slc) + yys1876Slc = r.DecodeBytes(yys1876Slc, true, true) + yys1876 := string(yys1876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1849 { + switch yys1876 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -25256,9 +25490,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1849) - } // end switch yys1849 - } // end for yyj1849 + z.DecStructFieldNotFound(-1, yys1876) + } // end switch yys1876 + } // end for yyj1876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25266,16 +25500,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1854 int - var yyb1854 bool - var yyhl1854 bool = l >= 0 - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + var yyj1881 int + var yyb1881 bool + var yyhl1881 bool = l >= 0 + yyj1881++ + if yyhl1881 { + yyb1881 = yyj1881 > l } else { - yyb1854 = r.CheckBreak() + yyb1881 = r.CheckBreak() } - if yyb1854 { + if yyb1881 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25285,13 +25519,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1881++ + if yyhl1881 { + yyb1881 = yyj1881 > l } else { - yyb1854 = r.CheckBreak() + yyb1881 = r.CheckBreak() } - if yyb1854 { + if yyb1881 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25301,13 +25535,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1881++ + if yyhl1881 { + yyb1881 = yyj1881 > l } else { - yyb1854 = r.CheckBreak() + yyb1881 = r.CheckBreak() } - if yyb1854 { + if yyb1881 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25317,13 +25551,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1881++ + if yyhl1881 { + yyb1881 = yyj1881 > l } else { - yyb1854 = r.CheckBreak() + yyb1881 = r.CheckBreak() } - if yyb1854 { + if yyb1881 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25334,17 +25568,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1881++ + if yyhl1881 { + yyb1881 = yyj1881 > l } else { - yyb1854 = r.CheckBreak() + yyb1881 = r.CheckBreak() } - if yyb1854 { + if yyb1881 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1854-1, "") + z.DecStructFieldNotFound(yyj1881-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25353,8 +25587,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1859 := z.EncBinary() - _ = yym1859 + yym1886 := z.EncBinary() + _ = yym1886 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25366,8 +25600,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1860 := z.DecBinary() - _ = yym1860 + yym1887 := z.DecBinary() + _ = yym1887 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25382,53 +25616,53 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1861 := z.EncBinary() - _ = yym1861 + yym1888 := z.EncBinary() + _ = yym1888 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1862 := !z.EncBinary() - yy2arr1862 := z.EncBasicHandle().StructToArray - var yyq1862 [17]bool - _, _, _ = yysep1862, yyq1862, yy2arr1862 - const yyr1862 bool = false - yyq1862[0] = len(x.Volumes) != 0 - yyq1862[2] = x.RestartPolicy != "" - yyq1862[3] = x.TerminationGracePeriodSeconds != nil - yyq1862[4] = x.ActiveDeadlineSeconds != nil - yyq1862[5] = x.DNSPolicy != "" - yyq1862[6] = len(x.NodeSelector) != 0 - yyq1862[7] = x.ServiceAccountName != "" - yyq1862[8] = x.DeprecatedServiceAccount != "" - yyq1862[9] = x.NodeName != "" - yyq1862[10] = x.HostNetwork != false - yyq1862[11] = x.HostPID != false - yyq1862[12] = x.HostIPC != false - yyq1862[13] = x.SecurityContext != nil - yyq1862[14] = len(x.ImagePullSecrets) != 0 - yyq1862[15] = x.Hostname != "" - yyq1862[16] = x.Subdomain != "" - var yynn1862 int - if yyr1862 || yy2arr1862 { + yysep1889 := !z.EncBinary() + yy2arr1889 := z.EncBasicHandle().StructToArray + var yyq1889 [17]bool + _, _, _ = yysep1889, yyq1889, yy2arr1889 + const yyr1889 bool = false + yyq1889[0] = len(x.Volumes) != 0 + yyq1889[2] = x.RestartPolicy != "" + yyq1889[3] = x.TerminationGracePeriodSeconds != nil + yyq1889[4] = x.ActiveDeadlineSeconds != nil + yyq1889[5] = x.DNSPolicy != "" + yyq1889[6] = len(x.NodeSelector) != 0 + yyq1889[7] = x.ServiceAccountName != "" + yyq1889[8] = x.DeprecatedServiceAccount != "" + yyq1889[9] = x.NodeName != "" + yyq1889[10] = x.HostNetwork != false + yyq1889[11] = x.HostPID != false + yyq1889[12] = x.HostIPC != false + yyq1889[13] = x.SecurityContext != nil + yyq1889[14] = len(x.ImagePullSecrets) != 0 + yyq1889[15] = x.Hostname != "" + yyq1889[16] = x.Subdomain != "" + var yynn1889 int + if yyr1889 || yy2arr1889 { r.EncodeArrayStart(17) } else { - yynn1862 = 1 - for _, b := range yyq1862 { + yynn1889 = 1 + for _, b := range yyq1889 { if b { - yynn1862++ + yynn1889++ } } - r.EncodeMapStart(yynn1862) - yynn1862 = 0 + r.EncodeMapStart(yynn1889) + yynn1889 = 0 } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[0] { + if yyq1889[0] { if x.Volumes == nil { r.EncodeNil() } else { - yym1864 := z.EncBinary() - _ = yym1864 + yym1891 := z.EncBinary() + _ = yym1891 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -25438,15 +25672,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1862[0] { + if yyq1889[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1865 := z.EncBinary() - _ = yym1865 + yym1892 := z.EncBinary() + _ = yym1892 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -25454,13 +25688,13 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1867 := z.EncBinary() - _ = yym1867 + yym1894 := z.EncBinary() + _ = yym1894 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -25473,122 +25707,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1868 := z.EncBinary() - _ = yym1868 + yym1895 := z.EncBinary() + _ = yym1895 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[2] { + if yyq1889[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[2] { + if yyq1889[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[3] { + if yyq1889[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1871 := *x.TerminationGracePeriodSeconds - yym1872 := z.EncBinary() - _ = yym1872 + yy1898 := *x.TerminationGracePeriodSeconds + yym1899 := z.EncBinary() + _ = yym1899 if false { } else { - r.EncodeInt(int64(yy1871)) + r.EncodeInt(int64(yy1898)) } } } else { r.EncodeNil() } } else { - if yyq1862[3] { + if yyq1889[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1873 := *x.TerminationGracePeriodSeconds - yym1874 := z.EncBinary() - _ = yym1874 + yy1900 := *x.TerminationGracePeriodSeconds + yym1901 := z.EncBinary() + _ = yym1901 if false { } else { - r.EncodeInt(int64(yy1873)) + r.EncodeInt(int64(yy1900)) } } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[4] { + if yyq1889[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1876 := *x.ActiveDeadlineSeconds - yym1877 := z.EncBinary() - _ = yym1877 + yy1903 := *x.ActiveDeadlineSeconds + yym1904 := z.EncBinary() + _ = yym1904 if false { } else { - r.EncodeInt(int64(yy1876)) + r.EncodeInt(int64(yy1903)) } } } else { r.EncodeNil() } } else { - if yyq1862[4] { + if yyq1889[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1878 := *x.ActiveDeadlineSeconds - yym1879 := z.EncBinary() - _ = yym1879 + yy1905 := *x.ActiveDeadlineSeconds + yym1906 := z.EncBinary() + _ = yym1906 if false { } else { - r.EncodeInt(int64(yy1878)) + r.EncodeInt(int64(yy1905)) } } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[5] { + if yyq1889[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[5] { + if yyq1889[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[6] { + if yyq1889[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1882 := z.EncBinary() - _ = yym1882 + yym1909 := z.EncBinary() + _ = yym1909 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -25598,15 +25832,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1862[6] { + if yyq1889[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1883 := z.EncBinary() - _ = yym1883 + yym1910 := z.EncBinary() + _ = yym1910 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -25614,11 +25848,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[7] { - yym1885 := z.EncBinary() - _ = yym1885 + if yyq1889[7] { + yym1912 := z.EncBinary() + _ = yym1912 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -25627,23 +25861,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[7] { + if yyq1889[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1886 := z.EncBinary() - _ = yym1886 + yym1913 := z.EncBinary() + _ = yym1913 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[8] { - yym1888 := z.EncBinary() - _ = yym1888 + if yyq1889[8] { + yym1915 := z.EncBinary() + _ = yym1915 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) @@ -25652,23 +25886,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[8] { + if yyq1889[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1889 := z.EncBinary() - _ = yym1889 + yym1916 := z.EncBinary() + _ = yym1916 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[9] { - yym1891 := z.EncBinary() - _ = yym1891 + if yyq1889[9] { + yym1918 := z.EncBinary() + _ = yym1918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -25677,23 +25911,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[9] { + if yyq1889[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1892 := z.EncBinary() - _ = yym1892 + yym1919 := z.EncBinary() + _ = yym1919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[10] { - yym1894 := z.EncBinary() - _ = yym1894 + if yyq1889[10] { + yym1921 := z.EncBinary() + _ = yym1921 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -25702,23 +25936,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1862[10] { + if yyq1889[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1895 := z.EncBinary() - _ = yym1895 + yym1922 := z.EncBinary() + _ = yym1922 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[11] { - yym1897 := z.EncBinary() - _ = yym1897 + if yyq1889[11] { + yym1924 := z.EncBinary() + _ = yym1924 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -25727,23 +25961,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1862[11] { + if yyq1889[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1898 := z.EncBinary() - _ = yym1898 + yym1925 := z.EncBinary() + _ = yym1925 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[12] { - yym1900 := z.EncBinary() - _ = yym1900 + if yyq1889[12] { + yym1927 := z.EncBinary() + _ = yym1927 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -25752,21 +25986,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1862[12] { + if yyq1889[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1901 := z.EncBinary() - _ = yym1901 + yym1928 := z.EncBinary() + _ = yym1928 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[13] { + if yyq1889[13] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -25776,7 +26010,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1862[13] { + if yyq1889[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25787,14 +26021,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[14] { + if yyq1889[14] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1904 := z.EncBinary() - _ = yym1904 + yym1931 := z.EncBinary() + _ = yym1931 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -25804,15 +26038,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1862[14] { + if yyq1889[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1905 := z.EncBinary() - _ = yym1905 + yym1932 := z.EncBinary() + _ = yym1932 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -25820,11 +26054,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[15] { - yym1907 := z.EncBinary() - _ = yym1907 + if yyq1889[15] { + yym1934 := z.EncBinary() + _ = yym1934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -25833,23 +26067,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[15] { + if yyq1889[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1908 := z.EncBinary() - _ = yym1908 + yym1935 := z.EncBinary() + _ = yym1935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1862[16] { - yym1910 := z.EncBinary() - _ = yym1910 + if yyq1889[16] { + yym1937 := z.EncBinary() + _ = yym1937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -25858,19 +26092,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1862[16] { + if yyq1889[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1911 := z.EncBinary() - _ = yym1911 + yym1938 := z.EncBinary() + _ = yym1938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr1862 || yy2arr1862 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25883,25 +26117,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1912 := z.DecBinary() - _ = yym1912 + yym1939 := z.DecBinary() + _ = yym1939 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1913 := r.ContainerType() - if yyct1913 == codecSelferValueTypeMap1234 { - yyl1913 := r.ReadMapStart() - if yyl1913 == 0 { + yyct1940 := r.ContainerType() + if yyct1940 == codecSelferValueTypeMap1234 { + yyl1940 := r.ReadMapStart() + if yyl1940 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1913, d) + x.codecDecodeSelfFromMap(yyl1940, d) } - } else if yyct1913 == codecSelferValueTypeArray1234 { - yyl1913 := r.ReadArrayStart() - if yyl1913 == 0 { + } else if yyct1940 == codecSelferValueTypeArray1234 { + yyl1940 := r.ReadArrayStart() + if yyl1940 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1913, d) + x.codecDecodeSelfFromArray(yyl1940, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25913,12 +26147,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1914Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1914Slc - var yyhl1914 bool = l >= 0 - for yyj1914 := 0; ; yyj1914++ { - if yyhl1914 { - if yyj1914 >= l { + var yys1941Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1941Slc + var yyhl1941 bool = l >= 0 + for yyj1941 := 0; ; yyj1941++ { + if yyhl1941 { + if yyj1941 >= l { break } } else { @@ -25927,32 +26161,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1914Slc = r.DecodeBytes(yys1914Slc, true, true) - yys1914 := string(yys1914Slc) + yys1941Slc = r.DecodeBytes(yys1941Slc, true, true) + yys1941 := string(yys1941Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1914 { + switch yys1941 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1915 := &x.Volumes - yym1916 := z.DecBinary() - _ = yym1916 + yyv1942 := &x.Volumes + yym1943 := z.DecBinary() + _ = yym1943 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1915), d) + h.decSliceVolume((*[]Volume)(yyv1942), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1917 := &x.Containers - yym1918 := z.DecBinary() - _ = yym1918 + yyv1944 := &x.Containers + yym1945 := z.DecBinary() + _ = yym1945 if false { } else { - h.decSliceContainer((*[]Container)(yyv1917), d) + h.decSliceContainer((*[]Container)(yyv1944), d) } } case "restartPolicy": @@ -25970,8 +26204,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1921 := z.DecBinary() - _ = yym1921 + yym1948 := z.DecBinary() + _ = yym1948 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -25986,8 +26220,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1923 := z.DecBinary() - _ = yym1923 + yym1950 := z.DecBinary() + _ = yym1950 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -26003,12 +26237,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1925 := &x.NodeSelector - yym1926 := z.DecBinary() - _ = yym1926 + yyv1952 := &x.NodeSelector + yym1953 := z.DecBinary() + _ = yym1953 if false { } else { - z.F.DecMapStringStringX(yyv1925, false, d) + z.F.DecMapStringStringX(yyv1952, false, d) } } case "serviceAccountName": @@ -26062,12 +26296,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1934 := &x.ImagePullSecrets - yym1935 := z.DecBinary() - _ = yym1935 + yyv1961 := &x.ImagePullSecrets + yym1962 := z.DecBinary() + _ = yym1962 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1934), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1961), d) } } case "hostname": @@ -26083,9 +26317,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1914) - } // end switch yys1914 - } // end for yyj1914 + z.DecStructFieldNotFound(-1, yys1941) + } // end switch yys1941 + } // end for yyj1941 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26093,16 +26327,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1938 int - var yyb1938 bool - var yyhl1938 bool = l >= 0 - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + var yyj1965 int + var yyb1965 bool + var yyhl1965 bool = l >= 0 + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26110,21 +26344,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1939 := &x.Volumes - yym1940 := z.DecBinary() - _ = yym1940 + yyv1966 := &x.Volumes + yym1967 := z.DecBinary() + _ = yym1967 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1939), d) + h.decSliceVolume((*[]Volume)(yyv1966), d) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26132,21 +26366,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1941 := &x.Containers - yym1942 := z.DecBinary() - _ = yym1942 + yyv1968 := &x.Containers + yym1969 := z.DecBinary() + _ = yym1969 if false { } else { - h.decSliceContainer((*[]Container)(yyv1941), d) + h.decSliceContainer((*[]Container)(yyv1968), d) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26156,13 +26390,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26175,20 +26409,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1945 := z.DecBinary() - _ = yym1945 + yym1972 := z.DecBinary() + _ = yym1972 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26201,20 +26435,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1947 := z.DecBinary() - _ = yym1947 + yym1974 := z.DecBinary() + _ = yym1974 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26224,13 +26458,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26238,21 +26472,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1949 := &x.NodeSelector - yym1950 := z.DecBinary() - _ = yym1950 + yyv1976 := &x.NodeSelector + yym1977 := z.DecBinary() + _ = yym1977 if false { } else { - z.F.DecMapStringStringX(yyv1949, false, d) + z.F.DecMapStringStringX(yyv1976, false, d) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26262,13 +26496,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26278,13 +26512,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DeprecatedServiceAccount = string(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26294,13 +26528,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26310,13 +26544,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26326,13 +26560,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPID = bool(r.DecodeBool()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26342,13 +26576,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26363,13 +26597,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26377,21 +26611,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1958 := &x.ImagePullSecrets - yym1959 := z.DecBinary() - _ = yym1959 + yyv1985 := &x.ImagePullSecrets + yym1986 := z.DecBinary() + _ = yym1986 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1958), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1985), d) } } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26401,13 +26635,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26418,17 +26652,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj1938++ - if yyhl1938 { - yyb1938 = yyj1938 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1938 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1938 { + if yyb1965 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1938-1, "") + z.DecStructFieldNotFound(yyj1965-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26440,37 +26674,37 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1962 := z.EncBinary() - _ = yym1962 + yym1989 := z.EncBinary() + _ = yym1989 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1963 := !z.EncBinary() - yy2arr1963 := z.EncBasicHandle().StructToArray - var yyq1963 [5]bool - _, _, _ = yysep1963, yyq1963, yy2arr1963 - const yyr1963 bool = false - yyq1963[0] = x.SELinuxOptions != nil - yyq1963[1] = x.RunAsUser != nil - yyq1963[2] = x.RunAsNonRoot != nil - yyq1963[3] = len(x.SupplementalGroups) != 0 - yyq1963[4] = x.FSGroup != nil - var yynn1963 int - if yyr1963 || yy2arr1963 { + yysep1990 := !z.EncBinary() + yy2arr1990 := z.EncBasicHandle().StructToArray + var yyq1990 [5]bool + _, _, _ = yysep1990, yyq1990, yy2arr1990 + const yyr1990 bool = false + yyq1990[0] = x.SELinuxOptions != nil + yyq1990[1] = x.RunAsUser != nil + yyq1990[2] = x.RunAsNonRoot != nil + yyq1990[3] = len(x.SupplementalGroups) != 0 + yyq1990[4] = x.FSGroup != nil + var yynn1990 int + if yyr1990 || yy2arr1990 { r.EncodeArrayStart(5) } else { - yynn1963 = 0 - for _, b := range yyq1963 { + yynn1990 = 0 + for _, b := range yyq1990 { if b { - yynn1963++ + yynn1990++ } } - r.EncodeMapStart(yynn1963) - yynn1963 = 0 + r.EncodeMapStart(yynn1990) + yynn1990 = 0 } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1963[0] { + if yyq1990[0] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -26480,7 +26714,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1963[0] { + if yyq1990[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -26491,84 +26725,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1963[1] { + if yyq1990[1] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy1966 := *x.RunAsUser - yym1967 := z.EncBinary() - _ = yym1967 + yy1993 := *x.RunAsUser + yym1994 := z.EncBinary() + _ = yym1994 if false { } else { - r.EncodeInt(int64(yy1966)) + r.EncodeInt(int64(yy1993)) } } } else { r.EncodeNil() } } else { - if yyq1963[1] { + if yyq1990[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy1968 := *x.RunAsUser - yym1969 := z.EncBinary() - _ = yym1969 + yy1995 := *x.RunAsUser + yym1996 := z.EncBinary() + _ = yym1996 if false { } else { - r.EncodeInt(int64(yy1968)) + r.EncodeInt(int64(yy1995)) } } } } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1963[2] { + if yyq1990[2] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1971 := *x.RunAsNonRoot - yym1972 := z.EncBinary() - _ = yym1972 + yy1998 := *x.RunAsNonRoot + yym1999 := z.EncBinary() + _ = yym1999 if false { } else { - r.EncodeBool(bool(yy1971)) + r.EncodeBool(bool(yy1998)) } } } else { r.EncodeNil() } } else { - if yyq1963[2] { + if yyq1990[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1973 := *x.RunAsNonRoot - yym1974 := z.EncBinary() - _ = yym1974 + yy2000 := *x.RunAsNonRoot + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { - r.EncodeBool(bool(yy1973)) + r.EncodeBool(bool(yy2000)) } } } } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1963[3] { + if yyq1990[3] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1976 := z.EncBinary() - _ = yym1976 + yym2003 := z.EncBinary() + _ = yym2003 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -26578,15 +26812,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1963[3] { + if yyq1990[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1977 := z.EncBinary() - _ = yym1977 + yym2004 := z.EncBinary() + _ = yym2004 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -26594,42 +26828,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1963[4] { + if yyq1990[4] { if x.FSGroup == nil { r.EncodeNil() } else { - yy1979 := *x.FSGroup - yym1980 := z.EncBinary() - _ = yym1980 + yy2006 := *x.FSGroup + yym2007 := z.EncBinary() + _ = yym2007 if false { } else { - r.EncodeInt(int64(yy1979)) + r.EncodeInt(int64(yy2006)) } } } else { r.EncodeNil() } } else { - if yyq1963[4] { + if yyq1990[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy1981 := *x.FSGroup - yym1982 := z.EncBinary() - _ = yym1982 + yy2008 := *x.FSGroup + yym2009 := z.EncBinary() + _ = yym2009 if false { } else { - r.EncodeInt(int64(yy1981)) + r.EncodeInt(int64(yy2008)) } } } } - if yyr1963 || yy2arr1963 { + if yyr1990 || yy2arr1990 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26642,25 +26876,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1983 := z.DecBinary() - _ = yym1983 + yym2010 := z.DecBinary() + _ = yym2010 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1984 := r.ContainerType() - if yyct1984 == codecSelferValueTypeMap1234 { - yyl1984 := r.ReadMapStart() - if yyl1984 == 0 { + yyct2011 := r.ContainerType() + if yyct2011 == codecSelferValueTypeMap1234 { + yyl2011 := r.ReadMapStart() + if yyl2011 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1984, d) + x.codecDecodeSelfFromMap(yyl2011, d) } - } else if yyct1984 == codecSelferValueTypeArray1234 { - yyl1984 := r.ReadArrayStart() - if yyl1984 == 0 { + } else if yyct2011 == codecSelferValueTypeArray1234 { + yyl2011 := r.ReadArrayStart() + if yyl2011 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1984, d) + x.codecDecodeSelfFromArray(yyl2011, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26672,12 +26906,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1985Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1985Slc - var yyhl1985 bool = l >= 0 - for yyj1985 := 0; ; yyj1985++ { - if yyhl1985 { - if yyj1985 >= l { + var yys2012Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2012Slc + var yyhl2012 bool = l >= 0 + for yyj2012 := 0; ; yyj2012++ { + if yyhl2012 { + if yyj2012 >= l { break } } else { @@ -26686,10 +26920,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1985Slc = r.DecodeBytes(yys1985Slc, true, true) - yys1985 := string(yys1985Slc) + yys2012Slc = r.DecodeBytes(yys2012Slc, true, true) + yys2012 := string(yys2012Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1985 { + switch yys2012 { case "seLinuxOptions": if r.TryDecodeAsNil() { if x.SELinuxOptions != nil { @@ -26710,8 +26944,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1988 := z.DecBinary() - _ = yym1988 + yym2015 := z.DecBinary() + _ = yym2015 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -26726,8 +26960,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1990 := z.DecBinary() - _ = yym1990 + yym2017 := z.DecBinary() + _ = yym2017 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -26737,12 +26971,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1991 := &x.SupplementalGroups - yym1992 := z.DecBinary() - _ = yym1992 + yyv2018 := &x.SupplementalGroups + yym2019 := z.DecBinary() + _ = yym2019 if false { } else { - z.F.DecSliceInt64X(yyv1991, false, d) + z.F.DecSliceInt64X(yyv2018, false, d) } } case "fsGroup": @@ -26754,17 +26988,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1994 := z.DecBinary() - _ = yym1994 + yym2021 := z.DecBinary() + _ = yym2021 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1985) - } // end switch yys1985 - } // end for yyj1985 + z.DecStructFieldNotFound(-1, yys2012) + } // end switch yys2012 + } // end for yyj2012 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26772,16 +27006,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1995 int - var yyb1995 bool - var yyhl1995 bool = l >= 0 - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + var yyj2022 int + var yyb2022 bool + var yyhl2022 bool = l >= 0 + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26796,13 +27030,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26815,20 +27049,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1998 := z.DecBinary() - _ = yym1998 + yym2025 := z.DecBinary() + _ = yym2025 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26841,20 +27075,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2000 := z.DecBinary() - _ = yym2000 + yym2027 := z.DecBinary() + _ = yym2027 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26862,21 +27096,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2001 := &x.SupplementalGroups - yym2002 := z.DecBinary() - _ = yym2002 + yyv2028 := &x.SupplementalGroups + yym2029 := z.DecBinary() + _ = yym2029 if false { } else { - z.F.DecSliceInt64X(yyv2001, false, d) + z.F.DecSliceInt64X(yyv2028, false, d) } } - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26889,25 +27123,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2004 := z.DecBinary() - _ = yym2004 + yym2031 := z.DecBinary() + _ = yym2031 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj1995++ - if yyhl1995 { - yyb1995 = yyj1995 > l + yyj2022++ + if yyhl2022 { + yyb2022 = yyj2022 > l } else { - yyb1995 = r.CheckBreak() + yyb2022 = r.CheckBreak() } - if yyb1995 { + if yyb2022 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1995-1, "") + z.DecStructFieldNotFound(yyj2022-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26919,60 +27153,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2005 := z.EncBinary() - _ = yym2005 + yym2032 := z.EncBinary() + _ = yym2032 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2006 := !z.EncBinary() - yy2arr2006 := z.EncBasicHandle().StructToArray - var yyq2006 [8]bool - _, _, _ = yysep2006, yyq2006, yy2arr2006 - const yyr2006 bool = false - yyq2006[0] = x.Phase != "" - yyq2006[1] = len(x.Conditions) != 0 - yyq2006[2] = x.Message != "" - yyq2006[3] = x.Reason != "" - yyq2006[4] = x.HostIP != "" - yyq2006[5] = x.PodIP != "" - yyq2006[6] = x.StartTime != nil - yyq2006[7] = len(x.ContainerStatuses) != 0 - var yynn2006 int - if yyr2006 || yy2arr2006 { + yysep2033 := !z.EncBinary() + yy2arr2033 := z.EncBasicHandle().StructToArray + var yyq2033 [8]bool + _, _, _ = yysep2033, yyq2033, yy2arr2033 + const yyr2033 bool = false + yyq2033[0] = x.Phase != "" + yyq2033[1] = len(x.Conditions) != 0 + yyq2033[2] = x.Message != "" + yyq2033[3] = x.Reason != "" + yyq2033[4] = x.HostIP != "" + yyq2033[5] = x.PodIP != "" + yyq2033[6] = x.StartTime != nil + yyq2033[7] = len(x.ContainerStatuses) != 0 + var yynn2033 int + if yyr2033 || yy2arr2033 { r.EncodeArrayStart(8) } else { - yynn2006 = 0 - for _, b := range yyq2006 { + yynn2033 = 0 + for _, b := range yyq2033 { if b { - yynn2006++ + yynn2033++ } } - r.EncodeMapStart(yynn2006) - yynn2006 = 0 + r.EncodeMapStart(yynn2033) + yynn2033 = 0 } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[0] { + if yyq2033[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2006[0] { + if yyq2033[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[1] { + if yyq2033[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2009 := z.EncBinary() - _ = yym2009 + yym2036 := z.EncBinary() + _ = yym2036 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -26982,15 +27216,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2006[1] { + if yyq2033[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2010 := z.EncBinary() - _ = yym2010 + yym2037 := z.EncBinary() + _ = yym2037 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -26998,11 +27232,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[2] { - yym2012 := z.EncBinary() - _ = yym2012 + if yyq2033[2] { + yym2039 := z.EncBinary() + _ = yym2039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -27011,23 +27245,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2006[2] { + if yyq2033[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2013 := z.EncBinary() - _ = yym2013 + yym2040 := z.EncBinary() + _ = yym2040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[3] { - yym2015 := z.EncBinary() - _ = yym2015 + if yyq2033[3] { + yym2042 := z.EncBinary() + _ = yym2042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -27036,23 +27270,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2006[3] { + if yyq2033[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2016 := z.EncBinary() - _ = yym2016 + yym2043 := z.EncBinary() + _ = yym2043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[4] { - yym2018 := z.EncBinary() - _ = yym2018 + if yyq2033[4] { + yym2045 := z.EncBinary() + _ = yym2045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -27061,23 +27295,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2006[4] { + if yyq2033[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2019 := z.EncBinary() - _ = yym2019 + yym2046 := z.EncBinary() + _ = yym2046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[5] { - yym2021 := z.EncBinary() - _ = yym2021 + if yyq2033[5] { + yym2048 := z.EncBinary() + _ = yym2048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) @@ -27086,31 +27320,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2006[5] { + if yyq2033[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2022 := z.EncBinary() - _ = yym2022 + yym2049 := z.EncBinary() + _ = yym2049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[6] { + if yyq2033[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2024 := z.EncBinary() - _ = yym2024 + yym2051 := z.EncBinary() + _ = yym2051 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2024 { + } else if yym2051 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2024 && z.IsJSONHandle() { + } else if !yym2051 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -27120,20 +27354,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2006[6] { + if yyq2033[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2025 := z.EncBinary() - _ = yym2025 + yym2052 := z.EncBinary() + _ = yym2052 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2025 { + } else if yym2052 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2025 && z.IsJSONHandle() { + } else if !yym2052 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -27141,14 +27375,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2006[7] { + if yyq2033[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2027 := z.EncBinary() - _ = yym2027 + yym2054 := z.EncBinary() + _ = yym2054 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -27158,15 +27392,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2006[7] { + if yyq2033[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2028 := z.EncBinary() - _ = yym2028 + yym2055 := z.EncBinary() + _ = yym2055 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -27174,7 +27408,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2006 || yy2arr2006 { + if yyr2033 || yy2arr2033 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27187,25 +27421,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2029 := z.DecBinary() - _ = yym2029 + yym2056 := z.DecBinary() + _ = yym2056 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2030 := r.ContainerType() - if yyct2030 == codecSelferValueTypeMap1234 { - yyl2030 := r.ReadMapStart() - if yyl2030 == 0 { + yyct2057 := r.ContainerType() + if yyct2057 == codecSelferValueTypeMap1234 { + yyl2057 := r.ReadMapStart() + if yyl2057 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2030, d) + x.codecDecodeSelfFromMap(yyl2057, d) } - } else if yyct2030 == codecSelferValueTypeArray1234 { - yyl2030 := r.ReadArrayStart() - if yyl2030 == 0 { + } else if yyct2057 == codecSelferValueTypeArray1234 { + yyl2057 := r.ReadArrayStart() + if yyl2057 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2030, d) + x.codecDecodeSelfFromArray(yyl2057, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27217,12 +27451,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2031Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2031Slc - var yyhl2031 bool = l >= 0 - for yyj2031 := 0; ; yyj2031++ { - if yyhl2031 { - if yyj2031 >= l { + var yys2058Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2058Slc + var yyhl2058 bool = l >= 0 + for yyj2058 := 0; ; yyj2058++ { + if yyhl2058 { + if yyj2058 >= l { break } } else { @@ -27231,10 +27465,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2031Slc = r.DecodeBytes(yys2031Slc, true, true) - yys2031 := string(yys2031Slc) + yys2058Slc = r.DecodeBytes(yys2058Slc, true, true) + yys2058 := string(yys2058Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2031 { + switch yys2058 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -27245,12 +27479,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2033 := &x.Conditions - yym2034 := z.DecBinary() - _ = yym2034 + yyv2060 := &x.Conditions + yym2061 := z.DecBinary() + _ = yym2061 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2033), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2060), d) } } case "message": @@ -27286,13 +27520,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2040 := z.DecBinary() - _ = yym2040 + yym2067 := z.DecBinary() + _ = yym2067 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2040 { + } else if yym2067 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2040 && z.IsJSONHandle() { + } else if !yym2067 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -27302,18 +27536,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2041 := &x.ContainerStatuses - yym2042 := z.DecBinary() - _ = yym2042 + yyv2068 := &x.ContainerStatuses + yym2069 := z.DecBinary() + _ = yym2069 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2041), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2068), d) } } default: - z.DecStructFieldNotFound(-1, yys2031) - } // end switch yys2031 - } // end for yyj2031 + z.DecStructFieldNotFound(-1, yys2058) + } // end switch yys2058 + } // end for yyj2058 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27321,16 +27555,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2043 int - var yyb2043 bool - var yyhl2043 bool = l >= 0 - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + var yyj2070 int + var yyb2070 bool + var yyhl2070 bool = l >= 0 + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27340,13 +27574,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27354,21 +27588,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2045 := &x.Conditions - yym2046 := z.DecBinary() - _ = yym2046 + yyv2072 := &x.Conditions + yym2073 := z.DecBinary() + _ = yym2073 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2045), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2072), d) } } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27378,13 +27612,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27394,13 +27628,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27410,13 +27644,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27426,13 +27660,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27445,25 +27679,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2052 := z.DecBinary() - _ = yym2052 + yym2079 := z.DecBinary() + _ = yym2079 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2052 { + } else if yym2079 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2052 && z.IsJSONHandle() { + } else if !yym2079 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27471,26 +27705,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2053 := &x.ContainerStatuses - yym2054 := z.DecBinary() - _ = yym2054 + yyv2080 := &x.ContainerStatuses + yym2081 := z.DecBinary() + _ = yym2081 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2053), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2080), d) } } for { - yyj2043++ - if yyhl2043 { - yyb2043 = yyj2043 > l + yyj2070++ + if yyhl2070 { + yyb2070 = yyj2070 > l } else { - yyb2043 = r.CheckBreak() + yyb2070 = r.CheckBreak() } - if yyb2043 { + if yyb2070 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2043-1, "") + z.DecStructFieldNotFound(yyj2070-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27502,38 +27736,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2055 := z.EncBinary() - _ = yym2055 + yym2082 := z.EncBinary() + _ = yym2082 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2056 := !z.EncBinary() - yy2arr2056 := z.EncBasicHandle().StructToArray - var yyq2056 [4]bool - _, _, _ = yysep2056, yyq2056, yy2arr2056 - const yyr2056 bool = false - yyq2056[0] = x.Kind != "" - yyq2056[1] = x.APIVersion != "" - yyq2056[2] = true - yyq2056[3] = true - var yynn2056 int - if yyr2056 || yy2arr2056 { + yysep2083 := !z.EncBinary() + yy2arr2083 := z.EncBasicHandle().StructToArray + var yyq2083 [4]bool + _, _, _ = yysep2083, yyq2083, yy2arr2083 + const yyr2083 bool = false + yyq2083[0] = x.Kind != "" + yyq2083[1] = x.APIVersion != "" + yyq2083[2] = true + yyq2083[3] = true + var yynn2083 int + if yyr2083 || yy2arr2083 { r.EncodeArrayStart(4) } else { - yynn2056 = 0 - for _, b := range yyq2056 { + yynn2083 = 0 + for _, b := range yyq2083 { if b { - yynn2056++ + yynn2083++ } } - r.EncodeMapStart(yynn2056) - yynn2056 = 0 + r.EncodeMapStart(yynn2083) + yynn2083 = 0 } - if yyr2056 || yy2arr2056 { + if yyr2083 || yy2arr2083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2056[0] { - yym2058 := z.EncBinary() - _ = yym2058 + if yyq2083[0] { + yym2085 := z.EncBinary() + _ = yym2085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27542,23 +27776,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2056[0] { + if yyq2083[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2059 := z.EncBinary() - _ = yym2059 + yym2086 := z.EncBinary() + _ = yym2086 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2056 || yy2arr2056 { + if yyr2083 || yy2arr2083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2056[1] { - yym2061 := z.EncBinary() - _ = yym2061 + if yyq2083[1] { + yym2088 := z.EncBinary() + _ = yym2088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27567,53 +27801,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2056[1] { + if yyq2083[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2062 := z.EncBinary() - _ = yym2062 + yym2089 := z.EncBinary() + _ = yym2089 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2056 || yy2arr2056 { + if yyr2083 || yy2arr2083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2056[2] { - yy2064 := &x.ObjectMeta - yy2064.CodecEncodeSelf(e) + if yyq2083[2] { + yy2091 := &x.ObjectMeta + yy2091.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2056[2] { + if yyq2083[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2065 := &x.ObjectMeta - yy2065.CodecEncodeSelf(e) + yy2092 := &x.ObjectMeta + yy2092.CodecEncodeSelf(e) } } - if yyr2056 || yy2arr2056 { + if yyr2083 || yy2arr2083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2056[3] { - yy2067 := &x.Status - yy2067.CodecEncodeSelf(e) + if yyq2083[3] { + yy2094 := &x.Status + yy2094.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2056[3] { + if yyq2083[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2068 := &x.Status - yy2068.CodecEncodeSelf(e) + yy2095 := &x.Status + yy2095.CodecEncodeSelf(e) } } - if yyr2056 || yy2arr2056 { + if yyr2083 || yy2arr2083 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27626,25 +27860,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2069 := z.DecBinary() - _ = yym2069 + yym2096 := z.DecBinary() + _ = yym2096 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2070 := r.ContainerType() - if yyct2070 == codecSelferValueTypeMap1234 { - yyl2070 := r.ReadMapStart() - if yyl2070 == 0 { + yyct2097 := r.ContainerType() + if yyct2097 == codecSelferValueTypeMap1234 { + yyl2097 := r.ReadMapStart() + if yyl2097 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2070, d) + x.codecDecodeSelfFromMap(yyl2097, d) } - } else if yyct2070 == codecSelferValueTypeArray1234 { - yyl2070 := r.ReadArrayStart() - if yyl2070 == 0 { + } else if yyct2097 == codecSelferValueTypeArray1234 { + yyl2097 := r.ReadArrayStart() + if yyl2097 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2070, d) + x.codecDecodeSelfFromArray(yyl2097, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27656,12 +27890,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2071Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2071Slc - var yyhl2071 bool = l >= 0 - for yyj2071 := 0; ; yyj2071++ { - if yyhl2071 { - if yyj2071 >= l { + var yys2098Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2098Slc + var yyhl2098 bool = l >= 0 + for yyj2098 := 0; ; yyj2098++ { + if yyhl2098 { + if yyj2098 >= l { break } } else { @@ -27670,10 +27904,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2071Slc = r.DecodeBytes(yys2071Slc, true, true) - yys2071 := string(yys2071Slc) + yys2098Slc = r.DecodeBytes(yys2098Slc, true, true) + yys2098 := string(yys2098Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2071 { + switch yys2098 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27690,20 +27924,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2074 := &x.ObjectMeta - yyv2074.CodecDecodeSelf(d) + yyv2101 := &x.ObjectMeta + yyv2101.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2075 := &x.Status - yyv2075.CodecDecodeSelf(d) + yyv2102 := &x.Status + yyv2102.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2071) - } // end switch yys2071 - } // end for yyj2071 + z.DecStructFieldNotFound(-1, yys2098) + } // end switch yys2098 + } // end for yyj2098 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27711,16 +27945,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2076 int - var yyb2076 bool - var yyhl2076 bool = l >= 0 - yyj2076++ - if yyhl2076 { - yyb2076 = yyj2076 > l + var yyj2103 int + var yyb2103 bool + var yyhl2103 bool = l >= 0 + yyj2103++ + if yyhl2103 { + yyb2103 = yyj2103 > l } else { - yyb2076 = r.CheckBreak() + yyb2103 = r.CheckBreak() } - if yyb2076 { + if yyb2103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27730,13 +27964,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2076++ - if yyhl2076 { - yyb2076 = yyj2076 > l + yyj2103++ + if yyhl2103 { + yyb2103 = yyj2103 > l } else { - yyb2076 = r.CheckBreak() + yyb2103 = r.CheckBreak() } - if yyb2076 { + if yyb2103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27746,13 +27980,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2076++ - if yyhl2076 { - yyb2076 = yyj2076 > l + yyj2103++ + if yyhl2103 { + yyb2103 = yyj2103 > l } else { - yyb2076 = r.CheckBreak() + yyb2103 = r.CheckBreak() } - if yyb2076 { + if yyb2103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27760,16 +27994,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2079 := &x.ObjectMeta - yyv2079.CodecDecodeSelf(d) + yyv2106 := &x.ObjectMeta + yyv2106.CodecDecodeSelf(d) } - yyj2076++ - if yyhl2076 { - yyb2076 = yyj2076 > l + yyj2103++ + if yyhl2103 { + yyb2103 = yyj2103 > l } else { - yyb2076 = r.CheckBreak() + yyb2103 = r.CheckBreak() } - if yyb2076 { + if yyb2103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27777,21 +28011,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2080 := &x.Status - yyv2080.CodecDecodeSelf(d) + yyv2107 := &x.Status + yyv2107.CodecDecodeSelf(d) } for { - yyj2076++ - if yyhl2076 { - yyb2076 = yyj2076 > l + yyj2103++ + if yyhl2103 { + yyb2103 = yyj2103 > l } else { - yyb2076 = r.CheckBreak() + yyb2103 = r.CheckBreak() } - if yyb2076 { + if yyb2103 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2076-1, "") + z.DecStructFieldNotFound(yyj2103-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27803,39 +28037,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2081 := z.EncBinary() - _ = yym2081 + yym2108 := z.EncBinary() + _ = yym2108 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2082 := !z.EncBinary() - yy2arr2082 := z.EncBasicHandle().StructToArray - var yyq2082 [5]bool - _, _, _ = yysep2082, yyq2082, yy2arr2082 - const yyr2082 bool = false - yyq2082[0] = x.Kind != "" - yyq2082[1] = x.APIVersion != "" - yyq2082[2] = true - yyq2082[3] = true - yyq2082[4] = true - var yynn2082 int - if yyr2082 || yy2arr2082 { + yysep2109 := !z.EncBinary() + yy2arr2109 := z.EncBasicHandle().StructToArray + var yyq2109 [5]bool + _, _, _ = yysep2109, yyq2109, yy2arr2109 + const yyr2109 bool = false + yyq2109[0] = x.Kind != "" + yyq2109[1] = x.APIVersion != "" + yyq2109[2] = true + yyq2109[3] = true + yyq2109[4] = true + var yynn2109 int + if yyr2109 || yy2arr2109 { r.EncodeArrayStart(5) } else { - yynn2082 = 0 - for _, b := range yyq2082 { + yynn2109 = 0 + for _, b := range yyq2109 { if b { - yynn2082++ + yynn2109++ } } - r.EncodeMapStart(yynn2082) - yynn2082 = 0 + r.EncodeMapStart(yynn2109) + yynn2109 = 0 } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2082[0] { - yym2084 := z.EncBinary() - _ = yym2084 + if yyq2109[0] { + yym2111 := z.EncBinary() + _ = yym2111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27844,23 +28078,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2082[0] { + if yyq2109[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2085 := z.EncBinary() - _ = yym2085 + yym2112 := z.EncBinary() + _ = yym2112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2082[1] { - yym2087 := z.EncBinary() - _ = yym2087 + if yyq2109[1] { + yym2114 := z.EncBinary() + _ = yym2114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27869,70 +28103,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2082[1] { + if yyq2109[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2088 := z.EncBinary() - _ = yym2088 + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2082[2] { - yy2090 := &x.ObjectMeta - yy2090.CodecEncodeSelf(e) + if yyq2109[2] { + yy2117 := &x.ObjectMeta + yy2117.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2082[2] { + if yyq2109[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2091 := &x.ObjectMeta - yy2091.CodecEncodeSelf(e) + yy2118 := &x.ObjectMeta + yy2118.CodecEncodeSelf(e) } } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2082[3] { - yy2093 := &x.Spec - yy2093.CodecEncodeSelf(e) + if yyq2109[3] { + yy2120 := &x.Spec + yy2120.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2082[3] { + if yyq2109[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2094 := &x.Spec - yy2094.CodecEncodeSelf(e) + yy2121 := &x.Spec + yy2121.CodecEncodeSelf(e) } } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2082[4] { - yy2096 := &x.Status - yy2096.CodecEncodeSelf(e) + if yyq2109[4] { + yy2123 := &x.Status + yy2123.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2082[4] { + if yyq2109[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2097 := &x.Status - yy2097.CodecEncodeSelf(e) + yy2124 := &x.Status + yy2124.CodecEncodeSelf(e) } } - if yyr2082 || yy2arr2082 { + if yyr2109 || yy2arr2109 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27945,25 +28179,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2098 := z.DecBinary() - _ = yym2098 + yym2125 := z.DecBinary() + _ = yym2125 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2099 := r.ContainerType() - if yyct2099 == codecSelferValueTypeMap1234 { - yyl2099 := r.ReadMapStart() - if yyl2099 == 0 { + yyct2126 := r.ContainerType() + if yyct2126 == codecSelferValueTypeMap1234 { + yyl2126 := r.ReadMapStart() + if yyl2126 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2099, d) + x.codecDecodeSelfFromMap(yyl2126, d) } - } else if yyct2099 == codecSelferValueTypeArray1234 { - yyl2099 := r.ReadArrayStart() - if yyl2099 == 0 { + } else if yyct2126 == codecSelferValueTypeArray1234 { + yyl2126 := r.ReadArrayStart() + if yyl2126 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2099, d) + x.codecDecodeSelfFromArray(yyl2126, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27975,12 +28209,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2100Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2100Slc - var yyhl2100 bool = l >= 0 - for yyj2100 := 0; ; yyj2100++ { - if yyhl2100 { - if yyj2100 >= l { + var yys2127Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2127Slc + var yyhl2127 bool = l >= 0 + for yyj2127 := 0; ; yyj2127++ { + if yyhl2127 { + if yyj2127 >= l { break } } else { @@ -27989,10 +28223,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2100Slc = r.DecodeBytes(yys2100Slc, true, true) - yys2100 := string(yys2100Slc) + yys2127Slc = r.DecodeBytes(yys2127Slc, true, true) + yys2127 := string(yys2127Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2100 { + switch yys2127 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28009,27 +28243,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2103 := &x.ObjectMeta - yyv2103.CodecDecodeSelf(d) + yyv2130 := &x.ObjectMeta + yyv2130.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2104 := &x.Spec - yyv2104.CodecDecodeSelf(d) + yyv2131 := &x.Spec + yyv2131.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2105 := &x.Status - yyv2105.CodecDecodeSelf(d) + yyv2132 := &x.Status + yyv2132.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2100) - } // end switch yys2100 - } // end for yyj2100 + z.DecStructFieldNotFound(-1, yys2127) + } // end switch yys2127 + } // end for yyj2127 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28037,16 +28271,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2106 int - var yyb2106 bool - var yyhl2106 bool = l >= 0 - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + var yyj2133 int + var yyb2133 bool + var yyhl2133 bool = l >= 0 + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28056,13 +28290,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28072,13 +28306,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28086,16 +28320,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2109 := &x.ObjectMeta - yyv2109.CodecDecodeSelf(d) + yyv2136 := &x.ObjectMeta + yyv2136.CodecDecodeSelf(d) } - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28103,16 +28337,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2110 := &x.Spec - yyv2110.CodecDecodeSelf(d) + yyv2137 := &x.Spec + yyv2137.CodecDecodeSelf(d) } - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28120,21 +28354,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2111 := &x.Status - yyv2111.CodecDecodeSelf(d) + yyv2138 := &x.Status + yyv2138.CodecDecodeSelf(d) } for { - yyj2106++ - if yyhl2106 { - yyb2106 = yyj2106 > l + yyj2133++ + if yyhl2133 { + yyb2133 = yyj2133 > l } else { - yyb2106 = r.CheckBreak() + yyb2133 = r.CheckBreak() } - if yyb2106 { + if yyb2133 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2106-1, "") + z.DecStructFieldNotFound(yyj2133-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28146,37 +28380,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2112 := z.EncBinary() - _ = yym2112 + yym2139 := z.EncBinary() + _ = yym2139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2113 := !z.EncBinary() - yy2arr2113 := z.EncBasicHandle().StructToArray - var yyq2113 [4]bool - _, _, _ = yysep2113, yyq2113, yy2arr2113 - const yyr2113 bool = false - yyq2113[0] = x.Kind != "" - yyq2113[1] = x.APIVersion != "" - yyq2113[2] = true - var yynn2113 int - if yyr2113 || yy2arr2113 { + yysep2140 := !z.EncBinary() + yy2arr2140 := z.EncBasicHandle().StructToArray + var yyq2140 [4]bool + _, _, _ = yysep2140, yyq2140, yy2arr2140 + const yyr2140 bool = false + yyq2140[0] = x.Kind != "" + yyq2140[1] = x.APIVersion != "" + yyq2140[2] = true + var yynn2140 int + if yyr2140 || yy2arr2140 { r.EncodeArrayStart(4) } else { - yynn2113 = 1 - for _, b := range yyq2113 { + yynn2140 = 1 + for _, b := range yyq2140 { if b { - yynn2113++ + yynn2140++ } } - r.EncodeMapStart(yynn2113) - yynn2113 = 0 + r.EncodeMapStart(yynn2140) + yynn2140 = 0 } - if yyr2113 || yy2arr2113 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[0] { - yym2115 := z.EncBinary() - _ = yym2115 + if yyq2140[0] { + yym2142 := z.EncBinary() + _ = yym2142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28185,23 +28419,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2113[0] { + if yyq2140[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2116 := z.EncBinary() - _ = yym2116 + yym2143 := z.EncBinary() + _ = yym2143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2113 || yy2arr2113 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[1] { - yym2118 := z.EncBinary() - _ = yym2118 + if yyq2140[1] { + yym2145 := z.EncBinary() + _ = yym2145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28210,54 +28444,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2113[1] { + if yyq2140[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2119 := z.EncBinary() - _ = yym2119 + yym2146 := z.EncBinary() + _ = yym2146 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2113 || yy2arr2113 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2113[2] { - yy2121 := &x.ListMeta - yym2122 := z.EncBinary() - _ = yym2122 + if yyq2140[2] { + yy2148 := &x.ListMeta + yym2149 := z.EncBinary() + _ = yym2149 if false { - } else if z.HasExtensions() && z.EncExt(yy2121) { + } else if z.HasExtensions() && z.EncExt(yy2148) { } else { - z.EncFallback(yy2121) + z.EncFallback(yy2148) } } else { r.EncodeNil() } } else { - if yyq2113[2] { + if yyq2140[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2123 := &x.ListMeta - yym2124 := z.EncBinary() - _ = yym2124 + yy2150 := &x.ListMeta + yym2151 := z.EncBinary() + _ = yym2151 if false { - } else if z.HasExtensions() && z.EncExt(yy2123) { + } else if z.HasExtensions() && z.EncExt(yy2150) { } else { - z.EncFallback(yy2123) + z.EncFallback(yy2150) } } } - if yyr2113 || yy2arr2113 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2126 := z.EncBinary() - _ = yym2126 + yym2153 := z.EncBinary() + _ = yym2153 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -28270,15 +28504,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2127 := z.EncBinary() - _ = yym2127 + yym2154 := z.EncBinary() + _ = yym2154 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr2113 || yy2arr2113 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28291,25 +28525,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2128 := z.DecBinary() - _ = yym2128 + yym2155 := z.DecBinary() + _ = yym2155 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2129 := r.ContainerType() - if yyct2129 == codecSelferValueTypeMap1234 { - yyl2129 := r.ReadMapStart() - if yyl2129 == 0 { + yyct2156 := r.ContainerType() + if yyct2156 == codecSelferValueTypeMap1234 { + yyl2156 := r.ReadMapStart() + if yyl2156 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2129, d) + x.codecDecodeSelfFromMap(yyl2156, d) } - } else if yyct2129 == codecSelferValueTypeArray1234 { - yyl2129 := r.ReadArrayStart() - if yyl2129 == 0 { + } else if yyct2156 == codecSelferValueTypeArray1234 { + yyl2156 := r.ReadArrayStart() + if yyl2156 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2129, d) + x.codecDecodeSelfFromArray(yyl2156, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28321,12 +28555,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2130Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2130Slc - var yyhl2130 bool = l >= 0 - for yyj2130 := 0; ; yyj2130++ { - if yyhl2130 { - if yyj2130 >= l { + var yys2157Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2157Slc + var yyhl2157 bool = l >= 0 + for yyj2157 := 0; ; yyj2157++ { + if yyhl2157 { + if yyj2157 >= l { break } } else { @@ -28335,10 +28569,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2130Slc = r.DecodeBytes(yys2130Slc, true, true) - yys2130 := string(yys2130Slc) + yys2157Slc = r.DecodeBytes(yys2157Slc, true, true) + yys2157 := string(yys2157Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2130 { + switch yys2157 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28355,31 +28589,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2133 := &x.ListMeta - yym2134 := z.DecBinary() - _ = yym2134 + yyv2160 := &x.ListMeta + yym2161 := z.DecBinary() + _ = yym2161 if false { - } else if z.HasExtensions() && z.DecExt(yyv2133) { + } else if z.HasExtensions() && z.DecExt(yyv2160) { } else { - z.DecFallback(yyv2133, false) + z.DecFallback(yyv2160, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2135 := &x.Items - yym2136 := z.DecBinary() - _ = yym2136 + yyv2162 := &x.Items + yym2163 := z.DecBinary() + _ = yym2163 if false { } else { - h.decSlicePod((*[]Pod)(yyv2135), d) + h.decSlicePod((*[]Pod)(yyv2162), d) } } default: - z.DecStructFieldNotFound(-1, yys2130) - } // end switch yys2130 - } // end for yyj2130 + z.DecStructFieldNotFound(-1, yys2157) + } // end switch yys2157 + } // end for yyj2157 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28387,16 +28621,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2137 int - var yyb2137 bool - var yyhl2137 bool = l >= 0 - yyj2137++ - if yyhl2137 { - yyb2137 = yyj2137 > l + var yyj2164 int + var yyb2164 bool + var yyhl2164 bool = l >= 0 + yyj2164++ + if yyhl2164 { + yyb2164 = yyj2164 > l } else { - yyb2137 = r.CheckBreak() + yyb2164 = r.CheckBreak() } - if yyb2137 { + if yyb2164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28406,13 +28640,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2137++ - if yyhl2137 { - yyb2137 = yyj2137 > l + yyj2164++ + if yyhl2164 { + yyb2164 = yyj2164 > l } else { - yyb2137 = r.CheckBreak() + yyb2164 = r.CheckBreak() } - if yyb2137 { + if yyb2164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28422,13 +28656,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2137++ - if yyhl2137 { - yyb2137 = yyj2137 > l + yyj2164++ + if yyhl2164 { + yyb2164 = yyj2164 > l } else { - yyb2137 = r.CheckBreak() + yyb2164 = r.CheckBreak() } - if yyb2137 { + if yyb2164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28436,22 +28670,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2140 := &x.ListMeta - yym2141 := z.DecBinary() - _ = yym2141 + yyv2167 := &x.ListMeta + yym2168 := z.DecBinary() + _ = yym2168 if false { - } else if z.HasExtensions() && z.DecExt(yyv2140) { + } else if z.HasExtensions() && z.DecExt(yyv2167) { } else { - z.DecFallback(yyv2140, false) + z.DecFallback(yyv2167, false) } } - yyj2137++ - if yyhl2137 { - yyb2137 = yyj2137 > l + yyj2164++ + if yyhl2164 { + yyb2164 = yyj2164 > l } else { - yyb2137 = r.CheckBreak() + yyb2164 = r.CheckBreak() } - if yyb2137 { + if yyb2164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28459,26 +28693,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2142 := &x.Items - yym2143 := z.DecBinary() - _ = yym2143 + yyv2169 := &x.Items + yym2170 := z.DecBinary() + _ = yym2170 if false { } else { - h.decSlicePod((*[]Pod)(yyv2142), d) + h.decSlicePod((*[]Pod)(yyv2169), d) } } for { - yyj2137++ - if yyhl2137 { - yyb2137 = yyj2137 > l + yyj2164++ + if yyhl2164 { + yyb2164 = yyj2164 > l } else { - yyb2137 = r.CheckBreak() + yyb2164 = r.CheckBreak() } - if yyb2137 { + if yyb2164 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2137-1, "") + z.DecStructFieldNotFound(yyj2164-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28490,66 +28724,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2144 := z.EncBinary() - _ = yym2144 + yym2171 := z.EncBinary() + _ = yym2171 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2145 := !z.EncBinary() - yy2arr2145 := z.EncBasicHandle().StructToArray - var yyq2145 [2]bool - _, _, _ = yysep2145, yyq2145, yy2arr2145 - const yyr2145 bool = false - yyq2145[0] = true - yyq2145[1] = true - var yynn2145 int - if yyr2145 || yy2arr2145 { + yysep2172 := !z.EncBinary() + yy2arr2172 := z.EncBasicHandle().StructToArray + var yyq2172 [2]bool + _, _, _ = yysep2172, yyq2172, yy2arr2172 + const yyr2172 bool = false + yyq2172[0] = true + yyq2172[1] = true + var yynn2172 int + if yyr2172 || yy2arr2172 { r.EncodeArrayStart(2) } else { - yynn2145 = 0 - for _, b := range yyq2145 { + yynn2172 = 0 + for _, b := range yyq2172 { if b { - yynn2145++ + yynn2172++ } } - r.EncodeMapStart(yynn2145) - yynn2145 = 0 + r.EncodeMapStart(yynn2172) + yynn2172 = 0 } - if yyr2145 || yy2arr2145 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2145[0] { - yy2147 := &x.ObjectMeta - yy2147.CodecEncodeSelf(e) + if yyq2172[0] { + yy2174 := &x.ObjectMeta + yy2174.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2145[0] { + if yyq2172[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2148 := &x.ObjectMeta - yy2148.CodecEncodeSelf(e) + yy2175 := &x.ObjectMeta + yy2175.CodecEncodeSelf(e) } } - if yyr2145 || yy2arr2145 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2145[1] { - yy2150 := &x.Spec - yy2150.CodecEncodeSelf(e) + if yyq2172[1] { + yy2177 := &x.Spec + yy2177.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2145[1] { + if yyq2172[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2151 := &x.Spec - yy2151.CodecEncodeSelf(e) + yy2178 := &x.Spec + yy2178.CodecEncodeSelf(e) } } - if yyr2145 || yy2arr2145 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28562,25 +28796,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2152 := z.DecBinary() - _ = yym2152 + yym2179 := z.DecBinary() + _ = yym2179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2153 := r.ContainerType() - if yyct2153 == codecSelferValueTypeMap1234 { - yyl2153 := r.ReadMapStart() - if yyl2153 == 0 { + yyct2180 := r.ContainerType() + if yyct2180 == codecSelferValueTypeMap1234 { + yyl2180 := r.ReadMapStart() + if yyl2180 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2153, d) + x.codecDecodeSelfFromMap(yyl2180, d) } - } else if yyct2153 == codecSelferValueTypeArray1234 { - yyl2153 := r.ReadArrayStart() - if yyl2153 == 0 { + } else if yyct2180 == codecSelferValueTypeArray1234 { + yyl2180 := r.ReadArrayStart() + if yyl2180 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2153, d) + x.codecDecodeSelfFromArray(yyl2180, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28592,12 +28826,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2154Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2154Slc - var yyhl2154 bool = l >= 0 - for yyj2154 := 0; ; yyj2154++ { - if yyhl2154 { - if yyj2154 >= l { + var yys2181Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2181Slc + var yyhl2181 bool = l >= 0 + for yyj2181 := 0; ; yyj2181++ { + if yyhl2181 { + if yyj2181 >= l { break } } else { @@ -28606,28 +28840,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2154Slc = r.DecodeBytes(yys2154Slc, true, true) - yys2154 := string(yys2154Slc) + yys2181Slc = r.DecodeBytes(yys2181Slc, true, true) + yys2181 := string(yys2181Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2154 { + switch yys2181 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2155 := &x.ObjectMeta - yyv2155.CodecDecodeSelf(d) + yyv2182 := &x.ObjectMeta + yyv2182.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2156 := &x.Spec - yyv2156.CodecDecodeSelf(d) + yyv2183 := &x.Spec + yyv2183.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2154) - } // end switch yys2154 - } // end for yyj2154 + z.DecStructFieldNotFound(-1, yys2181) + } // end switch yys2181 + } // end for yyj2181 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28635,16 +28869,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2157 int - var yyb2157 bool - var yyhl2157 bool = l >= 0 - yyj2157++ - if yyhl2157 { - yyb2157 = yyj2157 > l + var yyj2184 int + var yyb2184 bool + var yyhl2184 bool = l >= 0 + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2157 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2157 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28652,16 +28886,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2158 := &x.ObjectMeta - yyv2158.CodecDecodeSelf(d) + yyv2185 := &x.ObjectMeta + yyv2185.CodecDecodeSelf(d) } - yyj2157++ - if yyhl2157 { - yyb2157 = yyj2157 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2157 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2157 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28669,21 +28903,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2159 := &x.Spec - yyv2159.CodecDecodeSelf(d) + yyv2186 := &x.Spec + yyv2186.CodecDecodeSelf(d) } for { - yyj2157++ - if yyhl2157 { - yyb2157 = yyj2157 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2157 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2157 { + if yyb2184 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2157-1, "") + z.DecStructFieldNotFound(yyj2184-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28695,38 +28929,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2160 := z.EncBinary() - _ = yym2160 + yym2187 := z.EncBinary() + _ = yym2187 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2161 := !z.EncBinary() - yy2arr2161 := z.EncBasicHandle().StructToArray - var yyq2161 [4]bool - _, _, _ = yysep2161, yyq2161, yy2arr2161 - const yyr2161 bool = false - yyq2161[0] = x.Kind != "" - yyq2161[1] = x.APIVersion != "" - yyq2161[2] = true - yyq2161[3] = true - var yynn2161 int - if yyr2161 || yy2arr2161 { + yysep2188 := !z.EncBinary() + yy2arr2188 := z.EncBasicHandle().StructToArray + var yyq2188 [4]bool + _, _, _ = yysep2188, yyq2188, yy2arr2188 + const yyr2188 bool = false + yyq2188[0] = x.Kind != "" + yyq2188[1] = x.APIVersion != "" + yyq2188[2] = true + yyq2188[3] = true + var yynn2188 int + if yyr2188 || yy2arr2188 { r.EncodeArrayStart(4) } else { - yynn2161 = 0 - for _, b := range yyq2161 { + yynn2188 = 0 + for _, b := range yyq2188 { if b { - yynn2161++ + yynn2188++ } } - r.EncodeMapStart(yynn2161) - yynn2161 = 0 + r.EncodeMapStart(yynn2188) + yynn2188 = 0 } - if yyr2161 || yy2arr2161 { + if yyr2188 || yy2arr2188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2161[0] { - yym2163 := z.EncBinary() - _ = yym2163 + if yyq2188[0] { + yym2190 := z.EncBinary() + _ = yym2190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28735,23 +28969,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2161[0] { + if yyq2188[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2164 := z.EncBinary() - _ = yym2164 + yym2191 := z.EncBinary() + _ = yym2191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2161 || yy2arr2161 { + if yyr2188 || yy2arr2188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2161[1] { - yym2166 := z.EncBinary() - _ = yym2166 + if yyq2188[1] { + yym2193 := z.EncBinary() + _ = yym2193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28760,53 +28994,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2161[1] { + if yyq2188[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2167 := z.EncBinary() - _ = yym2167 + yym2194 := z.EncBinary() + _ = yym2194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2161 || yy2arr2161 { + if yyr2188 || yy2arr2188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2161[2] { - yy2169 := &x.ObjectMeta - yy2169.CodecEncodeSelf(e) + if yyq2188[2] { + yy2196 := &x.ObjectMeta + yy2196.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2161[2] { + if yyq2188[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2170 := &x.ObjectMeta - yy2170.CodecEncodeSelf(e) + yy2197 := &x.ObjectMeta + yy2197.CodecEncodeSelf(e) } } - if yyr2161 || yy2arr2161 { + if yyr2188 || yy2arr2188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2161[3] { - yy2172 := &x.Template - yy2172.CodecEncodeSelf(e) + if yyq2188[3] { + yy2199 := &x.Template + yy2199.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2161[3] { + if yyq2188[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2173 := &x.Template - yy2173.CodecEncodeSelf(e) + yy2200 := &x.Template + yy2200.CodecEncodeSelf(e) } } - if yyr2161 || yy2arr2161 { + if yyr2188 || yy2arr2188 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28819,25 +29053,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2174 := z.DecBinary() - _ = yym2174 + yym2201 := z.DecBinary() + _ = yym2201 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2175 := r.ContainerType() - if yyct2175 == codecSelferValueTypeMap1234 { - yyl2175 := r.ReadMapStart() - if yyl2175 == 0 { + yyct2202 := r.ContainerType() + if yyct2202 == codecSelferValueTypeMap1234 { + yyl2202 := r.ReadMapStart() + if yyl2202 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2175, d) + x.codecDecodeSelfFromMap(yyl2202, d) } - } else if yyct2175 == codecSelferValueTypeArray1234 { - yyl2175 := r.ReadArrayStart() - if yyl2175 == 0 { + } else if yyct2202 == codecSelferValueTypeArray1234 { + yyl2202 := r.ReadArrayStart() + if yyl2202 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2175, d) + x.codecDecodeSelfFromArray(yyl2202, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28849,12 +29083,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2176Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2176Slc - var yyhl2176 bool = l >= 0 - for yyj2176 := 0; ; yyj2176++ { - if yyhl2176 { - if yyj2176 >= 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 { @@ -28863,10 +29097,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2176Slc = r.DecodeBytes(yys2176Slc, true, true) - yys2176 := string(yys2176Slc) + yys2203Slc = r.DecodeBytes(yys2203Slc, true, true) + yys2203 := string(yys2203Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2176 { + switch yys2203 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28883,20 +29117,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2179 := &x.ObjectMeta - yyv2179.CodecDecodeSelf(d) + yyv2206 := &x.ObjectMeta + yyv2206.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2180 := &x.Template - yyv2180.CodecDecodeSelf(d) + yyv2207 := &x.Template + yyv2207.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2176) - } // end switch yys2176 - } // end for yyj2176 + z.DecStructFieldNotFound(-1, yys2203) + } // end switch yys2203 + } // end for yyj2203 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28904,16 +29138,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2181 int - var yyb2181 bool - var yyhl2181 bool = l >= 0 - yyj2181++ - if yyhl2181 { - yyb2181 = yyj2181 > l + var yyj2208 int + var yyb2208 bool + var yyhl2208 bool = l >= 0 + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2181 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2181 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28923,13 +29157,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2181++ - if yyhl2181 { - yyb2181 = yyj2181 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2181 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2181 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28939,13 +29173,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2181++ - if yyhl2181 { - yyb2181 = yyj2181 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2181 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2181 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28953,16 +29187,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2184 := &x.ObjectMeta - yyv2184.CodecDecodeSelf(d) + yyv2211 := &x.ObjectMeta + yyv2211.CodecDecodeSelf(d) } - yyj2181++ - if yyhl2181 { - yyb2181 = yyj2181 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2181 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2181 { + if yyb2208 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28970,21 +29204,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2185 := &x.Template - yyv2185.CodecDecodeSelf(d) + yyv2212 := &x.Template + yyv2212.CodecDecodeSelf(d) } for { - yyj2181++ - if yyhl2181 { - yyb2181 = yyj2181 > l + yyj2208++ + if yyhl2208 { + yyb2208 = yyj2208 > l } else { - yyb2181 = r.CheckBreak() + yyb2208 = r.CheckBreak() } - if yyb2181 { + if yyb2208 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2181-1, "") + z.DecStructFieldNotFound(yyj2208-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28996,37 +29230,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2186 := z.EncBinary() - _ = yym2186 + yym2213 := z.EncBinary() + _ = yym2213 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2187 := !z.EncBinary() - yy2arr2187 := z.EncBasicHandle().StructToArray - var yyq2187 [4]bool - _, _, _ = yysep2187, yyq2187, yy2arr2187 - const yyr2187 bool = false - yyq2187[0] = x.Kind != "" - yyq2187[1] = x.APIVersion != "" - yyq2187[2] = true - var yynn2187 int - if yyr2187 || yy2arr2187 { + yysep2214 := !z.EncBinary() + yy2arr2214 := z.EncBasicHandle().StructToArray + var yyq2214 [4]bool + _, _, _ = yysep2214, yyq2214, yy2arr2214 + const yyr2214 bool = false + yyq2214[0] = x.Kind != "" + yyq2214[1] = x.APIVersion != "" + yyq2214[2] = true + var yynn2214 int + if yyr2214 || yy2arr2214 { r.EncodeArrayStart(4) } else { - yynn2187 = 1 - for _, b := range yyq2187 { + yynn2214 = 1 + for _, b := range yyq2214 { if b { - yynn2187++ + yynn2214++ } } - r.EncodeMapStart(yynn2187) - yynn2187 = 0 + r.EncodeMapStart(yynn2214) + yynn2214 = 0 } - if yyr2187 || yy2arr2187 { + if yyr2214 || yy2arr2214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[0] { - yym2189 := z.EncBinary() - _ = yym2189 + if yyq2214[0] { + yym2216 := z.EncBinary() + _ = yym2216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29035,23 +29269,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2187[0] { + if yyq2214[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2190 := z.EncBinary() - _ = yym2190 + yym2217 := z.EncBinary() + _ = yym2217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2187 || yy2arr2187 { + if yyr2214 || yy2arr2214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[1] { - yym2192 := z.EncBinary() - _ = yym2192 + if yyq2214[1] { + yym2219 := z.EncBinary() + _ = yym2219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29060,54 +29294,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2187[1] { + if yyq2214[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2193 := z.EncBinary() - _ = yym2193 + yym2220 := z.EncBinary() + _ = yym2220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2187 || yy2arr2187 { + if yyr2214 || yy2arr2214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[2] { - yy2195 := &x.ListMeta - yym2196 := z.EncBinary() - _ = yym2196 + if yyq2214[2] { + yy2222 := &x.ListMeta + yym2223 := z.EncBinary() + _ = yym2223 if false { - } else if z.HasExtensions() && z.EncExt(yy2195) { + } else if z.HasExtensions() && z.EncExt(yy2222) { } else { - z.EncFallback(yy2195) + z.EncFallback(yy2222) } } else { r.EncodeNil() } } else { - if yyq2187[2] { + if yyq2214[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2197 := &x.ListMeta - yym2198 := z.EncBinary() - _ = yym2198 + yy2224 := &x.ListMeta + yym2225 := z.EncBinary() + _ = yym2225 if false { - } else if z.HasExtensions() && z.EncExt(yy2197) { + } else if z.HasExtensions() && z.EncExt(yy2224) { } else { - z.EncFallback(yy2197) + z.EncFallback(yy2224) } } } - if yyr2187 || yy2arr2187 { + if yyr2214 || yy2arr2214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2200 := z.EncBinary() - _ = yym2200 + yym2227 := z.EncBinary() + _ = yym2227 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -29120,15 +29354,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2201 := z.EncBinary() - _ = yym2201 + yym2228 := z.EncBinary() + _ = yym2228 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr2187 || yy2arr2187 { + if yyr2214 || yy2arr2214 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29138,335 +29372,6 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2202 := z.DecBinary() - _ = yym2202 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2203 := r.ContainerType() - if yyct2203 == codecSelferValueTypeMap1234 { - yyl2203 := r.ReadMapStart() - if yyl2203 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2203, d) - } - } else if yyct2203 == codecSelferValueTypeArray1234 { - yyl2203 := r.ReadArrayStart() - if yyl2203 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2203, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - 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 { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2204Slc = r.DecodeBytes(yys2204Slc, true, true) - yys2204 := string(yys2204Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2204 { - case "kind": - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - case "apiVersion": - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - case "metadata": - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv2207 := &x.ListMeta - yym2208 := z.DecBinary() - _ = yym2208 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2207) { - } else { - z.DecFallback(yyv2207, false) - } - } - case "items": - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv2209 := &x.Items - yym2210 := z.DecBinary() - _ = yym2210 - if false { - } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2209), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2204) - } // end switch yys2204 - } // end for yyj2204 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - 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 - } else { - yyb2211 = r.CheckBreak() - } - if yyb2211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l - } else { - yyb2211 = r.CheckBreak() - } - if yyb2211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l - } else { - yyb2211 = r.CheckBreak() - } - if yyb2211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv2214 := &x.ListMeta - yym2215 := z.DecBinary() - _ = yym2215 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2214) { - } else { - z.DecFallback(yyv2214, false) - } - } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l - } else { - yyb2211 = r.CheckBreak() - } - if yyb2211 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv2216 := &x.Items - yym2217 := z.DecBinary() - _ = yym2217 - if false { - } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2216), d) - } - } - for { - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l - } else { - yyb2211 = r.CheckBreak() - } - if yyb2211 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2211-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2218 := z.EncBinary() - _ = yym2218 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2219 := !z.EncBinary() - yy2arr2219 := z.EncBasicHandle().StructToArray - var yyq2219 [3]bool - _, _, _ = yysep2219, yyq2219, yy2arr2219 - const yyr2219 bool = false - yyq2219[0] = x.Replicas != nil - yyq2219[1] = len(x.Selector) != 0 - yyq2219[2] = x.Template != nil - var yynn2219 int - if yyr2219 || yy2arr2219 { - r.EncodeArrayStart(3) - } else { - yynn2219 = 0 - for _, b := range yyq2219 { - if b { - yynn2219++ - } - } - r.EncodeMapStart(yynn2219) - yynn2219 = 0 - } - if yyr2219 || yy2arr2219 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2219[0] { - if x.Replicas == nil { - r.EncodeNil() - } else { - yy2221 := *x.Replicas - yym2222 := z.EncBinary() - _ = yym2222 - if false { - } else { - r.EncodeInt(int64(yy2221)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2219[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("replicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Replicas == nil { - r.EncodeNil() - } else { - yy2223 := *x.Replicas - yym2224 := z.EncBinary() - _ = yym2224 - if false { - } else { - r.EncodeInt(int64(yy2223)) - } - } - } - } - if yyr2219 || yy2arr2219 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2219[1] { - if x.Selector == nil { - r.EncodeNil() - } else { - yym2226 := z.EncBinary() - _ = yym2226 - if false { - } else { - z.F.EncMapStringStringV(x.Selector, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2219[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("selector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Selector == nil { - r.EncodeNil() - } else { - yym2227 := z.EncBinary() - _ = yym2227 - if false { - } else { - z.F.EncMapStringStringV(x.Selector, false, e) - } - } - } - } - if yyr2219 || yy2arr2219 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2219[2] { - if x.Template == nil { - r.EncodeNil() - } else { - x.Template.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq2219[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("template")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Template == nil { - r.EncodeNil() - } else { - x.Template.CodecEncodeSelf(e) - } - } - } - if yyr2219 || yy2arr2219 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -29496,7 +29401,7 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -29518,6 +29423,335 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D yys2231 := string(yys2231Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2231 { + case "kind": + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + case "apiVersion": + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + case "metadata": + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv2234 := &x.ListMeta + yym2235 := z.DecBinary() + _ = yym2235 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2234) { + } else { + z.DecFallback(yyv2234, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2236 := &x.Items + yym2237 := z.DecBinary() + _ = yym2237 + if false { + } else { + h.decSlicePodTemplate((*[]PodTemplate)(yyv2236), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2231) + } // end switch yys2231 + } // end for yyj2231 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2238 int + var yyb2238 bool + var yyhl2238 bool = l >= 0 + yyj2238++ + if yyhl2238 { + yyb2238 = yyj2238 > l + } else { + yyb2238 = r.CheckBreak() + } + if yyb2238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj2238++ + if yyhl2238 { + yyb2238 = yyj2238 > l + } else { + yyb2238 = r.CheckBreak() + } + if yyb2238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj2238++ + if yyhl2238 { + yyb2238 = yyj2238 > l + } else { + yyb2238 = r.CheckBreak() + } + if yyb2238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv2241 := &x.ListMeta + yym2242 := z.DecBinary() + _ = yym2242 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2241) { + } else { + z.DecFallback(yyv2241, false) + } + } + yyj2238++ + if yyhl2238 { + yyb2238 = yyj2238 > l + } else { + yyb2238 = r.CheckBreak() + } + if yyb2238 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2243 := &x.Items + yym2244 := z.DecBinary() + _ = yym2244 + if false { + } else { + h.decSlicePodTemplate((*[]PodTemplate)(yyv2243), d) + } + } + for { + yyj2238++ + if yyhl2238 { + yyb2238 = yyj2238 > l + } else { + yyb2238 = r.CheckBreak() + } + if yyb2238 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2238-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2245 := z.EncBinary() + _ = yym2245 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2246 := !z.EncBinary() + yy2arr2246 := z.EncBasicHandle().StructToArray + var yyq2246 [3]bool + _, _, _ = yysep2246, yyq2246, yy2arr2246 + const yyr2246 bool = false + yyq2246[0] = x.Replicas != nil + yyq2246[1] = len(x.Selector) != 0 + yyq2246[2] = x.Template != nil + var yynn2246 int + if yyr2246 || yy2arr2246 { + r.EncodeArrayStart(3) + } else { + yynn2246 = 0 + for _, b := range yyq2246 { + if b { + yynn2246++ + } + } + r.EncodeMapStart(yynn2246) + yynn2246 = 0 + } + if yyr2246 || yy2arr2246 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2246[0] { + if x.Replicas == nil { + r.EncodeNil() + } else { + yy2248 := *x.Replicas + yym2249 := z.EncBinary() + _ = yym2249 + if false { + } else { + r.EncodeInt(int64(yy2248)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2246[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("replicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Replicas == nil { + r.EncodeNil() + } else { + yy2250 := *x.Replicas + yym2251 := z.EncBinary() + _ = yym2251 + if false { + } else { + r.EncodeInt(int64(yy2250)) + } + } + } + } + if yyr2246 || yy2arr2246 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2246[1] { + if x.Selector == nil { + r.EncodeNil() + } else { + yym2253 := z.EncBinary() + _ = yym2253 + if false { + } else { + z.F.EncMapStringStringV(x.Selector, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2246[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("selector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Selector == nil { + r.EncodeNil() + } else { + yym2254 := z.EncBinary() + _ = yym2254 + if false { + } else { + z.F.EncMapStringStringV(x.Selector, false, e) + } + } + } + } + if yyr2246 || yy2arr2246 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2246[2] { + if x.Template == nil { + r.EncodeNil() + } else { + x.Template.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2246[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("template")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Template == nil { + r.EncodeNil() + } else { + x.Template.CodecEncodeSelf(e) + } + } + } + if yyr2246 || yy2arr2246 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2256 := z.DecBinary() + _ = yym2256 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2257 := r.ContainerType() + if yyct2257 == codecSelferValueTypeMap1234 { + yyl2257 := r.ReadMapStart() + if yyl2257 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2257, d) + } + } else if yyct2257 == codecSelferValueTypeArray1234 { + yyl2257 := r.ReadArrayStart() + if yyl2257 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2257, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ReplicationControllerSpec) 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 { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2258Slc = r.DecodeBytes(yys2258Slc, true, true) + yys2258 := string(yys2258Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2258 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -29527,8 +29761,8 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym2233 := z.DecBinary() - _ = yym2233 + yym2260 := z.DecBinary() + _ = yym2260 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -29538,12 +29772,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2234 := &x.Selector - yym2235 := z.DecBinary() - _ = yym2235 + yyv2261 := &x.Selector + yym2262 := z.DecBinary() + _ = yym2262 if false { } else { - z.F.DecMapStringStringX(yyv2234, false, d) + z.F.DecMapStringStringX(yyv2261, false, d) } } case "template": @@ -29558,9 +29792,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2231) - } // end switch yys2231 - } // end for yyj2231 + z.DecStructFieldNotFound(-1, yys2258) + } // end switch yys2258 + } // end for yyj2258 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29568,16 +29802,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2237 int - var yyb2237 bool - var yyhl2237 bool = l >= 0 - yyj2237++ - if yyhl2237 { - yyb2237 = yyj2237 > l + var yyj2264 int + var yyb2264 bool + var yyhl2264 bool = l >= 0 + yyj2264++ + if yyhl2264 { + yyb2264 = yyj2264 > l } else { - yyb2237 = r.CheckBreak() + yyb2264 = r.CheckBreak() } - if yyb2237 { + if yyb2264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29590,20 +29824,20 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Replicas == nil { x.Replicas = new(int32) } - yym2239 := z.DecBinary() - _ = yym2239 + yym2266 := z.DecBinary() + _ = yym2266 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj2237++ - if yyhl2237 { - yyb2237 = yyj2237 > l + yyj2264++ + if yyhl2264 { + yyb2264 = yyj2264 > l } else { - yyb2237 = r.CheckBreak() + yyb2264 = r.CheckBreak() } - if yyb2237 { + if yyb2264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29611,21 +29845,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2240 := &x.Selector - yym2241 := z.DecBinary() - _ = yym2241 + yyv2267 := &x.Selector + yym2268 := z.DecBinary() + _ = yym2268 if false { } else { - z.F.DecMapStringStringX(yyv2240, false, d) + z.F.DecMapStringStringX(yyv2267, false, d) } } - yyj2237++ - if yyhl2237 { - yyb2237 = yyj2237 > l + yyj2264++ + if yyhl2264 { + yyb2264 = yyj2264 > l } else { - yyb2237 = r.CheckBreak() + yyb2264 = r.CheckBreak() } - if yyb2237 { + if yyb2264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29641,17 +29875,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2237++ - if yyhl2237 { - yyb2237 = yyj2237 > l + yyj2264++ + if yyhl2264 { + yyb2264 = yyj2264 > l } else { - yyb2237 = r.CheckBreak() + yyb2264 = r.CheckBreak() } - if yyb2237 { + if yyb2264 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2237-1, "") + z.DecStructFieldNotFound(yyj2264-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29663,35 +29897,35 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2243 := z.EncBinary() - _ = yym2243 + yym2270 := z.EncBinary() + _ = yym2270 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2244 := !z.EncBinary() - yy2arr2244 := z.EncBasicHandle().StructToArray - var yyq2244 [3]bool - _, _, _ = yysep2244, yyq2244, yy2arr2244 - const yyr2244 bool = false - yyq2244[1] = x.FullyLabeledReplicas != 0 - yyq2244[2] = x.ObservedGeneration != 0 - var yynn2244 int - if yyr2244 || yy2arr2244 { + yysep2271 := !z.EncBinary() + yy2arr2271 := z.EncBasicHandle().StructToArray + var yyq2271 [3]bool + _, _, _ = yysep2271, yyq2271, yy2arr2271 + const yyr2271 bool = false + yyq2271[1] = x.FullyLabeledReplicas != 0 + yyq2271[2] = x.ObservedGeneration != 0 + var yynn2271 int + if yyr2271 || yy2arr2271 { r.EncodeArrayStart(3) } else { - yynn2244 = 1 - for _, b := range yyq2244 { + yynn2271 = 1 + for _, b := range yyq2271 { if b { - yynn2244++ + yynn2271++ } } - r.EncodeMapStart(yynn2244) - yynn2244 = 0 + r.EncodeMapStart(yynn2271) + yynn2271 = 0 } - if yyr2244 || yy2arr2244 { + if yyr2271 || yy2arr2271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2246 := z.EncBinary() - _ = yym2246 + yym2273 := z.EncBinary() + _ = yym2273 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -29700,18 +29934,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2247 := z.EncBinary() - _ = yym2247 + yym2274 := z.EncBinary() + _ = yym2274 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2244 || yy2arr2244 { + if yyr2271 || yy2arr2271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2244[1] { - yym2249 := z.EncBinary() - _ = yym2249 + if yyq2271[1] { + yym2276 := z.EncBinary() + _ = yym2276 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -29720,23 +29954,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2244[1] { + if yyq2271[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2250 := z.EncBinary() - _ = yym2250 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) } } } - if yyr2244 || yy2arr2244 { + if yyr2271 || yy2arr2271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2244[2] { - yym2252 := z.EncBinary() - _ = yym2252 + if yyq2271[2] { + yym2279 := z.EncBinary() + _ = yym2279 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -29745,19 +29979,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2244[2] { + if yyq2271[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2253 := z.EncBinary() - _ = yym2253 + yym2280 := z.EncBinary() + _ = yym2280 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2244 || yy2arr2244 { + if yyr2271 || yy2arr2271 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29767,299 +30001,6 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2254 := z.DecBinary() - _ = yym2254 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2255 := r.ContainerType() - if yyct2255 == codecSelferValueTypeMap1234 { - yyl2255 := r.ReadMapStart() - if yyl2255 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2255, d) - } - } else if yyct2255 == codecSelferValueTypeArray1234 { - yyl2255 := r.ReadArrayStart() - if yyl2255 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2255, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2256Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2256Slc - var yyhl2256 bool = l >= 0 - for yyj2256 := 0; ; yyj2256++ { - if yyhl2256 { - if yyj2256 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2256Slc = r.DecodeBytes(yys2256Slc, true, true) - yys2256 := string(yys2256Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2256 { - case "replicas": - if r.TryDecodeAsNil() { - x.Replicas = 0 - } else { - x.Replicas = int32(r.DecodeInt(32)) - } - case "fullyLabeledReplicas": - if r.TryDecodeAsNil() { - x.FullyLabeledReplicas = 0 - } else { - x.FullyLabeledReplicas = int32(r.DecodeInt(32)) - } - case "observedGeneration": - if r.TryDecodeAsNil() { - x.ObservedGeneration = 0 - } else { - x.ObservedGeneration = int64(r.DecodeInt(64)) - } - default: - z.DecStructFieldNotFound(-1, yys2256) - } // end switch yys2256 - } // end for yyj2256 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2260 int - var yyb2260 bool - var yyhl2260 bool = l >= 0 - yyj2260++ - if yyhl2260 { - yyb2260 = yyj2260 > l - } else { - yyb2260 = r.CheckBreak() - } - if yyb2260 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Replicas = 0 - } else { - x.Replicas = int32(r.DecodeInt(32)) - } - yyj2260++ - if yyhl2260 { - yyb2260 = yyj2260 > l - } else { - yyb2260 = r.CheckBreak() - } - if yyb2260 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.FullyLabeledReplicas = 0 - } else { - x.FullyLabeledReplicas = int32(r.DecodeInt(32)) - } - yyj2260++ - if yyhl2260 { - yyb2260 = yyj2260 > l - } else { - yyb2260 = r.CheckBreak() - } - if yyb2260 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObservedGeneration = 0 - } else { - x.ObservedGeneration = int64(r.DecodeInt(64)) - } - for { - yyj2260++ - if yyhl2260 { - yyb2260 = yyj2260 > l - } else { - yyb2260 = r.CheckBreak() - } - if yyb2260 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2260-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2264 := z.EncBinary() - _ = yym2264 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2265 := !z.EncBinary() - yy2arr2265 := z.EncBasicHandle().StructToArray - var yyq2265 [5]bool - _, _, _ = yysep2265, yyq2265, yy2arr2265 - const yyr2265 bool = false - yyq2265[0] = x.Kind != "" - yyq2265[1] = x.APIVersion != "" - yyq2265[2] = true - yyq2265[3] = true - yyq2265[4] = true - var yynn2265 int - if yyr2265 || yy2arr2265 { - r.EncodeArrayStart(5) - } else { - yynn2265 = 0 - for _, b := range yyq2265 { - if b { - yynn2265++ - } - } - r.EncodeMapStart(yynn2265) - yynn2265 = 0 - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[0] { - yym2267 := z.EncBinary() - _ = yym2267 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2265[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2268 := z.EncBinary() - _ = yym2268 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[1] { - yym2270 := z.EncBinary() - _ = yym2270 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2265[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2271 := z.EncBinary() - _ = yym2271 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[2] { - yy2273 := &x.ObjectMeta - yy2273.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2265[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2274 := &x.ObjectMeta - yy2274.CodecEncodeSelf(e) - } - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[3] { - yy2276 := &x.Spec - yy2276.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2265[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2277 := &x.Spec - yy2277.CodecEncodeSelf(e) - } - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2265[4] { - yy2279 := &x.Status - yy2279.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2265[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2280 := &x.Status - yy2280.CodecEncodeSelf(e) - } - } - if yyr2265 || yy2arr2265 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -30089,7 +30030,7 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -30111,6 +30052,299 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod yys2283 := string(yys2283Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2283 { + case "replicas": + if r.TryDecodeAsNil() { + x.Replicas = 0 + } else { + x.Replicas = int32(r.DecodeInt(32)) + } + case "fullyLabeledReplicas": + if r.TryDecodeAsNil() { + x.FullyLabeledReplicas = 0 + } else { + x.FullyLabeledReplicas = int32(r.DecodeInt(32)) + } + case "observedGeneration": + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + default: + z.DecStructFieldNotFound(-1, yys2283) + } // end switch yys2283 + } // end for yyj2283 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2287 int + var yyb2287 bool + var yyhl2287 bool = l >= 0 + yyj2287++ + if yyhl2287 { + yyb2287 = yyj2287 > l + } else { + yyb2287 = r.CheckBreak() + } + if yyb2287 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Replicas = 0 + } else { + x.Replicas = int32(r.DecodeInt(32)) + } + yyj2287++ + if yyhl2287 { + yyb2287 = yyj2287 > l + } else { + yyb2287 = r.CheckBreak() + } + if yyb2287 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FullyLabeledReplicas = 0 + } else { + x.FullyLabeledReplicas = int32(r.DecodeInt(32)) + } + yyj2287++ + if yyhl2287 { + yyb2287 = yyj2287 > l + } else { + yyb2287 = r.CheckBreak() + } + if yyb2287 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + for { + yyj2287++ + if yyhl2287 { + yyb2287 = yyj2287 > l + } else { + yyb2287 = r.CheckBreak() + } + if yyb2287 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2287-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2291 := z.EncBinary() + _ = yym2291 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2292 := !z.EncBinary() + yy2arr2292 := z.EncBasicHandle().StructToArray + var yyq2292 [5]bool + _, _, _ = yysep2292, yyq2292, yy2arr2292 + const yyr2292 bool = false + yyq2292[0] = x.Kind != "" + yyq2292[1] = x.APIVersion != "" + yyq2292[2] = true + yyq2292[3] = true + yyq2292[4] = true + var yynn2292 int + if yyr2292 || yy2arr2292 { + r.EncodeArrayStart(5) + } else { + yynn2292 = 0 + for _, b := range yyq2292 { + if b { + yynn2292++ + } + } + r.EncodeMapStart(yynn2292) + yynn2292 = 0 + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2292[0] { + yym2294 := z.EncBinary() + _ = yym2294 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2292[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2295 := z.EncBinary() + _ = yym2295 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2292[1] { + yym2297 := z.EncBinary() + _ = yym2297 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2292[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2298 := z.EncBinary() + _ = yym2298 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2292[2] { + yy2300 := &x.ObjectMeta + yy2300.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2292[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2301 := &x.ObjectMeta + yy2301.CodecEncodeSelf(e) + } + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2292[3] { + yy2303 := &x.Spec + yy2303.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2292[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2304 := &x.Spec + yy2304.CodecEncodeSelf(e) + } + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2292[4] { + yy2306 := &x.Status + yy2306.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2292[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2307 := &x.Status + yy2307.CodecEncodeSelf(e) + } + } + if yyr2292 || yy2arr2292 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2308 := z.DecBinary() + _ = yym2308 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2309 := r.ContainerType() + if yyct2309 == codecSelferValueTypeMap1234 { + yyl2309 := r.ReadMapStart() + if yyl2309 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2309, d) + } + } else if yyct2309 == codecSelferValueTypeArray1234 { + yyl2309 := r.ReadArrayStart() + if yyl2309 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2309, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2310Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2310Slc + var yyhl2310 bool = l >= 0 + for yyj2310 := 0; ; yyj2310++ { + if yyhl2310 { + if yyj2310 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2310Slc = r.DecodeBytes(yys2310Slc, true, true) + yys2310 := string(yys2310Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2310 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30127,27 +30361,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2286 := &x.ObjectMeta - yyv2286.CodecDecodeSelf(d) + yyv2313 := &x.ObjectMeta + yyv2313.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2287 := &x.Spec - yyv2287.CodecDecodeSelf(d) + yyv2314 := &x.Spec + yyv2314.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2288 := &x.Status - yyv2288.CodecDecodeSelf(d) + yyv2315 := &x.Status + yyv2315.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2283) - } // end switch yys2283 - } // end for yyj2283 + z.DecStructFieldNotFound(-1, yys2310) + } // end switch yys2310 + } // end for yyj2310 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30155,16 +30389,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2289 int - var yyb2289 bool - var yyhl2289 bool = l >= 0 - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + var yyj2316 int + var yyb2316 bool + var yyhl2316 bool = l >= 0 + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30174,13 +30408,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30190,13 +30424,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30204,16 +30438,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2292 := &x.ObjectMeta - yyv2292.CodecDecodeSelf(d) + yyv2319 := &x.ObjectMeta + yyv2319.CodecDecodeSelf(d) } - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30221,16 +30455,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2293 := &x.Spec - yyv2293.CodecDecodeSelf(d) + yyv2320 := &x.Spec + yyv2320.CodecDecodeSelf(d) } - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30238,21 +30472,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2294 := &x.Status - yyv2294.CodecDecodeSelf(d) + yyv2321 := &x.Status + yyv2321.CodecDecodeSelf(d) } for { - yyj2289++ - if yyhl2289 { - yyb2289 = yyj2289 > l + yyj2316++ + if yyhl2316 { + yyb2316 = yyj2316 > l } else { - yyb2289 = r.CheckBreak() + yyb2316 = r.CheckBreak() } - if yyb2289 { + if yyb2316 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2289-1, "") + z.DecStructFieldNotFound(yyj2316-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30264,37 +30498,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2295 := z.EncBinary() - _ = yym2295 + yym2322 := z.EncBinary() + _ = yym2322 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2296 := !z.EncBinary() - yy2arr2296 := z.EncBasicHandle().StructToArray - var yyq2296 [4]bool - _, _, _ = yysep2296, yyq2296, yy2arr2296 - const yyr2296 bool = false - yyq2296[0] = x.Kind != "" - yyq2296[1] = x.APIVersion != "" - yyq2296[2] = true - var yynn2296 int - if yyr2296 || yy2arr2296 { + yysep2323 := !z.EncBinary() + yy2arr2323 := z.EncBasicHandle().StructToArray + var yyq2323 [4]bool + _, _, _ = yysep2323, yyq2323, yy2arr2323 + const yyr2323 bool = false + yyq2323[0] = x.Kind != "" + yyq2323[1] = x.APIVersion != "" + yyq2323[2] = true + var yynn2323 int + if yyr2323 || yy2arr2323 { r.EncodeArrayStart(4) } else { - yynn2296 = 1 - for _, b := range yyq2296 { + yynn2323 = 1 + for _, b := range yyq2323 { if b { - yynn2296++ + yynn2323++ } } - r.EncodeMapStart(yynn2296) - yynn2296 = 0 + r.EncodeMapStart(yynn2323) + yynn2323 = 0 } - if yyr2296 || yy2arr2296 { + if yyr2323 || yy2arr2323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2296[0] { - yym2298 := z.EncBinary() - _ = yym2298 + if yyq2323[0] { + yym2325 := z.EncBinary() + _ = yym2325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30303,23 +30537,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2296[0] { + if yyq2323[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2299 := z.EncBinary() - _ = yym2299 + yym2326 := z.EncBinary() + _ = yym2326 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2296 || yy2arr2296 { + if yyr2323 || yy2arr2323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2296[1] { - yym2301 := z.EncBinary() - _ = yym2301 + if yyq2323[1] { + yym2328 := z.EncBinary() + _ = yym2328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30328,54 +30562,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2296[1] { + if yyq2323[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2302 := z.EncBinary() - _ = yym2302 + yym2329 := z.EncBinary() + _ = yym2329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2296 || yy2arr2296 { + if yyr2323 || yy2arr2323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2296[2] { - yy2304 := &x.ListMeta - yym2305 := z.EncBinary() - _ = yym2305 + if yyq2323[2] { + yy2331 := &x.ListMeta + yym2332 := z.EncBinary() + _ = yym2332 if false { - } else if z.HasExtensions() && z.EncExt(yy2304) { + } else if z.HasExtensions() && z.EncExt(yy2331) { } else { - z.EncFallback(yy2304) + z.EncFallback(yy2331) } } else { r.EncodeNil() } } else { - if yyq2296[2] { + if yyq2323[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2306 := &x.ListMeta - yym2307 := z.EncBinary() - _ = yym2307 + yy2333 := &x.ListMeta + yym2334 := z.EncBinary() + _ = yym2334 if false { - } else if z.HasExtensions() && z.EncExt(yy2306) { + } else if z.HasExtensions() && z.EncExt(yy2333) { } else { - z.EncFallback(yy2306) + z.EncFallback(yy2333) } } } - if yyr2296 || yy2arr2296 { + if yyr2323 || yy2arr2323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2309 := z.EncBinary() - _ = yym2309 + yym2336 := z.EncBinary() + _ = yym2336 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -30388,15 +30622,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2310 := z.EncBinary() - _ = yym2310 + yym2337 := z.EncBinary() + _ = yym2337 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2296 || yy2arr2296 { + if yyr2323 || yy2arr2323 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30409,25 +30643,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2311 := z.DecBinary() - _ = yym2311 + yym2338 := z.DecBinary() + _ = yym2338 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2312 := r.ContainerType() - if yyct2312 == codecSelferValueTypeMap1234 { - yyl2312 := r.ReadMapStart() - if yyl2312 == 0 { + yyct2339 := r.ContainerType() + if yyct2339 == codecSelferValueTypeMap1234 { + yyl2339 := r.ReadMapStart() + if yyl2339 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2312, d) + x.codecDecodeSelfFromMap(yyl2339, d) } - } else if yyct2312 == codecSelferValueTypeArray1234 { - yyl2312 := r.ReadArrayStart() - if yyl2312 == 0 { + } else if yyct2339 == codecSelferValueTypeArray1234 { + yyl2339 := r.ReadArrayStart() + if yyl2339 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2312, d) + x.codecDecodeSelfFromArray(yyl2339, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30439,12 +30673,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2313Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2313Slc - var yyhl2313 bool = l >= 0 - for yyj2313 := 0; ; yyj2313++ { - if yyhl2313 { - if yyj2313 >= l { + var yys2340Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2340Slc + var yyhl2340 bool = l >= 0 + for yyj2340 := 0; ; yyj2340++ { + if yyhl2340 { + if yyj2340 >= l { break } } else { @@ -30453,10 +30687,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2313Slc = r.DecodeBytes(yys2313Slc, true, true) - yys2313 := string(yys2313Slc) + yys2340Slc = r.DecodeBytes(yys2340Slc, true, true) + yys2340 := string(yys2340Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2313 { + switch yys2340 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30473,31 +30707,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2316 := &x.ListMeta - yym2317 := z.DecBinary() - _ = yym2317 + yyv2343 := &x.ListMeta + yym2344 := z.DecBinary() + _ = yym2344 if false { - } else if z.HasExtensions() && z.DecExt(yyv2316) { + } else if z.HasExtensions() && z.DecExt(yyv2343) { } else { - z.DecFallback(yyv2316, false) + z.DecFallback(yyv2343, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2318 := &x.Items - yym2319 := z.DecBinary() - _ = yym2319 + yyv2345 := &x.Items + yym2346 := z.DecBinary() + _ = yym2346 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2318), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2345), d) } } default: - z.DecStructFieldNotFound(-1, yys2313) - } // end switch yys2313 - } // end for yyj2313 + z.DecStructFieldNotFound(-1, yys2340) + } // end switch yys2340 + } // end for yyj2340 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30505,16 +30739,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2320 int - var yyb2320 bool - var yyhl2320 bool = l >= 0 - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + var yyj2347 int + var yyb2347 bool + var yyhl2347 bool = l >= 0 + yyj2347++ + if yyhl2347 { + yyb2347 = yyj2347 > l } else { - yyb2320 = r.CheckBreak() + yyb2347 = r.CheckBreak() } - if yyb2320 { + if yyb2347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30524,13 +30758,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2347++ + if yyhl2347 { + yyb2347 = yyj2347 > l } else { - yyb2320 = r.CheckBreak() + yyb2347 = r.CheckBreak() } - if yyb2320 { + if yyb2347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30540,13 +30774,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2347++ + if yyhl2347 { + yyb2347 = yyj2347 > l } else { - yyb2320 = r.CheckBreak() + yyb2347 = r.CheckBreak() } - if yyb2320 { + if yyb2347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30554,22 +30788,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2323 := &x.ListMeta - yym2324 := z.DecBinary() - _ = yym2324 + yyv2350 := &x.ListMeta + yym2351 := z.DecBinary() + _ = yym2351 if false { - } else if z.HasExtensions() && z.DecExt(yyv2323) { + } else if z.HasExtensions() && z.DecExt(yyv2350) { } else { - z.DecFallback(yyv2323, false) + z.DecFallback(yyv2350, false) } } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2347++ + if yyhl2347 { + yyb2347 = yyj2347 > l } else { - yyb2320 = r.CheckBreak() + yyb2347 = r.CheckBreak() } - if yyb2320 { + if yyb2347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30577,26 +30811,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2325 := &x.Items - yym2326 := z.DecBinary() - _ = yym2326 + yyv2352 := &x.Items + yym2353 := z.DecBinary() + _ = yym2353 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2325), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2352), d) } } for { - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2347++ + if yyhl2347 { + yyb2347 = yyj2347 > l } else { - yyb2320 = r.CheckBreak() + yyb2347 = r.CheckBreak() } - if yyb2320 { + if yyb2347 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2320-1, "") + z.DecStructFieldNotFound(yyj2347-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30605,8 +30839,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2327 := z.EncBinary() - _ = yym2327 + yym2354 := z.EncBinary() + _ = yym2354 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30618,8 +30852,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2328 := z.DecBinary() - _ = yym2328 + yym2355 := z.DecBinary() + _ = yym2355 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30631,8 +30865,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2329 := z.EncBinary() - _ = yym2329 + yym2356 := z.EncBinary() + _ = yym2356 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30644,8 +30878,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2330 := z.DecBinary() - _ = yym2330 + yym2357 := z.DecBinary() + _ = yym2357 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30660,48 +30894,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2331 := z.EncBinary() - _ = yym2331 + yym2358 := z.EncBinary() + _ = yym2358 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2332 := !z.EncBinary() - yy2arr2332 := z.EncBasicHandle().StructToArray - var yyq2332 [1]bool - _, _, _ = yysep2332, yyq2332, yy2arr2332 - const yyr2332 bool = false - yyq2332[0] = true - var yynn2332 int - if yyr2332 || yy2arr2332 { + yysep2359 := !z.EncBinary() + yy2arr2359 := z.EncBasicHandle().StructToArray + var yyq2359 [1]bool + _, _, _ = yysep2359, yyq2359, yy2arr2359 + const yyr2359 bool = false + yyq2359[0] = true + var yynn2359 int + if yyr2359 || yy2arr2359 { r.EncodeArrayStart(1) } else { - yynn2332 = 0 - for _, b := range yyq2332 { + yynn2359 = 0 + for _, b := range yyq2359 { if b { - yynn2332++ + yynn2359++ } } - r.EncodeMapStart(yynn2332) - yynn2332 = 0 + r.EncodeMapStart(yynn2359) + yynn2359 = 0 } - if yyr2332 || yy2arr2332 { + if yyr2359 || yy2arr2359 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2332[0] { - yy2334 := &x.LoadBalancer - yy2334.CodecEncodeSelf(e) + if yyq2359[0] { + yy2361 := &x.LoadBalancer + yy2361.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2332[0] { + if yyq2359[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2335 := &x.LoadBalancer - yy2335.CodecEncodeSelf(e) + yy2362 := &x.LoadBalancer + yy2362.CodecEncodeSelf(e) } } - if yyr2332 || yy2arr2332 { + if yyr2359 || yy2arr2359 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30711,392 +30945,6 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2336 := z.DecBinary() - _ = yym2336 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2337 := r.ContainerType() - if yyct2337 == codecSelferValueTypeMap1234 { - yyl2337 := r.ReadMapStart() - if yyl2337 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2337, d) - } - } else if yyct2337 == codecSelferValueTypeArray1234 { - yyl2337 := r.ReadArrayStart() - if yyl2337 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2337, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2338Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2338Slc - var yyhl2338 bool = l >= 0 - for yyj2338 := 0; ; yyj2338++ { - if yyhl2338 { - if yyj2338 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2338Slc = r.DecodeBytes(yys2338Slc, true, true) - yys2338 := string(yys2338Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2338 { - case "loadBalancer": - if r.TryDecodeAsNil() { - x.LoadBalancer = LoadBalancerStatus{} - } else { - yyv2339 := &x.LoadBalancer - yyv2339.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys2338) - } // end switch yys2338 - } // end for yyj2338 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2340 int - var yyb2340 bool - var yyhl2340 bool = l >= 0 - yyj2340++ - if yyhl2340 { - yyb2340 = yyj2340 > l - } else { - yyb2340 = r.CheckBreak() - } - if yyb2340 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LoadBalancer = LoadBalancerStatus{} - } else { - yyv2341 := &x.LoadBalancer - yyv2341.CodecDecodeSelf(d) - } - for { - yyj2340++ - if yyhl2340 { - yyb2340 = yyj2340 > l - } else { - yyb2340 = r.CheckBreak() - } - if yyb2340 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2340-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2342 := z.EncBinary() - _ = yym2342 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2343 := !z.EncBinary() - yy2arr2343 := z.EncBasicHandle().StructToArray - var yyq2343 [1]bool - _, _, _ = yysep2343, yyq2343, yy2arr2343 - const yyr2343 bool = false - yyq2343[0] = len(x.Ingress) != 0 - var yynn2343 int - if yyr2343 || yy2arr2343 { - r.EncodeArrayStart(1) - } else { - yynn2343 = 0 - for _, b := range yyq2343 { - if b { - yynn2343++ - } - } - r.EncodeMapStart(yynn2343) - yynn2343 = 0 - } - if yyr2343 || yy2arr2343 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2343[0] { - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2345 := z.EncBinary() - _ = yym2345 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2343[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ingress")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2346 := z.EncBinary() - _ = yym2346 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } - } - if yyr2343 || yy2arr2343 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2347 := z.DecBinary() - _ = yym2347 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2348 := r.ContainerType() - if yyct2348 == codecSelferValueTypeMap1234 { - yyl2348 := r.ReadMapStart() - if yyl2348 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2348, d) - } - } else if yyct2348 == codecSelferValueTypeArray1234 { - yyl2348 := r.ReadArrayStart() - if yyl2348 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2348, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2349Slc - var yyhl2349 bool = l >= 0 - for yyj2349 := 0; ; yyj2349++ { - if yyhl2349 { - if yyj2349 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2349Slc = r.DecodeBytes(yys2349Slc, true, true) - yys2349 := string(yys2349Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2349 { - case "ingress": - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2350 := &x.Ingress - yym2351 := z.DecBinary() - _ = yym2351 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2350), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2349) - } // end switch yys2349 - } // end for yyj2349 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2352 int - var yyb2352 bool - var yyhl2352 bool = l >= 0 - yyj2352++ - if yyhl2352 { - yyb2352 = yyj2352 > l - } else { - yyb2352 = r.CheckBreak() - } - if yyb2352 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2353 := &x.Ingress - yym2354 := z.DecBinary() - _ = yym2354 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2353), d) - } - } - for { - yyj2352++ - if yyhl2352 { - yyb2352 = yyj2352 > l - } else { - yyb2352 = r.CheckBreak() - } - if yyb2352 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2352-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2355 := z.EncBinary() - _ = yym2355 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2356 := !z.EncBinary() - yy2arr2356 := z.EncBasicHandle().StructToArray - var yyq2356 [2]bool - _, _, _ = yysep2356, yyq2356, yy2arr2356 - const yyr2356 bool = false - yyq2356[0] = x.IP != "" - yyq2356[1] = x.Hostname != "" - var yynn2356 int - if yyr2356 || yy2arr2356 { - r.EncodeArrayStart(2) - } else { - yynn2356 = 0 - for _, b := range yyq2356 { - if b { - yynn2356++ - } - } - r.EncodeMapStart(yynn2356) - yynn2356 = 0 - } - if yyr2356 || yy2arr2356 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2356[0] { - yym2358 := z.EncBinary() - _ = yym2358 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2356[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ip")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2359 := z.EncBinary() - _ = yym2359 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } - } - if yyr2356 || yy2arr2356 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2356[1] { - yym2361 := z.EncBinary() - _ = yym2361 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2356[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostname")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2362 := z.EncBinary() - _ = yym2362 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } - } - if yyr2356 || yy2arr2356 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31126,7 +30974,7 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31148,6 +30996,392 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder yys2365 := string(yys2365Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2365 { + case "loadBalancer": + if r.TryDecodeAsNil() { + x.LoadBalancer = LoadBalancerStatus{} + } else { + yyv2366 := &x.LoadBalancer + yyv2366.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys2365) + } // end switch yys2365 + } // end for yyj2365 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2367 int + var yyb2367 bool + var yyhl2367 bool = l >= 0 + yyj2367++ + if yyhl2367 { + yyb2367 = yyj2367 > l + } else { + yyb2367 = r.CheckBreak() + } + if yyb2367 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LoadBalancer = LoadBalancerStatus{} + } else { + yyv2368 := &x.LoadBalancer + yyv2368.CodecDecodeSelf(d) + } + for { + yyj2367++ + if yyhl2367 { + yyb2367 = yyj2367 > l + } else { + yyb2367 = r.CheckBreak() + } + if yyb2367 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2367-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2369 := z.EncBinary() + _ = yym2369 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2370 := !z.EncBinary() + yy2arr2370 := z.EncBasicHandle().StructToArray + var yyq2370 [1]bool + _, _, _ = yysep2370, yyq2370, yy2arr2370 + const yyr2370 bool = false + yyq2370[0] = len(x.Ingress) != 0 + var yynn2370 int + if yyr2370 || yy2arr2370 { + r.EncodeArrayStart(1) + } else { + yynn2370 = 0 + for _, b := range yyq2370 { + if b { + yynn2370++ + } + } + r.EncodeMapStart(yynn2370) + yynn2370 = 0 + } + if yyr2370 || yy2arr2370 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2370[0] { + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2372 := z.EncBinary() + _ = yym2372 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2370[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ingress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2373 := z.EncBinary() + _ = yym2373 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } + } + if yyr2370 || yy2arr2370 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2374 := z.DecBinary() + _ = yym2374 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2375 := r.ContainerType() + if yyct2375 == codecSelferValueTypeMap1234 { + yyl2375 := r.ReadMapStart() + if yyl2375 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2375, d) + } + } else if yyct2375 == codecSelferValueTypeArray1234 { + yyl2375 := r.ReadArrayStart() + if yyl2375 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2375, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2376Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2376Slc + var yyhl2376 bool = l >= 0 + for yyj2376 := 0; ; yyj2376++ { + if yyhl2376 { + if yyj2376 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2376Slc = r.DecodeBytes(yys2376Slc, true, true) + yys2376 := string(yys2376Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2376 { + case "ingress": + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2377 := &x.Ingress + yym2378 := z.DecBinary() + _ = yym2378 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2377), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2376) + } // end switch yys2376 + } // end for yyj2376 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2379 int + var yyb2379 bool + var yyhl2379 bool = l >= 0 + yyj2379++ + if yyhl2379 { + yyb2379 = yyj2379 > l + } else { + yyb2379 = r.CheckBreak() + } + if yyb2379 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2380 := &x.Ingress + yym2381 := z.DecBinary() + _ = yym2381 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2380), d) + } + } + for { + yyj2379++ + if yyhl2379 { + yyb2379 = yyj2379 > l + } else { + yyb2379 = r.CheckBreak() + } + if yyb2379 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2379-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2382 := z.EncBinary() + _ = yym2382 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2383 := !z.EncBinary() + yy2arr2383 := z.EncBasicHandle().StructToArray + var yyq2383 [2]bool + _, _, _ = yysep2383, yyq2383, yy2arr2383 + const yyr2383 bool = false + yyq2383[0] = x.IP != "" + yyq2383[1] = x.Hostname != "" + var yynn2383 int + if yyr2383 || yy2arr2383 { + r.EncodeArrayStart(2) + } else { + yynn2383 = 0 + for _, b := range yyq2383 { + if b { + yynn2383++ + } + } + r.EncodeMapStart(yynn2383) + yynn2383 = 0 + } + if yyr2383 || yy2arr2383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2383[0] { + yym2385 := z.EncBinary() + _ = yym2385 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2383[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ip")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2386 := z.EncBinary() + _ = yym2386 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } + } + if yyr2383 || yy2arr2383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2383[1] { + yym2388 := z.EncBinary() + _ = yym2388 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2383[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostname")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2389 := z.EncBinary() + _ = yym2389 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } + } + if yyr2383 || yy2arr2383 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2390 := z.DecBinary() + _ = yym2390 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2391 := r.ContainerType() + if yyct2391 == codecSelferValueTypeMap1234 { + yyl2391 := r.ReadMapStart() + if yyl2391 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2391, d) + } + } else if yyct2391 == codecSelferValueTypeArray1234 { + yyl2391 := r.ReadArrayStart() + if yyl2391 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2391, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2392Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2392Slc + var yyhl2392 bool = l >= 0 + for yyj2392 := 0; ; yyj2392++ { + if yyhl2392 { + if yyj2392 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2392Slc = r.DecodeBytes(yys2392Slc, true, true) + yys2392 := string(yys2392Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2392 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -31161,9 +31395,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2365) - } // end switch yys2365 - } // end for yyj2365 + z.DecStructFieldNotFound(-1, yys2392) + } // end switch yys2392 + } // end for yyj2392 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31171,16 +31405,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj2395 int + var yyb2395 bool + var yyhl2395 bool = l >= 0 + yyj2395++ + if yyhl2395 { + yyb2395 = yyj2395 > l } else { - yyb2368 = r.CheckBreak() + yyb2395 = r.CheckBreak() } - if yyb2368 { + if yyb2395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31190,13 +31424,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2395++ + if yyhl2395 { + yyb2395 = yyj2395 > l } else { - yyb2368 = r.CheckBreak() + yyb2395 = r.CheckBreak() } - if yyb2368 { + if yyb2395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31207,17 +31441,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2395++ + if yyhl2395 { + yyb2395 = yyj2395 > l } else { - yyb2368 = r.CheckBreak() + yyb2395 = r.CheckBreak() } - if yyb2368 { + if yyb2395 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2368-1, "") + z.DecStructFieldNotFound(yyj2395-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31229,44 +31463,44 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2371 := z.EncBinary() - _ = yym2371 + yym2398 := z.EncBinary() + _ = yym2398 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2372 := !z.EncBinary() - yy2arr2372 := z.EncBasicHandle().StructToArray - var yyq2372 [9]bool - _, _, _ = yysep2372, yyq2372, yy2arr2372 - const yyr2372 bool = false - yyq2372[1] = len(x.Selector) != 0 - yyq2372[2] = x.ClusterIP != "" - yyq2372[3] = x.Type != "" - yyq2372[4] = len(x.ExternalIPs) != 0 - yyq2372[5] = len(x.DeprecatedPublicIPs) != 0 - yyq2372[6] = x.SessionAffinity != "" - yyq2372[7] = x.LoadBalancerIP != "" - yyq2372[8] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2372 int - if yyr2372 || yy2arr2372 { + yysep2399 := !z.EncBinary() + yy2arr2399 := z.EncBasicHandle().StructToArray + var yyq2399 [9]bool + _, _, _ = yysep2399, yyq2399, yy2arr2399 + const yyr2399 bool = false + yyq2399[1] = len(x.Selector) != 0 + yyq2399[2] = x.ClusterIP != "" + yyq2399[3] = x.Type != "" + yyq2399[4] = len(x.ExternalIPs) != 0 + yyq2399[5] = len(x.DeprecatedPublicIPs) != 0 + yyq2399[6] = x.SessionAffinity != "" + yyq2399[7] = x.LoadBalancerIP != "" + yyq2399[8] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2399 int + if yyr2399 || yy2arr2399 { r.EncodeArrayStart(9) } else { - yynn2372 = 1 - for _, b := range yyq2372 { + yynn2399 = 1 + for _, b := range yyq2399 { if b { - yynn2372++ + yynn2399++ } } - r.EncodeMapStart(yynn2372) - yynn2372 = 0 + r.EncodeMapStart(yynn2399) + yynn2399 = 0 } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2374 := z.EncBinary() - _ = yym2374 + yym2401 := z.EncBinary() + _ = yym2401 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -31279,22 +31513,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2375 := z.EncBinary() - _ = yym2375 + yym2402 := z.EncBinary() + _ = yym2402 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[1] { + if yyq2399[1] { if x.Selector == nil { r.EncodeNil() } else { - yym2377 := z.EncBinary() - _ = yym2377 + yym2404 := z.EncBinary() + _ = yym2404 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31304,15 +31538,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2372[1] { + if yyq2399[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2378 := z.EncBinary() - _ = yym2378 + yym2405 := z.EncBinary() + _ = yym2405 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31320,11 +31554,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[2] { - yym2380 := z.EncBinary() - _ = yym2380 + if yyq2399[2] { + yym2407 := z.EncBinary() + _ = yym2407 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -31333,41 +31567,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2372[2] { + if yyq2399[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2381 := z.EncBinary() - _ = yym2381 + yym2408 := z.EncBinary() + _ = yym2408 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[3] { + if yyq2399[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2372[3] { + if yyq2399[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[4] { + if yyq2399[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2384 := z.EncBinary() - _ = yym2384 + yym2411 := z.EncBinary() + _ = yym2411 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -31377,15 +31611,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2372[4] { + if yyq2399[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2385 := z.EncBinary() - _ = yym2385 + yym2412 := z.EncBinary() + _ = yym2412 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -31393,14 +31627,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[5] { + if yyq2399[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2387 := z.EncBinary() - _ = yym2387 + yym2414 := z.EncBinary() + _ = yym2414 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -31410,15 +31644,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2372[5] { + if yyq2399[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2388 := z.EncBinary() - _ = yym2388 + yym2415 := z.EncBinary() + _ = yym2415 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -31426,26 +31660,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[6] { + if yyq2399[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2372[6] { + if yyq2399[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[7] { - yym2391 := z.EncBinary() - _ = yym2391 + if yyq2399[7] { + yym2418 := z.EncBinary() + _ = yym2418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -31454,26 +31688,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2372[7] { + if yyq2399[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2392 := z.EncBinary() - _ = yym2392 + yym2419 := z.EncBinary() + _ = yym2419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[8] { + if yyq2399[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2394 := z.EncBinary() - _ = yym2394 + yym2421 := z.EncBinary() + _ = yym2421 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -31483,15 +31717,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2372[8] { + if yyq2399[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2395 := z.EncBinary() - _ = yym2395 + yym2422 := z.EncBinary() + _ = yym2422 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -31499,7 +31733,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2372 || yy2arr2372 { + if yyr2399 || yy2arr2399 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31512,25 +31746,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2396 := z.DecBinary() - _ = yym2396 + yym2423 := z.DecBinary() + _ = yym2423 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2397 := r.ContainerType() - if yyct2397 == codecSelferValueTypeMap1234 { - yyl2397 := r.ReadMapStart() - if yyl2397 == 0 { + yyct2424 := r.ContainerType() + if yyct2424 == codecSelferValueTypeMap1234 { + yyl2424 := r.ReadMapStart() + if yyl2424 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2397, d) + x.codecDecodeSelfFromMap(yyl2424, d) } - } else if yyct2397 == codecSelferValueTypeArray1234 { - yyl2397 := r.ReadArrayStart() - if yyl2397 == 0 { + } else if yyct2424 == codecSelferValueTypeArray1234 { + yyl2424 := r.ReadArrayStart() + if yyl2424 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2397, d) + x.codecDecodeSelfFromArray(yyl2424, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31542,12 +31776,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2398Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2398Slc - var yyhl2398 bool = l >= 0 - for yyj2398 := 0; ; yyj2398++ { - if yyhl2398 { - if yyj2398 >= l { + var yys2425Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2425Slc + var yyhl2425 bool = l >= 0 + for yyj2425 := 0; ; yyj2425++ { + if yyhl2425 { + if yyj2425 >= l { break } } else { @@ -31556,32 +31790,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2398Slc = r.DecodeBytes(yys2398Slc, true, true) - yys2398 := string(yys2398Slc) + yys2425Slc = r.DecodeBytes(yys2425Slc, true, true) + yys2425 := string(yys2425Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2398 { + switch yys2425 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2399 := &x.Ports - yym2400 := z.DecBinary() - _ = yym2400 + yyv2426 := &x.Ports + yym2427 := z.DecBinary() + _ = yym2427 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2399), d) + h.decSliceServicePort((*[]ServicePort)(yyv2426), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2401 := &x.Selector - yym2402 := z.DecBinary() - _ = yym2402 + yyv2428 := &x.Selector + yym2429 := z.DecBinary() + _ = yym2429 if false { } else { - z.F.DecMapStringStringX(yyv2401, false, d) + z.F.DecMapStringStringX(yyv2428, false, d) } } case "clusterIP": @@ -31600,24 +31834,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2405 := &x.ExternalIPs - yym2406 := z.DecBinary() - _ = yym2406 + yyv2432 := &x.ExternalIPs + yym2433 := z.DecBinary() + _ = yym2433 if false { } else { - z.F.DecSliceStringX(yyv2405, false, d) + z.F.DecSliceStringX(yyv2432, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2407 := &x.DeprecatedPublicIPs - yym2408 := z.DecBinary() - _ = yym2408 + yyv2434 := &x.DeprecatedPublicIPs + yym2435 := z.DecBinary() + _ = yym2435 if false { } else { - z.F.DecSliceStringX(yyv2407, false, d) + z.F.DecSliceStringX(yyv2434, false, d) } } case "sessionAffinity": @@ -31636,18 +31870,18 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2411 := &x.LoadBalancerSourceRanges - yym2412 := z.DecBinary() - _ = yym2412 + yyv2438 := &x.LoadBalancerSourceRanges + yym2439 := z.DecBinary() + _ = yym2439 if false { } else { - z.F.DecSliceStringX(yyv2411, false, d) + z.F.DecSliceStringX(yyv2438, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2398) - } // end switch yys2398 - } // end for yyj2398 + z.DecStructFieldNotFound(-1, yys2425) + } // end switch yys2425 + } // end for yyj2425 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31655,16 +31889,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2413 int - var yyb2413 bool - var yyhl2413 bool = l >= 0 - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + var yyj2440 int + var yyb2440 bool + var yyhl2440 bool = l >= 0 + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31672,21 +31906,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2414 := &x.Ports - yym2415 := z.DecBinary() - _ = yym2415 + yyv2441 := &x.Ports + yym2442 := z.DecBinary() + _ = yym2442 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2414), d) + h.decSliceServicePort((*[]ServicePort)(yyv2441), d) } } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31694,21 +31928,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2416 := &x.Selector - yym2417 := z.DecBinary() - _ = yym2417 + yyv2443 := &x.Selector + yym2444 := z.DecBinary() + _ = yym2444 if false { } else { - z.F.DecMapStringStringX(yyv2416, false, d) + z.F.DecMapStringStringX(yyv2443, false, d) } } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31718,13 +31952,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31734,13 +31968,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31748,21 +31982,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2420 := &x.ExternalIPs - yym2421 := z.DecBinary() - _ = yym2421 + yyv2447 := &x.ExternalIPs + yym2448 := z.DecBinary() + _ = yym2448 if false { } else { - z.F.DecSliceStringX(yyv2420, false, d) + z.F.DecSliceStringX(yyv2447, false, d) } } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31770,21 +32004,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2422 := &x.DeprecatedPublicIPs - yym2423 := z.DecBinary() - _ = yym2423 + yyv2449 := &x.DeprecatedPublicIPs + yym2450 := z.DecBinary() + _ = yym2450 if false { } else { - z.F.DecSliceStringX(yyv2422, false, d) + z.F.DecSliceStringX(yyv2449, false, d) } } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31794,13 +32028,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31810,13 +32044,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31824,26 +32058,26 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2426 := &x.LoadBalancerSourceRanges - yym2427 := z.DecBinary() - _ = yym2427 + yyv2453 := &x.LoadBalancerSourceRanges + yym2454 := z.DecBinary() + _ = yym2454 if false { } else { - z.F.DecSliceStringX(yyv2426, false, d) + z.F.DecSliceStringX(yyv2453, false, d) } } for { - yyj2413++ - if yyhl2413 { - yyb2413 = yyj2413 > l + yyj2440++ + if yyhl2440 { + yyb2440 = yyj2440 > l } else { - yyb2413 = r.CheckBreak() + yyb2440 = r.CheckBreak() } - if yyb2413 { + if yyb2440 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2413-1, "") + z.DecStructFieldNotFound(yyj2440-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31855,38 +32089,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2428 := z.EncBinary() - _ = yym2428 + yym2455 := z.EncBinary() + _ = yym2455 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2429 := !z.EncBinary() - yy2arr2429 := z.EncBasicHandle().StructToArray - var yyq2429 [5]bool - _, _, _ = yysep2429, yyq2429, yy2arr2429 - const yyr2429 bool = false - yyq2429[0] = x.Name != "" - yyq2429[1] = x.Protocol != "" - yyq2429[3] = true - yyq2429[4] = x.NodePort != 0 - var yynn2429 int - if yyr2429 || yy2arr2429 { + yysep2456 := !z.EncBinary() + yy2arr2456 := z.EncBasicHandle().StructToArray + var yyq2456 [5]bool + _, _, _ = yysep2456, yyq2456, yy2arr2456 + const yyr2456 bool = false + yyq2456[0] = x.Name != "" + yyq2456[1] = x.Protocol != "" + yyq2456[3] = true + yyq2456[4] = x.NodePort != 0 + var yynn2456 int + if yyr2456 || yy2arr2456 { r.EncodeArrayStart(5) } else { - yynn2429 = 1 - for _, b := range yyq2429 { + yynn2456 = 1 + for _, b := range yyq2456 { if b { - yynn2429++ + yynn2456++ } } - r.EncodeMapStart(yynn2429) - yynn2429 = 0 + r.EncodeMapStart(yynn2456) + yynn2456 = 0 } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[0] { - yym2431 := z.EncBinary() - _ = yym2431 + if yyq2456[0] { + yym2458 := z.EncBinary() + _ = yym2458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -31895,37 +32129,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2429[0] { + if yyq2456[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2432 := z.EncBinary() - _ = yym2432 + yym2459 := z.EncBinary() + _ = yym2459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[1] { + if yyq2456[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2429[1] { + if yyq2456[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2435 := z.EncBinary() - _ = yym2435 + yym2462 := z.EncBinary() + _ = yym2462 if false { } else { r.EncodeInt(int64(x.Port)) @@ -31934,51 +32168,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2436 := z.EncBinary() - _ = yym2436 + yym2463 := z.EncBinary() + _ = yym2463 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[3] { - yy2438 := &x.TargetPort - yym2439 := z.EncBinary() - _ = yym2439 + if yyq2456[3] { + yy2465 := &x.TargetPort + yym2466 := z.EncBinary() + _ = yym2466 if false { - } else if z.HasExtensions() && z.EncExt(yy2438) { - } else if !yym2439 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2438) + } else if z.HasExtensions() && z.EncExt(yy2465) { + } else if !yym2466 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2465) } else { - z.EncFallback(yy2438) + z.EncFallback(yy2465) } } else { r.EncodeNil() } } else { - if yyq2429[3] { + if yyq2456[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2440 := &x.TargetPort - yym2441 := z.EncBinary() - _ = yym2441 + yy2467 := &x.TargetPort + yym2468 := z.EncBinary() + _ = yym2468 if false { - } else if z.HasExtensions() && z.EncExt(yy2440) { - } else if !yym2441 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2440) + } else if z.HasExtensions() && z.EncExt(yy2467) { + } else if !yym2468 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2467) } else { - z.EncFallback(yy2440) + z.EncFallback(yy2467) } } } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[4] { - yym2443 := z.EncBinary() - _ = yym2443 + if yyq2456[4] { + yym2470 := z.EncBinary() + _ = yym2470 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -31987,19 +32221,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2429[4] { + if yyq2456[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2444 := z.EncBinary() - _ = yym2444 + yym2471 := z.EncBinary() + _ = yym2471 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr2429 || yy2arr2429 { + if yyr2456 || yy2arr2456 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32012,25 +32246,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2445 := z.DecBinary() - _ = yym2445 + yym2472 := z.DecBinary() + _ = yym2472 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2446 := r.ContainerType() - if yyct2446 == codecSelferValueTypeMap1234 { - yyl2446 := r.ReadMapStart() - if yyl2446 == 0 { + yyct2473 := r.ContainerType() + if yyct2473 == codecSelferValueTypeMap1234 { + yyl2473 := r.ReadMapStart() + if yyl2473 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2446, d) + x.codecDecodeSelfFromMap(yyl2473, d) } - } else if yyct2446 == codecSelferValueTypeArray1234 { - yyl2446 := r.ReadArrayStart() - if yyl2446 == 0 { + } else if yyct2473 == codecSelferValueTypeArray1234 { + yyl2473 := r.ReadArrayStart() + if yyl2473 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2446, d) + x.codecDecodeSelfFromArray(yyl2473, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32042,12 +32276,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2447Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2447Slc - var yyhl2447 bool = l >= 0 - for yyj2447 := 0; ; yyj2447++ { - if yyhl2447 { - if yyj2447 >= l { + var yys2474Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2474Slc + var yyhl2474 bool = l >= 0 + for yyj2474 := 0; ; yyj2474++ { + if yyhl2474 { + if yyj2474 >= l { break } } else { @@ -32056,10 +32290,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2447Slc = r.DecodeBytes(yys2447Slc, true, true) - yys2447 := string(yys2447Slc) + yys2474Slc = r.DecodeBytes(yys2474Slc, true, true) + yys2474 := string(yys2474Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2447 { + switch yys2474 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -32082,15 +32316,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2451 := &x.TargetPort - yym2452 := z.DecBinary() - _ = yym2452 + yyv2478 := &x.TargetPort + yym2479 := z.DecBinary() + _ = yym2479 if false { - } else if z.HasExtensions() && z.DecExt(yyv2451) { - } else if !yym2452 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2451) + } else if z.HasExtensions() && z.DecExt(yyv2478) { + } else if !yym2479 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2478) } else { - z.DecFallback(yyv2451, false) + z.DecFallback(yyv2478, false) } } case "nodePort": @@ -32100,9 +32334,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2447) - } // end switch yys2447 - } // end for yyj2447 + z.DecStructFieldNotFound(-1, yys2474) + } // end switch yys2474 + } // end for yyj2474 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32110,16 +32344,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2454 int - var yyb2454 bool - var yyhl2454 bool = l >= 0 - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + var yyj2481 int + var yyb2481 bool + var yyhl2481 bool = l >= 0 + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32129,13 +32363,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32145,13 +32379,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32161,13 +32395,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32175,24 +32409,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2458 := &x.TargetPort - yym2459 := z.DecBinary() - _ = yym2459 + yyv2485 := &x.TargetPort + yym2486 := z.DecBinary() + _ = yym2486 if false { - } else if z.HasExtensions() && z.DecExt(yyv2458) { - } else if !yym2459 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2458) + } else if z.HasExtensions() && z.DecExt(yyv2485) { + } else if !yym2486 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2485) } else { - z.DecFallback(yyv2458, false) + z.DecFallback(yyv2485, false) } } - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32203,17 +32437,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2454++ - if yyhl2454 { - yyb2454 = yyj2454 > l + yyj2481++ + if yyhl2481 { + yyb2481 = yyj2481 > l } else { - yyb2454 = r.CheckBreak() + yyb2481 = r.CheckBreak() } - if yyb2454 { + if yyb2481 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2454-1, "") + z.DecStructFieldNotFound(yyj2481-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32225,39 +32459,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2461 := z.EncBinary() - _ = yym2461 + yym2488 := z.EncBinary() + _ = yym2488 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2462 := !z.EncBinary() - yy2arr2462 := z.EncBasicHandle().StructToArray - var yyq2462 [5]bool - _, _, _ = yysep2462, yyq2462, yy2arr2462 - const yyr2462 bool = false - yyq2462[0] = x.Kind != "" - yyq2462[1] = x.APIVersion != "" - yyq2462[2] = true - yyq2462[3] = true - yyq2462[4] = true - var yynn2462 int - if yyr2462 || yy2arr2462 { + yysep2489 := !z.EncBinary() + yy2arr2489 := z.EncBasicHandle().StructToArray + var yyq2489 [5]bool + _, _, _ = yysep2489, yyq2489, yy2arr2489 + const yyr2489 bool = false + yyq2489[0] = x.Kind != "" + yyq2489[1] = x.APIVersion != "" + yyq2489[2] = true + yyq2489[3] = true + yyq2489[4] = true + var yynn2489 int + if yyr2489 || yy2arr2489 { r.EncodeArrayStart(5) } else { - yynn2462 = 0 - for _, b := range yyq2462 { + yynn2489 = 0 + for _, b := range yyq2489 { if b { - yynn2462++ + yynn2489++ } } - r.EncodeMapStart(yynn2462) - yynn2462 = 0 + r.EncodeMapStart(yynn2489) + yynn2489 = 0 } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[0] { - yym2464 := z.EncBinary() - _ = yym2464 + if yyq2489[0] { + yym2491 := z.EncBinary() + _ = yym2491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32266,23 +32500,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2462[0] { + if yyq2489[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2465 := z.EncBinary() - _ = yym2465 + yym2492 := z.EncBinary() + _ = yym2492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[1] { - yym2467 := z.EncBinary() - _ = yym2467 + if yyq2489[1] { + yym2494 := z.EncBinary() + _ = yym2494 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32291,70 +32525,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2462[1] { + if yyq2489[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2468 := z.EncBinary() - _ = yym2468 + yym2495 := z.EncBinary() + _ = yym2495 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[2] { - yy2470 := &x.ObjectMeta - yy2470.CodecEncodeSelf(e) + if yyq2489[2] { + yy2497 := &x.ObjectMeta + yy2497.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[2] { + if yyq2489[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2471 := &x.ObjectMeta - yy2471.CodecEncodeSelf(e) + yy2498 := &x.ObjectMeta + yy2498.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[3] { - yy2473 := &x.Spec - yy2473.CodecEncodeSelf(e) + if yyq2489[3] { + yy2500 := &x.Spec + yy2500.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[3] { + if yyq2489[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2474 := &x.Spec - yy2474.CodecEncodeSelf(e) + yy2501 := &x.Spec + yy2501.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[4] { - yy2476 := &x.Status - yy2476.CodecEncodeSelf(e) + if yyq2489[4] { + yy2503 := &x.Status + yy2503.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[4] { + if yyq2489[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2477 := &x.Status - yy2477.CodecEncodeSelf(e) + yy2504 := &x.Status + yy2504.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32367,25 +32601,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2478 := z.DecBinary() - _ = yym2478 + yym2505 := z.DecBinary() + _ = yym2505 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2479 := r.ContainerType() - if yyct2479 == codecSelferValueTypeMap1234 { - yyl2479 := r.ReadMapStart() - if yyl2479 == 0 { + yyct2506 := r.ContainerType() + if yyct2506 == codecSelferValueTypeMap1234 { + yyl2506 := r.ReadMapStart() + if yyl2506 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2479, d) + x.codecDecodeSelfFromMap(yyl2506, d) } - } else if yyct2479 == codecSelferValueTypeArray1234 { - yyl2479 := r.ReadArrayStart() - if yyl2479 == 0 { + } else if yyct2506 == codecSelferValueTypeArray1234 { + yyl2506 := r.ReadArrayStart() + if yyl2506 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2479, d) + x.codecDecodeSelfFromArray(yyl2506, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32397,12 +32631,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2480Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2480Slc - var yyhl2480 bool = l >= 0 - for yyj2480 := 0; ; yyj2480++ { - if yyhl2480 { - if yyj2480 >= l { + var yys2507Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2507Slc + var yyhl2507 bool = l >= 0 + for yyj2507 := 0; ; yyj2507++ { + if yyhl2507 { + if yyj2507 >= l { break } } else { @@ -32411,10 +32645,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2480Slc = r.DecodeBytes(yys2480Slc, true, true) - yys2480 := string(yys2480Slc) + yys2507Slc = r.DecodeBytes(yys2507Slc, true, true) + yys2507 := string(yys2507Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2480 { + switch yys2507 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32431,27 +32665,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2483 := &x.ObjectMeta - yyv2483.CodecDecodeSelf(d) + yyv2510 := &x.ObjectMeta + yyv2510.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2484 := &x.Spec - yyv2484.CodecDecodeSelf(d) + yyv2511 := &x.Spec + yyv2511.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2485 := &x.Status - yyv2485.CodecDecodeSelf(d) + yyv2512 := &x.Status + yyv2512.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2480) - } // end switch yys2480 - } // end for yyj2480 + z.DecStructFieldNotFound(-1, yys2507) + } // end switch yys2507 + } // end for yyj2507 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32459,16 +32693,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2486 int - var yyb2486 bool - var yyhl2486 bool = l >= 0 - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + var yyj2513 int + var yyb2513 bool + var yyhl2513 bool = l >= 0 + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32478,13 +32712,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32494,13 +32728,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32508,16 +32742,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2489 := &x.ObjectMeta - yyv2489.CodecDecodeSelf(d) + yyv2516 := &x.ObjectMeta + yyv2516.CodecDecodeSelf(d) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32525,16 +32759,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2490 := &x.Spec - yyv2490.CodecDecodeSelf(d) + yyv2517 := &x.Spec + yyv2517.CodecDecodeSelf(d) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32542,21 +32776,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2491 := &x.Status - yyv2491.CodecDecodeSelf(d) + yyv2518 := &x.Status + yyv2518.CodecDecodeSelf(d) } for { - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2486 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2486 { + if yyb2513 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2486-1, "") + z.DecStructFieldNotFound(yyj2513-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32568,37 +32802,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2492 := z.EncBinary() - _ = yym2492 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2493 := !z.EncBinary() - yy2arr2493 := z.EncBasicHandle().StructToArray - var yyq2493 [4]bool - _, _, _ = yysep2493, yyq2493, yy2arr2493 - const yyr2493 bool = false - yyq2493[0] = x.Kind != "" - yyq2493[1] = x.APIVersion != "" - yyq2493[2] = true - var yynn2493 int - if yyr2493 || yy2arr2493 { + yysep2520 := !z.EncBinary() + yy2arr2520 := z.EncBasicHandle().StructToArray + var yyq2520 [4]bool + _, _, _ = yysep2520, yyq2520, yy2arr2520 + const yyr2520 bool = false + yyq2520[0] = x.Kind != "" + yyq2520[1] = x.APIVersion != "" + yyq2520[2] = true + var yynn2520 int + if yyr2520 || yy2arr2520 { r.EncodeArrayStart(4) } else { - yynn2493 = 1 - for _, b := range yyq2493 { + yynn2520 = 1 + for _, b := range yyq2520 { if b { - yynn2493++ + yynn2520++ } } - r.EncodeMapStart(yynn2493) - yynn2493 = 0 + r.EncodeMapStart(yynn2520) + yynn2520 = 0 } - if yyr2493 || yy2arr2493 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[0] { - yym2495 := z.EncBinary() - _ = yym2495 + if yyq2520[0] { + yym2522 := z.EncBinary() + _ = yym2522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32607,23 +32841,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2493[0] { + if yyq2520[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2496 := z.EncBinary() - _ = yym2496 + yym2523 := z.EncBinary() + _ = yym2523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2493 || yy2arr2493 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[1] { - yym2498 := z.EncBinary() - _ = yym2498 + if yyq2520[1] { + yym2525 := z.EncBinary() + _ = yym2525 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32632,54 +32866,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2493[1] { + if yyq2520[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2499 := z.EncBinary() - _ = yym2499 + yym2526 := z.EncBinary() + _ = yym2526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2493 || yy2arr2493 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[2] { - yy2501 := &x.ListMeta - yym2502 := z.EncBinary() - _ = yym2502 + if yyq2520[2] { + yy2528 := &x.ListMeta + yym2529 := z.EncBinary() + _ = yym2529 if false { - } else if z.HasExtensions() && z.EncExt(yy2501) { + } else if z.HasExtensions() && z.EncExt(yy2528) { } else { - z.EncFallback(yy2501) + z.EncFallback(yy2528) } } else { r.EncodeNil() } } else { - if yyq2493[2] { + if yyq2520[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2503 := &x.ListMeta - yym2504 := z.EncBinary() - _ = yym2504 + yy2530 := &x.ListMeta + yym2531 := z.EncBinary() + _ = yym2531 if false { - } else if z.HasExtensions() && z.EncExt(yy2503) { + } else if z.HasExtensions() && z.EncExt(yy2530) { } else { - z.EncFallback(yy2503) + z.EncFallback(yy2530) } } } - if yyr2493 || yy2arr2493 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2506 := z.EncBinary() - _ = yym2506 + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -32692,15 +32926,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2507 := z.EncBinary() - _ = yym2507 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2493 || yy2arr2493 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32713,25 +32947,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2508 := z.DecBinary() - _ = yym2508 + yym2535 := z.DecBinary() + _ = yym2535 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2509 := r.ContainerType() - if yyct2509 == codecSelferValueTypeMap1234 { - yyl2509 := r.ReadMapStart() - if yyl2509 == 0 { + yyct2536 := r.ContainerType() + if yyct2536 == codecSelferValueTypeMap1234 { + yyl2536 := r.ReadMapStart() + if yyl2536 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2509, d) + x.codecDecodeSelfFromMap(yyl2536, d) } - } else if yyct2509 == codecSelferValueTypeArray1234 { - yyl2509 := r.ReadArrayStart() - if yyl2509 == 0 { + } else if yyct2536 == codecSelferValueTypeArray1234 { + yyl2536 := r.ReadArrayStart() + if yyl2536 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2509, d) + x.codecDecodeSelfFromArray(yyl2536, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32743,12 +32977,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2510Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2510Slc - var yyhl2510 bool = l >= 0 - for yyj2510 := 0; ; yyj2510++ { - if yyhl2510 { - if yyj2510 >= l { + var yys2537Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2537Slc + var yyhl2537 bool = l >= 0 + for yyj2537 := 0; ; yyj2537++ { + if yyhl2537 { + if yyj2537 >= l { break } } else { @@ -32757,10 +32991,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2510Slc = r.DecodeBytes(yys2510Slc, true, true) - yys2510 := string(yys2510Slc) + yys2537Slc = r.DecodeBytes(yys2537Slc, true, true) + yys2537 := string(yys2537Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2510 { + switch yys2537 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32777,31 +33011,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2513 := &x.ListMeta - yym2514 := z.DecBinary() - _ = yym2514 + yyv2540 := &x.ListMeta + yym2541 := z.DecBinary() + _ = yym2541 if false { - } else if z.HasExtensions() && z.DecExt(yyv2513) { + } else if z.HasExtensions() && z.DecExt(yyv2540) { } else { - z.DecFallback(yyv2513, false) + z.DecFallback(yyv2540, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2515 := &x.Items - yym2516 := z.DecBinary() - _ = yym2516 + yyv2542 := &x.Items + yym2543 := z.DecBinary() + _ = yym2543 if false { } else { - h.decSliceService((*[]Service)(yyv2515), d) + h.decSliceService((*[]Service)(yyv2542), d) } } default: - z.DecStructFieldNotFound(-1, yys2510) - } // end switch yys2510 - } // end for yyj2510 + z.DecStructFieldNotFound(-1, yys2537) + } // end switch yys2537 + } // end for yyj2537 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32809,16 +33043,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2517 int - var yyb2517 bool - var yyhl2517 bool = l >= 0 - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + var yyj2544 int + var yyb2544 bool + var yyhl2544 bool = l >= 0 + yyj2544++ + if yyhl2544 { + yyb2544 = yyj2544 > l } else { - yyb2517 = r.CheckBreak() + yyb2544 = r.CheckBreak() } - if yyb2517 { + if yyb2544 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32828,13 +33062,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2544++ + if yyhl2544 { + yyb2544 = yyj2544 > l } else { - yyb2517 = r.CheckBreak() + yyb2544 = r.CheckBreak() } - if yyb2517 { + if yyb2544 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32844,13 +33078,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2544++ + if yyhl2544 { + yyb2544 = yyj2544 > l } else { - yyb2517 = r.CheckBreak() + yyb2544 = r.CheckBreak() } - if yyb2517 { + if yyb2544 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32858,22 +33092,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2520 := &x.ListMeta - yym2521 := z.DecBinary() - _ = yym2521 + yyv2547 := &x.ListMeta + yym2548 := z.DecBinary() + _ = yym2548 if false { - } else if z.HasExtensions() && z.DecExt(yyv2520) { + } else if z.HasExtensions() && z.DecExt(yyv2547) { } else { - z.DecFallback(yyv2520, false) + z.DecFallback(yyv2547, false) } } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2544++ + if yyhl2544 { + yyb2544 = yyj2544 > l } else { - yyb2517 = r.CheckBreak() + yyb2544 = r.CheckBreak() } - if yyb2517 { + if yyb2544 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32881,26 +33115,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2522 := &x.Items - yym2523 := z.DecBinary() - _ = yym2523 + yyv2549 := &x.Items + yym2550 := z.DecBinary() + _ = yym2550 if false { } else { - h.decSliceService((*[]Service)(yyv2522), d) + h.decSliceService((*[]Service)(yyv2549), d) } } for { - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2544++ + if yyhl2544 { + yyb2544 = yyj2544 > l } else { - yyb2517 = r.CheckBreak() + yyb2544 = r.CheckBreak() } - if yyb2517 { + if yyb2544 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2517-1, "") + z.DecStructFieldNotFound(yyj2544-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32912,39 +33146,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2524 := z.EncBinary() - _ = yym2524 + yym2551 := z.EncBinary() + _ = yym2551 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2525 := !z.EncBinary() - yy2arr2525 := z.EncBasicHandle().StructToArray - var yyq2525 [5]bool - _, _, _ = yysep2525, yyq2525, yy2arr2525 - const yyr2525 bool = false - yyq2525[0] = x.Kind != "" - yyq2525[1] = x.APIVersion != "" - yyq2525[2] = true - yyq2525[3] = len(x.Secrets) != 0 - yyq2525[4] = len(x.ImagePullSecrets) != 0 - var yynn2525 int - if yyr2525 || yy2arr2525 { + yysep2552 := !z.EncBinary() + yy2arr2552 := z.EncBasicHandle().StructToArray + var yyq2552 [5]bool + _, _, _ = yysep2552, yyq2552, yy2arr2552 + const yyr2552 bool = false + yyq2552[0] = x.Kind != "" + yyq2552[1] = x.APIVersion != "" + yyq2552[2] = true + yyq2552[3] = len(x.Secrets) != 0 + yyq2552[4] = len(x.ImagePullSecrets) != 0 + var yynn2552 int + if yyr2552 || yy2arr2552 { r.EncodeArrayStart(5) } else { - yynn2525 = 0 - for _, b := range yyq2525 { + yynn2552 = 0 + for _, b := range yyq2552 { if b { - yynn2525++ + yynn2552++ } } - r.EncodeMapStart(yynn2525) - yynn2525 = 0 + r.EncodeMapStart(yynn2552) + yynn2552 = 0 } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2525[0] { - yym2527 := z.EncBinary() - _ = yym2527 + if yyq2552[0] { + yym2554 := z.EncBinary() + _ = yym2554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32953,23 +33187,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2525[0] { + if yyq2552[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2528 := z.EncBinary() - _ = yym2528 + yym2555 := z.EncBinary() + _ = yym2555 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2525[1] { - yym2530 := z.EncBinary() - _ = yym2530 + if yyq2552[1] { + yym2557 := z.EncBinary() + _ = yym2557 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32978,43 +33212,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2525[1] { + if yyq2552[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2531 := z.EncBinary() - _ = yym2531 + yym2558 := z.EncBinary() + _ = yym2558 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2525[2] { - yy2533 := &x.ObjectMeta - yy2533.CodecEncodeSelf(e) + if yyq2552[2] { + yy2560 := &x.ObjectMeta + yy2560.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2525[2] { + if yyq2552[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2534 := &x.ObjectMeta - yy2534.CodecEncodeSelf(e) + yy2561 := &x.ObjectMeta + yy2561.CodecEncodeSelf(e) } } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2525[3] { + if yyq2552[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2536 := z.EncBinary() - _ = yym2536 + yym2563 := z.EncBinary() + _ = yym2563 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -33024,15 +33258,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2525[3] { + if yyq2552[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2537 := z.EncBinary() - _ = yym2537 + yym2564 := z.EncBinary() + _ = yym2564 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -33040,14 +33274,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2525[4] { + if yyq2552[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2539 := z.EncBinary() - _ = yym2539 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -33057,15 +33291,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2525[4] { + if yyq2552[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2540 := z.EncBinary() - _ = yym2540 + yym2567 := z.EncBinary() + _ = yym2567 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -33073,7 +33307,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2525 || yy2arr2525 { + if yyr2552 || yy2arr2552 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33086,25 +33320,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2541 := z.DecBinary() - _ = yym2541 + yym2568 := z.DecBinary() + _ = yym2568 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2542 := r.ContainerType() - if yyct2542 == codecSelferValueTypeMap1234 { - yyl2542 := r.ReadMapStart() - if yyl2542 == 0 { + yyct2569 := r.ContainerType() + if yyct2569 == codecSelferValueTypeMap1234 { + yyl2569 := r.ReadMapStart() + if yyl2569 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2542, d) + x.codecDecodeSelfFromMap(yyl2569, d) } - } else if yyct2542 == codecSelferValueTypeArray1234 { - yyl2542 := r.ReadArrayStart() - if yyl2542 == 0 { + } else if yyct2569 == codecSelferValueTypeArray1234 { + yyl2569 := r.ReadArrayStart() + if yyl2569 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2542, d) + x.codecDecodeSelfFromArray(yyl2569, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33116,12 +33350,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2543Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2543Slc - var yyhl2543 bool = l >= 0 - for yyj2543 := 0; ; yyj2543++ { - if yyhl2543 { - if yyj2543 >= l { + var yys2570Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2570Slc + var yyhl2570 bool = l >= 0 + for yyj2570 := 0; ; yyj2570++ { + if yyhl2570 { + if yyj2570 >= l { break } } else { @@ -33130,10 +33364,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2543Slc = r.DecodeBytes(yys2543Slc, true, true) - yys2543 := string(yys2543Slc) + yys2570Slc = r.DecodeBytes(yys2570Slc, true, true) + yys2570 := string(yys2570Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2543 { + switch yys2570 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33150,37 +33384,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2546 := &x.ObjectMeta - yyv2546.CodecDecodeSelf(d) + yyv2573 := &x.ObjectMeta + yyv2573.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2547 := &x.Secrets - yym2548 := z.DecBinary() - _ = yym2548 + yyv2574 := &x.Secrets + yym2575 := z.DecBinary() + _ = yym2575 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2547), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2574), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2549 := &x.ImagePullSecrets - yym2550 := z.DecBinary() - _ = yym2550 + yyv2576 := &x.ImagePullSecrets + yym2577 := z.DecBinary() + _ = yym2577 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2549), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2576), d) } } default: - z.DecStructFieldNotFound(-1, yys2543) - } // end switch yys2543 - } // end for yyj2543 + z.DecStructFieldNotFound(-1, yys2570) + } // end switch yys2570 + } // end for yyj2570 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33188,16 +33422,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2551 int - var yyb2551 bool - var yyhl2551 bool = l >= 0 - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + var yyj2578 int + var yyb2578 bool + var yyhl2578 bool = l >= 0 + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33207,13 +33441,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33223,13 +33457,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33237,16 +33471,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2554 := &x.ObjectMeta - yyv2554.CodecDecodeSelf(d) + yyv2581 := &x.ObjectMeta + yyv2581.CodecDecodeSelf(d) } - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33254,21 +33488,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2555 := &x.Secrets - yym2556 := z.DecBinary() - _ = yym2556 + yyv2582 := &x.Secrets + yym2583 := z.DecBinary() + _ = yym2583 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2555), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2582), d) } } - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33276,26 +33510,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2557 := &x.ImagePullSecrets - yym2558 := z.DecBinary() - _ = yym2558 + yyv2584 := &x.ImagePullSecrets + yym2585 := z.DecBinary() + _ = yym2585 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2557), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2584), d) } } for { - yyj2551++ - if yyhl2551 { - yyb2551 = yyj2551 > l + yyj2578++ + if yyhl2578 { + yyb2578 = yyj2578 > l } else { - yyb2551 = r.CheckBreak() + yyb2578 = r.CheckBreak() } - if yyb2551 { + if yyb2578 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2551-1, "") + z.DecStructFieldNotFound(yyj2578-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33307,37 +33541,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2559 := z.EncBinary() - _ = yym2559 + yym2586 := z.EncBinary() + _ = yym2586 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2560 := !z.EncBinary() - yy2arr2560 := z.EncBasicHandle().StructToArray - var yyq2560 [4]bool - _, _, _ = yysep2560, yyq2560, yy2arr2560 - const yyr2560 bool = false - yyq2560[0] = x.Kind != "" - yyq2560[1] = x.APIVersion != "" - yyq2560[2] = true - var yynn2560 int - if yyr2560 || yy2arr2560 { + yysep2587 := !z.EncBinary() + yy2arr2587 := z.EncBasicHandle().StructToArray + var yyq2587 [4]bool + _, _, _ = yysep2587, yyq2587, yy2arr2587 + const yyr2587 bool = false + yyq2587[0] = x.Kind != "" + yyq2587[1] = x.APIVersion != "" + yyq2587[2] = true + var yynn2587 int + if yyr2587 || yy2arr2587 { r.EncodeArrayStart(4) } else { - yynn2560 = 1 - for _, b := range yyq2560 { + yynn2587 = 1 + for _, b := range yyq2587 { if b { - yynn2560++ + yynn2587++ } } - r.EncodeMapStart(yynn2560) - yynn2560 = 0 + r.EncodeMapStart(yynn2587) + yynn2587 = 0 } - if yyr2560 || yy2arr2560 { + if yyr2587 || yy2arr2587 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[0] { - yym2562 := z.EncBinary() - _ = yym2562 + if yyq2587[0] { + yym2589 := z.EncBinary() + _ = yym2589 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33346,23 +33580,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[0] { + if yyq2587[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2563 := z.EncBinary() - _ = yym2563 + yym2590 := z.EncBinary() + _ = yym2590 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2560 || yy2arr2560 { + if yyr2587 || yy2arr2587 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[1] { - yym2565 := z.EncBinary() - _ = yym2565 + if yyq2587[1] { + yym2592 := z.EncBinary() + _ = yym2592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33371,54 +33605,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[1] { + if yyq2587[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2566 := z.EncBinary() - _ = yym2566 + yym2593 := z.EncBinary() + _ = yym2593 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2560 || yy2arr2560 { + if yyr2587 || yy2arr2587 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[2] { - yy2568 := &x.ListMeta - yym2569 := z.EncBinary() - _ = yym2569 + if yyq2587[2] { + yy2595 := &x.ListMeta + yym2596 := z.EncBinary() + _ = yym2596 if false { - } else if z.HasExtensions() && z.EncExt(yy2568) { + } else if z.HasExtensions() && z.EncExt(yy2595) { } else { - z.EncFallback(yy2568) + z.EncFallback(yy2595) } } else { r.EncodeNil() } } else { - if yyq2560[2] { + if yyq2587[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2570 := &x.ListMeta - yym2571 := z.EncBinary() - _ = yym2571 + yy2597 := &x.ListMeta + yym2598 := z.EncBinary() + _ = yym2598 if false { - } else if z.HasExtensions() && z.EncExt(yy2570) { + } else if z.HasExtensions() && z.EncExt(yy2597) { } else { - z.EncFallback(yy2570) + z.EncFallback(yy2597) } } } - if yyr2560 || yy2arr2560 { + if yyr2587 || yy2arr2587 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2573 := z.EncBinary() - _ = yym2573 + yym2600 := z.EncBinary() + _ = yym2600 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -33431,15 +33665,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2574 := z.EncBinary() - _ = yym2574 + yym2601 := z.EncBinary() + _ = yym2601 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2560 || yy2arr2560 { + if yyr2587 || yy2arr2587 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33452,25 +33686,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2575 := z.DecBinary() - _ = yym2575 + yym2602 := z.DecBinary() + _ = yym2602 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2576 := r.ContainerType() - if yyct2576 == codecSelferValueTypeMap1234 { - yyl2576 := r.ReadMapStart() - if yyl2576 == 0 { + yyct2603 := r.ContainerType() + if yyct2603 == codecSelferValueTypeMap1234 { + yyl2603 := r.ReadMapStart() + if yyl2603 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2576, d) + x.codecDecodeSelfFromMap(yyl2603, d) } - } else if yyct2576 == codecSelferValueTypeArray1234 { - yyl2576 := r.ReadArrayStart() - if yyl2576 == 0 { + } else if yyct2603 == codecSelferValueTypeArray1234 { + yyl2603 := r.ReadArrayStart() + if yyl2603 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2576, d) + x.codecDecodeSelfFromArray(yyl2603, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33482,12 +33716,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2577Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2577Slc - var yyhl2577 bool = l >= 0 - for yyj2577 := 0; ; yyj2577++ { - if yyhl2577 { - if yyj2577 >= l { + var yys2604Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2604Slc + var yyhl2604 bool = l >= 0 + for yyj2604 := 0; ; yyj2604++ { + if yyhl2604 { + if yyj2604 >= l { break } } else { @@ -33496,10 +33730,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2577Slc = r.DecodeBytes(yys2577Slc, true, true) - yys2577 := string(yys2577Slc) + yys2604Slc = r.DecodeBytes(yys2604Slc, true, true) + yys2604 := string(yys2604Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2577 { + switch yys2604 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33516,31 +33750,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2580 := &x.ListMeta - yym2581 := z.DecBinary() - _ = yym2581 + yyv2607 := &x.ListMeta + yym2608 := z.DecBinary() + _ = yym2608 if false { - } else if z.HasExtensions() && z.DecExt(yyv2580) { + } else if z.HasExtensions() && z.DecExt(yyv2607) { } else { - z.DecFallback(yyv2580, false) + z.DecFallback(yyv2607, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2582 := &x.Items - yym2583 := z.DecBinary() - _ = yym2583 + yyv2609 := &x.Items + yym2610 := z.DecBinary() + _ = yym2610 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2582), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2609), d) } } default: - z.DecStructFieldNotFound(-1, yys2577) - } // end switch yys2577 - } // end for yyj2577 + z.DecStructFieldNotFound(-1, yys2604) + } // end switch yys2604 + } // end for yyj2604 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33548,16 +33782,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2584 int - var yyb2584 bool - var yyhl2584 bool = l >= 0 - yyj2584++ - if yyhl2584 { - yyb2584 = yyj2584 > l + var yyj2611 int + var yyb2611 bool + var yyhl2611 bool = l >= 0 + yyj2611++ + if yyhl2611 { + yyb2611 = yyj2611 > l } else { - yyb2584 = r.CheckBreak() + yyb2611 = r.CheckBreak() } - if yyb2584 { + if yyb2611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33567,13 +33801,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2584++ - if yyhl2584 { - yyb2584 = yyj2584 > l + yyj2611++ + if yyhl2611 { + yyb2611 = yyj2611 > l } else { - yyb2584 = r.CheckBreak() + yyb2611 = r.CheckBreak() } - if yyb2584 { + if yyb2611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33583,13 +33817,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2584++ - if yyhl2584 { - yyb2584 = yyj2584 > l + yyj2611++ + if yyhl2611 { + yyb2611 = yyj2611 > l } else { - yyb2584 = r.CheckBreak() + yyb2611 = r.CheckBreak() } - if yyb2584 { + if yyb2611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33597,22 +33831,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2587 := &x.ListMeta - yym2588 := z.DecBinary() - _ = yym2588 + yyv2614 := &x.ListMeta + yym2615 := z.DecBinary() + _ = yym2615 if false { - } else if z.HasExtensions() && z.DecExt(yyv2587) { + } else if z.HasExtensions() && z.DecExt(yyv2614) { } else { - z.DecFallback(yyv2587, false) + z.DecFallback(yyv2614, false) } } - yyj2584++ - if yyhl2584 { - yyb2584 = yyj2584 > l + yyj2611++ + if yyhl2611 { + yyb2611 = yyj2611 > l } else { - yyb2584 = r.CheckBreak() + yyb2611 = r.CheckBreak() } - if yyb2584 { + if yyb2611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33620,26 +33854,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2589 := &x.Items - yym2590 := z.DecBinary() - _ = yym2590 + yyv2616 := &x.Items + yym2617 := z.DecBinary() + _ = yym2617 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2589), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2616), d) } } for { - yyj2584++ - if yyhl2584 { - yyb2584 = yyj2584 > l + yyj2611++ + if yyhl2611 { + yyb2611 = yyj2611 > l } else { - yyb2584 = r.CheckBreak() + yyb2611 = r.CheckBreak() } - if yyb2584 { + if yyb2611 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2584-1, "") + z.DecStructFieldNotFound(yyj2611-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33651,37 +33885,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2591 := z.EncBinary() - _ = yym2591 + yym2618 := z.EncBinary() + _ = yym2618 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2592 := !z.EncBinary() - yy2arr2592 := z.EncBasicHandle().StructToArray - var yyq2592 [4]bool - _, _, _ = yysep2592, yyq2592, yy2arr2592 - const yyr2592 bool = false - yyq2592[0] = x.Kind != "" - yyq2592[1] = x.APIVersion != "" - yyq2592[2] = true - var yynn2592 int - if yyr2592 || yy2arr2592 { + yysep2619 := !z.EncBinary() + yy2arr2619 := z.EncBasicHandle().StructToArray + var yyq2619 [4]bool + _, _, _ = yysep2619, yyq2619, yy2arr2619 + const yyr2619 bool = false + yyq2619[0] = x.Kind != "" + yyq2619[1] = x.APIVersion != "" + yyq2619[2] = true + var yynn2619 int + if yyr2619 || yy2arr2619 { r.EncodeArrayStart(4) } else { - yynn2592 = 1 - for _, b := range yyq2592 { + yynn2619 = 1 + for _, b := range yyq2619 { if b { - yynn2592++ + yynn2619++ } } - r.EncodeMapStart(yynn2592) - yynn2592 = 0 + r.EncodeMapStart(yynn2619) + yynn2619 = 0 } - if yyr2592 || yy2arr2592 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[0] { - yym2594 := z.EncBinary() - _ = yym2594 + if yyq2619[0] { + yym2621 := z.EncBinary() + _ = yym2621 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33690,23 +33924,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[0] { + if yyq2619[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2595 := z.EncBinary() - _ = yym2595 + yym2622 := z.EncBinary() + _ = yym2622 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2592 || yy2arr2592 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[1] { - yym2597 := z.EncBinary() - _ = yym2597 + if yyq2619[1] { + yym2624 := z.EncBinary() + _ = yym2624 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33715,42 +33949,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[1] { + if yyq2619[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2598 := z.EncBinary() - _ = yym2598 + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2592 || yy2arr2592 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[2] { - yy2600 := &x.ObjectMeta - yy2600.CodecEncodeSelf(e) + if yyq2619[2] { + yy2627 := &x.ObjectMeta + yy2627.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2592[2] { + if yyq2619[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2601 := &x.ObjectMeta - yy2601.CodecEncodeSelf(e) + yy2628 := &x.ObjectMeta + yy2628.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2603 := z.EncBinary() - _ = yym2603 + yym2630 := z.EncBinary() + _ = yym2630 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -33763,15 +33997,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2604 := z.EncBinary() - _ = yym2604 + yym2631 := z.EncBinary() + _ = yym2631 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2592 || yy2arr2592 { + if yyr2619 || yy2arr2619 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33784,25 +34018,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2605 := z.DecBinary() - _ = yym2605 + yym2632 := z.DecBinary() + _ = yym2632 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2606 := r.ContainerType() - if yyct2606 == codecSelferValueTypeMap1234 { - yyl2606 := r.ReadMapStart() - if yyl2606 == 0 { + yyct2633 := r.ContainerType() + if yyct2633 == codecSelferValueTypeMap1234 { + yyl2633 := r.ReadMapStart() + if yyl2633 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2606, d) + x.codecDecodeSelfFromMap(yyl2633, d) } - } else if yyct2606 == codecSelferValueTypeArray1234 { - yyl2606 := r.ReadArrayStart() - if yyl2606 == 0 { + } else if yyct2633 == codecSelferValueTypeArray1234 { + yyl2633 := r.ReadArrayStart() + if yyl2633 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2606, d) + x.codecDecodeSelfFromArray(yyl2633, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33814,12 +34048,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2607Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2607Slc - var yyhl2607 bool = l >= 0 - for yyj2607 := 0; ; yyj2607++ { - if yyhl2607 { - if yyj2607 >= l { + var yys2634Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2634Slc + var yyhl2634 bool = l >= 0 + for yyj2634 := 0; ; yyj2634++ { + if yyhl2634 { + if yyj2634 >= l { break } } else { @@ -33828,10 +34062,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2607Slc = r.DecodeBytes(yys2607Slc, true, true) - yys2607 := string(yys2607Slc) + yys2634Slc = r.DecodeBytes(yys2634Slc, true, true) + yys2634 := string(yys2634Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2607 { + switch yys2634 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33848,25 +34082,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2610 := &x.ObjectMeta - yyv2610.CodecDecodeSelf(d) + yyv2637 := &x.ObjectMeta + yyv2637.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2611 := &x.Subsets - yym2612 := z.DecBinary() - _ = yym2612 + yyv2638 := &x.Subsets + yym2639 := z.DecBinary() + _ = yym2639 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2611), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2638), d) } } default: - z.DecStructFieldNotFound(-1, yys2607) - } // end switch yys2607 - } // end for yyj2607 + z.DecStructFieldNotFound(-1, yys2634) + } // end switch yys2634 + } // end for yyj2634 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33874,16 +34108,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2613 int - var yyb2613 bool - var yyhl2613 bool = l >= 0 - yyj2613++ - if yyhl2613 { - yyb2613 = yyj2613 > l + var yyj2640 int + var yyb2640 bool + var yyhl2640 bool = l >= 0 + yyj2640++ + if yyhl2640 { + yyb2640 = yyj2640 > l } else { - yyb2613 = r.CheckBreak() + yyb2640 = r.CheckBreak() } - if yyb2613 { + if yyb2640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33893,13 +34127,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2613++ - if yyhl2613 { - yyb2613 = yyj2613 > l + yyj2640++ + if yyhl2640 { + yyb2640 = yyj2640 > l } else { - yyb2613 = r.CheckBreak() + yyb2640 = r.CheckBreak() } - if yyb2613 { + if yyb2640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33909,13 +34143,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2613++ - if yyhl2613 { - yyb2613 = yyj2613 > l + yyj2640++ + if yyhl2640 { + yyb2640 = yyj2640 > l } else { - yyb2613 = r.CheckBreak() + yyb2640 = r.CheckBreak() } - if yyb2613 { + if yyb2640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33923,16 +34157,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2616 := &x.ObjectMeta - yyv2616.CodecDecodeSelf(d) + yyv2643 := &x.ObjectMeta + yyv2643.CodecDecodeSelf(d) } - yyj2613++ - if yyhl2613 { - yyb2613 = yyj2613 > l + yyj2640++ + if yyhl2640 { + yyb2640 = yyj2640 > l } else { - yyb2613 = r.CheckBreak() + yyb2640 = r.CheckBreak() } - if yyb2613 { + if yyb2640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33940,356 +34174,31 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2617 := &x.Subsets - yym2618 := z.DecBinary() - _ = yym2618 + yyv2644 := &x.Subsets + yym2645 := z.DecBinary() + _ = yym2645 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2617), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2644), d) } } for { - yyj2613++ - if yyhl2613 { - yyb2613 = yyj2613 > l + yyj2640++ + if yyhl2640 { + yyb2640 = yyj2640 > l } else { - yyb2613 = r.CheckBreak() + yyb2640 = r.CheckBreak() } - if yyb2613 { + if yyb2640 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2613-1, "") + z.DecStructFieldNotFound(yyj2640-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2619 := z.EncBinary() - _ = yym2619 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2620 := !z.EncBinary() - yy2arr2620 := z.EncBasicHandle().StructToArray - var yyq2620 [3]bool - _, _, _ = yysep2620, yyq2620, yy2arr2620 - const yyr2620 bool = false - yyq2620[0] = len(x.Addresses) != 0 - yyq2620[1] = len(x.NotReadyAddresses) != 0 - yyq2620[2] = len(x.Ports) != 0 - var yynn2620 int - if yyr2620 || yy2arr2620 { - r.EncodeArrayStart(3) - } else { - yynn2620 = 0 - for _, b := range yyq2620 { - if b { - yynn2620++ - } - } - r.EncodeMapStart(yynn2620) - yynn2620 = 0 - } - if yyr2620 || yy2arr2620 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2620[0] { - if x.Addresses == nil { - r.EncodeNil() - } else { - yym2622 := z.EncBinary() - _ = yym2622 - if false { - } else { - h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2620[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("addresses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Addresses == nil { - r.EncodeNil() - } else { - yym2623 := z.EncBinary() - _ = yym2623 - if false { - } else { - h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) - } - } - } - } - if yyr2620 || yy2arr2620 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2620[1] { - if x.NotReadyAddresses == nil { - r.EncodeNil() - } else { - yym2625 := z.EncBinary() - _ = yym2625 - if false { - } else { - h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2620[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.NotReadyAddresses == nil { - r.EncodeNil() - } else { - yym2626 := z.EncBinary() - _ = yym2626 - if false { - } else { - h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) - } - } - } - } - if yyr2620 || yy2arr2620 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2620[2] { - if x.Ports == nil { - r.EncodeNil() - } else { - yym2628 := z.EncBinary() - _ = yym2628 - if false { - } else { - h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2620[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ports")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Ports == nil { - r.EncodeNil() - } else { - yym2629 := z.EncBinary() - _ = yym2629 - if false { - } else { - h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) - } - } - } - } - if yyr2620 || yy2arr2620 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2630 := z.DecBinary() - _ = yym2630 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2631 := r.ContainerType() - if yyct2631 == codecSelferValueTypeMap1234 { - yyl2631 := r.ReadMapStart() - if yyl2631 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2631, d) - } - } else if yyct2631 == codecSelferValueTypeArray1234 { - yyl2631 := r.ReadArrayStart() - if yyl2631 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2631, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2632Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2632Slc - var yyhl2632 bool = l >= 0 - for yyj2632 := 0; ; yyj2632++ { - if yyhl2632 { - if yyj2632 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2632Slc = r.DecodeBytes(yys2632Slc, true, true) - yys2632 := string(yys2632Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2632 { - case "addresses": - if r.TryDecodeAsNil() { - x.Addresses = nil - } else { - yyv2633 := &x.Addresses - yym2634 := z.DecBinary() - _ = yym2634 - if false { - } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2633), d) - } - } - case "notReadyAddresses": - if r.TryDecodeAsNil() { - x.NotReadyAddresses = nil - } else { - yyv2635 := &x.NotReadyAddresses - yym2636 := z.DecBinary() - _ = yym2636 - if false { - } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2635), d) - } - } - case "ports": - if r.TryDecodeAsNil() { - x.Ports = nil - } else { - yyv2637 := &x.Ports - yym2638 := z.DecBinary() - _ = yym2638 - if false { - } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2637), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2632) - } // end switch yys2632 - } // end for yyj2632 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2639 int - var yyb2639 bool - var yyhl2639 bool = l >= 0 - yyj2639++ - if yyhl2639 { - yyb2639 = yyj2639 > l - } else { - yyb2639 = r.CheckBreak() - } - if yyb2639 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Addresses = nil - } else { - yyv2640 := &x.Addresses - yym2641 := z.DecBinary() - _ = yym2641 - if false { - } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2640), d) - } - } - yyj2639++ - if yyhl2639 { - yyb2639 = yyj2639 > l - } else { - yyb2639 = r.CheckBreak() - } - if yyb2639 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.NotReadyAddresses = nil - } else { - yyv2642 := &x.NotReadyAddresses - yym2643 := z.DecBinary() - _ = yym2643 - if false { - } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2642), d) - } - } - yyj2639++ - if yyhl2639 { - yyb2639 = yyj2639 > l - } else { - yyb2639 = r.CheckBreak() - } - if yyb2639 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Ports = nil - } else { - yyv2644 := &x.Ports - yym2645 := z.DecBinary() - _ = yym2645 - if false { - } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2644), d) - } - } - for { - yyj2639++ - if yyhl2639 { - yyb2639 = yyj2639 > l - } else { - yyb2639 = r.CheckBreak() - } - if yyb2639 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2639-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -34303,17 +34212,17 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2647 := !z.EncBinary() yy2arr2647 := z.EncBasicHandle().StructToArray - var yyq2647 [4]bool + var yyq2647 [3]bool _, _, _ = yysep2647, yyq2647, yy2arr2647 const yyr2647 bool = false - yyq2647[1] = x.Hostname != "" - yyq2647[2] = x.NodeName != nil - yyq2647[3] = x.TargetRef != nil + yyq2647[0] = len(x.Addresses) != 0 + yyq2647[1] = len(x.NotReadyAddresses) != 0 + yyq2647[2] = len(x.Ports) != 0 var yynn2647 int if yyr2647 || yy2arr2647 { - r.EncodeArrayStart(4) + r.EncodeArrayStart(3) } else { - yynn2647 = 1 + yynn2647 = 0 for _, b := range yyq2647 { if b { yynn2647++ @@ -34324,104 +34233,101 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2649 := z.EncBinary() - _ = yym2649 - if false { + if yyq2647[0] { + if x.Addresses == nil { + r.EncodeNil() + } else { + yym2649 := z.EncBinary() + _ = yym2649 + if false { + } else { + h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) + } + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ip")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2650 := z.EncBinary() - _ = yym2650 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + if yyq2647[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("addresses")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Addresses == nil { + r.EncodeNil() + } else { + yym2650 := z.EncBinary() + _ = yym2650 + if false { + } else { + h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) + } + } } } if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2647[1] { - yym2652 := z.EncBinary() - _ = yym2652 - if false { + if x.NotReadyAddresses == nil { + r.EncodeNil() } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + yym2652 := z.EncBinary() + _ = yym2652 + if false { + } else { + h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) + } } } else { - r.EncodeString(codecSelferC_UTF81234, "") + r.EncodeNil() } } else { if yyq2647[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostname")) + r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2653 := z.EncBinary() - _ = yym2653 - if false { + if x.NotReadyAddresses == nil { + r.EncodeNil() } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + yym2653 := z.EncBinary() + _ = yym2653 + if false { + } else { + h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) + } } } } if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2647[2] { - if x.NodeName == nil { + if x.Ports == nil { + r.EncodeNil() + } else { + yym2655 := z.EncBinary() + _ = yym2655 + if false { + } else { + h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2647[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ports")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Ports == nil { r.EncodeNil() } else { - yy2655 := *x.NodeName yym2656 := z.EncBinary() _ = yym2656 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2655)) + h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } - } else { - r.EncodeNil() - } - } else { - if yyq2647[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeName")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.NodeName == nil { - r.EncodeNil() - } else { - yy2657 := *x.NodeName - yym2658 := z.EncBinary() - _ = yym2658 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2657)) - } - } - } - } - if yyr2647 || yy2arr2647 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[3] { - if x.TargetRef == nil { - r.EncodeNil() - } else { - x.TargetRef.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq2647[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("targetRef")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TargetRef == nil { - r.EncodeNil() - } else { - x.TargetRef.CodecEncodeSelf(e) - } } } if yyr2647 || yy2arr2647 { @@ -34433,29 +34339,357 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } +func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2657 := z.DecBinary() + _ = yym2657 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2658 := r.ContainerType() + if yyct2658 == codecSelferValueTypeMap1234 { + yyl2658 := r.ReadMapStart() + if yyl2658 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2658, d) + } + } else if yyct2658 == codecSelferValueTypeArray1234 { + yyl2658 := r.ReadArrayStart() + if yyl2658 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2658, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2659Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2659Slc + var yyhl2659 bool = l >= 0 + for yyj2659 := 0; ; yyj2659++ { + if yyhl2659 { + if yyj2659 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2659Slc = r.DecodeBytes(yys2659Slc, true, true) + yys2659 := string(yys2659Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2659 { + case "addresses": + if r.TryDecodeAsNil() { + x.Addresses = nil + } else { + yyv2660 := &x.Addresses + yym2661 := z.DecBinary() + _ = yym2661 + if false { + } else { + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2660), d) + } + } + case "notReadyAddresses": + if r.TryDecodeAsNil() { + x.NotReadyAddresses = nil + } else { + yyv2662 := &x.NotReadyAddresses + yym2663 := z.DecBinary() + _ = yym2663 + if false { + } else { + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2662), d) + } + } + case "ports": + if r.TryDecodeAsNil() { + x.Ports = nil + } else { + yyv2664 := &x.Ports + yym2665 := z.DecBinary() + _ = yym2665 + if false { + } else { + h.decSliceEndpointPort((*[]EndpointPort)(yyv2664), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2659) + } // end switch yys2659 + } // end for yyj2659 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2666 int + var yyb2666 bool + var yyhl2666 bool = l >= 0 + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l + } else { + yyb2666 = r.CheckBreak() + } + if yyb2666 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Addresses = nil + } else { + yyv2667 := &x.Addresses + yym2668 := z.DecBinary() + _ = yym2668 + if false { + } else { + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2667), d) + } + } + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l + } else { + yyb2666 = r.CheckBreak() + } + if yyb2666 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NotReadyAddresses = nil + } else { + yyv2669 := &x.NotReadyAddresses + yym2670 := z.DecBinary() + _ = yym2670 + if false { + } else { + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2669), d) + } + } + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l + } else { + yyb2666 = r.CheckBreak() + } + if yyb2666 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Ports = nil + } else { + yyv2671 := &x.Ports + yym2672 := z.DecBinary() + _ = yym2672 + if false { + } else { + h.decSliceEndpointPort((*[]EndpointPort)(yyv2671), d) + } + } + for { + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l + } else { + yyb2666 = r.CheckBreak() + } + if yyb2666 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2666-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2673 := z.EncBinary() + _ = yym2673 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2674 := !z.EncBinary() + yy2arr2674 := z.EncBasicHandle().StructToArray + var yyq2674 [4]bool + _, _, _ = yysep2674, yyq2674, yy2arr2674 + const yyr2674 bool = false + yyq2674[1] = x.Hostname != "" + yyq2674[2] = x.NodeName != nil + yyq2674[3] = x.TargetRef != nil + var yynn2674 int + if yyr2674 || yy2arr2674 { + r.EncodeArrayStart(4) + } else { + yynn2674 = 1 + for _, b := range yyq2674 { + if b { + yynn2674++ + } + } + r.EncodeMapStart(yynn2674) + yynn2674 = 0 + } + if yyr2674 || yy2arr2674 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2676 := z.EncBinary() + _ = yym2676 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ip")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2677 := z.EncBinary() + _ = yym2677 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } + if yyr2674 || yy2arr2674 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2674[1] { + yym2679 := z.EncBinary() + _ = yym2679 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2674[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostname")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2680 := z.EncBinary() + _ = yym2680 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } + } + if yyr2674 || yy2arr2674 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2674[2] { + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2682 := *x.NodeName + yym2683 := z.EncBinary() + _ = yym2683 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2682)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2674[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2684 := *x.NodeName + yym2685 := z.EncBinary() + _ = yym2685 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2684)) + } + } + } + } + if yyr2674 || yy2arr2674 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2674[3] { + if x.TargetRef == nil { + r.EncodeNil() + } else { + x.TargetRef.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2674[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("targetRef")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.TargetRef == nil { + r.EncodeNil() + } else { + x.TargetRef.CodecEncodeSelf(e) + } + } + } + if yyr2674 || yy2arr2674 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2660 := z.DecBinary() - _ = yym2660 + yym2687 := z.DecBinary() + _ = yym2687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2661 := r.ContainerType() - if yyct2661 == codecSelferValueTypeMap1234 { - yyl2661 := r.ReadMapStart() - if yyl2661 == 0 { + yyct2688 := r.ContainerType() + if yyct2688 == codecSelferValueTypeMap1234 { + yyl2688 := r.ReadMapStart() + if yyl2688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2661, d) + x.codecDecodeSelfFromMap(yyl2688, d) } - } else if yyct2661 == codecSelferValueTypeArray1234 { - yyl2661 := r.ReadArrayStart() - if yyl2661 == 0 { + } else if yyct2688 == codecSelferValueTypeArray1234 { + yyl2688 := r.ReadArrayStart() + if yyl2688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2661, d) + x.codecDecodeSelfFromArray(yyl2688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34467,12 +34701,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2662Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2662Slc - var yyhl2662 bool = l >= 0 - for yyj2662 := 0; ; yyj2662++ { - if yyhl2662 { - if yyj2662 >= l { + var yys2689Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2689Slc + var yyhl2689 bool = l >= 0 + for yyj2689 := 0; ; yyj2689++ { + if yyhl2689 { + if yyj2689 >= l { break } } else { @@ -34481,10 +34715,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2662Slc = r.DecodeBytes(yys2662Slc, true, true) - yys2662 := string(yys2662Slc) + yys2689Slc = r.DecodeBytes(yys2689Slc, true, true) + yys2689 := string(yys2689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2662 { + switch yys2689 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -34506,8 +34740,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2666 := z.DecBinary() - _ = yym2666 + yym2693 := z.DecBinary() + _ = yym2693 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -34525,9 +34759,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2662) - } // end switch yys2662 - } // end for yyj2662 + z.DecStructFieldNotFound(-1, yys2689) + } // end switch yys2689 + } // end for yyj2689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34535,16 +34769,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2668 int - var yyb2668 bool - var yyhl2668 bool = l >= 0 - yyj2668++ - if yyhl2668 { - yyb2668 = yyj2668 > l + var yyj2695 int + var yyb2695 bool + var yyhl2695 bool = l >= 0 + yyj2695++ + if yyhl2695 { + yyb2695 = yyj2695 > l } else { - yyb2668 = r.CheckBreak() + yyb2695 = r.CheckBreak() } - if yyb2668 { + if yyb2695 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34554,13 +34788,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2668++ - if yyhl2668 { - yyb2668 = yyj2668 > l + yyj2695++ + if yyhl2695 { + yyb2695 = yyj2695 > l } else { - yyb2668 = r.CheckBreak() + yyb2695 = r.CheckBreak() } - if yyb2668 { + if yyb2695 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34570,13 +34804,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2668++ - if yyhl2668 { - yyb2668 = yyj2668 > l + yyj2695++ + if yyhl2695 { + yyb2695 = yyj2695 > l } else { - yyb2668 = r.CheckBreak() + yyb2695 = r.CheckBreak() } - if yyb2668 { + if yyb2695 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34589,20 +34823,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2672 := z.DecBinary() - _ = yym2672 + yym2699 := z.DecBinary() + _ = yym2699 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2668++ - if yyhl2668 { - yyb2668 = yyj2668 > l + yyj2695++ + if yyhl2695 { + yyb2695 = yyj2695 > l } else { - yyb2668 = r.CheckBreak() + yyb2695 = r.CheckBreak() } - if yyb2668 { + if yyb2695 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34618,17 +34852,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2668++ - if yyhl2668 { - yyb2668 = yyj2668 > l + yyj2695++ + if yyhl2695 { + yyb2695 = yyj2695 > l } else { - yyb2668 = r.CheckBreak() + yyb2695 = r.CheckBreak() } - if yyb2668 { + if yyb2695 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2668-1, "") + z.DecStructFieldNotFound(yyj2695-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34640,36 +34874,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2674 := z.EncBinary() - _ = yym2674 + yym2701 := z.EncBinary() + _ = yym2701 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2675 := !z.EncBinary() - yy2arr2675 := z.EncBasicHandle().StructToArray - var yyq2675 [3]bool - _, _, _ = yysep2675, yyq2675, yy2arr2675 - const yyr2675 bool = false - yyq2675[0] = x.Name != "" - yyq2675[2] = x.Protocol != "" - var yynn2675 int - if yyr2675 || yy2arr2675 { + yysep2702 := !z.EncBinary() + yy2arr2702 := z.EncBasicHandle().StructToArray + var yyq2702 [3]bool + _, _, _ = yysep2702, yyq2702, yy2arr2702 + const yyr2702 bool = false + yyq2702[0] = x.Name != "" + yyq2702[2] = x.Protocol != "" + var yynn2702 int + if yyr2702 || yy2arr2702 { r.EncodeArrayStart(3) } else { - yynn2675 = 1 - for _, b := range yyq2675 { + yynn2702 = 1 + for _, b := range yyq2702 { if b { - yynn2675++ + yynn2702++ } } - r.EncodeMapStart(yynn2675) - yynn2675 = 0 + r.EncodeMapStart(yynn2702) + yynn2702 = 0 } - if yyr2675 || yy2arr2675 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2675[0] { - yym2677 := z.EncBinary() - _ = yym2677 + if yyq2702[0] { + yym2704 := z.EncBinary() + _ = yym2704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34678,22 +34912,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2675[0] { + if yyq2702[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2678 := z.EncBinary() - _ = yym2678 + yym2705 := z.EncBinary() + _ = yym2705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2675 || yy2arr2675 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2680 := z.EncBinary() - _ = yym2680 + yym2707 := z.EncBinary() + _ = yym2707 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34702,29 +34936,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2681 := z.EncBinary() - _ = yym2681 + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2675 || yy2arr2675 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2675[2] { + if yyq2702[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2675[2] { + if yyq2702[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2675 || yy2arr2675 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34737,25 +34971,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2683 := z.DecBinary() - _ = yym2683 + yym2710 := z.DecBinary() + _ = yym2710 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2684 := r.ContainerType() - if yyct2684 == codecSelferValueTypeMap1234 { - yyl2684 := r.ReadMapStart() - if yyl2684 == 0 { + yyct2711 := r.ContainerType() + if yyct2711 == codecSelferValueTypeMap1234 { + yyl2711 := r.ReadMapStart() + if yyl2711 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2684, d) + x.codecDecodeSelfFromMap(yyl2711, d) } - } else if yyct2684 == codecSelferValueTypeArray1234 { - yyl2684 := r.ReadArrayStart() - if yyl2684 == 0 { + } else if yyct2711 == codecSelferValueTypeArray1234 { + yyl2711 := r.ReadArrayStart() + if yyl2711 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2684, d) + x.codecDecodeSelfFromArray(yyl2711, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34767,12 +35001,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2685Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2685Slc - var yyhl2685 bool = l >= 0 - for yyj2685 := 0; ; yyj2685++ { - if yyhl2685 { - if yyj2685 >= l { + var yys2712Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2712Slc + var yyhl2712 bool = l >= 0 + for yyj2712 := 0; ; yyj2712++ { + if yyhl2712 { + if yyj2712 >= l { break } } else { @@ -34781,10 +35015,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2685Slc = r.DecodeBytes(yys2685Slc, true, true) - yys2685 := string(yys2685Slc) + yys2712Slc = r.DecodeBytes(yys2712Slc, true, true) + yys2712 := string(yys2712Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2685 { + switch yys2712 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34804,9 +35038,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2685) - } // end switch yys2685 - } // end for yyj2685 + z.DecStructFieldNotFound(-1, yys2712) + } // end switch yys2712 + } // end for yyj2712 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34814,16 +35048,16 @@ func (x *EndpointPort) 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 yyj2716 int + var yyb2716 bool + var yyhl2716 bool = l >= 0 + yyj2716++ + if yyhl2716 { + yyb2716 = yyj2716 > l } else { - yyb2689 = r.CheckBreak() + yyb2716 = r.CheckBreak() } - if yyb2689 { + if yyb2716 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34833,13 +35067,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2716++ + if yyhl2716 { + yyb2716 = yyj2716 > l } else { - yyb2689 = r.CheckBreak() + yyb2716 = r.CheckBreak() } - if yyb2689 { + if yyb2716 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34849,13 +35083,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2716++ + if yyhl2716 { + yyb2716 = yyj2716 > l } else { - yyb2689 = r.CheckBreak() + yyb2716 = r.CheckBreak() } - if yyb2689 { + if yyb2716 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34866,17 +35100,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2716++ + if yyhl2716 { + yyb2716 = yyj2716 > l } else { - yyb2689 = r.CheckBreak() + yyb2716 = r.CheckBreak() } - if yyb2689 { + if yyb2716 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2689-1, "") + z.DecStructFieldNotFound(yyj2716-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34888,37 +35122,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2693 := z.EncBinary() - _ = yym2693 + yym2720 := z.EncBinary() + _ = yym2720 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2694 := !z.EncBinary() - yy2arr2694 := z.EncBasicHandle().StructToArray - var yyq2694 [4]bool - _, _, _ = yysep2694, yyq2694, yy2arr2694 - const yyr2694 bool = false - yyq2694[0] = x.Kind != "" - yyq2694[1] = x.APIVersion != "" - yyq2694[2] = true - var yynn2694 int - if yyr2694 || yy2arr2694 { + yysep2721 := !z.EncBinary() + yy2arr2721 := z.EncBasicHandle().StructToArray + var yyq2721 [4]bool + _, _, _ = yysep2721, yyq2721, yy2arr2721 + const yyr2721 bool = false + yyq2721[0] = x.Kind != "" + yyq2721[1] = x.APIVersion != "" + yyq2721[2] = true + var yynn2721 int + if yyr2721 || yy2arr2721 { r.EncodeArrayStart(4) } else { - yynn2694 = 1 - for _, b := range yyq2694 { + yynn2721 = 1 + for _, b := range yyq2721 { if b { - yynn2694++ + yynn2721++ } } - r.EncodeMapStart(yynn2694) - yynn2694 = 0 + r.EncodeMapStart(yynn2721) + yynn2721 = 0 } - if yyr2694 || yy2arr2694 { + if yyr2721 || yy2arr2721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2694[0] { - yym2696 := z.EncBinary() - _ = yym2696 + if yyq2721[0] { + yym2723 := z.EncBinary() + _ = yym2723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34927,23 +35161,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2694[0] { + if yyq2721[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2697 := z.EncBinary() - _ = yym2697 + yym2724 := z.EncBinary() + _ = yym2724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2694 || yy2arr2694 { + if yyr2721 || yy2arr2721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2694[1] { - yym2699 := z.EncBinary() - _ = yym2699 + if yyq2721[1] { + yym2726 := z.EncBinary() + _ = yym2726 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34952,54 +35186,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2694[1] { + if yyq2721[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2700 := z.EncBinary() - _ = yym2700 + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2694 || yy2arr2694 { + if yyr2721 || yy2arr2721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2694[2] { - yy2702 := &x.ListMeta - yym2703 := z.EncBinary() - _ = yym2703 + if yyq2721[2] { + yy2729 := &x.ListMeta + yym2730 := z.EncBinary() + _ = yym2730 if false { - } else if z.HasExtensions() && z.EncExt(yy2702) { + } else if z.HasExtensions() && z.EncExt(yy2729) { } else { - z.EncFallback(yy2702) + z.EncFallback(yy2729) } } else { r.EncodeNil() } } else { - if yyq2694[2] { + if yyq2721[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2704 := &x.ListMeta - yym2705 := z.EncBinary() - _ = yym2705 + yy2731 := &x.ListMeta + yym2732 := z.EncBinary() + _ = yym2732 if false { - } else if z.HasExtensions() && z.EncExt(yy2704) { + } else if z.HasExtensions() && z.EncExt(yy2731) { } else { - z.EncFallback(yy2704) + z.EncFallback(yy2731) } } } - if yyr2694 || yy2arr2694 { + if yyr2721 || yy2arr2721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2707 := z.EncBinary() - _ = yym2707 + yym2734 := z.EncBinary() + _ = yym2734 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -35012,15 +35246,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2708 := z.EncBinary() - _ = yym2708 + yym2735 := z.EncBinary() + _ = yym2735 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2694 || yy2arr2694 { + if yyr2721 || yy2arr2721 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35033,25 +35267,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2709 := z.DecBinary() - _ = yym2709 + yym2736 := z.DecBinary() + _ = yym2736 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2710 := r.ContainerType() - if yyct2710 == codecSelferValueTypeMap1234 { - yyl2710 := r.ReadMapStart() - if yyl2710 == 0 { + yyct2737 := r.ContainerType() + if yyct2737 == codecSelferValueTypeMap1234 { + yyl2737 := r.ReadMapStart() + if yyl2737 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2710, d) + x.codecDecodeSelfFromMap(yyl2737, d) } - } else if yyct2710 == codecSelferValueTypeArray1234 { - yyl2710 := r.ReadArrayStart() - if yyl2710 == 0 { + } else if yyct2737 == codecSelferValueTypeArray1234 { + yyl2737 := r.ReadArrayStart() + if yyl2737 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2710, d) + x.codecDecodeSelfFromArray(yyl2737, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35063,12 +35297,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2711Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2711Slc - var yyhl2711 bool = l >= 0 - for yyj2711 := 0; ; yyj2711++ { - if yyhl2711 { - if yyj2711 >= l { + var yys2738Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2738Slc + var yyhl2738 bool = l >= 0 + for yyj2738 := 0; ; yyj2738++ { + if yyhl2738 { + if yyj2738 >= l { break } } else { @@ -35077,10 +35311,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2711Slc = r.DecodeBytes(yys2711Slc, true, true) - yys2711 := string(yys2711Slc) + yys2738Slc = r.DecodeBytes(yys2738Slc, true, true) + yys2738 := string(yys2738Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2711 { + switch yys2738 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35097,31 +35331,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2714 := &x.ListMeta - yym2715 := z.DecBinary() - _ = yym2715 + yyv2741 := &x.ListMeta + yym2742 := z.DecBinary() + _ = yym2742 if false { - } else if z.HasExtensions() && z.DecExt(yyv2714) { + } else if z.HasExtensions() && z.DecExt(yyv2741) { } else { - z.DecFallback(yyv2714, false) + z.DecFallback(yyv2741, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2716 := &x.Items - yym2717 := z.DecBinary() - _ = yym2717 + yyv2743 := &x.Items + yym2744 := z.DecBinary() + _ = yym2744 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2716), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2743), d) } } default: - z.DecStructFieldNotFound(-1, yys2711) - } // end switch yys2711 - } // end for yyj2711 + z.DecStructFieldNotFound(-1, yys2738) + } // end switch yys2738 + } // end for yyj2738 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35129,16 +35363,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2718 int - var yyb2718 bool - var yyhl2718 bool = l >= 0 - yyj2718++ - if yyhl2718 { - yyb2718 = yyj2718 > l + var yyj2745 int + var yyb2745 bool + var yyhl2745 bool = l >= 0 + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2718 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2718 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35148,13 +35382,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2718++ - if yyhl2718 { - yyb2718 = yyj2718 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2718 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2718 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35164,13 +35398,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2718++ - if yyhl2718 { - yyb2718 = yyj2718 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2718 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2718 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35178,22 +35412,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2721 := &x.ListMeta - yym2722 := z.DecBinary() - _ = yym2722 + yyv2748 := &x.ListMeta + yym2749 := z.DecBinary() + _ = yym2749 if false { - } else if z.HasExtensions() && z.DecExt(yyv2721) { + } else if z.HasExtensions() && z.DecExt(yyv2748) { } else { - z.DecFallback(yyv2721, false) + z.DecFallback(yyv2748, false) } } - yyj2718++ - if yyhl2718 { - yyb2718 = yyj2718 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2718 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2718 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35201,26 +35435,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2723 := &x.Items - yym2724 := z.DecBinary() - _ = yym2724 + yyv2750 := &x.Items + yym2751 := z.DecBinary() + _ = yym2751 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2723), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2750), d) } } for { - yyj2718++ - if yyhl2718 { - yyb2718 = yyj2718 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2718 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2718 { + if yyb2745 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2718-1, "") + z.DecStructFieldNotFound(yyj2745-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35232,38 +35466,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2725 := z.EncBinary() - _ = yym2725 + yym2752 := z.EncBinary() + _ = yym2752 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2726 := !z.EncBinary() - yy2arr2726 := z.EncBasicHandle().StructToArray - var yyq2726 [4]bool - _, _, _ = yysep2726, yyq2726, yy2arr2726 - const yyr2726 bool = false - yyq2726[0] = x.PodCIDR != "" - yyq2726[1] = x.ExternalID != "" - yyq2726[2] = x.ProviderID != "" - yyq2726[3] = x.Unschedulable != false - var yynn2726 int - if yyr2726 || yy2arr2726 { + yysep2753 := !z.EncBinary() + yy2arr2753 := z.EncBasicHandle().StructToArray + var yyq2753 [4]bool + _, _, _ = yysep2753, yyq2753, yy2arr2753 + const yyr2753 bool = false + yyq2753[0] = x.PodCIDR != "" + yyq2753[1] = x.ExternalID != "" + yyq2753[2] = x.ProviderID != "" + yyq2753[3] = x.Unschedulable != false + var yynn2753 int + if yyr2753 || yy2arr2753 { r.EncodeArrayStart(4) } else { - yynn2726 = 0 - for _, b := range yyq2726 { + yynn2753 = 0 + for _, b := range yyq2753 { if b { - yynn2726++ + yynn2753++ } } - r.EncodeMapStart(yynn2726) - yynn2726 = 0 + r.EncodeMapStart(yynn2753) + yynn2753 = 0 } - if yyr2726 || yy2arr2726 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2726[0] { - yym2728 := z.EncBinary() - _ = yym2728 + if yyq2753[0] { + yym2755 := z.EncBinary() + _ = yym2755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -35272,23 +35506,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2726[0] { + if yyq2753[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2729 := z.EncBinary() - _ = yym2729 + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2726 || yy2arr2726 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2726[1] { - yym2731 := z.EncBinary() - _ = yym2731 + if yyq2753[1] { + yym2758 := z.EncBinary() + _ = yym2758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -35297,23 +35531,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2726[1] { + if yyq2753[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2732 := z.EncBinary() - _ = yym2732 + yym2759 := z.EncBinary() + _ = yym2759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2726 || yy2arr2726 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2726[2] { - yym2734 := z.EncBinary() - _ = yym2734 + if yyq2753[2] { + yym2761 := z.EncBinary() + _ = yym2761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -35322,23 +35556,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2726[2] { + if yyq2753[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2735 := z.EncBinary() - _ = yym2735 + yym2762 := z.EncBinary() + _ = yym2762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2726 || yy2arr2726 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2726[3] { - yym2737 := z.EncBinary() - _ = yym2737 + if yyq2753[3] { + yym2764 := z.EncBinary() + _ = yym2764 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -35347,19 +35581,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2726[3] { + if yyq2753[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2738 := z.EncBinary() - _ = yym2738 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2726 || yy2arr2726 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35372,25 +35606,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2739 := z.DecBinary() - _ = yym2739 + yym2766 := z.DecBinary() + _ = yym2766 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2740 := r.ContainerType() - if yyct2740 == codecSelferValueTypeMap1234 { - yyl2740 := r.ReadMapStart() - if yyl2740 == 0 { + yyct2767 := r.ContainerType() + if yyct2767 == codecSelferValueTypeMap1234 { + yyl2767 := r.ReadMapStart() + if yyl2767 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2740, d) + x.codecDecodeSelfFromMap(yyl2767, d) } - } else if yyct2740 == codecSelferValueTypeArray1234 { - yyl2740 := r.ReadArrayStart() - if yyl2740 == 0 { + } else if yyct2767 == codecSelferValueTypeArray1234 { + yyl2767 := r.ReadArrayStart() + if yyl2767 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2740, d) + x.codecDecodeSelfFromArray(yyl2767, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35402,12 +35636,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2741Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2741Slc - var yyhl2741 bool = l >= 0 - for yyj2741 := 0; ; yyj2741++ { - if yyhl2741 { - if yyj2741 >= 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 { @@ -35416,10 +35650,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2741Slc = r.DecodeBytes(yys2741Slc, true, true) - yys2741 := string(yys2741Slc) + yys2768Slc = r.DecodeBytes(yys2768Slc, true, true) + yys2768 := string(yys2768Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2741 { + switch yys2768 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -35445,9 +35679,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2741) - } // end switch yys2741 - } // end for yyj2741 + z.DecStructFieldNotFound(-1, yys2768) + } // end switch yys2768 + } // end for yyj2768 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35455,16 +35689,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2746 int - var yyb2746 bool - var yyhl2746 bool = l >= 0 - yyj2746++ - if yyhl2746 { - yyb2746 = yyj2746 > l + var yyj2773 int + var yyb2773 bool + var yyhl2773 bool = l >= 0 + yyj2773++ + if yyhl2773 { + yyb2773 = yyj2773 > l } else { - yyb2746 = r.CheckBreak() + yyb2773 = r.CheckBreak() } - if yyb2746 { + if yyb2773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35474,13 +35708,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2746++ - if yyhl2746 { - yyb2746 = yyj2746 > l + yyj2773++ + if yyhl2773 { + yyb2773 = yyj2773 > l } else { - yyb2746 = r.CheckBreak() + yyb2773 = r.CheckBreak() } - if yyb2746 { + if yyb2773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35490,13 +35724,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2746++ - if yyhl2746 { - yyb2746 = yyj2746 > l + yyj2773++ + if yyhl2773 { + yyb2773 = yyj2773 > l } else { - yyb2746 = r.CheckBreak() + yyb2773 = r.CheckBreak() } - if yyb2746 { + if yyb2773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35506,13 +35740,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2746++ - if yyhl2746 { - yyb2746 = yyj2746 > l + yyj2773++ + if yyhl2773 { + yyb2773 = yyj2773 > l } else { - yyb2746 = r.CheckBreak() + yyb2773 = r.CheckBreak() } - if yyb2746 { + if yyb2773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35523,17 +35757,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2746++ - if yyhl2746 { - yyb2746 = yyj2746 > l + yyj2773++ + if yyhl2773 { + yyb2773 = yyj2773 > l } else { - yyb2746 = r.CheckBreak() + yyb2773 = r.CheckBreak() } - if yyb2746 { + if yyb2773 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2746-1, "") + z.DecStructFieldNotFound(yyj2773-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35545,33 +35779,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2751 := z.EncBinary() - _ = yym2751 + yym2778 := z.EncBinary() + _ = yym2778 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2752 := !z.EncBinary() - yy2arr2752 := z.EncBasicHandle().StructToArray - var yyq2752 [1]bool - _, _, _ = yysep2752, yyq2752, yy2arr2752 - const yyr2752 bool = false - var yynn2752 int - if yyr2752 || yy2arr2752 { + yysep2779 := !z.EncBinary() + yy2arr2779 := z.EncBasicHandle().StructToArray + var yyq2779 [1]bool + _, _, _ = yysep2779, yyq2779, yy2arr2779 + const yyr2779 bool = false + var yynn2779 int + if yyr2779 || yy2arr2779 { r.EncodeArrayStart(1) } else { - yynn2752 = 1 - for _, b := range yyq2752 { + yynn2779 = 1 + for _, b := range yyq2779 { if b { - yynn2752++ + yynn2779++ } } - r.EncodeMapStart(yynn2752) - yynn2752 = 0 + r.EncodeMapStart(yynn2779) + yynn2779 = 0 } - if yyr2752 || yy2arr2752 { + if yyr2779 || yy2arr2779 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2754 := z.EncBinary() - _ = yym2754 + yym2781 := z.EncBinary() + _ = yym2781 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35580,14 +35814,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2755 := z.EncBinary() - _ = yym2755 + yym2782 := z.EncBinary() + _ = yym2782 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2752 || yy2arr2752 { + if yyr2779 || yy2arr2779 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35600,25 +35834,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2756 := z.DecBinary() - _ = yym2756 + yym2783 := z.DecBinary() + _ = yym2783 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2757 := r.ContainerType() - if yyct2757 == codecSelferValueTypeMap1234 { - yyl2757 := r.ReadMapStart() - if yyl2757 == 0 { + yyct2784 := r.ContainerType() + if yyct2784 == codecSelferValueTypeMap1234 { + yyl2784 := r.ReadMapStart() + if yyl2784 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2757, d) + x.codecDecodeSelfFromMap(yyl2784, d) } - } else if yyct2757 == codecSelferValueTypeArray1234 { - yyl2757 := r.ReadArrayStart() - if yyl2757 == 0 { + } else if yyct2784 == codecSelferValueTypeArray1234 { + yyl2784 := r.ReadArrayStart() + if yyl2784 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2757, d) + x.codecDecodeSelfFromArray(yyl2784, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35630,12 +35864,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2758Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2758Slc - var yyhl2758 bool = l >= 0 - for yyj2758 := 0; ; yyj2758++ { - if yyhl2758 { - if yyj2758 >= l { + var yys2785Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2785Slc + var yyhl2785 bool = l >= 0 + for yyj2785 := 0; ; yyj2785++ { + if yyhl2785 { + if yyj2785 >= l { break } } else { @@ -35644,10 +35878,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2758Slc = r.DecodeBytes(yys2758Slc, true, true) - yys2758 := string(yys2758Slc) + yys2785Slc = r.DecodeBytes(yys2785Slc, true, true) + yys2785 := string(yys2785Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2758 { + switch yys2785 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -35655,9 +35889,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2758) - } // end switch yys2758 - } // end for yyj2758 + z.DecStructFieldNotFound(-1, yys2785) + } // end switch yys2785 + } // end for yyj2785 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35665,16 +35899,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2760 int - var yyb2760 bool - var yyhl2760 bool = l >= 0 - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + var yyj2787 int + var yyb2787 bool + var yyhl2787 bool = l >= 0 + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2760 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2760 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35685,17 +35919,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2760++ - if yyhl2760 { - yyb2760 = yyj2760 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2760 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2760 { + if yyb2787 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2760-1, "") + z.DecStructFieldNotFound(yyj2787-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35707,48 +35941,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2762 := z.EncBinary() - _ = yym2762 + yym2789 := z.EncBinary() + _ = yym2789 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2763 := !z.EncBinary() - yy2arr2763 := z.EncBasicHandle().StructToArray - var yyq2763 [1]bool - _, _, _ = yysep2763, yyq2763, yy2arr2763 - const yyr2763 bool = false - yyq2763[0] = true - var yynn2763 int - if yyr2763 || yy2arr2763 { + yysep2790 := !z.EncBinary() + yy2arr2790 := z.EncBasicHandle().StructToArray + var yyq2790 [1]bool + _, _, _ = yysep2790, yyq2790, yy2arr2790 + const yyr2790 bool = false + yyq2790[0] = true + var yynn2790 int + if yyr2790 || yy2arr2790 { r.EncodeArrayStart(1) } else { - yynn2763 = 0 - for _, b := range yyq2763 { + yynn2790 = 0 + for _, b := range yyq2790 { if b { - yynn2763++ + yynn2790++ } } - r.EncodeMapStart(yynn2763) - yynn2763 = 0 + r.EncodeMapStart(yynn2790) + yynn2790 = 0 } - if yyr2763 || yy2arr2763 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2763[0] { - yy2765 := &x.KubeletEndpoint - yy2765.CodecEncodeSelf(e) + if yyq2790[0] { + yy2792 := &x.KubeletEndpoint + yy2792.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2763[0] { + if yyq2790[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2766 := &x.KubeletEndpoint - yy2766.CodecEncodeSelf(e) + yy2793 := &x.KubeletEndpoint + yy2793.CodecEncodeSelf(e) } } - if yyr2763 || yy2arr2763 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35761,25 +35995,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2767 := z.DecBinary() - _ = yym2767 + yym2794 := z.DecBinary() + _ = yym2794 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2768 := r.ContainerType() - if yyct2768 == codecSelferValueTypeMap1234 { - yyl2768 := r.ReadMapStart() - if yyl2768 == 0 { + yyct2795 := r.ContainerType() + if yyct2795 == codecSelferValueTypeMap1234 { + yyl2795 := r.ReadMapStart() + if yyl2795 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2768, d) + x.codecDecodeSelfFromMap(yyl2795, d) } - } else if yyct2768 == codecSelferValueTypeArray1234 { - yyl2768 := r.ReadArrayStart() - if yyl2768 == 0 { + } else if yyct2795 == codecSelferValueTypeArray1234 { + yyl2795 := r.ReadArrayStart() + if yyl2795 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2768, d) + x.codecDecodeSelfFromArray(yyl2795, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35791,12 +36025,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2769Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2769Slc - var yyhl2769 bool = l >= 0 - for yyj2769 := 0; ; yyj2769++ { - if yyhl2769 { - if yyj2769 >= l { + var yys2796Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2796Slc + var yyhl2796 bool = l >= 0 + for yyj2796 := 0; ; yyj2796++ { + if yyhl2796 { + if yyj2796 >= l { break } } else { @@ -35805,21 +36039,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2769Slc = r.DecodeBytes(yys2769Slc, true, true) - yys2769 := string(yys2769Slc) + yys2796Slc = r.DecodeBytes(yys2796Slc, true, true) + yys2796 := string(yys2796Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2769 { + switch yys2796 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2770 := &x.KubeletEndpoint - yyv2770.CodecDecodeSelf(d) + yyv2797 := &x.KubeletEndpoint + yyv2797.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2769) - } // end switch yys2769 - } // end for yyj2769 + z.DecStructFieldNotFound(-1, yys2796) + } // end switch yys2796 + } // end for yyj2796 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35827,16 +36061,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2771 int - var yyb2771 bool - var yyhl2771 bool = l >= 0 - yyj2771++ - if yyhl2771 { - yyb2771 = yyj2771 > l + var yyj2798 int + var yyb2798 bool + var yyhl2798 bool = l >= 0 + yyj2798++ + if yyhl2798 { + yyb2798 = yyj2798 > l } else { - yyb2771 = r.CheckBreak() + yyb2798 = r.CheckBreak() } - if yyb2771 { + if yyb2798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35844,21 +36078,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2772 := &x.KubeletEndpoint - yyv2772.CodecDecodeSelf(d) + yyv2799 := &x.KubeletEndpoint + yyv2799.CodecDecodeSelf(d) } for { - yyj2771++ - if yyhl2771 { - yyb2771 = yyj2771 > l + yyj2798++ + if yyhl2798 { + yyb2798 = yyj2798 > l } else { - yyb2771 = r.CheckBreak() + yyb2798 = r.CheckBreak() } - if yyb2771 { + if yyb2798 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2771-1, "") + z.DecStructFieldNotFound(yyj2798-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35870,33 +36104,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2773 := z.EncBinary() - _ = yym2773 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2774 := !z.EncBinary() - yy2arr2774 := z.EncBasicHandle().StructToArray - var yyq2774 [10]bool - _, _, _ = yysep2774, yyq2774, yy2arr2774 - const yyr2774 bool = false - var yynn2774 int - if yyr2774 || yy2arr2774 { + yysep2801 := !z.EncBinary() + yy2arr2801 := z.EncBasicHandle().StructToArray + var yyq2801 [10]bool + _, _, _ = yysep2801, yyq2801, yy2arr2801 + const yyr2801 bool = false + var yynn2801 int + if yyr2801 || yy2arr2801 { r.EncodeArrayStart(10) } else { - yynn2774 = 10 - for _, b := range yyq2774 { + yynn2801 = 10 + for _, b := range yyq2801 { if b { - yynn2774++ + yynn2801++ } } - r.EncodeMapStart(yynn2774) - yynn2774 = 0 + r.EncodeMapStart(yynn2801) + yynn2801 = 0 } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2776 := z.EncBinary() - _ = yym2776 + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -35905,17 +36139,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2777 := z.EncBinary() - _ = yym2777 + yym2804 := z.EncBinary() + _ = yym2804 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2779 := z.EncBinary() - _ = yym2779 + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -35924,17 +36158,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2780 := z.EncBinary() - _ = yym2780 + yym2807 := z.EncBinary() + _ = yym2807 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2782 := z.EncBinary() - _ = yym2782 + yym2809 := z.EncBinary() + _ = yym2809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -35943,17 +36177,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2783 := z.EncBinary() - _ = yym2783 + yym2810 := z.EncBinary() + _ = yym2810 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2785 := z.EncBinary() - _ = yym2785 + yym2812 := z.EncBinary() + _ = yym2812 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -35962,17 +36196,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2786 := z.EncBinary() - _ = yym2786 + yym2813 := z.EncBinary() + _ = yym2813 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2788 := z.EncBinary() - _ = yym2788 + yym2815 := z.EncBinary() + _ = yym2815 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -35981,17 +36215,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2789 := z.EncBinary() - _ = yym2789 + yym2816 := z.EncBinary() + _ = yym2816 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2791 := z.EncBinary() - _ = yym2791 + yym2818 := z.EncBinary() + _ = yym2818 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -36000,17 +36234,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2792 := z.EncBinary() - _ = yym2792 + yym2819 := z.EncBinary() + _ = yym2819 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2794 := z.EncBinary() - _ = yym2794 + yym2821 := z.EncBinary() + _ = yym2821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -36019,17 +36253,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2795 := z.EncBinary() - _ = yym2795 + yym2822 := z.EncBinary() + _ = yym2822 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2797 := z.EncBinary() - _ = yym2797 + yym2824 := z.EncBinary() + _ = yym2824 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -36038,17 +36272,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2798 := z.EncBinary() - _ = yym2798 + yym2825 := z.EncBinary() + _ = yym2825 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2800 := z.EncBinary() - _ = yym2800 + yym2827 := z.EncBinary() + _ = yym2827 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -36057,17 +36291,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2801 := z.EncBinary() - _ = yym2801 + yym2828 := z.EncBinary() + _ = yym2828 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2803 := z.EncBinary() - _ = yym2803 + yym2830 := z.EncBinary() + _ = yym2830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -36076,14 +36310,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2804 := z.EncBinary() - _ = yym2804 + yym2831 := z.EncBinary() + _ = yym2831 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2774 || yy2arr2774 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36096,25 +36330,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2805 := z.DecBinary() - _ = yym2805 + yym2832 := z.DecBinary() + _ = yym2832 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2806 := r.ContainerType() - if yyct2806 == codecSelferValueTypeMap1234 { - yyl2806 := r.ReadMapStart() - if yyl2806 == 0 { + yyct2833 := r.ContainerType() + if yyct2833 == codecSelferValueTypeMap1234 { + yyl2833 := r.ReadMapStart() + if yyl2833 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2806, d) + x.codecDecodeSelfFromMap(yyl2833, d) } - } else if yyct2806 == codecSelferValueTypeArray1234 { - yyl2806 := r.ReadArrayStart() - if yyl2806 == 0 { + } else if yyct2833 == codecSelferValueTypeArray1234 { + yyl2833 := r.ReadArrayStart() + if yyl2833 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2806, d) + x.codecDecodeSelfFromArray(yyl2833, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36126,12 +36360,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2807Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2807Slc - var yyhl2807 bool = l >= 0 - for yyj2807 := 0; ; yyj2807++ { - if yyhl2807 { - if yyj2807 >= l { + var yys2834Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2834Slc + var yyhl2834 bool = l >= 0 + for yyj2834 := 0; ; yyj2834++ { + if yyhl2834 { + if yyj2834 >= l { break } } else { @@ -36140,10 +36374,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2807Slc = r.DecodeBytes(yys2807Slc, true, true) - yys2807 := string(yys2807Slc) + yys2834Slc = r.DecodeBytes(yys2834Slc, true, true) + yys2834 := string(yys2834Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2807 { + switch yys2834 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -36205,9 +36439,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2807) - } // end switch yys2807 - } // end for yyj2807 + z.DecStructFieldNotFound(-1, yys2834) + } // end switch yys2834 + } // end for yyj2834 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36215,16 +36449,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2818 int - var yyb2818 bool - var yyhl2818 bool = l >= 0 - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + var yyj2845 int + var yyb2845 bool + var yyhl2845 bool = l >= 0 + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36234,13 +36468,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36250,13 +36484,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36266,13 +36500,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36282,13 +36516,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36298,13 +36532,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36314,13 +36548,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36330,13 +36564,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36346,13 +36580,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36362,13 +36596,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36379,17 +36613,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2845++ + if yyhl2845 { + yyb2845 = yyj2845 > l } else { - yyb2818 = r.CheckBreak() + yyb2845 = r.CheckBreak() } - if yyb2818 { + if yyb2845 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2818-1, "") + z.DecStructFieldNotFound(yyj2845-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36401,42 +36635,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2829 := z.EncBinary() - _ = yym2829 + yym2856 := z.EncBinary() + _ = yym2856 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2830 := !z.EncBinary() - yy2arr2830 := z.EncBasicHandle().StructToArray - var yyq2830 [10]bool - _, _, _ = yysep2830, yyq2830, yy2arr2830 - const yyr2830 bool = false - yyq2830[0] = len(x.Capacity) != 0 - yyq2830[1] = len(x.Allocatable) != 0 - yyq2830[2] = x.Phase != "" - yyq2830[3] = len(x.Conditions) != 0 - yyq2830[4] = len(x.Addresses) != 0 - yyq2830[5] = true - yyq2830[6] = true - yyq2830[7] = len(x.Images) != 0 - yyq2830[8] = len(x.VolumesInUse) != 0 - yyq2830[9] = len(x.VolumesAttached) != 0 - var yynn2830 int - if yyr2830 || yy2arr2830 { + yysep2857 := !z.EncBinary() + yy2arr2857 := z.EncBasicHandle().StructToArray + var yyq2857 [10]bool + _, _, _ = yysep2857, yyq2857, yy2arr2857 + const yyr2857 bool = false + yyq2857[0] = len(x.Capacity) != 0 + yyq2857[1] = len(x.Allocatable) != 0 + yyq2857[2] = x.Phase != "" + yyq2857[3] = len(x.Conditions) != 0 + yyq2857[4] = len(x.Addresses) != 0 + yyq2857[5] = true + yyq2857[6] = true + yyq2857[7] = len(x.Images) != 0 + yyq2857[8] = len(x.VolumesInUse) != 0 + yyq2857[9] = len(x.VolumesAttached) != 0 + var yynn2857 int + if yyr2857 || yy2arr2857 { r.EncodeArrayStart(10) } else { - yynn2830 = 0 - for _, b := range yyq2830 { + yynn2857 = 0 + for _, b := range yyq2857 { if b { - yynn2830++ + yynn2857++ } } - r.EncodeMapStart(yynn2830) - yynn2830 = 0 + r.EncodeMapStart(yynn2857) + yynn2857 = 0 } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[0] { + if yyq2857[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -36446,7 +36680,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[0] { + if yyq2857[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36457,9 +36691,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[1] { + if yyq2857[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -36469,7 +36703,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[1] { + if yyq2857[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36480,29 +36714,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[2] { + if yyq2857[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2830[2] { + if yyq2857[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[3] { + if yyq2857[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2835 := z.EncBinary() - _ = yym2835 + yym2862 := z.EncBinary() + _ = yym2862 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36512,15 +36746,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[3] { + if yyq2857[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2836 := z.EncBinary() - _ = yym2836 + yym2863 := z.EncBinary() + _ = yym2863 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36528,14 +36762,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[4] { + if yyq2857[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2838 := z.EncBinary() - _ = yym2838 + yym2865 := z.EncBinary() + _ = yym2865 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36545,15 +36779,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[4] { + if yyq2857[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2839 := z.EncBinary() - _ = yym2839 + yym2866 := z.EncBinary() + _ = yym2866 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36561,48 +36795,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[5] { - yy2841 := &x.DaemonEndpoints - yy2841.CodecEncodeSelf(e) + if yyq2857[5] { + yy2868 := &x.DaemonEndpoints + yy2868.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2830[5] { + if yyq2857[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2842 := &x.DaemonEndpoints - yy2842.CodecEncodeSelf(e) + yy2869 := &x.DaemonEndpoints + yy2869.CodecEncodeSelf(e) } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[6] { - yy2844 := &x.NodeInfo - yy2844.CodecEncodeSelf(e) + if yyq2857[6] { + yy2871 := &x.NodeInfo + yy2871.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2830[6] { + if yyq2857[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2845 := &x.NodeInfo - yy2845.CodecEncodeSelf(e) + yy2872 := &x.NodeInfo + yy2872.CodecEncodeSelf(e) } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[7] { + if yyq2857[7] { if x.Images == nil { r.EncodeNil() } else { - yym2847 := z.EncBinary() - _ = yym2847 + yym2874 := z.EncBinary() + _ = yym2874 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36612,15 +36846,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[7] { + if yyq2857[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym2848 := z.EncBinary() - _ = yym2848 + yym2875 := z.EncBinary() + _ = yym2875 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36628,14 +36862,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[8] { + if yyq2857[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2850 := z.EncBinary() - _ = yym2850 + yym2877 := z.EncBinary() + _ = yym2877 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36645,15 +36879,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[8] { + if yyq2857[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2851 := z.EncBinary() - _ = yym2851 + yym2878 := z.EncBinary() + _ = yym2878 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36661,14 +36895,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2830[9] { + if yyq2857[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2853 := z.EncBinary() - _ = yym2853 + yym2880 := z.EncBinary() + _ = yym2880 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36678,15 +36912,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2830[9] { + if yyq2857[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2854 := z.EncBinary() - _ = yym2854 + yym2881 := z.EncBinary() + _ = yym2881 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36694,7 +36928,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2830 || yy2arr2830 { + if yyr2857 || yy2arr2857 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36707,25 +36941,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2855 := z.DecBinary() - _ = yym2855 + yym2882 := z.DecBinary() + _ = yym2882 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2856 := r.ContainerType() - if yyct2856 == codecSelferValueTypeMap1234 { - yyl2856 := r.ReadMapStart() - if yyl2856 == 0 { + yyct2883 := r.ContainerType() + if yyct2883 == codecSelferValueTypeMap1234 { + yyl2883 := r.ReadMapStart() + if yyl2883 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2856, d) + x.codecDecodeSelfFromMap(yyl2883, d) } - } else if yyct2856 == codecSelferValueTypeArray1234 { - yyl2856 := r.ReadArrayStart() - if yyl2856 == 0 { + } else if yyct2883 == codecSelferValueTypeArray1234 { + yyl2883 := r.ReadArrayStart() + if yyl2883 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2856, d) + x.codecDecodeSelfFromArray(yyl2883, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36737,12 +36971,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2857Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2857Slc - var yyhl2857 bool = l >= 0 - for yyj2857 := 0; ; yyj2857++ { - if yyhl2857 { - if yyj2857 >= 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 { @@ -36751,23 +36985,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2857Slc = r.DecodeBytes(yys2857Slc, true, true) - yys2857 := string(yys2857Slc) + yys2884Slc = r.DecodeBytes(yys2884Slc, true, true) + yys2884 := string(yys2884Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2857 { + switch yys2884 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2858 := &x.Capacity - yyv2858.CodecDecodeSelf(d) + yyv2885 := &x.Capacity + yyv2885.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2859 := &x.Allocatable - yyv2859.CodecDecodeSelf(d) + yyv2886 := &x.Allocatable + yyv2886.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -36779,80 +37013,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2861 := &x.Conditions - yym2862 := z.DecBinary() - _ = yym2862 + yyv2888 := &x.Conditions + yym2889 := z.DecBinary() + _ = yym2889 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2861), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2888), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2863 := &x.Addresses - yym2864 := z.DecBinary() - _ = yym2864 + yyv2890 := &x.Addresses + yym2891 := z.DecBinary() + _ = yym2891 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2863), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2890), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2865 := &x.DaemonEndpoints - yyv2865.CodecDecodeSelf(d) + yyv2892 := &x.DaemonEndpoints + yyv2892.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2866 := &x.NodeInfo - yyv2866.CodecDecodeSelf(d) + yyv2893 := &x.NodeInfo + yyv2893.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2867 := &x.Images - yym2868 := z.DecBinary() - _ = yym2868 + yyv2894 := &x.Images + yym2895 := z.DecBinary() + _ = yym2895 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2867), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2894), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2869 := &x.VolumesInUse - yym2870 := z.DecBinary() - _ = yym2870 + yyv2896 := &x.VolumesInUse + yym2897 := z.DecBinary() + _ = yym2897 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2869), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2896), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2871 := &x.VolumesAttached - yym2872 := z.DecBinary() - _ = yym2872 + yyv2898 := &x.VolumesAttached + yym2899 := z.DecBinary() + _ = yym2899 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2871), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2898), d) } } default: - z.DecStructFieldNotFound(-1, yys2857) - } // end switch yys2857 - } // end for yyj2857 + z.DecStructFieldNotFound(-1, yys2884) + } // end switch yys2884 + } // end for yyj2884 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36860,16 +37094,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2873 int - var yyb2873 bool - var yyhl2873 bool = l >= 0 - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + var yyj2900 int + var yyb2900 bool + var yyhl2900 bool = l >= 0 + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36877,16 +37111,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2874 := &x.Capacity - yyv2874.CodecDecodeSelf(d) + yyv2901 := &x.Capacity + yyv2901.CodecDecodeSelf(d) } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36894,16 +37128,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2875 := &x.Allocatable - yyv2875.CodecDecodeSelf(d) + yyv2902 := &x.Allocatable + yyv2902.CodecDecodeSelf(d) } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36913,13 +37147,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36927,21 +37161,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2877 := &x.Conditions - yym2878 := z.DecBinary() - _ = yym2878 + yyv2904 := &x.Conditions + yym2905 := z.DecBinary() + _ = yym2905 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2877), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2904), d) } } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36949,21 +37183,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2879 := &x.Addresses - yym2880 := z.DecBinary() - _ = yym2880 + yyv2906 := &x.Addresses + yym2907 := z.DecBinary() + _ = yym2907 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2879), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2906), d) } } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36971,16 +37205,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2881 := &x.DaemonEndpoints - yyv2881.CodecDecodeSelf(d) + yyv2908 := &x.DaemonEndpoints + yyv2908.CodecDecodeSelf(d) } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36988,16 +37222,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2882 := &x.NodeInfo - yyv2882.CodecDecodeSelf(d) + yyv2909 := &x.NodeInfo + yyv2909.CodecDecodeSelf(d) } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37005,21 +37239,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2883 := &x.Images - yym2884 := z.DecBinary() - _ = yym2884 + yyv2910 := &x.Images + yym2911 := z.DecBinary() + _ = yym2911 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2883), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2910), d) } } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37027,21 +37261,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2885 := &x.VolumesInUse - yym2886 := z.DecBinary() - _ = yym2886 + yyv2912 := &x.VolumesInUse + yym2913 := z.DecBinary() + _ = yym2913 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2885), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2912), d) } } - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37049,26 +37283,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2887 := &x.VolumesAttached - yym2888 := z.DecBinary() - _ = yym2888 + yyv2914 := &x.VolumesAttached + yym2915 := z.DecBinary() + _ = yym2915 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2887), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2914), d) } } for { - yyj2873++ - if yyhl2873 { - yyb2873 = yyj2873 > l + yyj2900++ + if yyhl2900 { + yyb2900 = yyj2900 > l } else { - yyb2873 = r.CheckBreak() + yyb2900 = r.CheckBreak() } - if yyb2873 { + if yyb2900 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2873-1, "") + z.DecStructFieldNotFound(yyj2900-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37077,8 +37311,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2889 := z.EncBinary() - _ = yym2889 + yym2916 := z.EncBinary() + _ = yym2916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37090,8 +37324,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2890 := z.DecBinary() - _ = yym2890 + yym2917 := z.DecBinary() + _ = yym2917 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37106,30 +37340,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2891 := z.EncBinary() - _ = yym2891 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2892 := !z.EncBinary() - yy2arr2892 := z.EncBasicHandle().StructToArray - var yyq2892 [2]bool - _, _, _ = yysep2892, yyq2892, yy2arr2892 - const yyr2892 bool = false - var yynn2892 int - if yyr2892 || yy2arr2892 { + yysep2919 := !z.EncBinary() + yy2arr2919 := z.EncBasicHandle().StructToArray + var yyq2919 [2]bool + _, _, _ = yysep2919, yyq2919, yy2arr2919 + const yyr2919 bool = false + var yynn2919 int + if yyr2919 || yy2arr2919 { r.EncodeArrayStart(2) } else { - yynn2892 = 2 - for _, b := range yyq2892 { + yynn2919 = 2 + for _, b := range yyq2919 { if b { - yynn2892++ + yynn2919++ } } - r.EncodeMapStart(yynn2892) - yynn2892 = 0 + r.EncodeMapStart(yynn2919) + yynn2919 = 0 } - if yyr2892 || yy2arr2892 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -37138,10 +37372,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr2892 || yy2arr2892 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2895 := z.EncBinary() - _ = yym2895 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -37150,14 +37384,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2896 := z.EncBinary() - _ = yym2896 + yym2923 := z.EncBinary() + _ = yym2923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr2892 || yy2arr2892 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37170,25 +37404,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2897 := z.DecBinary() - _ = yym2897 + yym2924 := z.DecBinary() + _ = yym2924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2898 := r.ContainerType() - if yyct2898 == codecSelferValueTypeMap1234 { - yyl2898 := r.ReadMapStart() - if yyl2898 == 0 { + yyct2925 := r.ContainerType() + if yyct2925 == codecSelferValueTypeMap1234 { + yyl2925 := r.ReadMapStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2898, d) + x.codecDecodeSelfFromMap(yyl2925, d) } - } else if yyct2898 == codecSelferValueTypeArray1234 { - yyl2898 := r.ReadArrayStart() - if yyl2898 == 0 { + } else if yyct2925 == codecSelferValueTypeArray1234 { + yyl2925 := r.ReadArrayStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2898, d) + x.codecDecodeSelfFromArray(yyl2925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37200,12 +37434,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2899Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2899Slc - var yyhl2899 bool = l >= 0 - for yyj2899 := 0; ; yyj2899++ { - if yyhl2899 { - if yyj2899 >= l { + var yys2926Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2926Slc + var yyhl2926 bool = l >= 0 + for yyj2926 := 0; ; yyj2926++ { + if yyhl2926 { + if yyj2926 >= l { break } } else { @@ -37214,10 +37448,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2899Slc = r.DecodeBytes(yys2899Slc, true, true) - yys2899 := string(yys2899Slc) + yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) + yys2926 := string(yys2926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2899 { + switch yys2926 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37231,9 +37465,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2899) - } // end switch yys2899 - } // end for yyj2899 + z.DecStructFieldNotFound(-1, yys2926) + } // end switch yys2926 + } // end for yyj2926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37241,16 +37475,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2902 int - var yyb2902 bool - var yyhl2902 bool = l >= 0 - yyj2902++ - if yyhl2902 { - yyb2902 = yyj2902 > l + var yyj2929 int + var yyb2929 bool + var yyhl2929 bool = l >= 0 + yyj2929++ + if yyhl2929 { + yyb2929 = yyj2929 > l } else { - yyb2902 = r.CheckBreak() + yyb2929 = r.CheckBreak() } - if yyb2902 { + if yyb2929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37260,13 +37494,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj2902++ - if yyhl2902 { - yyb2902 = yyj2902 > l + yyj2929++ + if yyhl2929 { + yyb2929 = yyj2929 > l } else { - yyb2902 = r.CheckBreak() + yyb2929 = r.CheckBreak() } - if yyb2902 { + if yyb2929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37277,17 +37511,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj2902++ - if yyhl2902 { - yyb2902 = yyj2902 > l + yyj2929++ + if yyhl2929 { + yyb2929 = yyj2929 > l } else { - yyb2902 = r.CheckBreak() + yyb2929 = r.CheckBreak() } - if yyb2902 { + if yyb2929 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2902-1, "") + z.DecStructFieldNotFound(yyj2929-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37299,38 +37533,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2905 := z.EncBinary() - _ = yym2905 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2906 := !z.EncBinary() - yy2arr2906 := z.EncBasicHandle().StructToArray - var yyq2906 [1]bool - _, _, _ = yysep2906, yyq2906, yy2arr2906 - const yyr2906 bool = false - yyq2906[0] = len(x.PreferAvoidPods) != 0 - var yynn2906 int - if yyr2906 || yy2arr2906 { + yysep2933 := !z.EncBinary() + yy2arr2933 := z.EncBasicHandle().StructToArray + var yyq2933 [1]bool + _, _, _ = yysep2933, yyq2933, yy2arr2933 + const yyr2933 bool = false + yyq2933[0] = len(x.PreferAvoidPods) != 0 + var yynn2933 int + if yyr2933 || yy2arr2933 { r.EncodeArrayStart(1) } else { - yynn2906 = 0 - for _, b := range yyq2906 { + yynn2933 = 0 + for _, b := range yyq2933 { if b { - yynn2906++ + yynn2933++ } } - r.EncodeMapStart(yynn2906) - yynn2906 = 0 + r.EncodeMapStart(yynn2933) + yynn2933 = 0 } - if yyr2906 || yy2arr2906 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2906[0] { + if yyq2933[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2908 := z.EncBinary() - _ = yym2908 + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37340,15 +37574,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2906[0] { + if yyq2933[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2909 := z.EncBinary() - _ = yym2909 + yym2936 := z.EncBinary() + _ = yym2936 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37356,7 +37590,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2906 || yy2arr2906 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37369,25 +37603,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2910 := z.DecBinary() - _ = yym2910 + yym2937 := z.DecBinary() + _ = yym2937 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2911 := r.ContainerType() - if yyct2911 == codecSelferValueTypeMap1234 { - yyl2911 := r.ReadMapStart() - if yyl2911 == 0 { + yyct2938 := r.ContainerType() + if yyct2938 == codecSelferValueTypeMap1234 { + yyl2938 := r.ReadMapStart() + if yyl2938 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2911, d) + x.codecDecodeSelfFromMap(yyl2938, d) } - } else if yyct2911 == codecSelferValueTypeArray1234 { - yyl2911 := r.ReadArrayStart() - if yyl2911 == 0 { + } else if yyct2938 == codecSelferValueTypeArray1234 { + yyl2938 := r.ReadArrayStart() + if yyl2938 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2911, d) + x.codecDecodeSelfFromArray(yyl2938, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37399,12 +37633,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2912Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2912Slc - var yyhl2912 bool = l >= 0 - for yyj2912 := 0; ; yyj2912++ { - if yyhl2912 { - if yyj2912 >= l { + var yys2939Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2939Slc + var yyhl2939 bool = l >= 0 + for yyj2939 := 0; ; yyj2939++ { + if yyhl2939 { + if yyj2939 >= l { break } } else { @@ -37413,310 +37647,30 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) - yys2912 := string(yys2912Slc) + yys2939Slc = r.DecodeBytes(yys2939Slc, true, true) + yys2939 := string(yys2939Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2912 { + switch yys2939 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2913 := &x.PreferAvoidPods - yym2914 := z.DecBinary() - _ = yym2914 + yyv2940 := &x.PreferAvoidPods + yym2941 := z.DecBinary() + _ = yym2941 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2913), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2940), d) } } default: - z.DecStructFieldNotFound(-1, yys2912) - } // end switch yys2912 - } // end for yyj2912 + z.DecStructFieldNotFound(-1, yys2939) + } // end switch yys2939 + } // end for yyj2939 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2915 int - var yyb2915 bool - var yyhl2915 bool = l >= 0 - yyj2915++ - if yyhl2915 { - yyb2915 = yyj2915 > l - } else { - yyb2915 = r.CheckBreak() - } - if yyb2915 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.PreferAvoidPods = nil - } else { - yyv2916 := &x.PreferAvoidPods - yym2917 := z.DecBinary() - _ = yym2917 - if false { - } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2916), d) - } - } - for { - yyj2915++ - if yyhl2915 { - yyb2915 = yyj2915 > l - } else { - yyb2915 = r.CheckBreak() - } - if yyb2915 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2915-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2918 := z.EncBinary() - _ = yym2918 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2919 := !z.EncBinary() - yy2arr2919 := z.EncBasicHandle().StructToArray - var yyq2919 [4]bool - _, _, _ = yysep2919, yyq2919, yy2arr2919 - const yyr2919 bool = false - yyq2919[1] = true - yyq2919[2] = x.Reason != "" - yyq2919[3] = x.Message != "" - var yynn2919 int - if yyr2919 || yy2arr2919 { - r.EncodeArrayStart(4) - } else { - yynn2919 = 1 - for _, b := range yyq2919 { - if b { - yynn2919++ - } - } - r.EncodeMapStart(yynn2919) - yynn2919 = 0 - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2921 := &x.PodSignature - yy2921.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podSignature")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2922 := &x.PodSignature - yy2922.CodecEncodeSelf(e) - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[1] { - yy2924 := &x.EvictionTime - yym2925 := z.EncBinary() - _ = yym2925 - if false { - } else if z.HasExtensions() && z.EncExt(yy2924) { - } else if yym2925 { - z.EncBinaryMarshal(yy2924) - } else if !yym2925 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2924) - } else { - z.EncFallback(yy2924) - } - } else { - r.EncodeNil() - } - } else { - if yyq2919[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2926 := &x.EvictionTime - yym2927 := z.EncBinary() - _ = yym2927 - if false { - } else if z.HasExtensions() && z.EncExt(yy2926) { - } else if yym2927 { - z.EncBinaryMarshal(yy2926) - } else if !yym2927 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2926) - } else { - z.EncFallback(yy2926) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[2] { - yym2929 := z.EncBinary() - _ = yym2929 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2919[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2930 := z.EncBinary() - _ = yym2930 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[3] { - yym2932 := z.EncBinary() - _ = yym2932 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2919[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2933 := z.EncBinary() - _ = yym2933 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2934 := z.DecBinary() - _ = yym2934 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2935 := r.ContainerType() - if yyct2935 == codecSelferValueTypeMap1234 { - yyl2935 := r.ReadMapStart() - if yyl2935 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2935, d) - } - } else if yyct2935 == codecSelferValueTypeArray1234 { - yyl2935 := r.ReadArrayStart() - if yyl2935 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2935, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2936Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2936Slc - var yyhl2936 bool = l >= 0 - for yyj2936 := 0; ; yyj2936++ { - if yyhl2936 { - if yyj2936 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2936Slc = r.DecodeBytes(yys2936Slc, true, true) - yys2936 := string(yys2936Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2936 { - case "podSignature": - if r.TryDecodeAsNil() { - x.PodSignature = PodSignature{} - } else { - yyv2937 := &x.PodSignature - yyv2937.CodecDecodeSelf(d) - } - case "evictionTime": - if r.TryDecodeAsNil() { - x.EvictionTime = pkg2_unversioned.Time{} - } else { - yyv2938 := &x.EvictionTime - yym2939 := z.DecBinary() - _ = yym2939 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2938) { - } else if yym2939 { - z.DecBinaryUnmarshal(yyv2938) - } else if !yym2939 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2938) - } else { - z.DecFallback(yyv2938, false) - } - } - case "reason": - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - case "message": - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys2936) - } // end switch yys2936 - } // end for yyj2936 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -37735,70 +37689,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.PodSignature = PodSignature{} + x.PreferAvoidPods = nil } else { - yyv2943 := &x.PodSignature - yyv2943.CodecDecodeSelf(d) - } - yyj2942++ - if yyhl2942 { - yyb2942 = yyj2942 > l - } else { - yyb2942 = r.CheckBreak() - } - if yyb2942 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.EvictionTime = pkg2_unversioned.Time{} - } else { - yyv2944 := &x.EvictionTime - yym2945 := z.DecBinary() - _ = yym2945 + yyv2943 := &x.PreferAvoidPods + yym2944 := z.DecBinary() + _ = yym2944 if false { - } else if z.HasExtensions() && z.DecExt(yyv2944) { - } else if yym2945 { - z.DecBinaryUnmarshal(yyv2944) - } else if !yym2945 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2944) } else { - z.DecFallback(yyv2944, false) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2943), d) } } - yyj2942++ - if yyhl2942 { - yyb2942 = yyj2942 > l - } else { - yyb2942 = r.CheckBreak() - } - if yyb2942 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - yyj2942++ - if yyhl2942 { - yyb2942 = yyj2942 > l - } else { - yyb2942 = r.CheckBreak() - } - if yyb2942 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } for { yyj2942++ if yyhl2942 { @@ -37815,6 +37715,340 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2945 := z.EncBinary() + _ = yym2945 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2946 := !z.EncBinary() + yy2arr2946 := z.EncBasicHandle().StructToArray + var yyq2946 [4]bool + _, _, _ = yysep2946, yyq2946, yy2arr2946 + const yyr2946 bool = false + yyq2946[1] = true + yyq2946[2] = x.Reason != "" + yyq2946[3] = x.Message != "" + var yynn2946 int + if yyr2946 || yy2arr2946 { + r.EncodeArrayStart(4) + } else { + yynn2946 = 1 + for _, b := range yyq2946 { + if b { + yynn2946++ + } + } + r.EncodeMapStart(yynn2946) + yynn2946 = 0 + } + if yyr2946 || yy2arr2946 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy2948 := &x.PodSignature + yy2948.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podSignature")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2949 := &x.PodSignature + yy2949.CodecEncodeSelf(e) + } + if yyr2946 || yy2arr2946 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2946[1] { + yy2951 := &x.EvictionTime + yym2952 := z.EncBinary() + _ = yym2952 + if false { + } else if z.HasExtensions() && z.EncExt(yy2951) { + } else if yym2952 { + z.EncBinaryMarshal(yy2951) + } else if !yym2952 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2951) + } else { + z.EncFallback(yy2951) + } + } else { + r.EncodeNil() + } + } else { + if yyq2946[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2953 := &x.EvictionTime + yym2954 := z.EncBinary() + _ = yym2954 + if false { + } else if z.HasExtensions() && z.EncExt(yy2953) { + } else if yym2954 { + z.EncBinaryMarshal(yy2953) + } else if !yym2954 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2953) + } else { + z.EncFallback(yy2953) + } + } + } + if yyr2946 || yy2arr2946 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2946[2] { + yym2956 := z.EncBinary() + _ = yym2956 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2946[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2957 := z.EncBinary() + _ = yym2957 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr2946 || yy2arr2946 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2946[3] { + yym2959 := z.EncBinary() + _ = yym2959 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2946[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2960 := z.EncBinary() + _ = yym2960 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr2946 || yy2arr2946 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2961 := z.DecBinary() + _ = yym2961 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2962 := r.ContainerType() + if yyct2962 == codecSelferValueTypeMap1234 { + yyl2962 := r.ReadMapStart() + if yyl2962 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2962, d) + } + } else if yyct2962 == codecSelferValueTypeArray1234 { + yyl2962 := r.ReadArrayStart() + if yyl2962 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2962, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2963Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2963Slc + var yyhl2963 bool = l >= 0 + for yyj2963 := 0; ; yyj2963++ { + if yyhl2963 { + if yyj2963 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2963Slc = r.DecodeBytes(yys2963Slc, true, true) + yys2963 := string(yys2963Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2963 { + case "podSignature": + if r.TryDecodeAsNil() { + x.PodSignature = PodSignature{} + } else { + yyv2964 := &x.PodSignature + yyv2964.CodecDecodeSelf(d) + } + case "evictionTime": + if r.TryDecodeAsNil() { + x.EvictionTime = pkg2_unversioned.Time{} + } else { + yyv2965 := &x.EvictionTime + yym2966 := z.DecBinary() + _ = yym2966 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2965) { + } else if yym2966 { + z.DecBinaryUnmarshal(yyv2965) + } else if !yym2966 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2965) + } else { + z.DecFallback(yyv2965, false) + } + } + case "reason": + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + case "message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys2963) + } // end switch yys2963 + } // end for yyj2963 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2969 int + var yyb2969 bool + var yyhl2969 bool = l >= 0 + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l + } else { + yyb2969 = r.CheckBreak() + } + if yyb2969 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodSignature = PodSignature{} + } else { + yyv2970 := &x.PodSignature + yyv2970.CodecDecodeSelf(d) + } + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l + } else { + yyb2969 = r.CheckBreak() + } + if yyb2969 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionTime = pkg2_unversioned.Time{} + } else { + yyv2971 := &x.EvictionTime + yym2972 := z.DecBinary() + _ = yym2972 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2971) { + } else if yym2972 { + z.DecBinaryUnmarshal(yyv2971) + } else if !yym2972 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2971) + } else { + z.DecFallback(yyv2971, false) + } + } + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l + } else { + yyb2969 = r.CheckBreak() + } + if yyb2969 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l + } else { + yyb2969 = r.CheckBreak() + } + if yyb2969 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + for { + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l + } else { + yyb2969 = r.CheckBreak() + } + if yyb2969 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2969-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -37822,33 +38056,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2948 := z.EncBinary() - _ = yym2948 + yym2975 := z.EncBinary() + _ = yym2975 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] = x.PodController != nil - var yynn2949 int - if yyr2949 || yy2arr2949 { + yysep2976 := !z.EncBinary() + yy2arr2976 := z.EncBasicHandle().StructToArray + var yyq2976 [1]bool + _, _, _ = yysep2976, yyq2976, yy2arr2976 + const yyr2976 bool = false + yyq2976[0] = x.PodController != nil + var yynn2976 int + if yyr2976 || yy2arr2976 { r.EncodeArrayStart(1) } else { - yynn2949 = 0 - for _, b := range yyq2949 { + yynn2976 = 0 + for _, b := range yyq2976 { if b { - yynn2949++ + yynn2976++ } } - r.EncodeMapStart(yynn2949) - yynn2949 = 0 + r.EncodeMapStart(yynn2976) + yynn2976 = 0 } - if yyr2949 || yy2arr2949 { + if yyr2976 || yy2arr2976 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2949[0] { + if yyq2976[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -37858,7 +38092,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2949[0] { + if yyq2976[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37869,7 +38103,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2949 || yy2arr2949 { + if yyr2976 || yy2arr2976 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37882,25 +38116,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2951 := z.DecBinary() - _ = yym2951 + yym2978 := z.DecBinary() + _ = yym2978 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2952 := r.ContainerType() - if yyct2952 == codecSelferValueTypeMap1234 { - yyl2952 := r.ReadMapStart() - if yyl2952 == 0 { + yyct2979 := r.ContainerType() + if yyct2979 == codecSelferValueTypeMap1234 { + yyl2979 := r.ReadMapStart() + if yyl2979 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2952, d) + x.codecDecodeSelfFromMap(yyl2979, d) } - } else if yyct2952 == codecSelferValueTypeArray1234 { - yyl2952 := r.ReadArrayStart() - if yyl2952 == 0 { + } else if yyct2979 == codecSelferValueTypeArray1234 { + yyl2979 := r.ReadArrayStart() + if yyl2979 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2952, d) + x.codecDecodeSelfFromArray(yyl2979, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37912,12 +38146,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2953Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2953Slc - var yyhl2953 bool = l >= 0 - for yyj2953 := 0; ; yyj2953++ { - if yyhl2953 { - if yyj2953 >= l { + var yys2980Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2980Slc + var yyhl2980 bool = l >= 0 + for yyj2980 := 0; ; yyj2980++ { + if yyhl2980 { + if yyj2980 >= l { break } } else { @@ -37926,10 +38160,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2953Slc = r.DecodeBytes(yys2953Slc, true, true) - yys2953 := string(yys2953Slc) + yys2980Slc = r.DecodeBytes(yys2980Slc, true, true) + yys2980 := string(yys2980Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2953 { + switch yys2980 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -37942,9 +38176,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2953) - } // end switch yys2953 - } // end for yyj2953 + z.DecStructFieldNotFound(-1, yys2980) + } // end switch yys2980 + } // end for yyj2980 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37952,16 +38186,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2955 int - var yyb2955 bool - var yyhl2955 bool = l >= 0 - yyj2955++ - if yyhl2955 { - yyb2955 = yyj2955 > l + var yyj2982 int + var yyb2982 bool + var yyhl2982 bool = l >= 0 + yyj2982++ + if yyhl2982 { + yyb2982 = yyj2982 > l } else { - yyb2955 = r.CheckBreak() + yyb2982 = r.CheckBreak() } - if yyb2955 { + if yyb2982 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37977,17 +38211,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj2955++ - if yyhl2955 { - yyb2955 = yyj2955 > l + yyj2982++ + if yyhl2982 { + yyb2982 = yyj2982 > l } else { - yyb2955 = r.CheckBreak() + yyb2982 = r.CheckBreak() } - if yyb2955 { + if yyb2982 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2955-1, "") + z.DecStructFieldNotFound(yyj2982-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37999,37 +38233,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2957 := z.EncBinary() - _ = yym2957 + yym2984 := z.EncBinary() + _ = yym2984 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2958 := !z.EncBinary() - yy2arr2958 := z.EncBasicHandle().StructToArray - var yyq2958 [2]bool - _, _, _ = yysep2958, yyq2958, yy2arr2958 - const yyr2958 bool = false - yyq2958[1] = x.SizeBytes != 0 - var yynn2958 int - if yyr2958 || yy2arr2958 { + yysep2985 := !z.EncBinary() + yy2arr2985 := z.EncBasicHandle().StructToArray + var yyq2985 [2]bool + _, _, _ = yysep2985, yyq2985, yy2arr2985 + const yyr2985 bool = false + yyq2985[1] = x.SizeBytes != 0 + var yynn2985 int + if yyr2985 || yy2arr2985 { r.EncodeArrayStart(2) } else { - yynn2958 = 1 - for _, b := range yyq2958 { + yynn2985 = 1 + for _, b := range yyq2985 { if b { - yynn2958++ + yynn2985++ } } - r.EncodeMapStart(yynn2958) - yynn2958 = 0 + r.EncodeMapStart(yynn2985) + yynn2985 = 0 } - if yyr2958 || yy2arr2958 { + if yyr2985 || yy2arr2985 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym2960 := z.EncBinary() - _ = yym2960 + yym2987 := z.EncBinary() + _ = yym2987 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -38042,19 +38276,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym2961 := z.EncBinary() - _ = yym2961 + yym2988 := z.EncBinary() + _ = yym2988 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr2958 || yy2arr2958 { + if yyr2985 || yy2arr2985 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2958[1] { - yym2963 := z.EncBinary() - _ = yym2963 + if yyq2985[1] { + yym2990 := z.EncBinary() + _ = yym2990 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -38063,19 +38297,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2958[1] { + if yyq2985[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2964 := z.EncBinary() - _ = yym2964 + yym2991 := z.EncBinary() + _ = yym2991 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr2958 || yy2arr2958 { + if yyr2985 || yy2arr2985 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38088,25 +38322,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2965 := z.DecBinary() - _ = yym2965 + yym2992 := z.DecBinary() + _ = yym2992 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2966 := r.ContainerType() - if yyct2966 == codecSelferValueTypeMap1234 { - yyl2966 := r.ReadMapStart() - if yyl2966 == 0 { + yyct2993 := r.ContainerType() + if yyct2993 == codecSelferValueTypeMap1234 { + yyl2993 := r.ReadMapStart() + if yyl2993 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2966, d) + x.codecDecodeSelfFromMap(yyl2993, d) } - } else if yyct2966 == codecSelferValueTypeArray1234 { - yyl2966 := r.ReadArrayStart() - if yyl2966 == 0 { + } else if yyct2993 == codecSelferValueTypeArray1234 { + yyl2993 := r.ReadArrayStart() + if yyl2993 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2966, d) + x.codecDecodeSelfFromArray(yyl2993, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38118,12 +38352,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2967Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2967Slc - var yyhl2967 bool = l >= 0 - for yyj2967 := 0; ; yyj2967++ { - if yyhl2967 { - if yyj2967 >= l { + var yys2994Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2994Slc + var yyhl2994 bool = l >= 0 + for yyj2994 := 0; ; yyj2994++ { + if yyhl2994 { + if yyj2994 >= l { break } } else { @@ -38132,20 +38366,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2967Slc = r.DecodeBytes(yys2967Slc, true, true) - yys2967 := string(yys2967Slc) + yys2994Slc = r.DecodeBytes(yys2994Slc, true, true) + yys2994 := string(yys2994Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2967 { + switch yys2994 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2968 := &x.Names - yym2969 := z.DecBinary() - _ = yym2969 + yyv2995 := &x.Names + yym2996 := z.DecBinary() + _ = yym2996 if false { } else { - z.F.DecSliceStringX(yyv2968, false, d) + z.F.DecSliceStringX(yyv2995, false, d) } } case "sizeBytes": @@ -38155,9 +38389,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2967) - } // end switch yys2967 - } // end for yyj2967 + z.DecStructFieldNotFound(-1, yys2994) + } // end switch yys2994 + } // end for yyj2994 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38165,16 +38399,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2971 int - var yyb2971 bool - var yyhl2971 bool = l >= 0 - yyj2971++ - if yyhl2971 { - yyb2971 = yyj2971 > l + var yyj2998 int + var yyb2998 bool + var yyhl2998 bool = l >= 0 + yyj2998++ + if yyhl2998 { + yyb2998 = yyj2998 > l } else { - yyb2971 = r.CheckBreak() + yyb2998 = r.CheckBreak() } - if yyb2971 { + if yyb2998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38182,21 +38416,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2972 := &x.Names - yym2973 := z.DecBinary() - _ = yym2973 + yyv2999 := &x.Names + yym3000 := z.DecBinary() + _ = yym3000 if false { } else { - z.F.DecSliceStringX(yyv2972, false, d) + z.F.DecSliceStringX(yyv2999, false, d) } } - yyj2971++ - if yyhl2971 { - yyb2971 = yyj2971 > l + yyj2998++ + if yyhl2998 { + yyb2998 = yyj2998 > l } else { - yyb2971 = r.CheckBreak() + yyb2998 = r.CheckBreak() } - if yyb2971 { + if yyb2998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38207,17 +38441,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj2971++ - if yyhl2971 { - yyb2971 = yyj2971 > l + yyj2998++ + if yyhl2998 { + yyb2998 = yyj2998 > l } else { - yyb2971 = r.CheckBreak() + yyb2998 = r.CheckBreak() } - if yyb2971 { + if yyb2998 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2971-1, "") + z.DecStructFieldNotFound(yyj2998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38226,8 +38460,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2975 := z.EncBinary() - _ = yym2975 + yym3002 := z.EncBinary() + _ = yym3002 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38239,8 +38473,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2976 := z.DecBinary() - _ = yym2976 + yym3003 := z.DecBinary() + _ = yym3003 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38252,8 +38486,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2977 := z.EncBinary() - _ = yym2977 + yym3004 := z.EncBinary() + _ = yym3004 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38265,8 +38499,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2978 := z.DecBinary() - _ = yym2978 + yym3005 := z.DecBinary() + _ = yym3005 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38281,34 +38515,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2979 := z.EncBinary() - _ = yym2979 + yym3006 := z.EncBinary() + _ = yym3006 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2980 := !z.EncBinary() - yy2arr2980 := z.EncBasicHandle().StructToArray - var yyq2980 [6]bool - _, _, _ = yysep2980, yyq2980, yy2arr2980 - const yyr2980 bool = false - yyq2980[2] = true - yyq2980[3] = true - yyq2980[4] = x.Reason != "" - yyq2980[5] = x.Message != "" - var yynn2980 int - if yyr2980 || yy2arr2980 { + yysep3007 := !z.EncBinary() + yy2arr3007 := z.EncBasicHandle().StructToArray + var yyq3007 [6]bool + _, _, _ = yysep3007, yyq3007, yy2arr3007 + const yyr3007 bool = false + yyq3007[2] = true + yyq3007[3] = true + yyq3007[4] = x.Reason != "" + yyq3007[5] = x.Message != "" + var yynn3007 int + if yyr3007 || yy2arr3007 { r.EncodeArrayStart(6) } else { - yynn2980 = 2 - for _, b := range yyq2980 { + yynn3007 = 2 + for _, b := range yyq3007 { if b { - yynn2980++ + yynn3007++ } } - r.EncodeMapStart(yynn2980) - yynn2980 = 0 + r.EncodeMapStart(yynn3007) + yynn3007 = 0 } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38317,7 +38551,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -38326,85 +38560,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2980[2] { - yy2984 := &x.LastHeartbeatTime - yym2985 := z.EncBinary() - _ = yym2985 + if yyq3007[2] { + yy3011 := &x.LastHeartbeatTime + yym3012 := z.EncBinary() + _ = yym3012 if false { - } else if z.HasExtensions() && z.EncExt(yy2984) { - } else if yym2985 { - z.EncBinaryMarshal(yy2984) - } else if !yym2985 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2984) + } else if z.HasExtensions() && z.EncExt(yy3011) { + } else if yym3012 { + z.EncBinaryMarshal(yy3011) + } else if !yym3012 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3011) } else { - z.EncFallback(yy2984) + z.EncFallback(yy3011) } } else { r.EncodeNil() } } else { - if yyq2980[2] { + if yyq3007[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2986 := &x.LastHeartbeatTime - yym2987 := z.EncBinary() - _ = yym2987 + yy3013 := &x.LastHeartbeatTime + yym3014 := z.EncBinary() + _ = yym3014 if false { - } else if z.HasExtensions() && z.EncExt(yy2986) { - } else if yym2987 { - z.EncBinaryMarshal(yy2986) - } else if !yym2987 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2986) + } else if z.HasExtensions() && z.EncExt(yy3013) { + } else if yym3014 { + z.EncBinaryMarshal(yy3013) + } else if !yym3014 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3013) } else { - z.EncFallback(yy2986) + z.EncFallback(yy3013) } } } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2980[3] { - yy2989 := &x.LastTransitionTime - yym2990 := z.EncBinary() - _ = yym2990 + if yyq3007[3] { + yy3016 := &x.LastTransitionTime + yym3017 := z.EncBinary() + _ = yym3017 if false { - } else if z.HasExtensions() && z.EncExt(yy2989) { - } else if yym2990 { - z.EncBinaryMarshal(yy2989) - } else if !yym2990 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2989) + } else if z.HasExtensions() && z.EncExt(yy3016) { + } else if yym3017 { + z.EncBinaryMarshal(yy3016) + } else if !yym3017 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3016) } else { - z.EncFallback(yy2989) + z.EncFallback(yy3016) } } else { r.EncodeNil() } } else { - if yyq2980[3] { + if yyq3007[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2991 := &x.LastTransitionTime - yym2992 := z.EncBinary() - _ = yym2992 + yy3018 := &x.LastTransitionTime + yym3019 := z.EncBinary() + _ = yym3019 if false { - } else if z.HasExtensions() && z.EncExt(yy2991) { - } else if yym2992 { - z.EncBinaryMarshal(yy2991) - } else if !yym2992 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2991) + } else if z.HasExtensions() && z.EncExt(yy3018) { + } else if yym3019 { + z.EncBinaryMarshal(yy3018) + } else if !yym3019 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3018) } else { - z.EncFallback(yy2991) + z.EncFallback(yy3018) } } } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2980[4] { - yym2994 := z.EncBinary() - _ = yym2994 + if yyq3007[4] { + yym3021 := z.EncBinary() + _ = yym3021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -38413,23 +38647,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2980[4] { + if yyq3007[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2995 := z.EncBinary() - _ = yym2995 + yym3022 := z.EncBinary() + _ = yym3022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2980[5] { - yym2997 := z.EncBinary() - _ = yym2997 + if yyq3007[5] { + yym3024 := z.EncBinary() + _ = yym3024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -38438,19 +38672,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2980[5] { + if yyq3007[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2998 := z.EncBinary() - _ = yym2998 + yym3025 := z.EncBinary() + _ = yym3025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2980 || yy2arr2980 { + if yyr3007 || yy2arr3007 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38463,25 +38697,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2999 := z.DecBinary() - _ = yym2999 + yym3026 := z.DecBinary() + _ = yym3026 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3000 := r.ContainerType() - if yyct3000 == codecSelferValueTypeMap1234 { - yyl3000 := r.ReadMapStart() - if yyl3000 == 0 { + yyct3027 := r.ContainerType() + if yyct3027 == codecSelferValueTypeMap1234 { + yyl3027 := r.ReadMapStart() + if yyl3027 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3000, d) + x.codecDecodeSelfFromMap(yyl3027, d) } - } else if yyct3000 == codecSelferValueTypeArray1234 { - yyl3000 := r.ReadArrayStart() - if yyl3000 == 0 { + } else if yyct3027 == codecSelferValueTypeArray1234 { + yyl3027 := r.ReadArrayStart() + if yyl3027 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3000, d) + x.codecDecodeSelfFromArray(yyl3027, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38493,12 +38727,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3001Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3001Slc - var yyhl3001 bool = l >= 0 - for yyj3001 := 0; ; yyj3001++ { - if yyhl3001 { - if yyj3001 >= l { + var yys3028Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3028Slc + var yyhl3028 bool = l >= 0 + for yyj3028 := 0; ; yyj3028++ { + if yyhl3028 { + if yyj3028 >= l { break } } else { @@ -38507,10 +38741,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3001Slc = r.DecodeBytes(yys3001Slc, true, true) - yys3001 := string(yys3001Slc) + yys3028Slc = r.DecodeBytes(yys3028Slc, true, true) + yys3028 := string(yys3028Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3001 { + switch yys3028 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38527,34 +38761,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3004 := &x.LastHeartbeatTime - yym3005 := z.DecBinary() - _ = yym3005 + yyv3031 := &x.LastHeartbeatTime + yym3032 := z.DecBinary() + _ = yym3032 if false { - } else if z.HasExtensions() && z.DecExt(yyv3004) { - } else if yym3005 { - z.DecBinaryUnmarshal(yyv3004) - } else if !yym3005 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3004) + } else if z.HasExtensions() && z.DecExt(yyv3031) { + } else if yym3032 { + z.DecBinaryUnmarshal(yyv3031) + } else if !yym3032 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3031) } else { - z.DecFallback(yyv3004, false) + z.DecFallback(yyv3031, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3006 := &x.LastTransitionTime - yym3007 := z.DecBinary() - _ = yym3007 + yyv3033 := &x.LastTransitionTime + yym3034 := z.DecBinary() + _ = yym3034 if false { - } else if z.HasExtensions() && z.DecExt(yyv3006) { - } else if yym3007 { - z.DecBinaryUnmarshal(yyv3006) - } else if !yym3007 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3006) + } else if z.HasExtensions() && z.DecExt(yyv3033) { + } else if yym3034 { + z.DecBinaryUnmarshal(yyv3033) + } else if !yym3034 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3033) } else { - z.DecFallback(yyv3006, false) + z.DecFallback(yyv3033, false) } } case "reason": @@ -38570,9 +38804,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3001) - } // end switch yys3001 - } // end for yyj3001 + z.DecStructFieldNotFound(-1, yys3028) + } // end switch yys3028 + } // end for yyj3028 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38580,16 +38814,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3010 int - var yyb3010 bool - var yyhl3010 bool = l >= 0 - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + var yyj3037 int + var yyb3037 bool + var yyhl3037 bool = l >= 0 + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38599,13 +38833,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38615,13 +38849,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38629,26 +38863,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3013 := &x.LastHeartbeatTime - yym3014 := z.DecBinary() - _ = yym3014 + yyv3040 := &x.LastHeartbeatTime + yym3041 := z.DecBinary() + _ = yym3041 if false { - } else if z.HasExtensions() && z.DecExt(yyv3013) { - } else if yym3014 { - z.DecBinaryUnmarshal(yyv3013) - } else if !yym3014 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3013) + } else if z.HasExtensions() && z.DecExt(yyv3040) { + } else if yym3041 { + z.DecBinaryUnmarshal(yyv3040) + } else if !yym3041 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3040) } else { - z.DecFallback(yyv3013, false) + z.DecFallback(yyv3040, false) } } - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38656,26 +38890,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3015 := &x.LastTransitionTime - yym3016 := z.DecBinary() - _ = yym3016 + yyv3042 := &x.LastTransitionTime + yym3043 := z.DecBinary() + _ = yym3043 if false { - } else if z.HasExtensions() && z.DecExt(yyv3015) { - } else if yym3016 { - z.DecBinaryUnmarshal(yyv3015) - } else if !yym3016 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3015) + } else if z.HasExtensions() && z.DecExt(yyv3042) { + } else if yym3043 { + z.DecBinaryUnmarshal(yyv3042) + } else if !yym3043 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3042) } else { - z.DecFallback(yyv3015, false) + z.DecFallback(yyv3042, false) } } - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38685,13 +38919,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38702,17 +38936,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3037++ + if yyhl3037 { + yyb3037 = yyj3037 > l } else { - yyb3010 = r.CheckBreak() + yyb3037 = r.CheckBreak() } - if yyb3010 { + if yyb3037 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3010-1, "") + z.DecStructFieldNotFound(yyj3037-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38721,8 +38955,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3019 := z.EncBinary() - _ = yym3019 + yym3046 := z.EncBinary() + _ = yym3046 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38734,8 +38968,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3020 := z.DecBinary() - _ = yym3020 + yym3047 := z.DecBinary() + _ = yym3047 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38750,30 +38984,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3021 := z.EncBinary() - _ = yym3021 + yym3048 := z.EncBinary() + _ = yym3048 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3022 := !z.EncBinary() - yy2arr3022 := z.EncBasicHandle().StructToArray - var yyq3022 [2]bool - _, _, _ = yysep3022, yyq3022, yy2arr3022 - const yyr3022 bool = false - var yynn3022 int - if yyr3022 || yy2arr3022 { + yysep3049 := !z.EncBinary() + yy2arr3049 := z.EncBasicHandle().StructToArray + var yyq3049 [2]bool + _, _, _ = yysep3049, yyq3049, yy2arr3049 + const yyr3049 bool = false + var yynn3049 int + if yyr3049 || yy2arr3049 { r.EncodeArrayStart(2) } else { - yynn3022 = 2 - for _, b := range yyq3022 { + yynn3049 = 2 + for _, b := range yyq3049 { if b { - yynn3022++ + yynn3049++ } } - r.EncodeMapStart(yynn3022) - yynn3022 = 0 + r.EncodeMapStart(yynn3049) + yynn3049 = 0 } - if yyr3022 || yy2arr3022 { + if yyr3049 || yy2arr3049 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38782,10 +39016,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3022 || yy2arr3022 { + if yyr3049 || yy2arr3049 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3025 := z.EncBinary() - _ = yym3025 + yym3052 := z.EncBinary() + _ = yym3052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -38794,14 +39028,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3026 := z.EncBinary() - _ = yym3026 + yym3053 := z.EncBinary() + _ = yym3053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3022 || yy2arr3022 { + if yyr3049 || yy2arr3049 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38814,25 +39048,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3027 := z.DecBinary() - _ = yym3027 + yym3054 := z.DecBinary() + _ = yym3054 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3028 := r.ContainerType() - if yyct3028 == codecSelferValueTypeMap1234 { - yyl3028 := r.ReadMapStart() - if yyl3028 == 0 { + yyct3055 := r.ContainerType() + if yyct3055 == codecSelferValueTypeMap1234 { + yyl3055 := r.ReadMapStart() + if yyl3055 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3028, d) + x.codecDecodeSelfFromMap(yyl3055, d) } - } else if yyct3028 == codecSelferValueTypeArray1234 { - yyl3028 := r.ReadArrayStart() - if yyl3028 == 0 { + } else if yyct3055 == codecSelferValueTypeArray1234 { + yyl3055 := r.ReadArrayStart() + if yyl3055 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3028, d) + x.codecDecodeSelfFromArray(yyl3055, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38844,12 +39078,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3029Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3029Slc - var yyhl3029 bool = l >= 0 - for yyj3029 := 0; ; yyj3029++ { - if yyhl3029 { - if yyj3029 >= l { + var yys3056Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3056Slc + var yyhl3056 bool = l >= 0 + for yyj3056 := 0; ; yyj3056++ { + if yyhl3056 { + if yyj3056 >= l { break } } else { @@ -38858,10 +39092,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3029Slc = r.DecodeBytes(yys3029Slc, true, true) - yys3029 := string(yys3029Slc) + yys3056Slc = r.DecodeBytes(yys3056Slc, true, true) + yys3056 := string(yys3056Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3029 { + switch yys3056 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38875,9 +39109,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3029) - } // end switch yys3029 - } // end for yyj3029 + z.DecStructFieldNotFound(-1, yys3056) + } // end switch yys3056 + } // end for yyj3056 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38885,16 +39119,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3032 int - var yyb3032 bool - var yyhl3032 bool = l >= 0 - yyj3032++ - if yyhl3032 { - yyb3032 = yyj3032 > l + var yyj3059 int + var yyb3059 bool + var yyhl3059 bool = l >= 0 + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3032 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3032 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38904,13 +39138,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3032++ - if yyhl3032 { - yyb3032 = yyj3032 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3032 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3032 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38921,17 +39155,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3032++ - if yyhl3032 { - yyb3032 = yyj3032 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3032 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3032 { + if yyb3059 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3032-1, "") + z.DecStructFieldNotFound(yyj3059-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38940,8 +39174,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3035 := z.EncBinary() - _ = yym3035 + yym3062 := z.EncBinary() + _ = yym3062 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38953,8 +39187,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3036 := z.DecBinary() - _ = yym3036 + yym3063 := z.DecBinary() + _ = yym3063 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38969,8 +39203,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3037 := z.EncBinary() - _ = yym3037 + yym3064 := z.EncBinary() + _ = yym3064 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38983,8 +39217,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3038 := z.DecBinary() - _ = yym3038 + yym3065 := z.DecBinary() + _ = yym3065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38999,39 +39233,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3039 := z.EncBinary() - _ = yym3039 + yym3066 := z.EncBinary() + _ = yym3066 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3040 := !z.EncBinary() - yy2arr3040 := z.EncBasicHandle().StructToArray - var yyq3040 [5]bool - _, _, _ = yysep3040, yyq3040, yy2arr3040 - const yyr3040 bool = false - yyq3040[0] = x.Kind != "" - yyq3040[1] = x.APIVersion != "" - yyq3040[2] = true - yyq3040[3] = true - yyq3040[4] = true - var yynn3040 int - if yyr3040 || yy2arr3040 { + yysep3067 := !z.EncBinary() + yy2arr3067 := z.EncBasicHandle().StructToArray + var yyq3067 [5]bool + _, _, _ = yysep3067, yyq3067, yy2arr3067 + const yyr3067 bool = false + yyq3067[0] = x.Kind != "" + yyq3067[1] = x.APIVersion != "" + yyq3067[2] = true + yyq3067[3] = true + yyq3067[4] = true + var yynn3067 int + if yyr3067 || yy2arr3067 { r.EncodeArrayStart(5) } else { - yynn3040 = 0 - for _, b := range yyq3040 { + yynn3067 = 0 + for _, b := range yyq3067 { if b { - yynn3040++ + yynn3067++ } } - r.EncodeMapStart(yynn3040) - yynn3040 = 0 + r.EncodeMapStart(yynn3067) + yynn3067 = 0 } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3040[0] { - yym3042 := z.EncBinary() - _ = yym3042 + if yyq3067[0] { + yym3069 := z.EncBinary() + _ = yym3069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39040,23 +39274,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3040[0] { + if yyq3067[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3043 := z.EncBinary() - _ = yym3043 + yym3070 := z.EncBinary() + _ = yym3070 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3040[1] { - yym3045 := z.EncBinary() - _ = yym3045 + if yyq3067[1] { + yym3072 := z.EncBinary() + _ = yym3072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39065,70 +39299,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3040[1] { + if yyq3067[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3046 := z.EncBinary() - _ = yym3046 + yym3073 := z.EncBinary() + _ = yym3073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3040[2] { - yy3048 := &x.ObjectMeta - yy3048.CodecEncodeSelf(e) + if yyq3067[2] { + yy3075 := &x.ObjectMeta + yy3075.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3040[2] { + if yyq3067[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3049 := &x.ObjectMeta - yy3049.CodecEncodeSelf(e) + yy3076 := &x.ObjectMeta + yy3076.CodecEncodeSelf(e) } } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3040[3] { - yy3051 := &x.Spec - yy3051.CodecEncodeSelf(e) + if yyq3067[3] { + yy3078 := &x.Spec + yy3078.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3040[3] { + if yyq3067[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3052 := &x.Spec - yy3052.CodecEncodeSelf(e) + yy3079 := &x.Spec + yy3079.CodecEncodeSelf(e) } } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3040[4] { - yy3054 := &x.Status - yy3054.CodecEncodeSelf(e) + if yyq3067[4] { + yy3081 := &x.Status + yy3081.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3040[4] { + if yyq3067[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3055 := &x.Status - yy3055.CodecEncodeSelf(e) + yy3082 := &x.Status + yy3082.CodecEncodeSelf(e) } } - if yyr3040 || yy2arr3040 { + if yyr3067 || yy2arr3067 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39141,25 +39375,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3056 := z.DecBinary() - _ = yym3056 + yym3083 := z.DecBinary() + _ = yym3083 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3057 := r.ContainerType() - if yyct3057 == codecSelferValueTypeMap1234 { - yyl3057 := r.ReadMapStart() - if yyl3057 == 0 { + yyct3084 := r.ContainerType() + if yyct3084 == codecSelferValueTypeMap1234 { + yyl3084 := r.ReadMapStart() + if yyl3084 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3057, d) + x.codecDecodeSelfFromMap(yyl3084, d) } - } else if yyct3057 == codecSelferValueTypeArray1234 { - yyl3057 := r.ReadArrayStart() - if yyl3057 == 0 { + } else if yyct3084 == codecSelferValueTypeArray1234 { + yyl3084 := r.ReadArrayStart() + if yyl3084 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3057, d) + x.codecDecodeSelfFromArray(yyl3084, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39171,12 +39405,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3058Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3058Slc - var yyhl3058 bool = l >= 0 - for yyj3058 := 0; ; yyj3058++ { - if yyhl3058 { - if yyj3058 >= l { + var yys3085Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3085Slc + var yyhl3085 bool = l >= 0 + for yyj3085 := 0; ; yyj3085++ { + if yyhl3085 { + if yyj3085 >= l { break } } else { @@ -39185,10 +39419,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3058Slc = r.DecodeBytes(yys3058Slc, true, true) - yys3058 := string(yys3058Slc) + yys3085Slc = r.DecodeBytes(yys3085Slc, true, true) + yys3085 := string(yys3085Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3058 { + switch yys3085 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39205,27 +39439,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3061 := &x.ObjectMeta - yyv3061.CodecDecodeSelf(d) + yyv3088 := &x.ObjectMeta + yyv3088.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3062 := &x.Spec - yyv3062.CodecDecodeSelf(d) + yyv3089 := &x.Spec + yyv3089.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3063 := &x.Status - yyv3063.CodecDecodeSelf(d) + yyv3090 := &x.Status + yyv3090.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3058) - } // end switch yys3058 - } // end for yyj3058 + z.DecStructFieldNotFound(-1, yys3085) + } // end switch yys3085 + } // end for yyj3085 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39233,16 +39467,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3064 int - var yyb3064 bool - var yyhl3064 bool = l >= 0 - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + var yyj3091 int + var yyb3091 bool + var yyhl3091 bool = l >= 0 + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39252,13 +39486,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39268,13 +39502,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39282,16 +39516,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3067 := &x.ObjectMeta - yyv3067.CodecDecodeSelf(d) + yyv3094 := &x.ObjectMeta + yyv3094.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39299,16 +39533,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3068 := &x.Spec - yyv3068.CodecDecodeSelf(d) + yyv3095 := &x.Spec + yyv3095.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39316,21 +39550,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3069 := &x.Status - yyv3069.CodecDecodeSelf(d) + yyv3096 := &x.Status + yyv3096.CodecDecodeSelf(d) } for { - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3091++ + if yyhl3091 { + yyb3091 = yyj3091 > l } else { - yyb3064 = r.CheckBreak() + yyb3091 = r.CheckBreak() } - if yyb3064 { + if yyb3091 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3064-1, "") + z.DecStructFieldNotFound(yyj3091-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39342,37 +39576,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3070 := z.EncBinary() - _ = yym3070 + yym3097 := z.EncBinary() + _ = yym3097 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3071 := !z.EncBinary() - yy2arr3071 := z.EncBasicHandle().StructToArray - var yyq3071 [4]bool - _, _, _ = yysep3071, yyq3071, yy2arr3071 - const yyr3071 bool = false - yyq3071[0] = x.Kind != "" - yyq3071[1] = x.APIVersion != "" - yyq3071[2] = true - var yynn3071 int - if yyr3071 || yy2arr3071 { + yysep3098 := !z.EncBinary() + yy2arr3098 := z.EncBasicHandle().StructToArray + var yyq3098 [4]bool + _, _, _ = yysep3098, yyq3098, yy2arr3098 + const yyr3098 bool = false + yyq3098[0] = x.Kind != "" + yyq3098[1] = x.APIVersion != "" + yyq3098[2] = true + var yynn3098 int + if yyr3098 || yy2arr3098 { r.EncodeArrayStart(4) } else { - yynn3071 = 1 - for _, b := range yyq3071 { + yynn3098 = 1 + for _, b := range yyq3098 { if b { - yynn3071++ + yynn3098++ } } - r.EncodeMapStart(yynn3071) - yynn3071 = 0 + r.EncodeMapStart(yynn3098) + yynn3098 = 0 } - if yyr3071 || yy2arr3071 { + if yyr3098 || yy2arr3098 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[0] { - yym3073 := z.EncBinary() - _ = yym3073 + if yyq3098[0] { + yym3100 := z.EncBinary() + _ = yym3100 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39381,23 +39615,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3071[0] { + if yyq3098[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3074 := z.EncBinary() - _ = yym3074 + yym3101 := z.EncBinary() + _ = yym3101 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3071 || yy2arr3071 { + if yyr3098 || yy2arr3098 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[1] { - yym3076 := z.EncBinary() - _ = yym3076 + if yyq3098[1] { + yym3103 := z.EncBinary() + _ = yym3103 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39406,54 +39640,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3071[1] { + if yyq3098[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3077 := z.EncBinary() - _ = yym3077 + yym3104 := z.EncBinary() + _ = yym3104 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3071 || yy2arr3071 { + if yyr3098 || yy2arr3098 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[2] { - yy3079 := &x.ListMeta - yym3080 := z.EncBinary() - _ = yym3080 + if yyq3098[2] { + yy3106 := &x.ListMeta + yym3107 := z.EncBinary() + _ = yym3107 if false { - } else if z.HasExtensions() && z.EncExt(yy3079) { + } else if z.HasExtensions() && z.EncExt(yy3106) { } else { - z.EncFallback(yy3079) + z.EncFallback(yy3106) } } else { r.EncodeNil() } } else { - if yyq3071[2] { + if yyq3098[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3081 := &x.ListMeta - yym3082 := z.EncBinary() - _ = yym3082 + yy3108 := &x.ListMeta + yym3109 := z.EncBinary() + _ = yym3109 if false { - } else if z.HasExtensions() && z.EncExt(yy3081) { + } else if z.HasExtensions() && z.EncExt(yy3108) { } else { - z.EncFallback(yy3081) + z.EncFallback(yy3108) } } } - if yyr3071 || yy2arr3071 { + if yyr3098 || yy2arr3098 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3084 := z.EncBinary() - _ = yym3084 + yym3111 := z.EncBinary() + _ = yym3111 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -39466,15 +39700,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3085 := z.EncBinary() - _ = yym3085 + yym3112 := z.EncBinary() + _ = yym3112 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3071 || yy2arr3071 { + if yyr3098 || yy2arr3098 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39487,25 +39721,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3086 := z.DecBinary() - _ = yym3086 + yym3113 := z.DecBinary() + _ = yym3113 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3087 := r.ContainerType() - if yyct3087 == codecSelferValueTypeMap1234 { - yyl3087 := r.ReadMapStart() - if yyl3087 == 0 { + yyct3114 := r.ContainerType() + if yyct3114 == codecSelferValueTypeMap1234 { + yyl3114 := r.ReadMapStart() + if yyl3114 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3087, d) + x.codecDecodeSelfFromMap(yyl3114, d) } - } else if yyct3087 == codecSelferValueTypeArray1234 { - yyl3087 := r.ReadArrayStart() - if yyl3087 == 0 { + } else if yyct3114 == codecSelferValueTypeArray1234 { + yyl3114 := r.ReadArrayStart() + if yyl3114 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3087, d) + x.codecDecodeSelfFromArray(yyl3114, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39517,12 +39751,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3088Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3088Slc - var yyhl3088 bool = l >= 0 - for yyj3088 := 0; ; yyj3088++ { - if yyhl3088 { - if yyj3088 >= l { + var yys3115Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3115Slc + var yyhl3115 bool = l >= 0 + for yyj3115 := 0; ; yyj3115++ { + if yyhl3115 { + if yyj3115 >= l { break } } else { @@ -39531,10 +39765,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3088Slc = r.DecodeBytes(yys3088Slc, true, true) - yys3088 := string(yys3088Slc) + yys3115Slc = r.DecodeBytes(yys3115Slc, true, true) + yys3115 := string(yys3115Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3088 { + switch yys3115 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39551,31 +39785,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3091 := &x.ListMeta - yym3092 := z.DecBinary() - _ = yym3092 + yyv3118 := &x.ListMeta + yym3119 := z.DecBinary() + _ = yym3119 if false { - } else if z.HasExtensions() && z.DecExt(yyv3091) { + } else if z.HasExtensions() && z.DecExt(yyv3118) { } else { - z.DecFallback(yyv3091, false) + z.DecFallback(yyv3118, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3093 := &x.Items - yym3094 := z.DecBinary() - _ = yym3094 + yyv3120 := &x.Items + yym3121 := z.DecBinary() + _ = yym3121 if false { } else { - h.decSliceNode((*[]Node)(yyv3093), d) + h.decSliceNode((*[]Node)(yyv3120), d) } } default: - z.DecStructFieldNotFound(-1, yys3088) - } // end switch yys3088 - } // end for yyj3088 + z.DecStructFieldNotFound(-1, yys3115) + } // end switch yys3115 + } // end for yyj3115 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39583,16 +39817,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3095 int - var yyb3095 bool - var yyhl3095 bool = l >= 0 - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + var yyj3122 int + var yyb3122 bool + var yyhl3122 bool = l >= 0 + yyj3122++ + if yyhl3122 { + yyb3122 = yyj3122 > l } else { - yyb3095 = r.CheckBreak() + yyb3122 = r.CheckBreak() } - if yyb3095 { + if yyb3122 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39602,13 +39836,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3122++ + if yyhl3122 { + yyb3122 = yyj3122 > l } else { - yyb3095 = r.CheckBreak() + yyb3122 = r.CheckBreak() } - if yyb3095 { + if yyb3122 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39618,13 +39852,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3122++ + if yyhl3122 { + yyb3122 = yyj3122 > l } else { - yyb3095 = r.CheckBreak() + yyb3122 = r.CheckBreak() } - if yyb3095 { + if yyb3122 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39632,22 +39866,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3098 := &x.ListMeta - yym3099 := z.DecBinary() - _ = yym3099 + yyv3125 := &x.ListMeta + yym3126 := z.DecBinary() + _ = yym3126 if false { - } else if z.HasExtensions() && z.DecExt(yyv3098) { + } else if z.HasExtensions() && z.DecExt(yyv3125) { } else { - z.DecFallback(yyv3098, false) + z.DecFallback(yyv3125, false) } } - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3122++ + if yyhl3122 { + yyb3122 = yyj3122 > l } else { - yyb3095 = r.CheckBreak() + yyb3122 = r.CheckBreak() } - if yyb3095 { + if yyb3122 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39655,26 +39889,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3100 := &x.Items - yym3101 := z.DecBinary() - _ = yym3101 + yyv3127 := &x.Items + yym3128 := z.DecBinary() + _ = yym3128 if false { } else { - h.decSliceNode((*[]Node)(yyv3100), d) + h.decSliceNode((*[]Node)(yyv3127), d) } } for { - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3122++ + if yyhl3122 { + yyb3122 = yyj3122 > l } else { - yyb3095 = r.CheckBreak() + yyb3122 = r.CheckBreak() } - if yyb3095 { + if yyb3122 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3095-1, "") + z.DecStructFieldNotFound(yyj3122-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39683,8 +39917,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3102 := z.EncBinary() - _ = yym3102 + yym3129 := z.EncBinary() + _ = yym3129 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39696,8 +39930,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3103 := z.DecBinary() - _ = yym3103 + yym3130 := z.DecBinary() + _ = yym3130 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39712,38 +39946,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3104 := z.EncBinary() - _ = yym3104 + yym3131 := z.EncBinary() + _ = yym3131 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3105 := !z.EncBinary() - yy2arr3105 := z.EncBasicHandle().StructToArray - var yyq3105 [1]bool - _, _, _ = yysep3105, yyq3105, yy2arr3105 - const yyr3105 bool = false - yyq3105[0] = len(x.Finalizers) != 0 - var yynn3105 int - if yyr3105 || yy2arr3105 { + yysep3132 := !z.EncBinary() + yy2arr3132 := z.EncBasicHandle().StructToArray + var yyq3132 [1]bool + _, _, _ = yysep3132, yyq3132, yy2arr3132 + const yyr3132 bool = false + yyq3132[0] = len(x.Finalizers) != 0 + var yynn3132 int + if yyr3132 || yy2arr3132 { r.EncodeArrayStart(1) } else { - yynn3105 = 0 - for _, b := range yyq3105 { + yynn3132 = 0 + for _, b := range yyq3132 { if b { - yynn3105++ + yynn3132++ } } - r.EncodeMapStart(yynn3105) - yynn3105 = 0 + r.EncodeMapStart(yynn3132) + yynn3132 = 0 } - if yyr3105 || yy2arr3105 { + if yyr3132 || yy2arr3132 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3105[0] { + if yyq3132[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3107 := z.EncBinary() - _ = yym3107 + yym3134 := z.EncBinary() + _ = yym3134 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -39753,15 +39987,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3105[0] { + if yyq3132[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3108 := z.EncBinary() - _ = yym3108 + yym3135 := z.EncBinary() + _ = yym3135 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -39769,7 +40003,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3105 || yy2arr3105 { + if yyr3132 || yy2arr3132 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39782,25 +40016,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3109 := z.DecBinary() - _ = yym3109 + yym3136 := z.DecBinary() + _ = yym3136 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3110 := r.ContainerType() - if yyct3110 == codecSelferValueTypeMap1234 { - yyl3110 := r.ReadMapStart() - if yyl3110 == 0 { + yyct3137 := r.ContainerType() + if yyct3137 == codecSelferValueTypeMap1234 { + yyl3137 := r.ReadMapStart() + if yyl3137 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3110, d) + x.codecDecodeSelfFromMap(yyl3137, d) } - } else if yyct3110 == codecSelferValueTypeArray1234 { - yyl3110 := r.ReadArrayStart() - if yyl3110 == 0 { + } else if yyct3137 == codecSelferValueTypeArray1234 { + yyl3137 := r.ReadArrayStart() + if yyl3137 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3110, d) + x.codecDecodeSelfFromArray(yyl3137, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39812,12 +40046,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3111Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3111Slc - var yyhl3111 bool = l >= 0 - for yyj3111 := 0; ; yyj3111++ { - if yyhl3111 { - if yyj3111 >= l { + var yys3138Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3138Slc + var yyhl3138 bool = l >= 0 + for yyj3138 := 0; ; yyj3138++ { + if yyhl3138 { + if yyj3138 >= l { break } } else { @@ -39826,26 +40060,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3111Slc = r.DecodeBytes(yys3111Slc, true, true) - yys3111 := string(yys3111Slc) + yys3138Slc = r.DecodeBytes(yys3138Slc, true, true) + yys3138 := string(yys3138Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3111 { + switch yys3138 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3112 := &x.Finalizers - yym3113 := z.DecBinary() - _ = yym3113 + yyv3139 := &x.Finalizers + yym3140 := z.DecBinary() + _ = yym3140 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3112), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3139), d) } } default: - z.DecStructFieldNotFound(-1, yys3111) - } // end switch yys3111 - } // end for yyj3111 + z.DecStructFieldNotFound(-1, yys3138) + } // end switch yys3138 + } // end for yyj3138 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39853,16 +40087,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3114 int - var yyb3114 bool - var yyhl3114 bool = l >= 0 - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + var yyj3141 int + var yyb3141 bool + var yyhl3141 bool = l >= 0 + yyj3141++ + if yyhl3141 { + yyb3141 = yyj3141 > l } else { - yyb3114 = r.CheckBreak() + yyb3141 = r.CheckBreak() } - if yyb3114 { + if yyb3141 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39870,26 +40104,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3115 := &x.Finalizers - yym3116 := z.DecBinary() - _ = yym3116 + yyv3142 := &x.Finalizers + yym3143 := z.DecBinary() + _ = yym3143 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3115), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3142), d) } } for { - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3141++ + if yyhl3141 { + yyb3141 = yyj3141 > l } else { - yyb3114 = r.CheckBreak() + yyb3141 = r.CheckBreak() } - if yyb3114 { + if yyb3141 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3114-1, "") + z.DecStructFieldNotFound(yyj3141-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39901,46 +40135,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3117 := z.EncBinary() - _ = yym3117 + yym3144 := z.EncBinary() + _ = yym3144 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3118 := !z.EncBinary() - yy2arr3118 := z.EncBasicHandle().StructToArray - var yyq3118 [1]bool - _, _, _ = yysep3118, yyq3118, yy2arr3118 - const yyr3118 bool = false - yyq3118[0] = x.Phase != "" - var yynn3118 int - if yyr3118 || yy2arr3118 { + yysep3145 := !z.EncBinary() + yy2arr3145 := z.EncBasicHandle().StructToArray + var yyq3145 [1]bool + _, _, _ = yysep3145, yyq3145, yy2arr3145 + const yyr3145 bool = false + yyq3145[0] = x.Phase != "" + var yynn3145 int + if yyr3145 || yy2arr3145 { r.EncodeArrayStart(1) } else { - yynn3118 = 0 - for _, b := range yyq3118 { + yynn3145 = 0 + for _, b := range yyq3145 { if b { - yynn3118++ + yynn3145++ } } - r.EncodeMapStart(yynn3118) - yynn3118 = 0 + r.EncodeMapStart(yynn3145) + yynn3145 = 0 } - if yyr3118 || yy2arr3118 { + if yyr3145 || yy2arr3145 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3118[0] { + if yyq3145[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3118[0] { + if yyq3145[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3118 || yy2arr3118 { + if yyr3145 || yy2arr3145 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39953,25 +40187,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3120 := z.DecBinary() - _ = yym3120 + yym3147 := z.DecBinary() + _ = yym3147 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3121 := r.ContainerType() - if yyct3121 == codecSelferValueTypeMap1234 { - yyl3121 := r.ReadMapStart() - if yyl3121 == 0 { + yyct3148 := r.ContainerType() + if yyct3148 == codecSelferValueTypeMap1234 { + yyl3148 := r.ReadMapStart() + if yyl3148 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3121, d) + x.codecDecodeSelfFromMap(yyl3148, d) } - } else if yyct3121 == codecSelferValueTypeArray1234 { - yyl3121 := r.ReadArrayStart() - if yyl3121 == 0 { + } else if yyct3148 == codecSelferValueTypeArray1234 { + yyl3148 := r.ReadArrayStart() + if yyl3148 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3121, d) + x.codecDecodeSelfFromArray(yyl3148, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39983,12 +40217,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys3149Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3149Slc + var yyhl3149 bool = l >= 0 + for yyj3149 := 0; ; yyj3149++ { + if yyhl3149 { + if yyj3149 >= l { break } } else { @@ -39997,10 +40231,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3122Slc = r.DecodeBytes(yys3122Slc, true, true) - yys3122 := string(yys3122Slc) + yys3149Slc = r.DecodeBytes(yys3149Slc, true, true) + yys3149 := string(yys3149Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3122 { + switch yys3149 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -40008,9 +40242,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3122) - } // end switch yys3122 - } // end for yyj3122 + z.DecStructFieldNotFound(-1, yys3149) + } // end switch yys3149 + } // end for yyj3149 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40018,16 +40252,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3124 int - var yyb3124 bool - var yyhl3124 bool = l >= 0 - yyj3124++ - if yyhl3124 { - yyb3124 = yyj3124 > l + var yyj3151 int + var yyb3151 bool + var yyhl3151 bool = l >= 0 + yyj3151++ + if yyhl3151 { + yyb3151 = yyj3151 > l } else { - yyb3124 = r.CheckBreak() + yyb3151 = r.CheckBreak() } - if yyb3124 { + if yyb3151 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40038,17 +40272,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3124++ - if yyhl3124 { - yyb3124 = yyj3124 > l + yyj3151++ + if yyhl3151 { + yyb3151 = yyj3151 > l } else { - yyb3124 = r.CheckBreak() + yyb3151 = r.CheckBreak() } - if yyb3124 { + if yyb3151 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3124-1, "") + z.DecStructFieldNotFound(yyj3151-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40057,8 +40291,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3126 := z.EncBinary() - _ = yym3126 + yym3153 := z.EncBinary() + _ = yym3153 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40070,8 +40304,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3127 := z.DecBinary() - _ = yym3127 + yym3154 := z.DecBinary() + _ = yym3154 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40086,39 +40320,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3128 := z.EncBinary() - _ = yym3128 + yym3155 := z.EncBinary() + _ = yym3155 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3129 := !z.EncBinary() - yy2arr3129 := z.EncBasicHandle().StructToArray - var yyq3129 [5]bool - _, _, _ = yysep3129, yyq3129, yy2arr3129 - const yyr3129 bool = false - yyq3129[0] = x.Kind != "" - yyq3129[1] = x.APIVersion != "" - yyq3129[2] = true - yyq3129[3] = true - yyq3129[4] = true - var yynn3129 int - if yyr3129 || yy2arr3129 { + yysep3156 := !z.EncBinary() + yy2arr3156 := z.EncBasicHandle().StructToArray + var yyq3156 [5]bool + _, _, _ = yysep3156, yyq3156, yy2arr3156 + const yyr3156 bool = false + yyq3156[0] = x.Kind != "" + yyq3156[1] = x.APIVersion != "" + yyq3156[2] = true + yyq3156[3] = true + yyq3156[4] = true + var yynn3156 int + if yyr3156 || yy2arr3156 { r.EncodeArrayStart(5) } else { - yynn3129 = 0 - for _, b := range yyq3129 { + yynn3156 = 0 + for _, b := range yyq3156 { if b { - yynn3129++ + yynn3156++ } } - r.EncodeMapStart(yynn3129) - yynn3129 = 0 + r.EncodeMapStart(yynn3156) + yynn3156 = 0 } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3129[0] { - yym3131 := z.EncBinary() - _ = yym3131 + if yyq3156[0] { + yym3158 := z.EncBinary() + _ = yym3158 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40127,23 +40361,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3129[0] { + if yyq3156[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3132 := z.EncBinary() - _ = yym3132 + yym3159 := z.EncBinary() + _ = yym3159 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3129[1] { - yym3134 := z.EncBinary() - _ = yym3134 + if yyq3156[1] { + yym3161 := z.EncBinary() + _ = yym3161 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40152,70 +40386,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3129[1] { + if yyq3156[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3135 := z.EncBinary() - _ = yym3135 + yym3162 := z.EncBinary() + _ = yym3162 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3129[2] { - yy3137 := &x.ObjectMeta - yy3137.CodecEncodeSelf(e) + if yyq3156[2] { + yy3164 := &x.ObjectMeta + yy3164.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3129[2] { + if yyq3156[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3138 := &x.ObjectMeta - yy3138.CodecEncodeSelf(e) + yy3165 := &x.ObjectMeta + yy3165.CodecEncodeSelf(e) } } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3129[3] { - yy3140 := &x.Spec - yy3140.CodecEncodeSelf(e) + if yyq3156[3] { + yy3167 := &x.Spec + yy3167.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3129[3] { + if yyq3156[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3141 := &x.Spec - yy3141.CodecEncodeSelf(e) + yy3168 := &x.Spec + yy3168.CodecEncodeSelf(e) } } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3129[4] { - yy3143 := &x.Status - yy3143.CodecEncodeSelf(e) + if yyq3156[4] { + yy3170 := &x.Status + yy3170.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3129[4] { + if yyq3156[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3144 := &x.Status - yy3144.CodecEncodeSelf(e) + yy3171 := &x.Status + yy3171.CodecEncodeSelf(e) } } - if yyr3129 || yy2arr3129 { + if yyr3156 || yy2arr3156 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40228,25 +40462,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3145 := z.DecBinary() - _ = yym3145 + yym3172 := z.DecBinary() + _ = yym3172 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3146 := r.ContainerType() - if yyct3146 == codecSelferValueTypeMap1234 { - yyl3146 := r.ReadMapStart() - if yyl3146 == 0 { + yyct3173 := r.ContainerType() + if yyct3173 == codecSelferValueTypeMap1234 { + yyl3173 := r.ReadMapStart() + if yyl3173 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3146, d) + x.codecDecodeSelfFromMap(yyl3173, d) } - } else if yyct3146 == codecSelferValueTypeArray1234 { - yyl3146 := r.ReadArrayStart() - if yyl3146 == 0 { + } else if yyct3173 == codecSelferValueTypeArray1234 { + yyl3173 := r.ReadArrayStart() + if yyl3173 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3146, d) + x.codecDecodeSelfFromArray(yyl3173, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40258,12 +40492,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3147Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3147Slc - var yyhl3147 bool = l >= 0 - for yyj3147 := 0; ; yyj3147++ { - if yyhl3147 { - if yyj3147 >= l { + var yys3174Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3174Slc + var yyhl3174 bool = l >= 0 + for yyj3174 := 0; ; yyj3174++ { + if yyhl3174 { + if yyj3174 >= l { break } } else { @@ -40272,10 +40506,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3147Slc = r.DecodeBytes(yys3147Slc, true, true) - yys3147 := string(yys3147Slc) + yys3174Slc = r.DecodeBytes(yys3174Slc, true, true) + yys3174 := string(yys3174Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3147 { + switch yys3174 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40292,27 +40526,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3150 := &x.ObjectMeta - yyv3150.CodecDecodeSelf(d) + yyv3177 := &x.ObjectMeta + yyv3177.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3151 := &x.Spec - yyv3151.CodecDecodeSelf(d) + yyv3178 := &x.Spec + yyv3178.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3152 := &x.Status - yyv3152.CodecDecodeSelf(d) + yyv3179 := &x.Status + yyv3179.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3147) - } // end switch yys3147 - } // end for yyj3147 + z.DecStructFieldNotFound(-1, yys3174) + } // end switch yys3174 + } // end for yyj3174 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40320,16 +40554,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3153 int - var yyb3153 bool - var yyhl3153 bool = l >= 0 - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + var yyj3180 int + var yyb3180 bool + var yyhl3180 bool = l >= 0 + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40339,13 +40573,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40355,13 +40589,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40369,16 +40603,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3156 := &x.ObjectMeta - yyv3156.CodecDecodeSelf(d) + yyv3183 := &x.ObjectMeta + yyv3183.CodecDecodeSelf(d) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40386,16 +40620,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3157 := &x.Spec - yyv3157.CodecDecodeSelf(d) + yyv3184 := &x.Spec + yyv3184.CodecDecodeSelf(d) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40403,21 +40637,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3158 := &x.Status - yyv3158.CodecDecodeSelf(d) + yyv3185 := &x.Status + yyv3185.CodecDecodeSelf(d) } for { - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3180++ + if yyhl3180 { + yyb3180 = yyj3180 > l } else { - yyb3153 = r.CheckBreak() + yyb3180 = r.CheckBreak() } - if yyb3153 { + if yyb3180 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3153-1, "") + z.DecStructFieldNotFound(yyj3180-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40429,37 +40663,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3159 := z.EncBinary() - _ = yym3159 + yym3186 := z.EncBinary() + _ = yym3186 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3160 := !z.EncBinary() - yy2arr3160 := z.EncBasicHandle().StructToArray - var yyq3160 [4]bool - _, _, _ = yysep3160, yyq3160, yy2arr3160 - const yyr3160 bool = false - yyq3160[0] = x.Kind != "" - yyq3160[1] = x.APIVersion != "" - yyq3160[2] = true - var yynn3160 int - if yyr3160 || yy2arr3160 { + yysep3187 := !z.EncBinary() + yy2arr3187 := z.EncBasicHandle().StructToArray + var yyq3187 [4]bool + _, _, _ = yysep3187, yyq3187, yy2arr3187 + const yyr3187 bool = false + yyq3187[0] = x.Kind != "" + yyq3187[1] = x.APIVersion != "" + yyq3187[2] = true + var yynn3187 int + if yyr3187 || yy2arr3187 { r.EncodeArrayStart(4) } else { - yynn3160 = 1 - for _, b := range yyq3160 { + yynn3187 = 1 + for _, b := range yyq3187 { if b { - yynn3160++ + yynn3187++ } } - r.EncodeMapStart(yynn3160) - yynn3160 = 0 + r.EncodeMapStart(yynn3187) + yynn3187 = 0 } - if yyr3160 || yy2arr3160 { + if yyr3187 || yy2arr3187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[0] { - yym3162 := z.EncBinary() - _ = yym3162 + if yyq3187[0] { + yym3189 := z.EncBinary() + _ = yym3189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40468,23 +40702,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3160[0] { + if yyq3187[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3163 := z.EncBinary() - _ = yym3163 + yym3190 := z.EncBinary() + _ = yym3190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3160 || yy2arr3160 { + if yyr3187 || yy2arr3187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[1] { - yym3165 := z.EncBinary() - _ = yym3165 + if yyq3187[1] { + yym3192 := z.EncBinary() + _ = yym3192 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40493,54 +40727,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3160[1] { + if yyq3187[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3166 := z.EncBinary() - _ = yym3166 + yym3193 := z.EncBinary() + _ = yym3193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3160 || yy2arr3160 { + if yyr3187 || yy2arr3187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[2] { - yy3168 := &x.ListMeta - yym3169 := z.EncBinary() - _ = yym3169 + if yyq3187[2] { + yy3195 := &x.ListMeta + yym3196 := z.EncBinary() + _ = yym3196 if false { - } else if z.HasExtensions() && z.EncExt(yy3168) { + } else if z.HasExtensions() && z.EncExt(yy3195) { } else { - z.EncFallback(yy3168) + z.EncFallback(yy3195) } } else { r.EncodeNil() } } else { - if yyq3160[2] { + if yyq3187[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3170 := &x.ListMeta - yym3171 := z.EncBinary() - _ = yym3171 + yy3197 := &x.ListMeta + yym3198 := z.EncBinary() + _ = yym3198 if false { - } else if z.HasExtensions() && z.EncExt(yy3170) { + } else if z.HasExtensions() && z.EncExt(yy3197) { } else { - z.EncFallback(yy3170) + z.EncFallback(yy3197) } } } - if yyr3160 || yy2arr3160 { + if yyr3187 || yy2arr3187 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3173 := z.EncBinary() - _ = yym3173 + yym3200 := z.EncBinary() + _ = yym3200 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -40553,15 +40787,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3174 := z.EncBinary() - _ = yym3174 + yym3201 := z.EncBinary() + _ = yym3201 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3160 || yy2arr3160 { + if yyr3187 || yy2arr3187 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40574,25 +40808,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3175 := z.DecBinary() - _ = yym3175 + yym3202 := z.DecBinary() + _ = yym3202 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3176 := r.ContainerType() - if yyct3176 == codecSelferValueTypeMap1234 { - yyl3176 := r.ReadMapStart() - if yyl3176 == 0 { + yyct3203 := r.ContainerType() + if yyct3203 == codecSelferValueTypeMap1234 { + yyl3203 := r.ReadMapStart() + if yyl3203 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3176, d) + x.codecDecodeSelfFromMap(yyl3203, d) } - } else if yyct3176 == codecSelferValueTypeArray1234 { - yyl3176 := r.ReadArrayStart() - if yyl3176 == 0 { + } else if yyct3203 == codecSelferValueTypeArray1234 { + yyl3203 := r.ReadArrayStart() + if yyl3203 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3176, d) + x.codecDecodeSelfFromArray(yyl3203, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40604,12 +40838,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3177Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3177Slc - var yyhl3177 bool = l >= 0 - for yyj3177 := 0; ; yyj3177++ { - if yyhl3177 { - if yyj3177 >= l { + var yys3204Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3204Slc + var yyhl3204 bool = l >= 0 + for yyj3204 := 0; ; yyj3204++ { + if yyhl3204 { + if yyj3204 >= l { break } } else { @@ -40618,10 +40852,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3177Slc = r.DecodeBytes(yys3177Slc, true, true) - yys3177 := string(yys3177Slc) + yys3204Slc = r.DecodeBytes(yys3204Slc, true, true) + yys3204 := string(yys3204Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3177 { + switch yys3204 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40638,31 +40872,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3180 := &x.ListMeta - yym3181 := z.DecBinary() - _ = yym3181 + yyv3207 := &x.ListMeta + yym3208 := z.DecBinary() + _ = yym3208 if false { - } else if z.HasExtensions() && z.DecExt(yyv3180) { + } else if z.HasExtensions() && z.DecExt(yyv3207) { } else { - z.DecFallback(yyv3180, false) + z.DecFallback(yyv3207, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3182 := &x.Items - yym3183 := z.DecBinary() - _ = yym3183 + yyv3209 := &x.Items + yym3210 := z.DecBinary() + _ = yym3210 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3182), d) + h.decSliceNamespace((*[]Namespace)(yyv3209), d) } } default: - z.DecStructFieldNotFound(-1, yys3177) - } // end switch yys3177 - } // end for yyj3177 + z.DecStructFieldNotFound(-1, yys3204) + } // end switch yys3204 + } // end for yyj3204 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40670,16 +40904,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3184 int - var yyb3184 bool - var yyhl3184 bool = l >= 0 - yyj3184++ - if yyhl3184 { - yyb3184 = yyj3184 > l + var yyj3211 int + var yyb3211 bool + var yyhl3211 bool = l >= 0 + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3184 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3184 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40689,13 +40923,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3184++ - if yyhl3184 { - yyb3184 = yyj3184 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3184 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3184 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40705,13 +40939,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3184++ - if yyhl3184 { - yyb3184 = yyj3184 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3184 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3184 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40719,22 +40953,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3187 := &x.ListMeta - yym3188 := z.DecBinary() - _ = yym3188 + yyv3214 := &x.ListMeta + yym3215 := z.DecBinary() + _ = yym3215 if false { - } else if z.HasExtensions() && z.DecExt(yyv3187) { + } else if z.HasExtensions() && z.DecExt(yyv3214) { } else { - z.DecFallback(yyv3187, false) + z.DecFallback(yyv3214, false) } } - yyj3184++ - if yyhl3184 { - yyb3184 = yyj3184 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3184 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3184 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40742,26 +40976,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3189 := &x.Items - yym3190 := z.DecBinary() - _ = yym3190 + yyv3216 := &x.Items + yym3217 := z.DecBinary() + _ = yym3217 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3189), d) + h.decSliceNamespace((*[]Namespace)(yyv3216), d) } } for { - yyj3184++ - if yyhl3184 { - yyb3184 = yyj3184 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3184 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3184 { + if yyb3211 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3184-1, "") + z.DecStructFieldNotFound(yyj3211-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40773,37 +41007,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3191 := z.EncBinary() - _ = yym3191 + yym3218 := z.EncBinary() + _ = yym3218 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3192 := !z.EncBinary() - yy2arr3192 := z.EncBasicHandle().StructToArray - var yyq3192 [4]bool - _, _, _ = yysep3192, yyq3192, yy2arr3192 - const yyr3192 bool = false - yyq3192[0] = x.Kind != "" - yyq3192[1] = x.APIVersion != "" - yyq3192[2] = true - var yynn3192 int - if yyr3192 || yy2arr3192 { + yysep3219 := !z.EncBinary() + yy2arr3219 := z.EncBasicHandle().StructToArray + var yyq3219 [4]bool + _, _, _ = yysep3219, yyq3219, yy2arr3219 + const yyr3219 bool = false + yyq3219[0] = x.Kind != "" + yyq3219[1] = x.APIVersion != "" + yyq3219[2] = true + var yynn3219 int + if yyr3219 || yy2arr3219 { r.EncodeArrayStart(4) } else { - yynn3192 = 1 - for _, b := range yyq3192 { + yynn3219 = 1 + for _, b := range yyq3219 { if b { - yynn3192++ + yynn3219++ } } - r.EncodeMapStart(yynn3192) - yynn3192 = 0 + r.EncodeMapStart(yynn3219) + yynn3219 = 0 } - if yyr3192 || yy2arr3192 { + if yyr3219 || yy2arr3219 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3192[0] { - yym3194 := z.EncBinary() - _ = yym3194 + if yyq3219[0] { + yym3221 := z.EncBinary() + _ = yym3221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40812,23 +41046,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3192[0] { + if yyq3219[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3195 := z.EncBinary() - _ = yym3195 + yym3222 := z.EncBinary() + _ = yym3222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3192 || yy2arr3192 { + if yyr3219 || yy2arr3219 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3192[1] { - yym3197 := z.EncBinary() - _ = yym3197 + if yyq3219[1] { + yym3224 := z.EncBinary() + _ = yym3224 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40837,47 +41071,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3192[1] { + if yyq3219[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3198 := z.EncBinary() - _ = yym3198 + yym3225 := z.EncBinary() + _ = yym3225 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3192 || yy2arr3192 { + if yyr3219 || yy2arr3219 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3192[2] { - yy3200 := &x.ObjectMeta - yy3200.CodecEncodeSelf(e) + if yyq3219[2] { + yy3227 := &x.ObjectMeta + yy3227.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3192[2] { + if yyq3219[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3201 := &x.ObjectMeta - yy3201.CodecEncodeSelf(e) + yy3228 := &x.ObjectMeta + yy3228.CodecEncodeSelf(e) } } - if yyr3192 || yy2arr3192 { + if yyr3219 || yy2arr3219 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3203 := &x.Target - yy3203.CodecEncodeSelf(e) + yy3230 := &x.Target + yy3230.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3204 := &x.Target - yy3204.CodecEncodeSelf(e) + yy3231 := &x.Target + yy3231.CodecEncodeSelf(e) } - if yyr3192 || yy2arr3192 { + if yyr3219 || yy2arr3219 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40890,25 +41124,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3205 := z.DecBinary() - _ = yym3205 + yym3232 := z.DecBinary() + _ = yym3232 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3206 := r.ContainerType() - if yyct3206 == codecSelferValueTypeMap1234 { - yyl3206 := r.ReadMapStart() - if yyl3206 == 0 { + yyct3233 := r.ContainerType() + if yyct3233 == codecSelferValueTypeMap1234 { + yyl3233 := r.ReadMapStart() + if yyl3233 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3206, d) + x.codecDecodeSelfFromMap(yyl3233, d) } - } else if yyct3206 == codecSelferValueTypeArray1234 { - yyl3206 := r.ReadArrayStart() - if yyl3206 == 0 { + } else if yyct3233 == codecSelferValueTypeArray1234 { + yyl3233 := r.ReadArrayStart() + if yyl3233 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3206, d) + x.codecDecodeSelfFromArray(yyl3233, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40920,12 +41154,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3207Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3207Slc - var yyhl3207 bool = l >= 0 - for yyj3207 := 0; ; yyj3207++ { - if yyhl3207 { - if yyj3207 >= l { + var yys3234Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3234Slc + var yyhl3234 bool = l >= 0 + for yyj3234 := 0; ; yyj3234++ { + if yyhl3234 { + if yyj3234 >= l { break } } else { @@ -40934,10 +41168,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3207Slc = r.DecodeBytes(yys3207Slc, true, true) - yys3207 := string(yys3207Slc) + yys3234Slc = r.DecodeBytes(yys3234Slc, true, true) + yys3234 := string(yys3234Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3207 { + switch yys3234 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40954,20 +41188,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3210 := &x.ObjectMeta - yyv3210.CodecDecodeSelf(d) + yyv3237 := &x.ObjectMeta + yyv3237.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3211 := &x.Target - yyv3211.CodecDecodeSelf(d) + yyv3238 := &x.Target + yyv3238.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3207) - } // end switch yys3207 - } // end for yyj3207 + z.DecStructFieldNotFound(-1, yys3234) + } // end switch yys3234 + } // end for yyj3234 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40975,16 +41209,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3212 int - var yyb3212 bool - var yyhl3212 bool = l >= 0 - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + var yyj3239 int + var yyb3239 bool + var yyhl3239 bool = l >= 0 + yyj3239++ + if yyhl3239 { + yyb3239 = yyj3239 > l } else { - yyb3212 = r.CheckBreak() + yyb3239 = r.CheckBreak() } - if yyb3212 { + if yyb3239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40994,13 +41228,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3239++ + if yyhl3239 { + yyb3239 = yyj3239 > l } else { - yyb3212 = r.CheckBreak() + yyb3239 = r.CheckBreak() } - if yyb3212 { + if yyb3239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41010,13 +41244,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3239++ + if yyhl3239 { + yyb3239 = yyj3239 > l } else { - yyb3212 = r.CheckBreak() + yyb3239 = r.CheckBreak() } - if yyb3212 { + if yyb3239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41024,16 +41258,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3215 := &x.ObjectMeta - yyv3215.CodecDecodeSelf(d) + yyv3242 := &x.ObjectMeta + yyv3242.CodecDecodeSelf(d) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3239++ + if yyhl3239 { + yyb3239 = yyj3239 > l } else { - yyb3212 = r.CheckBreak() + yyb3239 = r.CheckBreak() } - if yyb3212 { + if yyb3239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41041,21 +41275,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3216 := &x.Target - yyv3216.CodecDecodeSelf(d) + yyv3243 := &x.Target + yyv3243.CodecDecodeSelf(d) } for { - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3239++ + if yyhl3239 { + yyb3239 = yyj3239 > l } else { - yyb3212 = r.CheckBreak() + yyb3239 = r.CheckBreak() } - if yyb3212 { + if yyb3239 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3212-1, "") + z.DecStructFieldNotFound(yyj3239-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41067,68 +41301,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3217 := z.EncBinary() - _ = yym3217 + yym3244 := z.EncBinary() + _ = yym3244 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3218 := !z.EncBinary() - yy2arr3218 := z.EncBasicHandle().StructToArray - var yyq3218 [1]bool - _, _, _ = yysep3218, yyq3218, yy2arr3218 - const yyr3218 bool = false - yyq3218[0] = x.UID != nil - var yynn3218 int - if yyr3218 || yy2arr3218 { + yysep3245 := !z.EncBinary() + yy2arr3245 := z.EncBasicHandle().StructToArray + var yyq3245 [1]bool + _, _, _ = yysep3245, yyq3245, yy2arr3245 + const yyr3245 bool = false + yyq3245[0] = x.UID != nil + var yynn3245 int + if yyr3245 || yy2arr3245 { r.EncodeArrayStart(1) } else { - yynn3218 = 0 - for _, b := range yyq3218 { + yynn3245 = 0 + for _, b := range yyq3245 { if b { - yynn3218++ + yynn3245++ } } - r.EncodeMapStart(yynn3218) - yynn3218 = 0 + r.EncodeMapStart(yynn3245) + yynn3245 = 0 } - if yyr3218 || yy2arr3218 { + if yyr3245 || yy2arr3245 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3218[0] { + if yyq3245[0] { if x.UID == nil { r.EncodeNil() } else { - yy3220 := *x.UID - yym3221 := z.EncBinary() - _ = yym3221 + yy3247 := *x.UID + yym3248 := z.EncBinary() + _ = yym3248 if false { - } else if z.HasExtensions() && z.EncExt(yy3220) { + } else if z.HasExtensions() && z.EncExt(yy3247) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3220)) + r.EncodeString(codecSelferC_UTF81234, string(yy3247)) } } } else { r.EncodeNil() } } else { - if yyq3218[0] { + if yyq3245[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3222 := *x.UID - yym3223 := z.EncBinary() - _ = yym3223 + yy3249 := *x.UID + yym3250 := z.EncBinary() + _ = yym3250 if false { - } else if z.HasExtensions() && z.EncExt(yy3222) { + } else if z.HasExtensions() && z.EncExt(yy3249) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3222)) + r.EncodeString(codecSelferC_UTF81234, string(yy3249)) } } } } - if yyr3218 || yy2arr3218 { + if yyr3245 || yy2arr3245 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41138,319 +41372,6 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3224 := z.DecBinary() - _ = yym3224 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3225 := r.ContainerType() - if yyct3225 == codecSelferValueTypeMap1234 { - yyl3225 := r.ReadMapStart() - if yyl3225 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3225, d) - } - } else if yyct3225 == codecSelferValueTypeArray1234 { - yyl3225 := r.ReadArrayStart() - if yyl3225 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3225, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Preconditions) 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 { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3226Slc = r.DecodeBytes(yys3226Slc, true, true) - yys3226 := string(yys3226Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3226 { - case "uid": - if r.TryDecodeAsNil() { - if x.UID != nil { - x.UID = nil - } - } else { - if x.UID == nil { - x.UID = new(pkg1_types.UID) - } - yym3228 := z.DecBinary() - _ = yym3228 - if false { - } else if z.HasExtensions() && z.DecExt(x.UID) { - } else { - *((*string)(x.UID)) = r.DecodeString() - } - } - default: - z.DecStructFieldNotFound(-1, yys3226) - } // end switch yys3226 - } // end for yyj3226 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3229 int - var yyb3229 bool - var yyhl3229 bool = l >= 0 - yyj3229++ - if yyhl3229 { - yyb3229 = yyj3229 > l - } else { - yyb3229 = r.CheckBreak() - } - if yyb3229 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - if x.UID != nil { - x.UID = nil - } - } else { - if x.UID == nil { - x.UID = new(pkg1_types.UID) - } - yym3231 := z.DecBinary() - _ = yym3231 - if false { - } else if z.HasExtensions() && z.DecExt(x.UID) { - } else { - *((*string)(x.UID)) = r.DecodeString() - } - } - for { - yyj3229++ - if yyhl3229 { - yyb3229 = yyj3229 > l - } else { - yyb3229 = r.CheckBreak() - } - if yyb3229 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3229-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3232 := z.EncBinary() - _ = yym3232 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3233 := !z.EncBinary() - yy2arr3233 := z.EncBasicHandle().StructToArray - var yyq3233 [5]bool - _, _, _ = yysep3233, yyq3233, yy2arr3233 - const yyr3233 bool = false - yyq3233[0] = x.Kind != "" - yyq3233[1] = x.APIVersion != "" - yyq3233[2] = x.GracePeriodSeconds != nil - yyq3233[3] = x.Preconditions != nil - yyq3233[4] = x.OrphanDependents != nil - var yynn3233 int - if yyr3233 || yy2arr3233 { - r.EncodeArrayStart(5) - } else { - yynn3233 = 0 - for _, b := range yyq3233 { - if b { - yynn3233++ - } - } - r.EncodeMapStart(yynn3233) - yynn3233 = 0 - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[0] { - yym3235 := z.EncBinary() - _ = yym3235 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3233[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3236 := z.EncBinary() - _ = yym3236 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[1] { - yym3238 := z.EncBinary() - _ = yym3238 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3233[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3239 := z.EncBinary() - _ = yym3239 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[2] { - if x.GracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy3241 := *x.GracePeriodSeconds - yym3242 := z.EncBinary() - _ = yym3242 - if false { - } else { - r.EncodeInt(int64(yy3241)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3233[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.GracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy3243 := *x.GracePeriodSeconds - yym3244 := z.EncBinary() - _ = yym3244 - if false { - } else { - r.EncodeInt(int64(yy3243)) - } - } - } - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[3] { - if x.Preconditions == nil { - r.EncodeNil() - } else { - x.Preconditions.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3233[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("preconditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Preconditions == nil { - r.EncodeNil() - } else { - x.Preconditions.CodecEncodeSelf(e) - } - } - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[4] { - if x.OrphanDependents == nil { - r.EncodeNil() - } else { - yy3247 := *x.OrphanDependents - yym3248 := z.EncBinary() - _ = yym3248 - if false { - } else { - r.EncodeBool(bool(yy3247)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3233[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.OrphanDependents == nil { - r.EncodeNil() - } else { - yy3249 := *x.OrphanDependents - yym3250 := z.EncBinary() - _ = yym3250 - if false { - } else { - r.EncodeBool(bool(yy3249)) - } - } - } - } - if yyr3233 || yy2arr3233 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41480,7 +41401,7 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41502,6 +41423,319 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys3253 := string(yys3253Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3253 { + case "uid": + if r.TryDecodeAsNil() { + if x.UID != nil { + x.UID = nil + } + } else { + if x.UID == nil { + x.UID = new(pkg1_types.UID) + } + yym3255 := z.DecBinary() + _ = yym3255 + if false { + } else if z.HasExtensions() && z.DecExt(x.UID) { + } else { + *((*string)(x.UID)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3253) + } // end switch yys3253 + } // end for yyj3253 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3256 int + var yyb3256 bool + var yyhl3256 bool = l >= 0 + yyj3256++ + if yyhl3256 { + yyb3256 = yyj3256 > l + } else { + yyb3256 = r.CheckBreak() + } + if yyb3256 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.UID != nil { + x.UID = nil + } + } else { + if x.UID == nil { + x.UID = new(pkg1_types.UID) + } + yym3258 := z.DecBinary() + _ = yym3258 + if false { + } else if z.HasExtensions() && z.DecExt(x.UID) { + } else { + *((*string)(x.UID)) = r.DecodeString() + } + } + for { + yyj3256++ + if yyhl3256 { + yyb3256 = yyj3256 > l + } else { + yyb3256 = r.CheckBreak() + } + if yyb3256 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3256-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3259 := z.EncBinary() + _ = yym3259 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3260 := !z.EncBinary() + yy2arr3260 := z.EncBasicHandle().StructToArray + var yyq3260 [5]bool + _, _, _ = yysep3260, yyq3260, yy2arr3260 + const yyr3260 bool = false + yyq3260[0] = x.Kind != "" + yyq3260[1] = x.APIVersion != "" + yyq3260[2] = x.GracePeriodSeconds != nil + yyq3260[3] = x.Preconditions != nil + yyq3260[4] = x.OrphanDependents != nil + var yynn3260 int + if yyr3260 || yy2arr3260 { + r.EncodeArrayStart(5) + } else { + yynn3260 = 0 + for _, b := range yyq3260 { + if b { + yynn3260++ + } + } + r.EncodeMapStart(yynn3260) + yynn3260 = 0 + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[0] { + yym3262 := z.EncBinary() + _ = yym3262 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3260[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3263 := z.EncBinary() + _ = yym3263 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[1] { + yym3265 := z.EncBinary() + _ = yym3265 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3260[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3266 := z.EncBinary() + _ = yym3266 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[2] { + if x.GracePeriodSeconds == nil { + r.EncodeNil() + } else { + yy3268 := *x.GracePeriodSeconds + yym3269 := z.EncBinary() + _ = yym3269 + if false { + } else { + r.EncodeInt(int64(yy3268)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3260[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.GracePeriodSeconds == nil { + r.EncodeNil() + } else { + yy3270 := *x.GracePeriodSeconds + yym3271 := z.EncBinary() + _ = yym3271 + if false { + } else { + r.EncodeInt(int64(yy3270)) + } + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[3] { + if x.Preconditions == nil { + r.EncodeNil() + } else { + x.Preconditions.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3260[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("preconditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Preconditions == nil { + r.EncodeNil() + } else { + x.Preconditions.CodecEncodeSelf(e) + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3260[4] { + if x.OrphanDependents == nil { + r.EncodeNil() + } else { + yy3274 := *x.OrphanDependents + yym3275 := z.EncBinary() + _ = yym3275 + if false { + } else { + r.EncodeBool(bool(yy3274)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3260[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.OrphanDependents == nil { + r.EncodeNil() + } else { + yy3276 := *x.OrphanDependents + yym3277 := z.EncBinary() + _ = yym3277 + if false { + } else { + r.EncodeBool(bool(yy3276)) + } + } + } + } + if yyr3260 || yy2arr3260 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3278 := z.DecBinary() + _ = yym3278 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3279 := r.ContainerType() + if yyct3279 == codecSelferValueTypeMap1234 { + yyl3279 := r.ReadMapStart() + if yyl3279 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3279, d) + } + } else if yyct3279 == codecSelferValueTypeArray1234 { + yyl3279 := r.ReadArrayStart() + if yyl3279 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3279, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3280Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3280Slc + var yyhl3280 bool = l >= 0 + for yyj3280 := 0; ; yyj3280++ { + if yyhl3280 { + if yyj3280 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3280Slc = r.DecodeBytes(yys3280Slc, true, true) + yys3280 := string(yys3280Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3280 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41523,8 +41757,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3257 := z.DecBinary() - _ = yym3257 + yym3284 := z.DecBinary() + _ = yym3284 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -41550,17 +41784,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3260 := z.DecBinary() - _ = yym3260 + yym3287 := z.DecBinary() + _ = yym3287 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3253) - } // end switch yys3253 - } // end for yyj3253 + z.DecStructFieldNotFound(-1, yys3280) + } // end switch yys3280 + } // end for yyj3280 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41568,16 +41802,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3261 int - var yyb3261 bool - var yyhl3261 bool = l >= 0 - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + var yyj3288 int + var yyb3288 bool + var yyhl3288 bool = l >= 0 + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41587,13 +41821,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41603,13 +41837,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41622,20 +41856,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3265 := z.DecBinary() - _ = yym3265 + yym3292 := z.DecBinary() + _ = yym3292 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41650,13 +41884,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41669,25 +41903,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3268 := z.DecBinary() - _ = yym3268 + yym3295 := z.DecBinary() + _ = yym3295 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3261++ - if yyhl3261 { - yyb3261 = yyj3261 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3261 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3261 { + if yyb3288 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3261-1, "") + z.DecStructFieldNotFound(yyj3288-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41699,36 +41933,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3269 := z.EncBinary() - _ = yym3269 + yym3296 := z.EncBinary() + _ = yym3296 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3270 := !z.EncBinary() - yy2arr3270 := z.EncBasicHandle().StructToArray - var yyq3270 [4]bool - _, _, _ = yysep3270, yyq3270, yy2arr3270 - const yyr3270 bool = false - yyq3270[0] = x.Kind != "" - yyq3270[1] = x.APIVersion != "" - var yynn3270 int - if yyr3270 || yy2arr3270 { + yysep3297 := !z.EncBinary() + yy2arr3297 := z.EncBasicHandle().StructToArray + var yyq3297 [4]bool + _, _, _ = yysep3297, yyq3297, yy2arr3297 + const yyr3297 bool = false + yyq3297[0] = x.Kind != "" + yyq3297[1] = x.APIVersion != "" + var yynn3297 int + if yyr3297 || yy2arr3297 { r.EncodeArrayStart(4) } else { - yynn3270 = 2 - for _, b := range yyq3270 { + yynn3297 = 2 + for _, b := range yyq3297 { if b { - yynn3270++ + yynn3297++ } } - r.EncodeMapStart(yynn3270) - yynn3270 = 0 + r.EncodeMapStart(yynn3297) + yynn3297 = 0 } - if yyr3270 || yy2arr3270 { + if yyr3297 || yy2arr3297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3270[0] { - yym3272 := z.EncBinary() - _ = yym3272 + if yyq3297[0] { + yym3299 := z.EncBinary() + _ = yym3299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41737,23 +41971,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3270[0] { + if yyq3297[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3273 := z.EncBinary() - _ = yym3273 + yym3300 := z.EncBinary() + _ = yym3300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3270 || yy2arr3270 { + if yyr3297 || yy2arr3297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3270[1] { - yym3275 := z.EncBinary() - _ = yym3275 + if yyq3297[1] { + yym3302 := z.EncBinary() + _ = yym3302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41762,22 +41996,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3270[1] { + if yyq3297[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3276 := z.EncBinary() - _ = yym3276 + yym3303 := z.EncBinary() + _ = yym3303 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3270 || yy2arr3270 { + if yyr3297 || yy2arr3297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3278 := z.EncBinary() - _ = yym3278 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { r.EncodeBool(bool(x.Export)) @@ -41786,17 +42020,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3279 := z.EncBinary() - _ = yym3279 + yym3306 := z.EncBinary() + _ = yym3306 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3270 || yy2arr3270 { + if yyr3297 || yy2arr3297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3281 := z.EncBinary() - _ = yym3281 + yym3308 := z.EncBinary() + _ = yym3308 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -41805,14 +42039,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3282 := z.EncBinary() - _ = yym3282 + yym3309 := z.EncBinary() + _ = yym3309 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3270 || yy2arr3270 { + if yyr3297 || yy2arr3297 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41825,25 +42059,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3283 := z.DecBinary() - _ = yym3283 + yym3310 := z.DecBinary() + _ = yym3310 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3284 := r.ContainerType() - if yyct3284 == codecSelferValueTypeMap1234 { - yyl3284 := r.ReadMapStart() - if yyl3284 == 0 { + yyct3311 := r.ContainerType() + if yyct3311 == codecSelferValueTypeMap1234 { + yyl3311 := r.ReadMapStart() + if yyl3311 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3284, d) + x.codecDecodeSelfFromMap(yyl3311, d) } - } else if yyct3284 == codecSelferValueTypeArray1234 { - yyl3284 := r.ReadArrayStart() - if yyl3284 == 0 { + } else if yyct3311 == codecSelferValueTypeArray1234 { + yyl3311 := r.ReadArrayStart() + if yyl3311 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3284, d) + x.codecDecodeSelfFromArray(yyl3311, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41855,12 +42089,12 @@ func (x *ExportOptions) 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 yys3312Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3312Slc + var yyhl3312 bool = l >= 0 + for yyj3312 := 0; ; yyj3312++ { + if yyhl3312 { + if yyj3312 >= l { break } } else { @@ -41869,10 +42103,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3285Slc = r.DecodeBytes(yys3285Slc, true, true) - yys3285 := string(yys3285Slc) + yys3312Slc = r.DecodeBytes(yys3312Slc, true, true) + yys3312 := string(yys3312Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3285 { + switch yys3312 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41898,9 +42132,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3285) - } // end switch yys3285 - } // end for yyj3285 + z.DecStructFieldNotFound(-1, yys3312) + } // end switch yys3312 + } // end for yyj3312 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41908,16 +42142,16 @@ func (x *ExportOptions) 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 yyj3317 int + var yyb3317 bool + var yyhl3317 bool = l >= 0 + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3290 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3290 { + if yyb3317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41927,13 +42161,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3290 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3290 { + if yyb3317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41943,13 +42177,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3290 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3290 { + if yyb3317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41959,13 +42193,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3290 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3290 { + if yyb3317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41976,17 +42210,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3290 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3290 { + if yyb3317 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3290-1, "") + z.DecStructFieldNotFound(yyj3317-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41998,41 +42232,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3295 := z.EncBinary() - _ = yym3295 + yym3322 := z.EncBinary() + _ = yym3322 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3296 := !z.EncBinary() - yy2arr3296 := z.EncBasicHandle().StructToArray - var yyq3296 [7]bool - _, _, _ = yysep3296, yyq3296, yy2arr3296 - const yyr3296 bool = false - yyq3296[0] = x.Kind != "" - yyq3296[1] = x.APIVersion != "" - yyq3296[2] = x.LabelSelector != "" - yyq3296[3] = x.FieldSelector != "" - yyq3296[4] = x.Watch != false - yyq3296[5] = x.ResourceVersion != "" - yyq3296[6] = x.TimeoutSeconds != nil - var yynn3296 int - if yyr3296 || yy2arr3296 { + yysep3323 := !z.EncBinary() + yy2arr3323 := z.EncBasicHandle().StructToArray + var yyq3323 [7]bool + _, _, _ = yysep3323, yyq3323, yy2arr3323 + const yyr3323 bool = false + yyq3323[0] = x.Kind != "" + yyq3323[1] = x.APIVersion != "" + yyq3323[2] = x.LabelSelector != "" + yyq3323[3] = x.FieldSelector != "" + yyq3323[4] = x.Watch != false + yyq3323[5] = x.ResourceVersion != "" + yyq3323[6] = x.TimeoutSeconds != nil + var yynn3323 int + if yyr3323 || yy2arr3323 { r.EncodeArrayStart(7) } else { - yynn3296 = 0 - for _, b := range yyq3296 { + yynn3323 = 0 + for _, b := range yyq3323 { if b { - yynn3296++ + yynn3323++ } } - r.EncodeMapStart(yynn3296) - yynn3296 = 0 + r.EncodeMapStart(yynn3323) + yynn3323 = 0 } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[0] { - yym3298 := z.EncBinary() - _ = yym3298 + if yyq3323[0] { + yym3325 := z.EncBinary() + _ = yym3325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42041,23 +42275,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3296[0] { + if yyq3323[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3299 := z.EncBinary() - _ = yym3299 + yym3326 := z.EncBinary() + _ = yym3326 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[1] { - yym3301 := z.EncBinary() - _ = yym3301 + if yyq3323[1] { + yym3328 := z.EncBinary() + _ = yym3328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42066,23 +42300,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3296[1] { + if yyq3323[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3302 := z.EncBinary() - _ = yym3302 + yym3329 := z.EncBinary() + _ = yym3329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[2] { - yym3304 := z.EncBinary() - _ = yym3304 + if yyq3323[2] { + yym3331 := z.EncBinary() + _ = yym3331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) @@ -42091,23 +42325,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3296[2] { + if yyq3323[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3305 := z.EncBinary() - _ = yym3305 + yym3332 := z.EncBinary() + _ = yym3332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[3] { - yym3307 := z.EncBinary() - _ = yym3307 + if yyq3323[3] { + yym3334 := z.EncBinary() + _ = yym3334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) @@ -42116,23 +42350,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3296[3] { + if yyq3323[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3308 := z.EncBinary() - _ = yym3308 + yym3335 := z.EncBinary() + _ = yym3335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[4] { - yym3310 := z.EncBinary() - _ = yym3310 + if yyq3323[4] { + yym3337 := z.EncBinary() + _ = yym3337 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -42141,23 +42375,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3296[4] { + if yyq3323[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3311 := z.EncBinary() - _ = yym3311 + yym3338 := z.EncBinary() + _ = yym3338 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[5] { - yym3313 := z.EncBinary() - _ = yym3313 + if yyq3323[5] { + yym3340 := z.EncBinary() + _ = yym3340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -42166,54 +42400,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3296[5] { + if yyq3323[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3314 := z.EncBinary() - _ = yym3314 + yym3341 := z.EncBinary() + _ = yym3341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3296[6] { + if yyq3323[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3316 := *x.TimeoutSeconds - yym3317 := z.EncBinary() - _ = yym3317 + yy3343 := *x.TimeoutSeconds + yym3344 := z.EncBinary() + _ = yym3344 if false { } else { - r.EncodeInt(int64(yy3316)) + r.EncodeInt(int64(yy3343)) } } } else { r.EncodeNil() } } else { - if yyq3296[6] { + if yyq3323[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3318 := *x.TimeoutSeconds - yym3319 := z.EncBinary() - _ = yym3319 + yy3345 := *x.TimeoutSeconds + yym3346 := z.EncBinary() + _ = yym3346 if false { } else { - r.EncodeInt(int64(yy3318)) + r.EncodeInt(int64(yy3345)) } } } } - if yyr3296 || yy2arr3296 { + if yyr3323 || yy2arr3323 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42226,25 +42460,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3320 := z.DecBinary() - _ = yym3320 + yym3347 := z.DecBinary() + _ = yym3347 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3321 := r.ContainerType() - if yyct3321 == codecSelferValueTypeMap1234 { - yyl3321 := r.ReadMapStart() - if yyl3321 == 0 { + yyct3348 := r.ContainerType() + if yyct3348 == codecSelferValueTypeMap1234 { + yyl3348 := r.ReadMapStart() + if yyl3348 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3321, d) + x.codecDecodeSelfFromMap(yyl3348, d) } - } else if yyct3321 == codecSelferValueTypeArray1234 { - yyl3321 := r.ReadArrayStart() - if yyl3321 == 0 { + } else if yyct3348 == codecSelferValueTypeArray1234 { + yyl3348 := r.ReadArrayStart() + if yyl3348 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3321, d) + x.codecDecodeSelfFromArray(yyl3348, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42256,12 +42490,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3322Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3322Slc - var yyhl3322 bool = l >= 0 - for yyj3322 := 0; ; yyj3322++ { - if yyhl3322 { - if yyj3322 >= l { + var yys3349Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3349Slc + var yyhl3349 bool = l >= 0 + for yyj3349 := 0; ; yyj3349++ { + if yyhl3349 { + if yyj3349 >= l { break } } else { @@ -42270,10 +42504,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3322Slc = r.DecodeBytes(yys3322Slc, true, true) - yys3322 := string(yys3322Slc) + yys3349Slc = r.DecodeBytes(yys3349Slc, true, true) + yys3349 := string(yys3349Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3322 { + switch yys3349 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42319,17 +42553,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3330 := z.DecBinary() - _ = yym3330 + yym3357 := z.DecBinary() + _ = yym3357 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3322) - } // end switch yys3322 - } // end for yyj3322 + z.DecStructFieldNotFound(-1, yys3349) + } // end switch yys3349 + } // end for yyj3349 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42337,16 +42571,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3331 int - var yyb3331 bool - var yyhl3331 bool = l >= 0 - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + var yyj3358 int + var yyb3358 bool + var yyhl3358 bool = l >= 0 + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42356,13 +42590,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42372,13 +42606,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42388,13 +42622,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42404,13 +42638,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42420,13 +42654,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42436,13 +42670,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42455,25 +42689,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3339 := z.DecBinary() - _ = yym3339 + yym3366 := z.DecBinary() + _ = yym3366 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3331++ - if yyhl3331 { - yyb3331 = yyj3331 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3331 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3331 { + if yyb3358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3331-1, "") + z.DecStructFieldNotFound(yyj3358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42485,44 +42719,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3340 := z.EncBinary() - _ = yym3340 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3341 := !z.EncBinary() - yy2arr3341 := z.EncBasicHandle().StructToArray - var yyq3341 [10]bool - _, _, _ = yysep3341, yyq3341, yy2arr3341 - const yyr3341 bool = false - yyq3341[0] = x.Kind != "" - yyq3341[1] = x.APIVersion != "" - yyq3341[2] = x.Container != "" - yyq3341[3] = x.Follow != false - yyq3341[4] = x.Previous != false - yyq3341[5] = x.SinceSeconds != nil - yyq3341[6] = x.SinceTime != nil - yyq3341[7] = x.Timestamps != false - yyq3341[8] = x.TailLines != nil - yyq3341[9] = x.LimitBytes != nil - var yynn3341 int - if yyr3341 || yy2arr3341 { + yysep3368 := !z.EncBinary() + yy2arr3368 := z.EncBasicHandle().StructToArray + var yyq3368 [10]bool + _, _, _ = yysep3368, yyq3368, yy2arr3368 + const yyr3368 bool = false + yyq3368[0] = x.Kind != "" + yyq3368[1] = x.APIVersion != "" + yyq3368[2] = x.Container != "" + yyq3368[3] = x.Follow != false + yyq3368[4] = x.Previous != false + yyq3368[5] = x.SinceSeconds != nil + yyq3368[6] = x.SinceTime != nil + yyq3368[7] = x.Timestamps != false + yyq3368[8] = x.TailLines != nil + yyq3368[9] = x.LimitBytes != nil + var yynn3368 int + if yyr3368 || yy2arr3368 { r.EncodeArrayStart(10) } else { - yynn3341 = 0 - for _, b := range yyq3341 { + yynn3368 = 0 + for _, b := range yyq3368 { if b { - yynn3341++ + yynn3368++ } } - r.EncodeMapStart(yynn3341) - yynn3341 = 0 + r.EncodeMapStart(yynn3368) + yynn3368 = 0 } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[0] { - yym3343 := z.EncBinary() - _ = yym3343 + if yyq3368[0] { + yym3370 := z.EncBinary() + _ = yym3370 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42531,23 +42765,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3341[0] { + if yyq3368[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3344 := z.EncBinary() - _ = yym3344 + yym3371 := z.EncBinary() + _ = yym3371 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[1] { - yym3346 := z.EncBinary() - _ = yym3346 + if yyq3368[1] { + yym3373 := z.EncBinary() + _ = yym3373 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42556,23 +42790,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3341[1] { + if yyq3368[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3347 := z.EncBinary() - _ = yym3347 + yym3374 := z.EncBinary() + _ = yym3374 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[2] { - yym3349 := z.EncBinary() - _ = yym3349 + if yyq3368[2] { + yym3376 := z.EncBinary() + _ = yym3376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -42581,23 +42815,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3341[2] { + if yyq3368[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3350 := z.EncBinary() - _ = yym3350 + yym3377 := z.EncBinary() + _ = yym3377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[3] { - yym3352 := z.EncBinary() - _ = yym3352 + if yyq3368[3] { + yym3379 := z.EncBinary() + _ = yym3379 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -42606,23 +42840,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3341[3] { + if yyq3368[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3353 := z.EncBinary() - _ = yym3353 + yym3380 := z.EncBinary() + _ = yym3380 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[4] { - yym3355 := z.EncBinary() - _ = yym3355 + if yyq3368[4] { + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -42631,66 +42865,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3341[4] { + if yyq3368[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3356 := z.EncBinary() - _ = yym3356 + yym3383 := z.EncBinary() + _ = yym3383 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[5] { + if yyq3368[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3358 := *x.SinceSeconds - yym3359 := z.EncBinary() - _ = yym3359 + yy3385 := *x.SinceSeconds + yym3386 := z.EncBinary() + _ = yym3386 if false { } else { - r.EncodeInt(int64(yy3358)) + r.EncodeInt(int64(yy3385)) } } } else { r.EncodeNil() } } else { - if yyq3341[5] { + if yyq3368[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3360 := *x.SinceSeconds - yym3361 := z.EncBinary() - _ = yym3361 + yy3387 := *x.SinceSeconds + yym3388 := z.EncBinary() + _ = yym3388 if false { } else { - r.EncodeInt(int64(yy3360)) + r.EncodeInt(int64(yy3387)) } } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[6] { + if yyq3368[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym3363 := z.EncBinary() - _ = yym3363 + yym3390 := z.EncBinary() + _ = yym3390 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3363 { + } else if yym3390 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3363 && z.IsJSONHandle() { + } else if !yym3390 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -42700,20 +42934,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3341[6] { + if yyq3368[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3364 := z.EncBinary() - _ = yym3364 + yym3391 := z.EncBinary() + _ = yym3391 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3364 { + } else if yym3391 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3364 && z.IsJSONHandle() { + } else if !yym3391 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -42721,11 +42955,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[7] { - yym3366 := z.EncBinary() - _ = yym3366 + if yyq3368[7] { + yym3393 := z.EncBinary() + _ = yym3393 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -42734,89 +42968,89 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3341[7] { + if yyq3368[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3367 := z.EncBinary() - _ = yym3367 + yym3394 := z.EncBinary() + _ = yym3394 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[8] { + if yyq3368[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy3369 := *x.TailLines - yym3370 := z.EncBinary() - _ = yym3370 + yy3396 := *x.TailLines + yym3397 := z.EncBinary() + _ = yym3397 if false { } else { - r.EncodeInt(int64(yy3369)) + r.EncodeInt(int64(yy3396)) } } } else { r.EncodeNil() } } else { - if yyq3341[8] { + if yyq3368[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3371 := *x.TailLines - yym3372 := z.EncBinary() - _ = yym3372 + yy3398 := *x.TailLines + yym3399 := z.EncBinary() + _ = yym3399 if false { } else { - r.EncodeInt(int64(yy3371)) + r.EncodeInt(int64(yy3398)) } } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3341[9] { + if yyq3368[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3374 := *x.LimitBytes - yym3375 := z.EncBinary() - _ = yym3375 + yy3401 := *x.LimitBytes + yym3402 := z.EncBinary() + _ = yym3402 if false { } else { - r.EncodeInt(int64(yy3374)) + r.EncodeInt(int64(yy3401)) } } } else { r.EncodeNil() } } else { - if yyq3341[9] { + if yyq3368[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3376 := *x.LimitBytes - yym3377 := z.EncBinary() - _ = yym3377 + yy3403 := *x.LimitBytes + yym3404 := z.EncBinary() + _ = yym3404 if false { } else { - r.EncodeInt(int64(yy3376)) + r.EncodeInt(int64(yy3403)) } } } } - if yyr3341 || yy2arr3341 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42829,25 +43063,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3378 := z.DecBinary() - _ = yym3378 + yym3405 := z.DecBinary() + _ = yym3405 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3379 := r.ContainerType() - if yyct3379 == codecSelferValueTypeMap1234 { - yyl3379 := r.ReadMapStart() - if yyl3379 == 0 { + yyct3406 := r.ContainerType() + if yyct3406 == codecSelferValueTypeMap1234 { + yyl3406 := r.ReadMapStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3379, d) + x.codecDecodeSelfFromMap(yyl3406, d) } - } else if yyct3379 == codecSelferValueTypeArray1234 { - yyl3379 := r.ReadArrayStart() - if yyl3379 == 0 { + } else if yyct3406 == codecSelferValueTypeArray1234 { + yyl3406 := r.ReadArrayStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3379, d) + x.codecDecodeSelfFromArray(yyl3406, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42859,12 +43093,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3380Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3380Slc - var yyhl3380 bool = l >= 0 - for yyj3380 := 0; ; yyj3380++ { - if yyhl3380 { - if yyj3380 >= 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 { @@ -42873,10 +43107,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3380Slc = r.DecodeBytes(yys3380Slc, true, true) - yys3380 := string(yys3380Slc) + yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) + yys3407 := string(yys3407Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3380 { + switch yys3407 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42916,8 +43150,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3387 := z.DecBinary() - _ = yym3387 + yym3414 := z.DecBinary() + _ = yym3414 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -42932,13 +43166,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3389 := z.DecBinary() - _ = yym3389 + yym3416 := z.DecBinary() + _ = yym3416 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3389 { + } else if yym3416 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3389 && z.IsJSONHandle() { + } else if !yym3416 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -42959,8 +43193,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3392 := z.DecBinary() - _ = yym3392 + yym3419 := z.DecBinary() + _ = yym3419 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -42975,17 +43209,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3394 := z.DecBinary() - _ = yym3394 + yym3421 := z.DecBinary() + _ = yym3421 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3380) - } // end switch yys3380 - } // end for yyj3380 + z.DecStructFieldNotFound(-1, yys3407) + } // end switch yys3407 + } // end for yyj3407 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42993,16 +43227,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3395 int - var yyb3395 bool - var yyhl3395 bool = l >= 0 - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + var yyj3422 int + var yyb3422 bool + var yyhl3422 bool = l >= 0 + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43012,13 +43246,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43028,13 +43262,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43044,13 +43278,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43060,13 +43294,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43076,13 +43310,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43095,20 +43329,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3402 := z.DecBinary() - _ = yym3402 + yym3429 := z.DecBinary() + _ = yym3429 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43121,25 +43355,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3404 := z.DecBinary() - _ = yym3404 + yym3431 := z.DecBinary() + _ = yym3431 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3404 { + } else if yym3431 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3404 && z.IsJSONHandle() { + } else if !yym3431 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43149,13 +43383,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43168,20 +43402,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3407 := z.DecBinary() - _ = yym3407 + yym3434 := z.DecBinary() + _ = yym3434 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43194,25 +43428,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3409 := z.DecBinary() - _ = yym3409 + yym3436 := z.DecBinary() + _ = yym3436 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3395 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3395 { + if yyb3422 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3395-1, "") + z.DecStructFieldNotFound(yyj3422-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43224,41 +43458,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3410 := z.EncBinary() - _ = yym3410 + yym3437 := z.EncBinary() + _ = yym3437 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3411 := !z.EncBinary() - yy2arr3411 := z.EncBasicHandle().StructToArray - var yyq3411 [7]bool - _, _, _ = yysep3411, yyq3411, yy2arr3411 - const yyr3411 bool = false - yyq3411[0] = x.Kind != "" - yyq3411[1] = x.APIVersion != "" - yyq3411[2] = x.Stdin != false - yyq3411[3] = x.Stdout != false - yyq3411[4] = x.Stderr != false - yyq3411[5] = x.TTY != false - yyq3411[6] = x.Container != "" - var yynn3411 int - if yyr3411 || yy2arr3411 { + yysep3438 := !z.EncBinary() + yy2arr3438 := z.EncBasicHandle().StructToArray + var yyq3438 [7]bool + _, _, _ = yysep3438, yyq3438, yy2arr3438 + const yyr3438 bool = false + yyq3438[0] = x.Kind != "" + yyq3438[1] = x.APIVersion != "" + yyq3438[2] = x.Stdin != false + yyq3438[3] = x.Stdout != false + yyq3438[4] = x.Stderr != false + yyq3438[5] = x.TTY != false + yyq3438[6] = x.Container != "" + var yynn3438 int + if yyr3438 || yy2arr3438 { r.EncodeArrayStart(7) } else { - yynn3411 = 0 - for _, b := range yyq3411 { + yynn3438 = 0 + for _, b := range yyq3438 { if b { - yynn3411++ + yynn3438++ } } - r.EncodeMapStart(yynn3411) - yynn3411 = 0 + r.EncodeMapStart(yynn3438) + yynn3438 = 0 } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[0] { - yym3413 := z.EncBinary() - _ = yym3413 + if yyq3438[0] { + yym3440 := z.EncBinary() + _ = yym3440 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43267,23 +43501,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3411[0] { + if yyq3438[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3414 := z.EncBinary() - _ = yym3414 + yym3441 := z.EncBinary() + _ = yym3441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[1] { - yym3416 := z.EncBinary() - _ = yym3416 + if yyq3438[1] { + yym3443 := z.EncBinary() + _ = yym3443 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43292,23 +43526,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3411[1] { + if yyq3438[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3417 := z.EncBinary() - _ = yym3417 + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[2] { - yym3419 := z.EncBinary() - _ = yym3419 + if yyq3438[2] { + yym3446 := z.EncBinary() + _ = yym3446 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43317,23 +43551,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3411[2] { + if yyq3438[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3420 := z.EncBinary() - _ = yym3420 + yym3447 := z.EncBinary() + _ = yym3447 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[3] { - yym3422 := z.EncBinary() - _ = yym3422 + if yyq3438[3] { + yym3449 := z.EncBinary() + _ = yym3449 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43342,23 +43576,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3411[3] { + if yyq3438[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3423 := z.EncBinary() - _ = yym3423 + yym3450 := z.EncBinary() + _ = yym3450 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[4] { - yym3425 := z.EncBinary() - _ = yym3425 + if yyq3438[4] { + yym3452 := z.EncBinary() + _ = yym3452 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43367,23 +43601,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3411[4] { + if yyq3438[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3426 := z.EncBinary() - _ = yym3426 + yym3453 := z.EncBinary() + _ = yym3453 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[5] { - yym3428 := z.EncBinary() - _ = yym3428 + if yyq3438[5] { + yym3455 := z.EncBinary() + _ = yym3455 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43392,23 +43626,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3411[5] { + if yyq3438[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3429 := z.EncBinary() - _ = yym3429 + yym3456 := z.EncBinary() + _ = yym3456 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[6] { - yym3431 := z.EncBinary() - _ = yym3431 + if yyq3438[6] { + yym3458 := z.EncBinary() + _ = yym3458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43417,19 +43651,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3411[6] { + if yyq3438[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3432 := z.EncBinary() - _ = yym3432 + yym3459 := z.EncBinary() + _ = yym3459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3411 || yy2arr3411 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43442,25 +43676,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3433 := z.DecBinary() - _ = yym3433 + yym3460 := z.DecBinary() + _ = yym3460 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3434 := r.ContainerType() - if yyct3434 == codecSelferValueTypeMap1234 { - yyl3434 := r.ReadMapStart() - if yyl3434 == 0 { + yyct3461 := r.ContainerType() + if yyct3461 == codecSelferValueTypeMap1234 { + yyl3461 := r.ReadMapStart() + if yyl3461 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3434, d) + x.codecDecodeSelfFromMap(yyl3461, d) } - } else if yyct3434 == codecSelferValueTypeArray1234 { - yyl3434 := r.ReadArrayStart() - if yyl3434 == 0 { + } else if yyct3461 == codecSelferValueTypeArray1234 { + yyl3461 := r.ReadArrayStart() + if yyl3461 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3434, d) + x.codecDecodeSelfFromArray(yyl3461, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43472,12 +43706,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3435Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3435Slc - var yyhl3435 bool = l >= 0 - for yyj3435 := 0; ; yyj3435++ { - if yyhl3435 { - if yyj3435 >= l { + var yys3462Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3462Slc + var yyhl3462 bool = l >= 0 + for yyj3462 := 0; ; yyj3462++ { + if yyhl3462 { + if yyj3462 >= l { break } } else { @@ -43486,10 +43720,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3435Slc = r.DecodeBytes(yys3435Slc, true, true) - yys3435 := string(yys3435Slc) + yys3462Slc = r.DecodeBytes(yys3462Slc, true, true) + yys3462 := string(yys3462Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3435 { + switch yys3462 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43533,9 +43767,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3435) - } // end switch yys3435 - } // end for yyj3435 + z.DecStructFieldNotFound(-1, yys3462) + } // end switch yys3462 + } // end for yyj3462 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43543,16 +43777,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3443 int - var yyb3443 bool - var yyhl3443 bool = l >= 0 - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + var yyj3470 int + var yyb3470 bool + var yyhl3470 bool = l >= 0 + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43562,13 +43796,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43578,13 +43812,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43594,13 +43828,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43610,13 +43844,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43626,13 +43860,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43642,13 +43876,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43659,17 +43893,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3443 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3443 { + if yyb3470 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3443-1, "") + z.DecStructFieldNotFound(yyj3470-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43681,41 +43915,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3451 := z.EncBinary() - _ = yym3451 + yym3478 := z.EncBinary() + _ = yym3478 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3452 := !z.EncBinary() - yy2arr3452 := z.EncBasicHandle().StructToArray - var yyq3452 [8]bool - _, _, _ = yysep3452, yyq3452, yy2arr3452 - const yyr3452 bool = false - yyq3452[0] = x.Kind != "" - yyq3452[1] = x.APIVersion != "" - yyq3452[2] = x.Stdin != false - yyq3452[3] = x.Stdout != false - yyq3452[4] = x.Stderr != false - yyq3452[5] = x.TTY != false - yyq3452[6] = x.Container != "" - var yynn3452 int - if yyr3452 || yy2arr3452 { + yysep3479 := !z.EncBinary() + yy2arr3479 := z.EncBasicHandle().StructToArray + var yyq3479 [8]bool + _, _, _ = yysep3479, yyq3479, yy2arr3479 + const yyr3479 bool = false + yyq3479[0] = x.Kind != "" + yyq3479[1] = x.APIVersion != "" + yyq3479[2] = x.Stdin != false + yyq3479[3] = x.Stdout != false + yyq3479[4] = x.Stderr != false + yyq3479[5] = x.TTY != false + yyq3479[6] = x.Container != "" + var yynn3479 int + if yyr3479 || yy2arr3479 { r.EncodeArrayStart(8) } else { - yynn3452 = 1 - for _, b := range yyq3452 { + yynn3479 = 1 + for _, b := range yyq3479 { if b { - yynn3452++ + yynn3479++ } } - r.EncodeMapStart(yynn3452) - yynn3452 = 0 + r.EncodeMapStart(yynn3479) + yynn3479 = 0 } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[0] { - yym3454 := z.EncBinary() - _ = yym3454 + if yyq3479[0] { + yym3481 := z.EncBinary() + _ = yym3481 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43724,23 +43958,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3452[0] { + if yyq3479[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3455 := z.EncBinary() - _ = yym3455 + yym3482 := z.EncBinary() + _ = yym3482 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[1] { - yym3457 := z.EncBinary() - _ = yym3457 + if yyq3479[1] { + yym3484 := z.EncBinary() + _ = yym3484 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43749,23 +43983,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3452[1] { + if yyq3479[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3458 := z.EncBinary() - _ = yym3458 + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[2] { - yym3460 := z.EncBinary() - _ = yym3460 + if yyq3479[2] { + yym3487 := z.EncBinary() + _ = yym3487 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43774,23 +44008,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3452[2] { + if yyq3479[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3461 := z.EncBinary() - _ = yym3461 + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[3] { - yym3463 := z.EncBinary() - _ = yym3463 + if yyq3479[3] { + yym3490 := z.EncBinary() + _ = yym3490 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43799,23 +44033,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3452[3] { + if yyq3479[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3464 := z.EncBinary() - _ = yym3464 + yym3491 := z.EncBinary() + _ = yym3491 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[4] { - yym3466 := z.EncBinary() - _ = yym3466 + if yyq3479[4] { + yym3493 := z.EncBinary() + _ = yym3493 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43824,23 +44058,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3452[4] { + if yyq3479[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3467 := z.EncBinary() - _ = yym3467 + yym3494 := z.EncBinary() + _ = yym3494 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[5] { - yym3469 := z.EncBinary() - _ = yym3469 + if yyq3479[5] { + yym3496 := z.EncBinary() + _ = yym3496 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43849,23 +44083,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3452[5] { + if yyq3479[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3470 := z.EncBinary() - _ = yym3470 + yym3497 := z.EncBinary() + _ = yym3497 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3452[6] { - yym3472 := z.EncBinary() - _ = yym3472 + if yyq3479[6] { + yym3499 := z.EncBinary() + _ = yym3499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43874,25 +44108,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3452[6] { + if yyq3479[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3473 := z.EncBinary() - _ = yym3473 + yym3500 := z.EncBinary() + _ = yym3500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3475 := z.EncBinary() - _ = yym3475 + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -43905,15 +44139,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3476 := z.EncBinary() - _ = yym3476 + yym3503 := z.EncBinary() + _ = yym3503 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3452 || yy2arr3452 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43926,25 +44160,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3477 := z.DecBinary() - _ = yym3477 + yym3504 := z.DecBinary() + _ = yym3504 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3478 := r.ContainerType() - if yyct3478 == codecSelferValueTypeMap1234 { - yyl3478 := r.ReadMapStart() - if yyl3478 == 0 { + yyct3505 := r.ContainerType() + if yyct3505 == codecSelferValueTypeMap1234 { + yyl3505 := r.ReadMapStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3478, d) + x.codecDecodeSelfFromMap(yyl3505, d) } - } else if yyct3478 == codecSelferValueTypeArray1234 { - yyl3478 := r.ReadArrayStart() - if yyl3478 == 0 { + } else if yyct3505 == codecSelferValueTypeArray1234 { + yyl3505 := r.ReadArrayStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3478, d) + x.codecDecodeSelfFromArray(yyl3505, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43956,12 +44190,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3479Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3479Slc - var yyhl3479 bool = l >= 0 - for yyj3479 := 0; ; yyj3479++ { - if yyhl3479 { - if yyj3479 >= l { + var yys3506Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3506Slc + var yyhl3506 bool = l >= 0 + for yyj3506 := 0; ; yyj3506++ { + if yyhl3506 { + if yyj3506 >= l { break } } else { @@ -43970,10 +44204,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3479Slc = r.DecodeBytes(yys3479Slc, true, true) - yys3479 := string(yys3479Slc) + yys3506Slc = r.DecodeBytes(yys3506Slc, true, true) + yys3506 := string(yys3506Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3479 { + switch yys3506 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44020,373 +44254,22 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3487 := &x.Command - yym3488 := z.DecBinary() - _ = yym3488 + yyv3514 := &x.Command + yym3515 := z.DecBinary() + _ = yym3515 if false { } else { - z.F.DecSliceStringX(yyv3487, false, d) + z.F.DecSliceStringX(yyv3514, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3479) - } // end switch yys3479 - } // end for yyj3479 + z.DecStructFieldNotFound(-1, yys3506) + } // end switch yys3506 + } // end for yyj3506 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3489 int - var yyb3489 bool - var yyhl3489 bool = l >= 0 - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Stdin = false - } else { - x.Stdin = bool(r.DecodeBool()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Stdout = false - } else { - x.Stdout = bool(r.DecodeBool()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Stderr = false - } else { - x.Stderr = bool(r.DecodeBool()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.TTY = false - } else { - x.TTY = bool(r.DecodeBool()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Container = "" - } else { - x.Container = string(r.DecodeString()) - } - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Command = nil - } else { - yyv3497 := &x.Command - yym3498 := z.DecBinary() - _ = yym3498 - if false { - } else { - z.F.DecSliceStringX(yyv3497, false, d) - } - } - for { - yyj3489++ - if yyhl3489 { - yyb3489 = yyj3489 > l - } else { - yyb3489 = r.CheckBreak() - } - if yyb3489 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3489-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3499 := z.EncBinary() - _ = yym3499 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3500 := !z.EncBinary() - yy2arr3500 := z.EncBasicHandle().StructToArray - var yyq3500 [3]bool - _, _, _ = yysep3500, yyq3500, yy2arr3500 - const yyr3500 bool = false - yyq3500[0] = x.Kind != "" - yyq3500[1] = x.APIVersion != "" - yyq3500[2] = x.Path != "" - var yynn3500 int - if yyr3500 || yy2arr3500 { - r.EncodeArrayStart(3) - } else { - yynn3500 = 0 - for _, b := range yyq3500 { - if b { - yynn3500++ - } - } - r.EncodeMapStart(yynn3500) - yynn3500 = 0 - } - if yyr3500 || yy2arr3500 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3500[0] { - yym3502 := z.EncBinary() - _ = yym3502 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3500[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3503 := z.EncBinary() - _ = yym3503 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3500 || yy2arr3500 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3500[1] { - yym3505 := z.EncBinary() - _ = yym3505 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3500[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3506 := z.EncBinary() - _ = yym3506 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3500 || yy2arr3500 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3500[2] { - yym3508 := z.EncBinary() - _ = yym3508 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Path)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3500[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("path")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3509 := z.EncBinary() - _ = yym3509 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Path)) - } - } - } - if yyr3500 || yy2arr3500 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3510 := z.DecBinary() - _ = yym3510 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3511 := r.ContainerType() - if yyct3511 == codecSelferValueTypeMap1234 { - yyl3511 := r.ReadMapStart() - if yyl3511 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3511, d) - } - } else if yyct3511 == codecSelferValueTypeArray1234 { - yyl3511 := r.ReadArrayStart() - if yyl3511 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3511, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3512Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3512Slc - var yyhl3512 bool = l >= 0 - for yyj3512 := 0; ; yyj3512++ { - if yyhl3512 { - if yyj3512 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3512Slc = r.DecodeBytes(yys3512Slc, true, true) - yys3512 := string(yys3512Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3512 { - case "kind": - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - case "apiVersion": - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - case "path": - if r.TryDecodeAsNil() { - x.Path = "" - } else { - x.Path = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys3512) - } // end switch yys3512 - } // end for yyj3512 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -44437,9 +44320,95 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Path = "" + x.Stdin = false } else { - x.Path = string(r.DecodeString()) + x.Stdin = bool(r.DecodeBool()) + } + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l + } else { + yyb3516 = r.CheckBreak() + } + if yyb3516 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Stdout = false + } else { + x.Stdout = bool(r.DecodeBool()) + } + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l + } else { + yyb3516 = r.CheckBreak() + } + if yyb3516 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Stderr = false + } else { + x.Stderr = bool(r.DecodeBool()) + } + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l + } else { + yyb3516 = r.CheckBreak() + } + if yyb3516 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.TTY = false + } else { + x.TTY = bool(r.DecodeBool()) + } + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l + } else { + yyb3516 = r.CheckBreak() + } + if yyb3516 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Container = "" + } else { + x.Container = string(r.DecodeString()) + } + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l + } else { + yyb3516 = r.CheckBreak() + } + if yyb3516 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Command = nil + } else { + yyv3524 := &x.Command + yym3525 := z.DecBinary() + _ = yym3525 + if false { + } else { + z.F.DecSliceStringX(yyv3524, false, d) + } } for { yyj3516++ @@ -44457,6 +44426,271 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3526 := z.EncBinary() + _ = yym3526 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3527 := !z.EncBinary() + yy2arr3527 := z.EncBasicHandle().StructToArray + var yyq3527 [3]bool + _, _, _ = yysep3527, yyq3527, yy2arr3527 + const yyr3527 bool = false + yyq3527[0] = x.Kind != "" + yyq3527[1] = x.APIVersion != "" + yyq3527[2] = x.Path != "" + var yynn3527 int + if yyr3527 || yy2arr3527 { + r.EncodeArrayStart(3) + } else { + yynn3527 = 0 + for _, b := range yyq3527 { + if b { + yynn3527++ + } + } + r.EncodeMapStart(yynn3527) + yynn3527 = 0 + } + if yyr3527 || yy2arr3527 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3527[0] { + yym3529 := z.EncBinary() + _ = yym3529 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3527[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3530 := z.EncBinary() + _ = yym3530 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3527 || yy2arr3527 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3527[1] { + yym3532 := z.EncBinary() + _ = yym3532 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3527[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3533 := z.EncBinary() + _ = yym3533 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3527 || yy2arr3527 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3527[2] { + yym3535 := z.EncBinary() + _ = yym3535 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3527[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("path")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3536 := z.EncBinary() + _ = yym3536 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } + } + if yyr3527 || yy2arr3527 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3537 := z.DecBinary() + _ = yym3537 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3538 := r.ContainerType() + if yyct3538 == codecSelferValueTypeMap1234 { + yyl3538 := r.ReadMapStart() + if yyl3538 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3538, d) + } + } else if yyct3538 == codecSelferValueTypeArray1234 { + yyl3538 := r.ReadArrayStart() + if yyl3538 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3538, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3539Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3539Slc + var yyhl3539 bool = l >= 0 + for yyj3539 := 0; ; yyj3539++ { + if yyhl3539 { + if yyj3539 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3539Slc = r.DecodeBytes(yys3539Slc, true, true) + yys3539 := string(yys3539Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3539 { + case "kind": + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + case "apiVersion": + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + case "path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3539) + } // end switch yys3539 + } // end for yyj3539 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3543 int + var yyb3543 bool + var yyhl3543 bool = l >= 0 + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l + } else { + yyb3543 = r.CheckBreak() + } + if yyb3543 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l + } else { + yyb3543 = r.CheckBreak() + } + if yyb3543 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l + } else { + yyb3543 = r.CheckBreak() + } + if yyb3543 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + x.Path = string(r.DecodeString()) + } + for { + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l + } else { + yyb3543 = r.CheckBreak() + } + if yyb3543 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3543-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -44464,37 +44698,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3520 := z.EncBinary() - _ = yym3520 + yym3547 := z.EncBinary() + _ = yym3547 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3521 := !z.EncBinary() - yy2arr3521 := z.EncBasicHandle().StructToArray - var yyq3521 [3]bool - _, _, _ = yysep3521, yyq3521, yy2arr3521 - const yyr3521 bool = false - yyq3521[0] = x.Kind != "" - yyq3521[1] = x.APIVersion != "" - yyq3521[2] = x.Path != "" - var yynn3521 int - if yyr3521 || yy2arr3521 { + yysep3548 := !z.EncBinary() + yy2arr3548 := z.EncBasicHandle().StructToArray + var yyq3548 [3]bool + _, _, _ = yysep3548, yyq3548, yy2arr3548 + const yyr3548 bool = false + yyq3548[0] = x.Kind != "" + yyq3548[1] = x.APIVersion != "" + yyq3548[2] = x.Path != "" + var yynn3548 int + if yyr3548 || yy2arr3548 { r.EncodeArrayStart(3) } else { - yynn3521 = 0 - for _, b := range yyq3521 { + yynn3548 = 0 + for _, b := range yyq3548 { if b { - yynn3521++ + yynn3548++ } } - r.EncodeMapStart(yynn3521) - yynn3521 = 0 + r.EncodeMapStart(yynn3548) + yynn3548 = 0 } - if yyr3521 || yy2arr3521 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3521[0] { - yym3523 := z.EncBinary() - _ = yym3523 + if yyq3548[0] { + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44503,23 +44737,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3521[0] { + if yyq3548[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3524 := z.EncBinary() - _ = yym3524 + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3521 || yy2arr3521 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3521[1] { - yym3526 := z.EncBinary() - _ = yym3526 + if yyq3548[1] { + yym3553 := z.EncBinary() + _ = yym3553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44528,23 +44762,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3521[1] { + if yyq3548[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3527 := z.EncBinary() - _ = yym3527 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3521 || yy2arr3521 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3521[2] { - yym3529 := z.EncBinary() - _ = yym3529 + if yyq3548[2] { + yym3556 := z.EncBinary() + _ = yym3556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44553,19 +44787,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3521[2] { + if yyq3548[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3530 := z.EncBinary() - _ = yym3530 + yym3557 := z.EncBinary() + _ = yym3557 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3521 || yy2arr3521 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44578,25 +44812,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3531 := z.DecBinary() - _ = yym3531 + yym3558 := z.DecBinary() + _ = yym3558 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3532 := r.ContainerType() - if yyct3532 == codecSelferValueTypeMap1234 { - yyl3532 := r.ReadMapStart() - if yyl3532 == 0 { + yyct3559 := r.ContainerType() + if yyct3559 == codecSelferValueTypeMap1234 { + yyl3559 := r.ReadMapStart() + if yyl3559 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3532, d) + x.codecDecodeSelfFromMap(yyl3559, d) } - } else if yyct3532 == codecSelferValueTypeArray1234 { - yyl3532 := r.ReadArrayStart() - if yyl3532 == 0 { + } else if yyct3559 == codecSelferValueTypeArray1234 { + yyl3559 := r.ReadArrayStart() + if yyl3559 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3532, d) + x.codecDecodeSelfFromArray(yyl3559, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44608,12 +44842,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3533Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3533Slc - var yyhl3533 bool = l >= 0 - for yyj3533 := 0; ; yyj3533++ { - if yyhl3533 { - if yyj3533 >= l { + var yys3560Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3560Slc + var yyhl3560 bool = l >= 0 + for yyj3560 := 0; ; yyj3560++ { + if yyhl3560 { + if yyj3560 >= l { break } } else { @@ -44622,10 +44856,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3533Slc = r.DecodeBytes(yys3533Slc, true, true) - yys3533 := string(yys3533Slc) + yys3560Slc = r.DecodeBytes(yys3560Slc, true, true) + yys3560 := string(yys3560Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3533 { + switch yys3560 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44645,9 +44879,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3533) - } // end switch yys3533 - } // end for yyj3533 + z.DecStructFieldNotFound(-1, yys3560) + } // end switch yys3560 + } // end for yyj3560 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44655,16 +44889,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3537 int - var yyb3537 bool - var yyhl3537 bool = l >= 0 - yyj3537++ - if yyhl3537 { - yyb3537 = yyj3537 > l + var yyj3564 int + var yyb3564 bool + var yyhl3564 bool = l >= 0 + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3537 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3537 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44674,13 +44908,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3537++ - if yyhl3537 { - yyb3537 = yyj3537 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3537 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3537 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44690,13 +44924,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3537++ - if yyhl3537 { - yyb3537 = yyj3537 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3537 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3537 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44707,17 +44941,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3537++ - if yyhl3537 { - yyb3537 = yyj3537 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3537 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3537 { + if yyb3564 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3537-1, "") + z.DecStructFieldNotFound(yyj3564-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44729,37 +44963,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3541 := z.EncBinary() - _ = yym3541 + yym3568 := z.EncBinary() + _ = yym3568 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3542 := !z.EncBinary() - yy2arr3542 := z.EncBasicHandle().StructToArray - var yyq3542 [3]bool - _, _, _ = yysep3542, yyq3542, yy2arr3542 - const yyr3542 bool = false - yyq3542[0] = x.Kind != "" - yyq3542[1] = x.APIVersion != "" - yyq3542[2] = x.Path != "" - var yynn3542 int - if yyr3542 || yy2arr3542 { + yysep3569 := !z.EncBinary() + yy2arr3569 := z.EncBasicHandle().StructToArray + var yyq3569 [3]bool + _, _, _ = yysep3569, yyq3569, yy2arr3569 + const yyr3569 bool = false + yyq3569[0] = x.Kind != "" + yyq3569[1] = x.APIVersion != "" + yyq3569[2] = x.Path != "" + var yynn3569 int + if yyr3569 || yy2arr3569 { r.EncodeArrayStart(3) } else { - yynn3542 = 0 - for _, b := range yyq3542 { + yynn3569 = 0 + for _, b := range yyq3569 { if b { - yynn3542++ + yynn3569++ } } - r.EncodeMapStart(yynn3542) - yynn3542 = 0 + r.EncodeMapStart(yynn3569) + yynn3569 = 0 } - if yyr3542 || yy2arr3542 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3542[0] { - yym3544 := z.EncBinary() - _ = yym3544 + if yyq3569[0] { + yym3571 := z.EncBinary() + _ = yym3571 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44768,23 +45002,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3542[0] { + if yyq3569[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3545 := z.EncBinary() - _ = yym3545 + yym3572 := z.EncBinary() + _ = yym3572 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3542 || yy2arr3542 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3542[1] { - yym3547 := z.EncBinary() - _ = yym3547 + if yyq3569[1] { + yym3574 := z.EncBinary() + _ = yym3574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44793,23 +45027,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3542[1] { + if yyq3569[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3548 := z.EncBinary() - _ = yym3548 + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3542 || yy2arr3542 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3542[2] { - yym3550 := z.EncBinary() - _ = yym3550 + if yyq3569[2] { + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44818,19 +45052,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3542[2] { + if yyq3569[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3551 := z.EncBinary() - _ = yym3551 + yym3578 := z.EncBinary() + _ = yym3578 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3542 || yy2arr3542 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44843,25 +45077,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3552 := z.DecBinary() - _ = yym3552 + yym3579 := z.DecBinary() + _ = yym3579 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3553 := r.ContainerType() - if yyct3553 == codecSelferValueTypeMap1234 { - yyl3553 := r.ReadMapStart() - if yyl3553 == 0 { + yyct3580 := r.ContainerType() + if yyct3580 == codecSelferValueTypeMap1234 { + yyl3580 := r.ReadMapStart() + if yyl3580 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3553, d) + x.codecDecodeSelfFromMap(yyl3580, d) } - } else if yyct3553 == codecSelferValueTypeArray1234 { - yyl3553 := r.ReadArrayStart() - if yyl3553 == 0 { + } else if yyct3580 == codecSelferValueTypeArray1234 { + yyl3580 := r.ReadArrayStart() + if yyl3580 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3553, d) + x.codecDecodeSelfFromArray(yyl3580, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44873,12 +45107,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3554Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3554Slc - var yyhl3554 bool = l >= 0 - for yyj3554 := 0; ; yyj3554++ { - if yyhl3554 { - if yyj3554 >= l { + var yys3581Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3581Slc + var yyhl3581 bool = l >= 0 + for yyj3581 := 0; ; yyj3581++ { + if yyhl3581 { + if yyj3581 >= l { break } } else { @@ -44887,10 +45121,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3554Slc = r.DecodeBytes(yys3554Slc, true, true) - yys3554 := string(yys3554Slc) + yys3581Slc = r.DecodeBytes(yys3581Slc, true, true) + yys3581 := string(yys3581Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3554 { + switch yys3581 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44910,9 +45144,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3554) - } // end switch yys3554 - } // end for yyj3554 + z.DecStructFieldNotFound(-1, yys3581) + } // end switch yys3581 + } // end for yyj3581 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44920,16 +45154,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3558 int - var yyb3558 bool - var yyhl3558 bool = l >= 0 - yyj3558++ - if yyhl3558 { - yyb3558 = yyj3558 > l + var yyj3585 int + var yyb3585 bool + var yyhl3585 bool = l >= 0 + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3558 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3558 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44939,13 +45173,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3558++ - if yyhl3558 { - yyb3558 = yyj3558 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3558 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3558 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44955,13 +45189,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3558++ - if yyhl3558 { - yyb3558 = yyj3558 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3558 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3558 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44972,17 +45206,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3558++ - if yyhl3558 { - yyb3558 = yyj3558 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3558 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3558 { + if yyb3585 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3558-1, "") + z.DecStructFieldNotFound(yyj3585-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44994,34 +45228,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3562 := z.EncBinary() - _ = yym3562 + yym3589 := z.EncBinary() + _ = yym3589 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3563 := !z.EncBinary() - yy2arr3563 := z.EncBasicHandle().StructToArray - var yyq3563 [5]bool - _, _, _ = yysep3563, yyq3563, yy2arr3563 - const yyr3563 bool = false - yyq3563[4] = x.Controller != nil - var yynn3563 int - if yyr3563 || yy2arr3563 { + yysep3590 := !z.EncBinary() + yy2arr3590 := z.EncBasicHandle().StructToArray + var yyq3590 [5]bool + _, _, _ = yysep3590, yyq3590, yy2arr3590 + const yyr3590 bool = false + yyq3590[4] = x.Controller != nil + var yynn3590 int + if yyr3590 || yy2arr3590 { r.EncodeArrayStart(5) } else { - yynn3563 = 4 - for _, b := range yyq3563 { + yynn3590 = 4 + for _, b := range yyq3590 { if b { - yynn3563++ + yynn3590++ } } - r.EncodeMapStart(yynn3563) - yynn3563 = 0 + r.EncodeMapStart(yynn3590) + yynn3590 = 0 } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3565 := z.EncBinary() - _ = yym3565 + yym3592 := z.EncBinary() + _ = yym3592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45030,17 +45264,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3566 := z.EncBinary() - _ = yym3566 + yym3593 := z.EncBinary() + _ = yym3593 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3568 := z.EncBinary() - _ = yym3568 + yym3595 := z.EncBinary() + _ = yym3595 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45049,17 +45283,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3569 := z.EncBinary() - _ = yym3569 + yym3596 := z.EncBinary() + _ = yym3596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3571 := z.EncBinary() - _ = yym3571 + yym3598 := z.EncBinary() + _ = yym3598 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45068,17 +45302,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3572 := z.EncBinary() - _ = yym3572 + yym3599 := z.EncBinary() + _ = yym3599 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3574 := z.EncBinary() - _ = yym3574 + yym3601 := z.EncBinary() + _ = yym3601 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45088,50 +45322,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3575 := z.EncBinary() - _ = yym3575 + yym3602 := z.EncBinary() + _ = yym3602 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3563[4] { + if yyq3590[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3577 := *x.Controller - yym3578 := z.EncBinary() - _ = yym3578 + yy3604 := *x.Controller + yym3605 := z.EncBinary() + _ = yym3605 if false { } else { - r.EncodeBool(bool(yy3577)) + r.EncodeBool(bool(yy3604)) } } } else { r.EncodeNil() } } else { - if yyq3563[4] { + if yyq3590[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3579 := *x.Controller - yym3580 := z.EncBinary() - _ = yym3580 + yy3606 := *x.Controller + yym3607 := z.EncBinary() + _ = yym3607 if false { } else { - r.EncodeBool(bool(yy3579)) + r.EncodeBool(bool(yy3606)) } } } } - if yyr3563 || yy2arr3563 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45144,25 +45378,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3581 := z.DecBinary() - _ = yym3581 + yym3608 := z.DecBinary() + _ = yym3608 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3582 := r.ContainerType() - if yyct3582 == codecSelferValueTypeMap1234 { - yyl3582 := r.ReadMapStart() - if yyl3582 == 0 { + yyct3609 := r.ContainerType() + if yyct3609 == codecSelferValueTypeMap1234 { + yyl3609 := r.ReadMapStart() + if yyl3609 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3582, d) + x.codecDecodeSelfFromMap(yyl3609, d) } - } else if yyct3582 == codecSelferValueTypeArray1234 { - yyl3582 := r.ReadArrayStart() - if yyl3582 == 0 { + } else if yyct3609 == codecSelferValueTypeArray1234 { + yyl3609 := r.ReadArrayStart() + if yyl3609 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3582, d) + x.codecDecodeSelfFromArray(yyl3609, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45174,12 +45408,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3583Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3583Slc - var yyhl3583 bool = l >= 0 - for yyj3583 := 0; ; yyj3583++ { - if yyhl3583 { - if yyj3583 >= l { + var yys3610Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3610Slc + var yyhl3610 bool = l >= 0 + for yyj3610 := 0; ; yyj3610++ { + if yyhl3610 { + if yyj3610 >= l { break } } else { @@ -45188,10 +45422,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3583Slc = r.DecodeBytes(yys3583Slc, true, true) - yys3583 := string(yys3583Slc) + yys3610Slc = r.DecodeBytes(yys3610Slc, true, true) + yys3610 := string(yys3610Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3583 { + switch yys3610 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -45225,17 +45459,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3589 := z.DecBinary() - _ = yym3589 + yym3616 := z.DecBinary() + _ = yym3616 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3583) - } // end switch yys3583 - } // end for yyj3583 + z.DecStructFieldNotFound(-1, yys3610) + } // end switch yys3610 + } // end for yyj3610 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45243,16 +45477,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3590 int - var yyb3590 bool - var yyhl3590 bool = l >= 0 - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + var yyj3617 int + var yyb3617 bool + var yyhl3617 bool = l >= 0 + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45262,13 +45496,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45278,13 +45512,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45294,13 +45528,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45310,13 +45544,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45329,25 +45563,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3596 := z.DecBinary() - _ = yym3596 + yym3623 := z.DecBinary() + _ = yym3623 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3590++ - if yyhl3590 { - yyb3590 = yyj3590 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3590 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3590 { + if yyb3617 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3590-1, "") + z.DecStructFieldNotFound(yyj3617-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45359,41 +45593,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3597 := z.EncBinary() - _ = yym3597 + yym3624 := z.EncBinary() + _ = yym3624 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3598 := !z.EncBinary() - yy2arr3598 := z.EncBasicHandle().StructToArray - var yyq3598 [7]bool - _, _, _ = yysep3598, yyq3598, yy2arr3598 - const yyr3598 bool = false - yyq3598[0] = x.Kind != "" - yyq3598[1] = x.Namespace != "" - yyq3598[2] = x.Name != "" - yyq3598[3] = x.UID != "" - yyq3598[4] = x.APIVersion != "" - yyq3598[5] = x.ResourceVersion != "" - yyq3598[6] = x.FieldPath != "" - var yynn3598 int - if yyr3598 || yy2arr3598 { + yysep3625 := !z.EncBinary() + yy2arr3625 := z.EncBasicHandle().StructToArray + var yyq3625 [7]bool + _, _, _ = yysep3625, yyq3625, yy2arr3625 + const yyr3625 bool = false + yyq3625[0] = x.Kind != "" + yyq3625[1] = x.Namespace != "" + yyq3625[2] = x.Name != "" + yyq3625[3] = x.UID != "" + yyq3625[4] = x.APIVersion != "" + yyq3625[5] = x.ResourceVersion != "" + yyq3625[6] = x.FieldPath != "" + var yynn3625 int + if yyr3625 || yy2arr3625 { r.EncodeArrayStart(7) } else { - yynn3598 = 0 - for _, b := range yyq3598 { + yynn3625 = 0 + for _, b := range yyq3625 { if b { - yynn3598++ + yynn3625++ } } - r.EncodeMapStart(yynn3598) - yynn3598 = 0 + r.EncodeMapStart(yynn3625) + yynn3625 = 0 } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[0] { - yym3600 := z.EncBinary() - _ = yym3600 + if yyq3625[0] { + yym3627 := z.EncBinary() + _ = yym3627 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45402,23 +45636,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[0] { + if yyq3625[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3601 := z.EncBinary() - _ = yym3601 + yym3628 := z.EncBinary() + _ = yym3628 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[1] { - yym3603 := z.EncBinary() - _ = yym3603 + if yyq3625[1] { + yym3630 := z.EncBinary() + _ = yym3630 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -45427,23 +45661,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[1] { + if yyq3625[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3604 := z.EncBinary() - _ = yym3604 + yym3631 := z.EncBinary() + _ = yym3631 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[2] { - yym3606 := z.EncBinary() - _ = yym3606 + if yyq3625[2] { + yym3633 := z.EncBinary() + _ = yym3633 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45452,23 +45686,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[2] { + if yyq3625[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3607 := z.EncBinary() - _ = yym3607 + yym3634 := z.EncBinary() + _ = yym3634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[3] { - yym3609 := z.EncBinary() - _ = yym3609 + if yyq3625[3] { + yym3636 := z.EncBinary() + _ = yym3636 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45478,12 +45712,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[3] { + if yyq3625[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3610 := z.EncBinary() - _ = yym3610 + yym3637 := z.EncBinary() + _ = yym3637 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45491,11 +45725,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[4] { - yym3612 := z.EncBinary() - _ = yym3612 + if yyq3625[4] { + yym3639 := z.EncBinary() + _ = yym3639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45504,23 +45738,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[4] { + if yyq3625[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3613 := z.EncBinary() - _ = yym3613 + yym3640 := z.EncBinary() + _ = yym3640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[5] { - yym3615 := z.EncBinary() - _ = yym3615 + if yyq3625[5] { + yym3642 := z.EncBinary() + _ = yym3642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45529,23 +45763,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[5] { + if yyq3625[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3616 := z.EncBinary() - _ = yym3616 + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3598[6] { - yym3618 := z.EncBinary() - _ = yym3618 + if yyq3625[6] { + yym3645 := z.EncBinary() + _ = yym3645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -45554,19 +45788,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3598[6] { + if yyq3625[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3619 := z.EncBinary() - _ = yym3619 + yym3646 := z.EncBinary() + _ = yym3646 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3598 || yy2arr3598 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45579,25 +45813,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3620 := z.DecBinary() - _ = yym3620 + yym3647 := z.DecBinary() + _ = yym3647 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3621 := r.ContainerType() - if yyct3621 == codecSelferValueTypeMap1234 { - yyl3621 := r.ReadMapStart() - if yyl3621 == 0 { + yyct3648 := r.ContainerType() + if yyct3648 == codecSelferValueTypeMap1234 { + yyl3648 := r.ReadMapStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3621, d) + x.codecDecodeSelfFromMap(yyl3648, d) } - } else if yyct3621 == codecSelferValueTypeArray1234 { - yyl3621 := r.ReadArrayStart() - if yyl3621 == 0 { + } else if yyct3648 == codecSelferValueTypeArray1234 { + yyl3648 := r.ReadArrayStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3621, d) + x.codecDecodeSelfFromArray(yyl3648, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45609,12 +45843,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3622Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3622Slc - var yyhl3622 bool = l >= 0 - for yyj3622 := 0; ; yyj3622++ { - if yyhl3622 { - if yyj3622 >= l { + var yys3649Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3649Slc + var yyhl3649 bool = l >= 0 + for yyj3649 := 0; ; yyj3649++ { + if yyhl3649 { + if yyj3649 >= l { break } } else { @@ -45623,10 +45857,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3622Slc = r.DecodeBytes(yys3622Slc, true, true) - yys3622 := string(yys3622Slc) + yys3649Slc = r.DecodeBytes(yys3649Slc, true, true) + yys3649 := string(yys3649Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3622 { + switch yys3649 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45670,9 +45904,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3622) - } // end switch yys3622 - } // end for yyj3622 + z.DecStructFieldNotFound(-1, yys3649) + } // end switch yys3649 + } // end for yyj3649 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45680,16 +45914,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3630 int - var yyb3630 bool - var yyhl3630 bool = l >= 0 - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + var yyj3657 int + var yyb3657 bool + var yyhl3657 bool = l >= 0 + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45699,13 +45933,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45715,13 +45949,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45731,13 +45965,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45747,13 +45981,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45763,13 +45997,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45779,13 +46013,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45796,17 +46030,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3630++ - if yyhl3630 { - yyb3630 = yyj3630 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3630 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3630 { + if yyb3657 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3630-1, "") + z.DecStructFieldNotFound(yyj3657-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45818,35 +46052,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3638 := z.EncBinary() - _ = yym3638 + yym3665 := z.EncBinary() + _ = yym3665 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3639 := !z.EncBinary() - yy2arr3639 := z.EncBasicHandle().StructToArray - var yyq3639 [1]bool - _, _, _ = yysep3639, yyq3639, yy2arr3639 - const yyr3639 bool = false - yyq3639[0] = x.Name != "" - var yynn3639 int - if yyr3639 || yy2arr3639 { + yysep3666 := !z.EncBinary() + yy2arr3666 := z.EncBasicHandle().StructToArray + var yyq3666 [1]bool + _, _, _ = yysep3666, yyq3666, yy2arr3666 + const yyr3666 bool = false + yyq3666[0] = x.Name != "" + var yynn3666 int + if yyr3666 || yy2arr3666 { r.EncodeArrayStart(1) } else { - yynn3639 = 0 - for _, b := range yyq3639 { + yynn3666 = 0 + for _, b := range yyq3666 { if b { - yynn3639++ + yynn3666++ } } - r.EncodeMapStart(yynn3639) - yynn3639 = 0 + r.EncodeMapStart(yynn3666) + yynn3666 = 0 } - if yyr3639 || yy2arr3639 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3639[0] { - yym3641 := z.EncBinary() - _ = yym3641 + if yyq3666[0] { + yym3668 := z.EncBinary() + _ = yym3668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45855,19 +46089,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3639[0] { + if yyq3666[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3642 := z.EncBinary() - _ = yym3642 + yym3669 := z.EncBinary() + _ = yym3669 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3639 || yy2arr3639 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45880,25 +46114,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3643 := z.DecBinary() - _ = yym3643 + yym3670 := z.DecBinary() + _ = yym3670 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3644 := r.ContainerType() - if yyct3644 == codecSelferValueTypeMap1234 { - yyl3644 := r.ReadMapStart() - if yyl3644 == 0 { + yyct3671 := r.ContainerType() + if yyct3671 == codecSelferValueTypeMap1234 { + yyl3671 := r.ReadMapStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3644, d) + x.codecDecodeSelfFromMap(yyl3671, d) } - } else if yyct3644 == codecSelferValueTypeArray1234 { - yyl3644 := r.ReadArrayStart() - if yyl3644 == 0 { + } else if yyct3671 == codecSelferValueTypeArray1234 { + yyl3671 := r.ReadArrayStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3644, d) + x.codecDecodeSelfFromArray(yyl3671, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45910,12 +46144,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3645Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3645Slc - var yyhl3645 bool = l >= 0 - for yyj3645 := 0; ; yyj3645++ { - if yyhl3645 { - if yyj3645 >= l { + var yys3672Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3672Slc + var yyhl3672 bool = l >= 0 + for yyj3672 := 0; ; yyj3672++ { + if yyhl3672 { + if yyj3672 >= l { break } } else { @@ -45924,10 +46158,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3645Slc = r.DecodeBytes(yys3645Slc, true, true) - yys3645 := string(yys3645Slc) + yys3672Slc = r.DecodeBytes(yys3672Slc, true, true) + yys3672 := string(yys3672Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3645 { + switch yys3672 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -45935,9 +46169,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3645) - } // end switch yys3645 - } // end for yyj3645 + z.DecStructFieldNotFound(-1, yys3672) + } // end switch yys3672 + } // end for yyj3672 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45945,16 +46179,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3647 int - var yyb3647 bool - var yyhl3647 bool = l >= 0 - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + var yyj3674 int + var yyb3674 bool + var yyhl3674 bool = l >= 0 + yyj3674++ + if yyhl3674 { + yyb3674 = yyj3674 > l } else { - yyb3647 = r.CheckBreak() + yyb3674 = r.CheckBreak() } - if yyb3647 { + if yyb3674 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45965,17 +46199,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3674++ + if yyhl3674 { + yyb3674 = yyj3674 > l } else { - yyb3647 = r.CheckBreak() + yyb3674 = r.CheckBreak() } - if yyb3647 { + if yyb3674 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3647-1, "") + z.DecStructFieldNotFound(yyj3674-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45987,37 +46221,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3649 := z.EncBinary() - _ = yym3649 + yym3676 := z.EncBinary() + _ = yym3676 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3650 := !z.EncBinary() - yy2arr3650 := z.EncBasicHandle().StructToArray - var yyq3650 [3]bool - _, _, _ = yysep3650, yyq3650, yy2arr3650 - const yyr3650 bool = false - yyq3650[0] = x.Kind != "" - yyq3650[1] = x.APIVersion != "" - yyq3650[2] = true - var yynn3650 int - if yyr3650 || yy2arr3650 { + yysep3677 := !z.EncBinary() + yy2arr3677 := z.EncBasicHandle().StructToArray + var yyq3677 [3]bool + _, _, _ = yysep3677, yyq3677, yy2arr3677 + const yyr3677 bool = false + yyq3677[0] = x.Kind != "" + yyq3677[1] = x.APIVersion != "" + yyq3677[2] = true + var yynn3677 int + if yyr3677 || yy2arr3677 { r.EncodeArrayStart(3) } else { - yynn3650 = 0 - for _, b := range yyq3650 { + yynn3677 = 0 + for _, b := range yyq3677 { if b { - yynn3650++ + yynn3677++ } } - r.EncodeMapStart(yynn3650) - yynn3650 = 0 + r.EncodeMapStart(yynn3677) + yynn3677 = 0 } - if yyr3650 || yy2arr3650 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3650[0] { - yym3652 := z.EncBinary() - _ = yym3652 + if yyq3677[0] { + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46026,23 +46260,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3650[0] { + if yyq3677[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3653 := z.EncBinary() - _ = yym3653 + yym3680 := z.EncBinary() + _ = yym3680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3650 || yy2arr3650 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3650[1] { - yym3655 := z.EncBinary() - _ = yym3655 + if yyq3677[1] { + yym3682 := z.EncBinary() + _ = yym3682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46051,36 +46285,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3650[1] { + if yyq3677[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3656 := z.EncBinary() - _ = yym3656 + yym3683 := z.EncBinary() + _ = yym3683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3650 || yy2arr3650 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3650[2] { - yy3658 := &x.Reference - yy3658.CodecEncodeSelf(e) + if yyq3677[2] { + yy3685 := &x.Reference + yy3685.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3650[2] { + if yyq3677[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3659 := &x.Reference - yy3659.CodecEncodeSelf(e) + yy3686 := &x.Reference + yy3686.CodecEncodeSelf(e) } } - if yyr3650 || yy2arr3650 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46093,25 +46327,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3660 := z.DecBinary() - _ = yym3660 + yym3687 := z.DecBinary() + _ = yym3687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3661 := r.ContainerType() - if yyct3661 == codecSelferValueTypeMap1234 { - yyl3661 := r.ReadMapStart() - if yyl3661 == 0 { + yyct3688 := r.ContainerType() + if yyct3688 == codecSelferValueTypeMap1234 { + yyl3688 := r.ReadMapStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3661, d) + x.codecDecodeSelfFromMap(yyl3688, d) } - } else if yyct3661 == codecSelferValueTypeArray1234 { - yyl3661 := r.ReadArrayStart() - if yyl3661 == 0 { + } else if yyct3688 == codecSelferValueTypeArray1234 { + yyl3688 := r.ReadArrayStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3661, d) + x.codecDecodeSelfFromArray(yyl3688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46123,12 +46357,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3662Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3662Slc - var yyhl3662 bool = l >= 0 - for yyj3662 := 0; ; yyj3662++ { - if yyhl3662 { - if yyj3662 >= l { + var yys3689Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3689Slc + var yyhl3689 bool = l >= 0 + for yyj3689 := 0; ; yyj3689++ { + if yyhl3689 { + if yyj3689 >= l { break } } else { @@ -46137,10 +46371,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3662Slc = r.DecodeBytes(yys3662Slc, true, true) - yys3662 := string(yys3662Slc) + yys3689Slc = r.DecodeBytes(yys3689Slc, true, true) + yys3689 := string(yys3689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3662 { + switch yys3689 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46157,13 +46391,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3665 := &x.Reference - yyv3665.CodecDecodeSelf(d) + yyv3692 := &x.Reference + yyv3692.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3662) - } // end switch yys3662 - } // end for yyj3662 + z.DecStructFieldNotFound(-1, yys3689) + } // end switch yys3689 + } // end for yyj3689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46171,16 +46405,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3666 int - var yyb3666 bool - var yyhl3666 bool = l >= 0 - yyj3666++ - if yyhl3666 { - yyb3666 = yyj3666 > l + var yyj3693 int + var yyb3693 bool + var yyhl3693 bool = l >= 0 + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3666 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3666 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46190,13 +46424,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3666++ - if yyhl3666 { - yyb3666 = yyj3666 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3666 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3666 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46206,13 +46440,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3666++ - if yyhl3666 { - yyb3666 = yyj3666 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3666 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3666 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46220,21 +46454,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3669 := &x.Reference - yyv3669.CodecDecodeSelf(d) + yyv3696 := &x.Reference + yyv3696.CodecDecodeSelf(d) } for { - yyj3666++ - if yyhl3666 { - yyb3666 = yyj3666 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3666 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3666 { + if yyb3693 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3666-1, "") + z.DecStructFieldNotFound(yyj3693-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46246,36 +46480,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3670 := z.EncBinary() - _ = yym3670 + yym3697 := z.EncBinary() + _ = yym3697 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3671 := !z.EncBinary() - yy2arr3671 := z.EncBasicHandle().StructToArray - var yyq3671 [2]bool - _, _, _ = yysep3671, yyq3671, yy2arr3671 - const yyr3671 bool = false - yyq3671[0] = x.Component != "" - yyq3671[1] = x.Host != "" - var yynn3671 int - if yyr3671 || yy2arr3671 { + yysep3698 := !z.EncBinary() + yy2arr3698 := z.EncBasicHandle().StructToArray + var yyq3698 [2]bool + _, _, _ = yysep3698, yyq3698, yy2arr3698 + const yyr3698 bool = false + yyq3698[0] = x.Component != "" + yyq3698[1] = x.Host != "" + var yynn3698 int + if yyr3698 || yy2arr3698 { r.EncodeArrayStart(2) } else { - yynn3671 = 0 - for _, b := range yyq3671 { + yynn3698 = 0 + for _, b := range yyq3698 { if b { - yynn3671++ + yynn3698++ } } - r.EncodeMapStart(yynn3671) - yynn3671 = 0 + r.EncodeMapStart(yynn3698) + yynn3698 = 0 } - if yyr3671 || yy2arr3671 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3671[0] { - yym3673 := z.EncBinary() - _ = yym3673 + if yyq3698[0] { + yym3700 := z.EncBinary() + _ = yym3700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -46284,23 +46518,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3671[0] { + if yyq3698[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3674 := z.EncBinary() - _ = yym3674 + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3671 || yy2arr3671 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3671[1] { - yym3676 := z.EncBinary() - _ = yym3676 + if yyq3698[1] { + yym3703 := z.EncBinary() + _ = yym3703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -46309,19 +46543,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3671[1] { + if yyq3698[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3677 := z.EncBinary() - _ = yym3677 + yym3704 := z.EncBinary() + _ = yym3704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3671 || yy2arr3671 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46334,25 +46568,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3678 := z.DecBinary() - _ = yym3678 + yym3705 := z.DecBinary() + _ = yym3705 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3679 := r.ContainerType() - if yyct3679 == codecSelferValueTypeMap1234 { - yyl3679 := r.ReadMapStart() - if yyl3679 == 0 { + yyct3706 := r.ContainerType() + if yyct3706 == codecSelferValueTypeMap1234 { + yyl3706 := r.ReadMapStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3679, d) + x.codecDecodeSelfFromMap(yyl3706, d) } - } else if yyct3679 == codecSelferValueTypeArray1234 { - yyl3679 := r.ReadArrayStart() - if yyl3679 == 0 { + } else if yyct3706 == codecSelferValueTypeArray1234 { + yyl3706 := r.ReadArrayStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3679, d) + x.codecDecodeSelfFromArray(yyl3706, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46364,12 +46598,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3680Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3680Slc - var yyhl3680 bool = l >= 0 - for yyj3680 := 0; ; yyj3680++ { - if yyhl3680 { - if yyj3680 >= l { + var yys3707Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3707Slc + var yyhl3707 bool = l >= 0 + for yyj3707 := 0; ; yyj3707++ { + if yyhl3707 { + if yyj3707 >= l { break } } else { @@ -46378,10 +46612,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3680Slc = r.DecodeBytes(yys3680Slc, true, true) - yys3680 := string(yys3680Slc) + yys3707Slc = r.DecodeBytes(yys3707Slc, true, true) + yys3707 := string(yys3707Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3680 { + switch yys3707 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -46395,9 +46629,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3680) - } // end switch yys3680 - } // end for yyj3680 + z.DecStructFieldNotFound(-1, yys3707) + } // end switch yys3707 + } // end for yyj3707 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46405,16 +46639,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3683 int - var yyb3683 bool - var yyhl3683 bool = l >= 0 - yyj3683++ - if yyhl3683 { - yyb3683 = yyj3683 > l + var yyj3710 int + var yyb3710 bool + var yyhl3710 bool = l >= 0 + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3683 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3683 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46424,13 +46658,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3683++ - if yyhl3683 { - yyb3683 = yyj3683 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3683 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3683 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46441,17 +46675,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3683++ - if yyhl3683 { - yyb3683 = yyj3683 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3683 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3683 { + if yyb3710 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3683-1, "") + z.DecStructFieldNotFound(yyj3710-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46463,43 +46697,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3686 := z.EncBinary() - _ = yym3686 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3687 := !z.EncBinary() - yy2arr3687 := z.EncBasicHandle().StructToArray - var yyq3687 [11]bool - _, _, _ = yysep3687, yyq3687, yy2arr3687 - const yyr3687 bool = false - yyq3687[0] = x.Kind != "" - yyq3687[1] = x.APIVersion != "" - yyq3687[4] = x.Reason != "" - yyq3687[5] = x.Message != "" - yyq3687[6] = true - yyq3687[7] = true - yyq3687[8] = true - yyq3687[9] = x.Count != 0 - yyq3687[10] = x.Type != "" - var yynn3687 int - if yyr3687 || yy2arr3687 { + yysep3714 := !z.EncBinary() + yy2arr3714 := z.EncBasicHandle().StructToArray + var yyq3714 [11]bool + _, _, _ = yysep3714, yyq3714, yy2arr3714 + const yyr3714 bool = false + yyq3714[0] = x.Kind != "" + yyq3714[1] = x.APIVersion != "" + yyq3714[4] = x.Reason != "" + yyq3714[5] = x.Message != "" + yyq3714[6] = true + yyq3714[7] = true + yyq3714[8] = true + yyq3714[9] = x.Count != 0 + yyq3714[10] = x.Type != "" + var yynn3714 int + if yyr3714 || yy2arr3714 { r.EncodeArrayStart(11) } else { - yynn3687 = 2 - for _, b := range yyq3687 { + yynn3714 = 2 + for _, b := range yyq3714 { if b { - yynn3687++ + yynn3714++ } } - r.EncodeMapStart(yynn3687) - yynn3687 = 0 + r.EncodeMapStart(yynn3714) + yynn3714 = 0 } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[0] { - yym3689 := z.EncBinary() - _ = yym3689 + if yyq3714[0] { + yym3716 := z.EncBinary() + _ = yym3716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46508,23 +46742,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3687[0] { + if yyq3714[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3690 := z.EncBinary() - _ = yym3690 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[1] { - yym3692 := z.EncBinary() - _ = yym3692 + if yyq3714[1] { + yym3719 := z.EncBinary() + _ = yym3719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46533,45 +46767,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3687[1] { + if yyq3714[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3693 := z.EncBinary() - _ = yym3693 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3695 := &x.ObjectMeta - yy3695.CodecEncodeSelf(e) + yy3722 := &x.ObjectMeta + yy3722.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3696 := &x.ObjectMeta - yy3696.CodecEncodeSelf(e) + yy3723 := &x.ObjectMeta + yy3723.CodecEncodeSelf(e) } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3698 := &x.InvolvedObject - yy3698.CodecEncodeSelf(e) + yy3725 := &x.InvolvedObject + yy3725.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3699 := &x.InvolvedObject - yy3699.CodecEncodeSelf(e) + yy3726 := &x.InvolvedObject + yy3726.CodecEncodeSelf(e) } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[4] { - yym3701 := z.EncBinary() - _ = yym3701 + if yyq3714[4] { + yym3728 := z.EncBinary() + _ = yym3728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -46580,23 +46814,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3687[4] { + if yyq3714[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3702 := z.EncBinary() - _ = yym3702 + yym3729 := z.EncBinary() + _ = yym3729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[5] { - yym3704 := z.EncBinary() - _ = yym3704 + if yyq3714[5] { + yym3731 := z.EncBinary() + _ = yym3731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -46605,114 +46839,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3687[5] { + if yyq3714[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3705 := z.EncBinary() - _ = yym3705 + yym3732 := z.EncBinary() + _ = yym3732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[6] { - yy3707 := &x.Source - yy3707.CodecEncodeSelf(e) + if yyq3714[6] { + yy3734 := &x.Source + yy3734.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3687[6] { + if yyq3714[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3708 := &x.Source - yy3708.CodecEncodeSelf(e) + yy3735 := &x.Source + yy3735.CodecEncodeSelf(e) } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[7] { - yy3710 := &x.FirstTimestamp - yym3711 := z.EncBinary() - _ = yym3711 + if yyq3714[7] { + yy3737 := &x.FirstTimestamp + yym3738 := z.EncBinary() + _ = yym3738 if false { - } else if z.HasExtensions() && z.EncExt(yy3710) { - } else if yym3711 { - z.EncBinaryMarshal(yy3710) - } else if !yym3711 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3710) + } else if z.HasExtensions() && z.EncExt(yy3737) { + } else if yym3738 { + z.EncBinaryMarshal(yy3737) + } else if !yym3738 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3737) } else { - z.EncFallback(yy3710) + z.EncFallback(yy3737) } } else { r.EncodeNil() } } else { - if yyq3687[7] { + if yyq3714[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3712 := &x.FirstTimestamp - yym3713 := z.EncBinary() - _ = yym3713 + yy3739 := &x.FirstTimestamp + yym3740 := z.EncBinary() + _ = yym3740 if false { - } else if z.HasExtensions() && z.EncExt(yy3712) { - } else if yym3713 { - z.EncBinaryMarshal(yy3712) - } else if !yym3713 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3712) + } else if z.HasExtensions() && z.EncExt(yy3739) { + } else if yym3740 { + z.EncBinaryMarshal(yy3739) + } else if !yym3740 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3739) } else { - z.EncFallback(yy3712) + z.EncFallback(yy3739) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[8] { - yy3715 := &x.LastTimestamp - yym3716 := z.EncBinary() - _ = yym3716 + if yyq3714[8] { + yy3742 := &x.LastTimestamp + yym3743 := z.EncBinary() + _ = yym3743 if false { - } else if z.HasExtensions() && z.EncExt(yy3715) { - } else if yym3716 { - z.EncBinaryMarshal(yy3715) - } else if !yym3716 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3715) + } else if z.HasExtensions() && z.EncExt(yy3742) { + } else if yym3743 { + z.EncBinaryMarshal(yy3742) + } else if !yym3743 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3742) } else { - z.EncFallback(yy3715) + z.EncFallback(yy3742) } } else { r.EncodeNil() } } else { - if yyq3687[8] { + if yyq3714[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3717 := &x.LastTimestamp - yym3718 := z.EncBinary() - _ = yym3718 + yy3744 := &x.LastTimestamp + yym3745 := z.EncBinary() + _ = yym3745 if false { - } else if z.HasExtensions() && z.EncExt(yy3717) { - } else if yym3718 { - z.EncBinaryMarshal(yy3717) - } else if !yym3718 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3717) + } else if z.HasExtensions() && z.EncExt(yy3744) { + } else if yym3745 { + z.EncBinaryMarshal(yy3744) + } else if !yym3745 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3744) } else { - z.EncFallback(yy3717) + z.EncFallback(yy3744) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[9] { - yym3720 := z.EncBinary() - _ = yym3720 + if yyq3714[9] { + yym3747 := z.EncBinary() + _ = yym3747 if false { } else { r.EncodeInt(int64(x.Count)) @@ -46721,23 +46955,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3687[9] { + if yyq3714[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3721 := z.EncBinary() - _ = yym3721 + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3687[10] { - yym3723 := z.EncBinary() - _ = yym3723 + if yyq3714[10] { + yym3750 := z.EncBinary() + _ = yym3750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -46746,19 +46980,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3687[10] { + if yyq3714[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3724 := z.EncBinary() - _ = yym3724 + yym3751 := z.EncBinary() + _ = yym3751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3687 || yy2arr3687 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46771,25 +47005,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3725 := z.DecBinary() - _ = yym3725 + yym3752 := z.DecBinary() + _ = yym3752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3726 := r.ContainerType() - if yyct3726 == codecSelferValueTypeMap1234 { - yyl3726 := r.ReadMapStart() - if yyl3726 == 0 { + yyct3753 := r.ContainerType() + if yyct3753 == codecSelferValueTypeMap1234 { + yyl3753 := r.ReadMapStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3726, d) + x.codecDecodeSelfFromMap(yyl3753, d) } - } else if yyct3726 == codecSelferValueTypeArray1234 { - yyl3726 := r.ReadArrayStart() - if yyl3726 == 0 { + } else if yyct3753 == codecSelferValueTypeArray1234 { + yyl3753 := r.ReadArrayStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3726, d) + x.codecDecodeSelfFromArray(yyl3753, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46801,12 +47035,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3727Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3727Slc - var yyhl3727 bool = l >= 0 - for yyj3727 := 0; ; yyj3727++ { - if yyhl3727 { - if yyj3727 >= l { + var yys3754Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3754Slc + var yyhl3754 bool = l >= 0 + for yyj3754 := 0; ; yyj3754++ { + if yyhl3754 { + if yyj3754 >= l { break } } else { @@ -46815,10 +47049,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3727Slc = r.DecodeBytes(yys3727Slc, true, true) - yys3727 := string(yys3727Slc) + yys3754Slc = r.DecodeBytes(yys3754Slc, true, true) + yys3754 := string(yys3754Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3727 { + switch yys3754 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46835,15 +47069,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3730 := &x.ObjectMeta - yyv3730.CodecDecodeSelf(d) + yyv3757 := &x.ObjectMeta + yyv3757.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3731 := &x.InvolvedObject - yyv3731.CodecDecodeSelf(d) + yyv3758 := &x.InvolvedObject + yyv3758.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -46861,41 +47095,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3734 := &x.Source - yyv3734.CodecDecodeSelf(d) + yyv3761 := &x.Source + yyv3761.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3735 := &x.FirstTimestamp - yym3736 := z.DecBinary() - _ = yym3736 + yyv3762 := &x.FirstTimestamp + yym3763 := z.DecBinary() + _ = yym3763 if false { - } else if z.HasExtensions() && z.DecExt(yyv3735) { - } else if yym3736 { - z.DecBinaryUnmarshal(yyv3735) - } else if !yym3736 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3735) + } else if z.HasExtensions() && z.DecExt(yyv3762) { + } else if yym3763 { + z.DecBinaryUnmarshal(yyv3762) + } else if !yym3763 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3762) } else { - z.DecFallback(yyv3735, false) + z.DecFallback(yyv3762, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3737 := &x.LastTimestamp - yym3738 := z.DecBinary() - _ = yym3738 + yyv3764 := &x.LastTimestamp + yym3765 := z.DecBinary() + _ = yym3765 if false { - } else if z.HasExtensions() && z.DecExt(yyv3737) { - } else if yym3738 { - z.DecBinaryUnmarshal(yyv3737) - } else if !yym3738 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3737) + } else if z.HasExtensions() && z.DecExt(yyv3764) { + } else if yym3765 { + z.DecBinaryUnmarshal(yyv3764) + } else if !yym3765 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3764) } else { - z.DecFallback(yyv3737, false) + z.DecFallback(yyv3764, false) } } case "count": @@ -46911,9 +47145,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3727) - } // end switch yys3727 - } // end for yyj3727 + z.DecStructFieldNotFound(-1, yys3754) + } // end switch yys3754 + } // end for yyj3754 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46921,16 +47155,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3741 int - var yyb3741 bool - var yyhl3741 bool = l >= 0 - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + var yyj3768 int + var yyb3768 bool + var yyhl3768 bool = l >= 0 + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46940,13 +47174,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46956,13 +47190,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46970,16 +47204,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3744 := &x.ObjectMeta - yyv3744.CodecDecodeSelf(d) + yyv3771 := &x.ObjectMeta + yyv3771.CodecDecodeSelf(d) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46987,16 +47221,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3745 := &x.InvolvedObject - yyv3745.CodecDecodeSelf(d) + yyv3772 := &x.InvolvedObject + yyv3772.CodecDecodeSelf(d) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47006,13 +47240,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47022,13 +47256,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47036,16 +47270,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3748 := &x.Source - yyv3748.CodecDecodeSelf(d) + yyv3775 := &x.Source + yyv3775.CodecDecodeSelf(d) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47053,26 +47287,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3749 := &x.FirstTimestamp - yym3750 := z.DecBinary() - _ = yym3750 + yyv3776 := &x.FirstTimestamp + yym3777 := z.DecBinary() + _ = yym3777 if false { - } else if z.HasExtensions() && z.DecExt(yyv3749) { - } else if yym3750 { - z.DecBinaryUnmarshal(yyv3749) - } else if !yym3750 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3749) + } else if z.HasExtensions() && z.DecExt(yyv3776) { + } else if yym3777 { + z.DecBinaryUnmarshal(yyv3776) + } else if !yym3777 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3776) } else { - z.DecFallback(yyv3749, false) + z.DecFallback(yyv3776, false) } } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47080,26 +47314,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3751 := &x.LastTimestamp - yym3752 := z.DecBinary() - _ = yym3752 + yyv3778 := &x.LastTimestamp + yym3779 := z.DecBinary() + _ = yym3779 if false { - } else if z.HasExtensions() && z.DecExt(yyv3751) { - } else if yym3752 { - z.DecBinaryUnmarshal(yyv3751) - } else if !yym3752 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3751) + } else if z.HasExtensions() && z.DecExt(yyv3778) { + } else if yym3779 { + z.DecBinaryUnmarshal(yyv3778) + } else if !yym3779 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3778) } else { - z.DecFallback(yyv3751, false) + z.DecFallback(yyv3778, false) } } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47109,13 +47343,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47126,17 +47360,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3741 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3741 { + if yyb3768 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3741-1, "") + z.DecStructFieldNotFound(yyj3768-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47148,37 +47382,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3755 := z.EncBinary() - _ = yym3755 + yym3782 := z.EncBinary() + _ = yym3782 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3756 := !z.EncBinary() - yy2arr3756 := z.EncBasicHandle().StructToArray - var yyq3756 [4]bool - _, _, _ = yysep3756, yyq3756, yy2arr3756 - const yyr3756 bool = false - yyq3756[0] = x.Kind != "" - yyq3756[1] = x.APIVersion != "" - yyq3756[2] = true - var yynn3756 int - if yyr3756 || yy2arr3756 { + yysep3783 := !z.EncBinary() + yy2arr3783 := z.EncBasicHandle().StructToArray + var yyq3783 [4]bool + _, _, _ = yysep3783, yyq3783, yy2arr3783 + const yyr3783 bool = false + yyq3783[0] = x.Kind != "" + yyq3783[1] = x.APIVersion != "" + yyq3783[2] = true + var yynn3783 int + if yyr3783 || yy2arr3783 { r.EncodeArrayStart(4) } else { - yynn3756 = 1 - for _, b := range yyq3756 { + yynn3783 = 1 + for _, b := range yyq3783 { if b { - yynn3756++ + yynn3783++ } } - r.EncodeMapStart(yynn3756) - yynn3756 = 0 + r.EncodeMapStart(yynn3783) + yynn3783 = 0 } - if yyr3756 || yy2arr3756 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3756[0] { - yym3758 := z.EncBinary() - _ = yym3758 + if yyq3783[0] { + yym3785 := z.EncBinary() + _ = yym3785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47187,23 +47421,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3756[0] { + if yyq3783[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3759 := z.EncBinary() - _ = yym3759 + yym3786 := z.EncBinary() + _ = yym3786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3756 || yy2arr3756 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3756[1] { - yym3761 := z.EncBinary() - _ = yym3761 + if yyq3783[1] { + yym3788 := z.EncBinary() + _ = yym3788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47212,54 +47446,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3756[1] { + if yyq3783[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3762 := z.EncBinary() - _ = yym3762 + yym3789 := z.EncBinary() + _ = yym3789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3756 || yy2arr3756 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3756[2] { - yy3764 := &x.ListMeta - yym3765 := z.EncBinary() - _ = yym3765 + if yyq3783[2] { + yy3791 := &x.ListMeta + yym3792 := z.EncBinary() + _ = yym3792 if false { - } else if z.HasExtensions() && z.EncExt(yy3764) { + } else if z.HasExtensions() && z.EncExt(yy3791) { } else { - z.EncFallback(yy3764) + z.EncFallback(yy3791) } } else { r.EncodeNil() } } else { - if yyq3756[2] { + if yyq3783[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3766 := &x.ListMeta - yym3767 := z.EncBinary() - _ = yym3767 + yy3793 := &x.ListMeta + yym3794 := z.EncBinary() + _ = yym3794 if false { - } else if z.HasExtensions() && z.EncExt(yy3766) { + } else if z.HasExtensions() && z.EncExt(yy3793) { } else { - z.EncFallback(yy3766) + z.EncFallback(yy3793) } } } - if yyr3756 || yy2arr3756 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3769 := z.EncBinary() - _ = yym3769 + yym3796 := z.EncBinary() + _ = yym3796 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -47272,15 +47506,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3770 := z.EncBinary() - _ = yym3770 + yym3797 := z.EncBinary() + _ = yym3797 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3756 || yy2arr3756 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47293,25 +47527,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3771 := z.DecBinary() - _ = yym3771 + yym3798 := z.DecBinary() + _ = yym3798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3772 := r.ContainerType() - if yyct3772 == codecSelferValueTypeMap1234 { - yyl3772 := r.ReadMapStart() - if yyl3772 == 0 { + yyct3799 := r.ContainerType() + if yyct3799 == codecSelferValueTypeMap1234 { + yyl3799 := r.ReadMapStart() + if yyl3799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3772, d) + x.codecDecodeSelfFromMap(yyl3799, d) } - } else if yyct3772 == codecSelferValueTypeArray1234 { - yyl3772 := r.ReadArrayStart() - if yyl3772 == 0 { + } else if yyct3799 == codecSelferValueTypeArray1234 { + yyl3799 := r.ReadArrayStart() + if yyl3799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3772, d) + x.codecDecodeSelfFromArray(yyl3799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47323,12 +47557,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3773Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3773Slc - var yyhl3773 bool = l >= 0 - for yyj3773 := 0; ; yyj3773++ { - if yyhl3773 { - if yyj3773 >= l { + var yys3800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3800Slc + var yyhl3800 bool = l >= 0 + for yyj3800 := 0; ; yyj3800++ { + if yyhl3800 { + if yyj3800 >= l { break } } else { @@ -47337,10 +47571,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3773Slc = r.DecodeBytes(yys3773Slc, true, true) - yys3773 := string(yys3773Slc) + yys3800Slc = r.DecodeBytes(yys3800Slc, true, true) + yys3800 := string(yys3800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3773 { + switch yys3800 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47357,31 +47591,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3776 := &x.ListMeta - yym3777 := z.DecBinary() - _ = yym3777 + yyv3803 := &x.ListMeta + yym3804 := z.DecBinary() + _ = yym3804 if false { - } else if z.HasExtensions() && z.DecExt(yyv3776) { + } else if z.HasExtensions() && z.DecExt(yyv3803) { } else { - z.DecFallback(yyv3776, false) + z.DecFallback(yyv3803, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3778 := &x.Items - yym3779 := z.DecBinary() - _ = yym3779 + yyv3805 := &x.Items + yym3806 := z.DecBinary() + _ = yym3806 if false { } else { - h.decSliceEvent((*[]Event)(yyv3778), d) + h.decSliceEvent((*[]Event)(yyv3805), d) } } default: - z.DecStructFieldNotFound(-1, yys3773) - } // end switch yys3773 - } // end for yyj3773 + z.DecStructFieldNotFound(-1, yys3800) + } // end switch yys3800 + } // end for yyj3800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47389,16 +47623,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3780 int - var yyb3780 bool - var yyhl3780 bool = l >= 0 - yyj3780++ - if yyhl3780 { - yyb3780 = yyj3780 > l + var yyj3807 int + var yyb3807 bool + var yyhl3807 bool = l >= 0 + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3780 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3780 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47408,13 +47642,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3780++ - if yyhl3780 { - yyb3780 = yyj3780 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3780 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3780 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47424,13 +47658,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3780++ - if yyhl3780 { - yyb3780 = yyj3780 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3780 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3780 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47438,22 +47672,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3783 := &x.ListMeta - yym3784 := z.DecBinary() - _ = yym3784 + yyv3810 := &x.ListMeta + yym3811 := z.DecBinary() + _ = yym3811 if false { - } else if z.HasExtensions() && z.DecExt(yyv3783) { + } else if z.HasExtensions() && z.DecExt(yyv3810) { } else { - z.DecFallback(yyv3783, false) + z.DecFallback(yyv3810, false) } } - yyj3780++ - if yyhl3780 { - yyb3780 = yyj3780 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3780 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3780 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47461,26 +47695,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3785 := &x.Items - yym3786 := z.DecBinary() - _ = yym3786 + yyv3812 := &x.Items + yym3813 := z.DecBinary() + _ = yym3813 if false { } else { - h.decSliceEvent((*[]Event)(yyv3785), d) + h.decSliceEvent((*[]Event)(yyv3812), d) } } for { - yyj3780++ - if yyhl3780 { - yyb3780 = yyj3780 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3780 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3780 { + if yyb3807 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3780-1, "") + z.DecStructFieldNotFound(yyj3807-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47492,37 +47726,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3787 := z.EncBinary() - _ = yym3787 + yym3814 := z.EncBinary() + _ = yym3814 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3788 := !z.EncBinary() - yy2arr3788 := z.EncBasicHandle().StructToArray - var yyq3788 [4]bool - _, _, _ = yysep3788, yyq3788, yy2arr3788 - const yyr3788 bool = false - yyq3788[0] = x.Kind != "" - yyq3788[1] = x.APIVersion != "" - yyq3788[2] = true - var yynn3788 int - if yyr3788 || yy2arr3788 { + yysep3815 := !z.EncBinary() + yy2arr3815 := z.EncBasicHandle().StructToArray + var yyq3815 [4]bool + _, _, _ = yysep3815, yyq3815, yy2arr3815 + const yyr3815 bool = false + yyq3815[0] = x.Kind != "" + yyq3815[1] = x.APIVersion != "" + yyq3815[2] = true + var yynn3815 int + if yyr3815 || yy2arr3815 { r.EncodeArrayStart(4) } else { - yynn3788 = 1 - for _, b := range yyq3788 { + yynn3815 = 1 + for _, b := range yyq3815 { if b { - yynn3788++ + yynn3815++ } } - r.EncodeMapStart(yynn3788) - yynn3788 = 0 + r.EncodeMapStart(yynn3815) + yynn3815 = 0 } - if yyr3788 || yy2arr3788 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[0] { - yym3790 := z.EncBinary() - _ = yym3790 + if yyq3815[0] { + yym3817 := z.EncBinary() + _ = yym3817 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47531,23 +47765,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3788[0] { + if yyq3815[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3791 := z.EncBinary() - _ = yym3791 + yym3818 := z.EncBinary() + _ = yym3818 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3788 || yy2arr3788 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[1] { - yym3793 := z.EncBinary() - _ = yym3793 + if yyq3815[1] { + yym3820 := z.EncBinary() + _ = yym3820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47556,54 +47790,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3788[1] { + if yyq3815[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3794 := z.EncBinary() - _ = yym3794 + yym3821 := z.EncBinary() + _ = yym3821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3788 || yy2arr3788 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[2] { - yy3796 := &x.ListMeta - yym3797 := z.EncBinary() - _ = yym3797 + if yyq3815[2] { + yy3823 := &x.ListMeta + yym3824 := z.EncBinary() + _ = yym3824 if false { - } else if z.HasExtensions() && z.EncExt(yy3796) { + } else if z.HasExtensions() && z.EncExt(yy3823) { } else { - z.EncFallback(yy3796) + z.EncFallback(yy3823) } } else { r.EncodeNil() } } else { - if yyq3788[2] { + if yyq3815[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3798 := &x.ListMeta - yym3799 := z.EncBinary() - _ = yym3799 + yy3825 := &x.ListMeta + yym3826 := z.EncBinary() + _ = yym3826 if false { - } else if z.HasExtensions() && z.EncExt(yy3798) { + } else if z.HasExtensions() && z.EncExt(yy3825) { } else { - z.EncFallback(yy3798) + z.EncFallback(yy3825) } } } - if yyr3788 || yy2arr3788 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3801 := z.EncBinary() - _ = yym3801 + yym3828 := z.EncBinary() + _ = yym3828 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -47616,15 +47850,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3802 := z.EncBinary() - _ = yym3802 + yym3829 := z.EncBinary() + _ = yym3829 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3788 || yy2arr3788 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47637,25 +47871,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3803 := z.DecBinary() - _ = yym3803 + yym3830 := z.DecBinary() + _ = yym3830 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3804 := r.ContainerType() - if yyct3804 == codecSelferValueTypeMap1234 { - yyl3804 := r.ReadMapStart() - if yyl3804 == 0 { + yyct3831 := r.ContainerType() + if yyct3831 == codecSelferValueTypeMap1234 { + yyl3831 := r.ReadMapStart() + if yyl3831 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3804, d) + x.codecDecodeSelfFromMap(yyl3831, d) } - } else if yyct3804 == codecSelferValueTypeArray1234 { - yyl3804 := r.ReadArrayStart() - if yyl3804 == 0 { + } else if yyct3831 == codecSelferValueTypeArray1234 { + yyl3831 := r.ReadArrayStart() + if yyl3831 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3804, d) + x.codecDecodeSelfFromArray(yyl3831, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47667,12 +47901,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3805Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3805Slc - var yyhl3805 bool = l >= 0 - for yyj3805 := 0; ; yyj3805++ { - if yyhl3805 { - if yyj3805 >= l { + var yys3832Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3832Slc + var yyhl3832 bool = l >= 0 + for yyj3832 := 0; ; yyj3832++ { + if yyhl3832 { + if yyj3832 >= l { break } } else { @@ -47681,10 +47915,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3805Slc = r.DecodeBytes(yys3805Slc, true, true) - yys3805 := string(yys3805Slc) + yys3832Slc = r.DecodeBytes(yys3832Slc, true, true) + yys3832 := string(yys3832Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3805 { + switch yys3832 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47701,31 +47935,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3808 := &x.ListMeta - yym3809 := z.DecBinary() - _ = yym3809 + yyv3835 := &x.ListMeta + yym3836 := z.DecBinary() + _ = yym3836 if false { - } else if z.HasExtensions() && z.DecExt(yyv3808) { + } else if z.HasExtensions() && z.DecExt(yyv3835) { } else { - z.DecFallback(yyv3808, false) + z.DecFallback(yyv3835, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3810 := &x.Items - yym3811 := z.DecBinary() - _ = yym3811 + yyv3837 := &x.Items + yym3838 := z.DecBinary() + _ = yym3838 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3810), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3837), d) } } default: - z.DecStructFieldNotFound(-1, yys3805) - } // end switch yys3805 - } // end for yyj3805 + z.DecStructFieldNotFound(-1, yys3832) + } // end switch yys3832 + } // end for yyj3832 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47733,16 +47967,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3812 int - var yyb3812 bool - var yyhl3812 bool = l >= 0 - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + var yyj3839 int + var yyb3839 bool + var yyhl3839 bool = l >= 0 + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3812 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3812 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47752,13 +47986,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3812 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3812 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47768,13 +48002,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3812 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3812 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47782,22 +48016,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3815 := &x.ListMeta - yym3816 := z.DecBinary() - _ = yym3816 + yyv3842 := &x.ListMeta + yym3843 := z.DecBinary() + _ = yym3843 if false { - } else if z.HasExtensions() && z.DecExt(yyv3815) { + } else if z.HasExtensions() && z.DecExt(yyv3842) { } else { - z.DecFallback(yyv3815, false) + z.DecFallback(yyv3842, false) } } - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3812 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3812 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47805,26 +48039,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3817 := &x.Items - yym3818 := z.DecBinary() - _ = yym3818 + yyv3844 := &x.Items + yym3845 := z.DecBinary() + _ = yym3845 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3817), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3844), d) } } for { - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3812 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3812 { + if yyb3839 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3812-1, "") + z.DecStructFieldNotFound(yyj3839-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47833,8 +48067,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3819 := z.EncBinary() - _ = yym3819 + yym3846 := z.EncBinary() + _ = yym3846 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -47846,8 +48080,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3820 := z.DecBinary() - _ = yym3820 + yym3847 := z.DecBinary() + _ = yym3847 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -47862,53 +48096,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3821 := z.EncBinary() - _ = yym3821 + yym3848 := z.EncBinary() + _ = yym3848 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3822 := !z.EncBinary() - yy2arr3822 := z.EncBasicHandle().StructToArray - var yyq3822 [6]bool - _, _, _ = yysep3822, yyq3822, yy2arr3822 - const yyr3822 bool = false - yyq3822[0] = x.Type != "" - yyq3822[1] = len(x.Max) != 0 - yyq3822[2] = len(x.Min) != 0 - yyq3822[3] = len(x.Default) != 0 - yyq3822[4] = len(x.DefaultRequest) != 0 - yyq3822[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3822 int - if yyr3822 || yy2arr3822 { + yysep3849 := !z.EncBinary() + yy2arr3849 := z.EncBasicHandle().StructToArray + var yyq3849 [6]bool + _, _, _ = yysep3849, yyq3849, yy2arr3849 + const yyr3849 bool = false + yyq3849[0] = x.Type != "" + yyq3849[1] = len(x.Max) != 0 + yyq3849[2] = len(x.Min) != 0 + yyq3849[3] = len(x.Default) != 0 + yyq3849[4] = len(x.DefaultRequest) != 0 + yyq3849[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3849 int + if yyr3849 || yy2arr3849 { r.EncodeArrayStart(6) } else { - yynn3822 = 0 - for _, b := range yyq3822 { + yynn3849 = 0 + for _, b := range yyq3849 { if b { - yynn3822++ + yynn3849++ } } - r.EncodeMapStart(yynn3822) - yynn3822 = 0 + r.EncodeMapStart(yynn3849) + yynn3849 = 0 } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[0] { + if yyq3849[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3822[0] { + if yyq3849[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[1] { + if yyq3849[1] { if x.Max == nil { r.EncodeNil() } else { @@ -47918,7 +48152,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3822[1] { + if yyq3849[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47929,9 +48163,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[2] { + if yyq3849[2] { if x.Min == nil { r.EncodeNil() } else { @@ -47941,7 +48175,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3822[2] { + if yyq3849[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47952,9 +48186,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[3] { + if yyq3849[3] { if x.Default == nil { r.EncodeNil() } else { @@ -47964,7 +48198,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3822[3] { + if yyq3849[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47975,9 +48209,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[4] { + if yyq3849[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -47987,7 +48221,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3822[4] { + if yyq3849[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47998,9 +48232,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3822[5] { + if yyq3849[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -48010,7 +48244,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3822[5] { + if yyq3849[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48021,7 +48255,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3822 || yy2arr3822 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48034,25 +48268,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3829 := z.DecBinary() - _ = yym3829 + yym3856 := z.DecBinary() + _ = yym3856 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3830 := r.ContainerType() - if yyct3830 == codecSelferValueTypeMap1234 { - yyl3830 := r.ReadMapStart() - if yyl3830 == 0 { + yyct3857 := r.ContainerType() + if yyct3857 == codecSelferValueTypeMap1234 { + yyl3857 := r.ReadMapStart() + if yyl3857 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3830, d) + x.codecDecodeSelfFromMap(yyl3857, d) } - } else if yyct3830 == codecSelferValueTypeArray1234 { - yyl3830 := r.ReadArrayStart() - if yyl3830 == 0 { + } else if yyct3857 == codecSelferValueTypeArray1234 { + yyl3857 := r.ReadArrayStart() + if yyl3857 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3830, d) + x.codecDecodeSelfFromArray(yyl3857, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48064,12 +48298,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3831Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3831Slc - var yyhl3831 bool = l >= 0 - for yyj3831 := 0; ; yyj3831++ { - if yyhl3831 { - if yyj3831 >= l { + var yys3858Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3858Slc + var yyhl3858 bool = l >= 0 + for yyj3858 := 0; ; yyj3858++ { + if yyhl3858 { + if yyj3858 >= l { break } } else { @@ -48078,10 +48312,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3831Slc = r.DecodeBytes(yys3831Slc, true, true) - yys3831 := string(yys3831Slc) + yys3858Slc = r.DecodeBytes(yys3858Slc, true, true) + yys3858 := string(yys3858Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3831 { + switch yys3858 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -48092,41 +48326,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3833 := &x.Max - yyv3833.CodecDecodeSelf(d) + yyv3860 := &x.Max + yyv3860.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3834 := &x.Min - yyv3834.CodecDecodeSelf(d) + yyv3861 := &x.Min + yyv3861.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3835 := &x.Default - yyv3835.CodecDecodeSelf(d) + yyv3862 := &x.Default + yyv3862.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3836 := &x.DefaultRequest - yyv3836.CodecDecodeSelf(d) + yyv3863 := &x.DefaultRequest + yyv3863.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3837 := &x.MaxLimitRequestRatio - yyv3837.CodecDecodeSelf(d) + yyv3864 := &x.MaxLimitRequestRatio + yyv3864.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3831) - } // end switch yys3831 - } // end for yyj3831 + z.DecStructFieldNotFound(-1, yys3858) + } // end switch yys3858 + } // end for yyj3858 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48134,16 +48368,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3838 int - var yyb3838 bool - var yyhl3838 bool = l >= 0 - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + var yyj3865 int + var yyb3865 bool + var yyhl3865 bool = l >= 0 + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48153,13 +48387,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48167,16 +48401,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3840 := &x.Max - yyv3840.CodecDecodeSelf(d) + yyv3867 := &x.Max + yyv3867.CodecDecodeSelf(d) } - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48184,16 +48418,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3841 := &x.Min - yyv3841.CodecDecodeSelf(d) + yyv3868 := &x.Min + yyv3868.CodecDecodeSelf(d) } - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48201,16 +48435,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3842 := &x.Default - yyv3842.CodecDecodeSelf(d) + yyv3869 := &x.Default + yyv3869.CodecDecodeSelf(d) } - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48218,16 +48452,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3843 := &x.DefaultRequest - yyv3843.CodecDecodeSelf(d) + yyv3870 := &x.DefaultRequest + yyv3870.CodecDecodeSelf(d) } - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48235,21 +48469,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3844 := &x.MaxLimitRequestRatio - yyv3844.CodecDecodeSelf(d) + yyv3871 := &x.MaxLimitRequestRatio + yyv3871.CodecDecodeSelf(d) } for { - yyj3838++ - if yyhl3838 { - yyb3838 = yyj3838 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3838 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3838 { + if yyb3865 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3838-1, "") + z.DecStructFieldNotFound(yyj3865-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48261,36 +48495,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3845 := z.EncBinary() - _ = yym3845 + yym3872 := z.EncBinary() + _ = yym3872 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3846 := !z.EncBinary() - yy2arr3846 := z.EncBasicHandle().StructToArray - var yyq3846 [1]bool - _, _, _ = yysep3846, yyq3846, yy2arr3846 - const yyr3846 bool = false - var yynn3846 int - if yyr3846 || yy2arr3846 { + yysep3873 := !z.EncBinary() + yy2arr3873 := z.EncBasicHandle().StructToArray + var yyq3873 [1]bool + _, _, _ = yysep3873, yyq3873, yy2arr3873 + const yyr3873 bool = false + var yynn3873 int + if yyr3873 || yy2arr3873 { r.EncodeArrayStart(1) } else { - yynn3846 = 1 - for _, b := range yyq3846 { + yynn3873 = 1 + for _, b := range yyq3873 { if b { - yynn3846++ + yynn3873++ } } - r.EncodeMapStart(yynn3846) - yynn3846 = 0 + r.EncodeMapStart(yynn3873) + yynn3873 = 0 } - if yyr3846 || yy2arr3846 { + if yyr3873 || yy2arr3873 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3848 := z.EncBinary() - _ = yym3848 + yym3875 := z.EncBinary() + _ = yym3875 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -48303,15 +48537,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3849 := z.EncBinary() - _ = yym3849 + yym3876 := z.EncBinary() + _ = yym3876 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3846 || yy2arr3846 { + if yyr3873 || yy2arr3873 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48324,25 +48558,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3850 := z.DecBinary() - _ = yym3850 + yym3877 := z.DecBinary() + _ = yym3877 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3851 := r.ContainerType() - if yyct3851 == codecSelferValueTypeMap1234 { - yyl3851 := r.ReadMapStart() - if yyl3851 == 0 { + yyct3878 := r.ContainerType() + if yyct3878 == codecSelferValueTypeMap1234 { + yyl3878 := r.ReadMapStart() + if yyl3878 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3851, d) + x.codecDecodeSelfFromMap(yyl3878, d) } - } else if yyct3851 == codecSelferValueTypeArray1234 { - yyl3851 := r.ReadArrayStart() - if yyl3851 == 0 { + } else if yyct3878 == codecSelferValueTypeArray1234 { + yyl3878 := r.ReadArrayStart() + if yyl3878 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3851, d) + x.codecDecodeSelfFromArray(yyl3878, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48354,12 +48588,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3852Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3852Slc - var yyhl3852 bool = l >= 0 - for yyj3852 := 0; ; yyj3852++ { - if yyhl3852 { - if yyj3852 >= l { + var yys3879Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3879Slc + var yyhl3879 bool = l >= 0 + for yyj3879 := 0; ; yyj3879++ { + if yyhl3879 { + if yyj3879 >= l { break } } else { @@ -48368,26 +48602,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3852Slc = r.DecodeBytes(yys3852Slc, true, true) - yys3852 := string(yys3852Slc) + yys3879Slc = r.DecodeBytes(yys3879Slc, true, true) + yys3879 := string(yys3879Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3852 { + switch yys3879 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3853 := &x.Limits - yym3854 := z.DecBinary() - _ = yym3854 + yyv3880 := &x.Limits + yym3881 := z.DecBinary() + _ = yym3881 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3853), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3880), d) } } default: - z.DecStructFieldNotFound(-1, yys3852) - } // end switch yys3852 - } // end for yyj3852 + z.DecStructFieldNotFound(-1, yys3879) + } // end switch yys3879 + } // end for yyj3879 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48395,16 +48629,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3855 int - var yyb3855 bool - var yyhl3855 bool = l >= 0 - yyj3855++ - if yyhl3855 { - yyb3855 = yyj3855 > l + var yyj3882 int + var yyb3882 bool + var yyhl3882 bool = l >= 0 + yyj3882++ + if yyhl3882 { + yyb3882 = yyj3882 > l } else { - yyb3855 = r.CheckBreak() + yyb3882 = r.CheckBreak() } - if yyb3855 { + if yyb3882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48412,26 +48646,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3856 := &x.Limits - yym3857 := z.DecBinary() - _ = yym3857 + yyv3883 := &x.Limits + yym3884 := z.DecBinary() + _ = yym3884 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3856), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3883), d) } } for { - yyj3855++ - if yyhl3855 { - yyb3855 = yyj3855 > l + yyj3882++ + if yyhl3882 { + yyb3882 = yyj3882 > l } else { - yyb3855 = r.CheckBreak() + yyb3882 = r.CheckBreak() } - if yyb3855 { + if yyb3882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3855-1, "") + z.DecStructFieldNotFound(yyj3882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48443,38 +48677,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3858 := z.EncBinary() - _ = yym3858 + yym3885 := z.EncBinary() + _ = yym3885 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3859 := !z.EncBinary() - yy2arr3859 := z.EncBasicHandle().StructToArray - var yyq3859 [4]bool - _, _, _ = yysep3859, yyq3859, yy2arr3859 - const yyr3859 bool = false - yyq3859[0] = x.Kind != "" - yyq3859[1] = x.APIVersion != "" - yyq3859[2] = true - yyq3859[3] = true - var yynn3859 int - if yyr3859 || yy2arr3859 { + yysep3886 := !z.EncBinary() + yy2arr3886 := z.EncBasicHandle().StructToArray + var yyq3886 [4]bool + _, _, _ = yysep3886, yyq3886, yy2arr3886 + const yyr3886 bool = false + yyq3886[0] = x.Kind != "" + yyq3886[1] = x.APIVersion != "" + yyq3886[2] = true + yyq3886[3] = true + var yynn3886 int + if yyr3886 || yy2arr3886 { r.EncodeArrayStart(4) } else { - yynn3859 = 0 - for _, b := range yyq3859 { + yynn3886 = 0 + for _, b := range yyq3886 { if b { - yynn3859++ + yynn3886++ } } - r.EncodeMapStart(yynn3859) - yynn3859 = 0 + r.EncodeMapStart(yynn3886) + yynn3886 = 0 } - if yyr3859 || yy2arr3859 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3859[0] { - yym3861 := z.EncBinary() - _ = yym3861 + if yyq3886[0] { + yym3888 := z.EncBinary() + _ = yym3888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48483,23 +48717,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3859[0] { + if yyq3886[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3862 := z.EncBinary() - _ = yym3862 + yym3889 := z.EncBinary() + _ = yym3889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3859 || yy2arr3859 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3859[1] { - yym3864 := z.EncBinary() - _ = yym3864 + if yyq3886[1] { + yym3891 := z.EncBinary() + _ = yym3891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48508,53 +48742,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3859[1] { + if yyq3886[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3865 := z.EncBinary() - _ = yym3865 + yym3892 := z.EncBinary() + _ = yym3892 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3859 || yy2arr3859 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3859[2] { - yy3867 := &x.ObjectMeta - yy3867.CodecEncodeSelf(e) + if yyq3886[2] { + yy3894 := &x.ObjectMeta + yy3894.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3859[2] { + if yyq3886[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3868 := &x.ObjectMeta - yy3868.CodecEncodeSelf(e) + yy3895 := &x.ObjectMeta + yy3895.CodecEncodeSelf(e) } } - if yyr3859 || yy2arr3859 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3859[3] { - yy3870 := &x.Spec - yy3870.CodecEncodeSelf(e) + if yyq3886[3] { + yy3897 := &x.Spec + yy3897.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3859[3] { + if yyq3886[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3871 := &x.Spec - yy3871.CodecEncodeSelf(e) + yy3898 := &x.Spec + yy3898.CodecEncodeSelf(e) } } - if yyr3859 || yy2arr3859 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48567,25 +48801,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3872 := z.DecBinary() - _ = yym3872 + yym3899 := z.DecBinary() + _ = yym3899 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3873 := r.ContainerType() - if yyct3873 == codecSelferValueTypeMap1234 { - yyl3873 := r.ReadMapStart() - if yyl3873 == 0 { + yyct3900 := r.ContainerType() + if yyct3900 == codecSelferValueTypeMap1234 { + yyl3900 := r.ReadMapStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3873, d) + x.codecDecodeSelfFromMap(yyl3900, d) } - } else if yyct3873 == codecSelferValueTypeArray1234 { - yyl3873 := r.ReadArrayStart() - if yyl3873 == 0 { + } else if yyct3900 == codecSelferValueTypeArray1234 { + yyl3900 := r.ReadArrayStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3873, d) + x.codecDecodeSelfFromArray(yyl3900, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48597,12 +48831,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3874Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3874Slc - var yyhl3874 bool = l >= 0 - for yyj3874 := 0; ; yyj3874++ { - if yyhl3874 { - if yyj3874 >= l { + var yys3901Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3901Slc + var yyhl3901 bool = l >= 0 + for yyj3901 := 0; ; yyj3901++ { + if yyhl3901 { + if yyj3901 >= l { break } } else { @@ -48611,10 +48845,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3874Slc = r.DecodeBytes(yys3874Slc, true, true) - yys3874 := string(yys3874Slc) + yys3901Slc = r.DecodeBytes(yys3901Slc, true, true) + yys3901 := string(yys3901Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3874 { + switch yys3901 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48631,20 +48865,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3877 := &x.ObjectMeta - yyv3877.CodecDecodeSelf(d) + yyv3904 := &x.ObjectMeta + yyv3904.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3878 := &x.Spec - yyv3878.CodecDecodeSelf(d) + yyv3905 := &x.Spec + yyv3905.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3874) - } // end switch yys3874 - } // end for yyj3874 + z.DecStructFieldNotFound(-1, yys3901) + } // end switch yys3901 + } // end for yyj3901 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48652,16 +48886,16 @@ func (x *LimitRange) 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 yyj3906 int + var yyb3906 bool + var yyhl3906 bool = l >= 0 + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3879 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3879 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48671,13 +48905,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3879 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3879 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48687,13 +48921,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3879 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3879 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48701,16 +48935,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3882 := &x.ObjectMeta - yyv3882.CodecDecodeSelf(d) + yyv3909 := &x.ObjectMeta + yyv3909.CodecDecodeSelf(d) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3879 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3879 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48718,21 +48952,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3883 := &x.Spec - yyv3883.CodecDecodeSelf(d) + yyv3910 := &x.Spec + yyv3910.CodecDecodeSelf(d) } for { - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3879 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3879 { + if yyb3906 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3879-1, "") + z.DecStructFieldNotFound(yyj3906-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48744,37 +48978,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3884 := z.EncBinary() - _ = yym3884 + yym3911 := z.EncBinary() + _ = yym3911 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3885 := !z.EncBinary() - yy2arr3885 := z.EncBasicHandle().StructToArray - var yyq3885 [4]bool - _, _, _ = yysep3885, yyq3885, yy2arr3885 - const yyr3885 bool = false - yyq3885[0] = x.Kind != "" - yyq3885[1] = x.APIVersion != "" - yyq3885[2] = true - var yynn3885 int - if yyr3885 || yy2arr3885 { + yysep3912 := !z.EncBinary() + yy2arr3912 := z.EncBasicHandle().StructToArray + var yyq3912 [4]bool + _, _, _ = yysep3912, yyq3912, yy2arr3912 + const yyr3912 bool = false + yyq3912[0] = x.Kind != "" + yyq3912[1] = x.APIVersion != "" + yyq3912[2] = true + var yynn3912 int + if yyr3912 || yy2arr3912 { r.EncodeArrayStart(4) } else { - yynn3885 = 1 - for _, b := range yyq3885 { + yynn3912 = 1 + for _, b := range yyq3912 { if b { - yynn3885++ + yynn3912++ } } - r.EncodeMapStart(yynn3885) - yynn3885 = 0 + r.EncodeMapStart(yynn3912) + yynn3912 = 0 } - if yyr3885 || yy2arr3885 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3885[0] { - yym3887 := z.EncBinary() - _ = yym3887 + if yyq3912[0] { + yym3914 := z.EncBinary() + _ = yym3914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48783,23 +49017,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3885[0] { + if yyq3912[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3888 := z.EncBinary() - _ = yym3888 + yym3915 := z.EncBinary() + _ = yym3915 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3885 || yy2arr3885 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3885[1] { - yym3890 := z.EncBinary() - _ = yym3890 + if yyq3912[1] { + yym3917 := z.EncBinary() + _ = yym3917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48808,54 +49042,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3885[1] { + if yyq3912[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3891 := z.EncBinary() - _ = yym3891 + yym3918 := z.EncBinary() + _ = yym3918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3885 || yy2arr3885 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3885[2] { - yy3893 := &x.ListMeta - yym3894 := z.EncBinary() - _ = yym3894 + if yyq3912[2] { + yy3920 := &x.ListMeta + yym3921 := z.EncBinary() + _ = yym3921 if false { - } else if z.HasExtensions() && z.EncExt(yy3893) { + } else if z.HasExtensions() && z.EncExt(yy3920) { } else { - z.EncFallback(yy3893) + z.EncFallback(yy3920) } } else { r.EncodeNil() } } else { - if yyq3885[2] { + if yyq3912[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3895 := &x.ListMeta - yym3896 := z.EncBinary() - _ = yym3896 + yy3922 := &x.ListMeta + yym3923 := z.EncBinary() + _ = yym3923 if false { - } else if z.HasExtensions() && z.EncExt(yy3895) { + } else if z.HasExtensions() && z.EncExt(yy3922) { } else { - z.EncFallback(yy3895) + z.EncFallback(yy3922) } } } - if yyr3885 || yy2arr3885 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3898 := z.EncBinary() - _ = yym3898 + yym3925 := z.EncBinary() + _ = yym3925 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -48868,15 +49102,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3899 := z.EncBinary() - _ = yym3899 + yym3926 := z.EncBinary() + _ = yym3926 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3885 || yy2arr3885 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48889,25 +49123,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3900 := z.DecBinary() - _ = yym3900 + yym3927 := z.DecBinary() + _ = yym3927 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3901 := r.ContainerType() - if yyct3901 == codecSelferValueTypeMap1234 { - yyl3901 := r.ReadMapStart() - if yyl3901 == 0 { + yyct3928 := r.ContainerType() + if yyct3928 == codecSelferValueTypeMap1234 { + yyl3928 := r.ReadMapStart() + if yyl3928 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3901, d) + x.codecDecodeSelfFromMap(yyl3928, d) } - } else if yyct3901 == codecSelferValueTypeArray1234 { - yyl3901 := r.ReadArrayStart() - if yyl3901 == 0 { + } else if yyct3928 == codecSelferValueTypeArray1234 { + yyl3928 := r.ReadArrayStart() + if yyl3928 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3901, d) + x.codecDecodeSelfFromArray(yyl3928, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48919,12 +49153,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3902Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3902Slc - var yyhl3902 bool = l >= 0 - for yyj3902 := 0; ; yyj3902++ { - if yyhl3902 { - if yyj3902 >= l { + var yys3929Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3929Slc + var yyhl3929 bool = l >= 0 + for yyj3929 := 0; ; yyj3929++ { + if yyhl3929 { + if yyj3929 >= l { break } } else { @@ -48933,10 +49167,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3902Slc = r.DecodeBytes(yys3902Slc, true, true) - yys3902 := string(yys3902Slc) + yys3929Slc = r.DecodeBytes(yys3929Slc, true, true) + yys3929 := string(yys3929Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3902 { + switch yys3929 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48953,31 +49187,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3905 := &x.ListMeta - yym3906 := z.DecBinary() - _ = yym3906 + yyv3932 := &x.ListMeta + yym3933 := z.DecBinary() + _ = yym3933 if false { - } else if z.HasExtensions() && z.DecExt(yyv3905) { + } else if z.HasExtensions() && z.DecExt(yyv3932) { } else { - z.DecFallback(yyv3905, false) + z.DecFallback(yyv3932, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3907 := &x.Items - yym3908 := z.DecBinary() - _ = yym3908 + yyv3934 := &x.Items + yym3935 := z.DecBinary() + _ = yym3935 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3907), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3934), d) } } default: - z.DecStructFieldNotFound(-1, yys3902) - } // end switch yys3902 - } // end for yyj3902 + z.DecStructFieldNotFound(-1, yys3929) + } // end switch yys3929 + } // end for yyj3929 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48985,16 +49219,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3909 int - var yyb3909 bool - var yyhl3909 bool = l >= 0 - yyj3909++ - if yyhl3909 { - yyb3909 = yyj3909 > l + var yyj3936 int + var yyb3936 bool + var yyhl3936 bool = l >= 0 + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3909 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3909 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49004,13 +49238,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3909++ - if yyhl3909 { - yyb3909 = yyj3909 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3909 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3909 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49020,13 +49254,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3909++ - if yyhl3909 { - yyb3909 = yyj3909 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3909 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3909 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49034,22 +49268,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3912 := &x.ListMeta - yym3913 := z.DecBinary() - _ = yym3913 + yyv3939 := &x.ListMeta + yym3940 := z.DecBinary() + _ = yym3940 if false { - } else if z.HasExtensions() && z.DecExt(yyv3912) { + } else if z.HasExtensions() && z.DecExt(yyv3939) { } else { - z.DecFallback(yyv3912, false) + z.DecFallback(yyv3939, false) } } - yyj3909++ - if yyhl3909 { - yyb3909 = yyj3909 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3909 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3909 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49057,26 +49291,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3914 := &x.Items - yym3915 := z.DecBinary() - _ = yym3915 + yyv3941 := &x.Items + yym3942 := z.DecBinary() + _ = yym3942 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3914), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3941), d) } } for { - yyj3909++ - if yyhl3909 { - yyb3909 = yyj3909 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3909 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3909 { + if yyb3936 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3909-1, "") + z.DecStructFieldNotFound(yyj3936-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49085,8 +49319,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3916 := z.EncBinary() - _ = yym3916 + yym3943 := z.EncBinary() + _ = yym3943 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49098,8 +49332,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3917 := z.DecBinary() - _ = yym3917 + yym3944 := z.DecBinary() + _ = yym3944 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49114,34 +49348,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3918 := z.EncBinary() - _ = yym3918 + yym3945 := z.EncBinary() + _ = yym3945 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3919 := !z.EncBinary() - yy2arr3919 := z.EncBasicHandle().StructToArray - var yyq3919 [2]bool - _, _, _ = yysep3919, yyq3919, yy2arr3919 - const yyr3919 bool = false - yyq3919[0] = len(x.Hard) != 0 - yyq3919[1] = len(x.Scopes) != 0 - var yynn3919 int - if yyr3919 || yy2arr3919 { + yysep3946 := !z.EncBinary() + yy2arr3946 := z.EncBasicHandle().StructToArray + var yyq3946 [2]bool + _, _, _ = yysep3946, yyq3946, yy2arr3946 + const yyr3946 bool = false + yyq3946[0] = len(x.Hard) != 0 + yyq3946[1] = len(x.Scopes) != 0 + var yynn3946 int + if yyr3946 || yy2arr3946 { r.EncodeArrayStart(2) } else { - yynn3919 = 0 - for _, b := range yyq3919 { + yynn3946 = 0 + for _, b := range yyq3946 { if b { - yynn3919++ + yynn3946++ } } - r.EncodeMapStart(yynn3919) - yynn3919 = 0 + r.EncodeMapStart(yynn3946) + yynn3946 = 0 } - if yyr3919 || yy2arr3919 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3919[0] { + if yyq3946[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49151,7 +49385,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3919[0] { + if yyq3946[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49162,14 +49396,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3919 || yy2arr3919 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3919[1] { + if yyq3946[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym3922 := z.EncBinary() - _ = yym3922 + yym3949 := z.EncBinary() + _ = yym3949 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49179,15 +49413,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3919[1] { + if yyq3946[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym3923 := z.EncBinary() - _ = yym3923 + yym3950 := z.EncBinary() + _ = yym3950 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49195,7 +49429,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3919 || yy2arr3919 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49208,25 +49442,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3924 := z.DecBinary() - _ = yym3924 + yym3951 := z.DecBinary() + _ = yym3951 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3925 := r.ContainerType() - if yyct3925 == codecSelferValueTypeMap1234 { - yyl3925 := r.ReadMapStart() - if yyl3925 == 0 { + yyct3952 := r.ContainerType() + if yyct3952 == codecSelferValueTypeMap1234 { + yyl3952 := r.ReadMapStart() + if yyl3952 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3925, d) + x.codecDecodeSelfFromMap(yyl3952, d) } - } else if yyct3925 == codecSelferValueTypeArray1234 { - yyl3925 := r.ReadArrayStart() - if yyl3925 == 0 { + } else if yyct3952 == codecSelferValueTypeArray1234 { + yyl3952 := r.ReadArrayStart() + if yyl3952 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3925, d) + x.codecDecodeSelfFromArray(yyl3952, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49238,12 +49472,12 @@ func (x *ResourceQuotaSpec) 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 yys3953Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3953Slc + var yyhl3953 bool = l >= 0 + for yyj3953 := 0; ; yyj3953++ { + if yyhl3953 { + if yyj3953 >= l { break } } else { @@ -49252,33 +49486,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3926Slc = r.DecodeBytes(yys3926Slc, true, true) - yys3926 := string(yys3926Slc) + yys3953Slc = r.DecodeBytes(yys3953Slc, true, true) + yys3953 := string(yys3953Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3926 { + switch yys3953 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3927 := &x.Hard - yyv3927.CodecDecodeSelf(d) + yyv3954 := &x.Hard + yyv3954.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3928 := &x.Scopes - yym3929 := z.DecBinary() - _ = yym3929 + yyv3955 := &x.Scopes + yym3956 := z.DecBinary() + _ = yym3956 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3928), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3955), d) } } default: - z.DecStructFieldNotFound(-1, yys3926) - } // end switch yys3926 - } // end for yyj3926 + z.DecStructFieldNotFound(-1, yys3953) + } // end switch yys3953 + } // end for yyj3953 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49286,16 +49520,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3930 int - var yyb3930 bool - var yyhl3930 bool = l >= 0 - yyj3930++ - if yyhl3930 { - yyb3930 = yyj3930 > l + var yyj3957 int + var yyb3957 bool + var yyhl3957 bool = l >= 0 + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3930 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3930 { + if yyb3957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49303,16 +49537,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3931 := &x.Hard - yyv3931.CodecDecodeSelf(d) + yyv3958 := &x.Hard + yyv3958.CodecDecodeSelf(d) } - yyj3930++ - if yyhl3930 { - yyb3930 = yyj3930 > l + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3930 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3930 { + if yyb3957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49320,26 +49554,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3932 := &x.Scopes - yym3933 := z.DecBinary() - _ = yym3933 + yyv3959 := &x.Scopes + yym3960 := z.DecBinary() + _ = yym3960 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3932), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3959), d) } } for { - yyj3930++ - if yyhl3930 { - yyb3930 = yyj3930 > l + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3930 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3930 { + if yyb3957 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3930-1, "") + z.DecStructFieldNotFound(yyj3957-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49351,34 +49585,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3934 := z.EncBinary() - _ = yym3934 + yym3961 := z.EncBinary() + _ = yym3961 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3935 := !z.EncBinary() - yy2arr3935 := z.EncBasicHandle().StructToArray - var yyq3935 [2]bool - _, _, _ = yysep3935, yyq3935, yy2arr3935 - const yyr3935 bool = false - yyq3935[0] = len(x.Hard) != 0 - yyq3935[1] = len(x.Used) != 0 - var yynn3935 int - if yyr3935 || yy2arr3935 { + yysep3962 := !z.EncBinary() + yy2arr3962 := z.EncBasicHandle().StructToArray + var yyq3962 [2]bool + _, _, _ = yysep3962, yyq3962, yy2arr3962 + const yyr3962 bool = false + yyq3962[0] = len(x.Hard) != 0 + yyq3962[1] = len(x.Used) != 0 + var yynn3962 int + if yyr3962 || yy2arr3962 { r.EncodeArrayStart(2) } else { - yynn3935 = 0 - for _, b := range yyq3935 { + yynn3962 = 0 + for _, b := range yyq3962 { if b { - yynn3935++ + yynn3962++ } } - r.EncodeMapStart(yynn3935) - yynn3935 = 0 + r.EncodeMapStart(yynn3962) + yynn3962 = 0 } - if yyr3935 || yy2arr3935 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3935[0] { + if yyq3962[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49388,7 +49622,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3935[0] { + if yyq3962[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49399,9 +49633,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3935 || yy2arr3935 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3935[1] { + if yyq3962[1] { if x.Used == nil { r.EncodeNil() } else { @@ -49411,7 +49645,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3935[1] { + if yyq3962[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49422,7 +49656,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3935 || yy2arr3935 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49435,25 +49669,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3938 := z.DecBinary() - _ = yym3938 + yym3965 := z.DecBinary() + _ = yym3965 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3939 := r.ContainerType() - if yyct3939 == codecSelferValueTypeMap1234 { - yyl3939 := r.ReadMapStart() - if yyl3939 == 0 { + yyct3966 := r.ContainerType() + if yyct3966 == codecSelferValueTypeMap1234 { + yyl3966 := r.ReadMapStart() + if yyl3966 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3939, d) + x.codecDecodeSelfFromMap(yyl3966, d) } - } else if yyct3939 == codecSelferValueTypeArray1234 { - yyl3939 := r.ReadArrayStart() - if yyl3939 == 0 { + } else if yyct3966 == codecSelferValueTypeArray1234 { + yyl3966 := r.ReadArrayStart() + if yyl3966 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3939, d) + x.codecDecodeSelfFromArray(yyl3966, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49465,12 +49699,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3940Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3940Slc - var yyhl3940 bool = l >= 0 - for yyj3940 := 0; ; yyj3940++ { - if yyhl3940 { - if yyj3940 >= l { + var yys3967Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3967Slc + var yyhl3967 bool = l >= 0 + for yyj3967 := 0; ; yyj3967++ { + if yyhl3967 { + if yyj3967 >= l { break } } else { @@ -49479,28 +49713,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3940Slc = r.DecodeBytes(yys3940Slc, true, true) - yys3940 := string(yys3940Slc) + yys3967Slc = r.DecodeBytes(yys3967Slc, true, true) + yys3967 := string(yys3967Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3940 { + switch yys3967 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3941 := &x.Hard - yyv3941.CodecDecodeSelf(d) + yyv3968 := &x.Hard + yyv3968.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3942 := &x.Used - yyv3942.CodecDecodeSelf(d) + yyv3969 := &x.Used + yyv3969.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3940) - } // end switch yys3940 - } // end for yyj3940 + z.DecStructFieldNotFound(-1, yys3967) + } // end switch yys3967 + } // end for yyj3967 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49508,16 +49742,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3943 int - var yyb3943 bool - var yyhl3943 bool = l >= 0 - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + var yyj3970 int + var yyb3970 bool + var yyhl3970 bool = l >= 0 + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3943 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3943 { + if yyb3970 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49525,16 +49759,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3944 := &x.Hard - yyv3944.CodecDecodeSelf(d) + yyv3971 := &x.Hard + yyv3971.CodecDecodeSelf(d) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3943 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3943 { + if yyb3970 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49542,21 +49776,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3945 := &x.Used - yyv3945.CodecDecodeSelf(d) + yyv3972 := &x.Used + yyv3972.CodecDecodeSelf(d) } for { - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3943 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3943 { + if yyb3970 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3943-1, "") + z.DecStructFieldNotFound(yyj3970-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49568,39 +49802,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3946 := z.EncBinary() - _ = yym3946 + yym3973 := z.EncBinary() + _ = yym3973 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3947 := !z.EncBinary() - yy2arr3947 := z.EncBasicHandle().StructToArray - var yyq3947 [5]bool - _, _, _ = yysep3947, yyq3947, yy2arr3947 - const yyr3947 bool = false - yyq3947[0] = x.Kind != "" - yyq3947[1] = x.APIVersion != "" - yyq3947[2] = true - yyq3947[3] = true - yyq3947[4] = true - var yynn3947 int - if yyr3947 || yy2arr3947 { + yysep3974 := !z.EncBinary() + yy2arr3974 := z.EncBasicHandle().StructToArray + var yyq3974 [5]bool + _, _, _ = yysep3974, yyq3974, yy2arr3974 + const yyr3974 bool = false + yyq3974[0] = x.Kind != "" + yyq3974[1] = x.APIVersion != "" + yyq3974[2] = true + yyq3974[3] = true + yyq3974[4] = true + var yynn3974 int + if yyr3974 || yy2arr3974 { r.EncodeArrayStart(5) } else { - yynn3947 = 0 - for _, b := range yyq3947 { + yynn3974 = 0 + for _, b := range yyq3974 { if b { - yynn3947++ + yynn3974++ } } - r.EncodeMapStart(yynn3947) - yynn3947 = 0 + r.EncodeMapStart(yynn3974) + yynn3974 = 0 } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3947[0] { - yym3949 := z.EncBinary() - _ = yym3949 + if yyq3974[0] { + yym3976 := z.EncBinary() + _ = yym3976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49609,23 +49843,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3947[0] { + if yyq3974[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3950 := z.EncBinary() - _ = yym3950 + yym3977 := z.EncBinary() + _ = yym3977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3947[1] { - yym3952 := z.EncBinary() - _ = yym3952 + if yyq3974[1] { + yym3979 := z.EncBinary() + _ = yym3979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49634,70 +49868,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3947[1] { + if yyq3974[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3953 := z.EncBinary() - _ = yym3953 + yym3980 := z.EncBinary() + _ = yym3980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3947[2] { - yy3955 := &x.ObjectMeta - yy3955.CodecEncodeSelf(e) + if yyq3974[2] { + yy3982 := &x.ObjectMeta + yy3982.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3947[2] { + if yyq3974[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3956 := &x.ObjectMeta - yy3956.CodecEncodeSelf(e) + yy3983 := &x.ObjectMeta + yy3983.CodecEncodeSelf(e) } } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3947[3] { - yy3958 := &x.Spec - yy3958.CodecEncodeSelf(e) + if yyq3974[3] { + yy3985 := &x.Spec + yy3985.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3947[3] { + if yyq3974[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3959 := &x.Spec - yy3959.CodecEncodeSelf(e) + yy3986 := &x.Spec + yy3986.CodecEncodeSelf(e) } } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3947[4] { - yy3961 := &x.Status - yy3961.CodecEncodeSelf(e) + if yyq3974[4] { + yy3988 := &x.Status + yy3988.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3947[4] { + if yyq3974[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3962 := &x.Status - yy3962.CodecEncodeSelf(e) + yy3989 := &x.Status + yy3989.CodecEncodeSelf(e) } } - if yyr3947 || yy2arr3947 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49710,25 +49944,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3963 := z.DecBinary() - _ = yym3963 + yym3990 := z.DecBinary() + _ = yym3990 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3964 := r.ContainerType() - if yyct3964 == codecSelferValueTypeMap1234 { - yyl3964 := r.ReadMapStart() - if yyl3964 == 0 { + yyct3991 := r.ContainerType() + if yyct3991 == codecSelferValueTypeMap1234 { + yyl3991 := r.ReadMapStart() + if yyl3991 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3964, d) + x.codecDecodeSelfFromMap(yyl3991, d) } - } else if yyct3964 == codecSelferValueTypeArray1234 { - yyl3964 := r.ReadArrayStart() - if yyl3964 == 0 { + } else if yyct3991 == codecSelferValueTypeArray1234 { + yyl3991 := r.ReadArrayStart() + if yyl3991 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3964, d) + x.codecDecodeSelfFromArray(yyl3991, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49740,12 +49974,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3965Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3965Slc - var yyhl3965 bool = l >= 0 - for yyj3965 := 0; ; yyj3965++ { - if yyhl3965 { - if yyj3965 >= l { + var yys3992Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3992Slc + var yyhl3992 bool = l >= 0 + for yyj3992 := 0; ; yyj3992++ { + if yyhl3992 { + if yyj3992 >= l { break } } else { @@ -49754,10 +49988,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3965Slc = r.DecodeBytes(yys3965Slc, true, true) - yys3965 := string(yys3965Slc) + yys3992Slc = r.DecodeBytes(yys3992Slc, true, true) + yys3992 := string(yys3992Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3965 { + switch yys3992 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49774,27 +50008,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3968 := &x.ObjectMeta - yyv3968.CodecDecodeSelf(d) + yyv3995 := &x.ObjectMeta + yyv3995.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3969 := &x.Spec - yyv3969.CodecDecodeSelf(d) + yyv3996 := &x.Spec + yyv3996.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3970 := &x.Status - yyv3970.CodecDecodeSelf(d) + yyv3997 := &x.Status + yyv3997.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3965) - } // end switch yys3965 - } // end for yyj3965 + z.DecStructFieldNotFound(-1, yys3992) + } // end switch yys3992 + } // end for yyj3992 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49802,16 +50036,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3971 int - var yyb3971 bool - var yyhl3971 bool = l >= 0 - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + var yyj3998 int + var yyb3998 bool + var yyhl3998 bool = l >= 0 + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49821,13 +50055,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49837,13 +50071,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49851,16 +50085,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3974 := &x.ObjectMeta - yyv3974.CodecDecodeSelf(d) + yyv4001 := &x.ObjectMeta + yyv4001.CodecDecodeSelf(d) } - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49868,16 +50102,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3975 := &x.Spec - yyv3975.CodecDecodeSelf(d) + yyv4002 := &x.Spec + yyv4002.CodecDecodeSelf(d) } - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49885,21 +50119,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3976 := &x.Status - yyv3976.CodecDecodeSelf(d) + yyv4003 := &x.Status + yyv4003.CodecDecodeSelf(d) } for { - yyj3971++ - if yyhl3971 { - yyb3971 = yyj3971 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3971 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3971 { + if yyb3998 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3971-1, "") + z.DecStructFieldNotFound(yyj3998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49911,37 +50145,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3977 := z.EncBinary() - _ = yym3977 + yym4004 := z.EncBinary() + _ = yym4004 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3978 := !z.EncBinary() - yy2arr3978 := z.EncBasicHandle().StructToArray - var yyq3978 [4]bool - _, _, _ = yysep3978, yyq3978, yy2arr3978 - const yyr3978 bool = false - yyq3978[0] = x.Kind != "" - yyq3978[1] = x.APIVersion != "" - yyq3978[2] = true - var yynn3978 int - if yyr3978 || yy2arr3978 { + yysep4005 := !z.EncBinary() + yy2arr4005 := z.EncBasicHandle().StructToArray + var yyq4005 [4]bool + _, _, _ = yysep4005, yyq4005, yy2arr4005 + const yyr4005 bool = false + yyq4005[0] = x.Kind != "" + yyq4005[1] = x.APIVersion != "" + yyq4005[2] = true + var yynn4005 int + if yyr4005 || yy2arr4005 { r.EncodeArrayStart(4) } else { - yynn3978 = 1 - for _, b := range yyq3978 { + yynn4005 = 1 + for _, b := range yyq4005 { if b { - yynn3978++ + yynn4005++ } } - r.EncodeMapStart(yynn3978) - yynn3978 = 0 + r.EncodeMapStart(yynn4005) + yynn4005 = 0 } - if yyr3978 || yy2arr3978 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3978[0] { - yym3980 := z.EncBinary() - _ = yym3980 + if yyq4005[0] { + yym4007 := z.EncBinary() + _ = yym4007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49950,23 +50184,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3978[0] { + if yyq4005[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3981 := z.EncBinary() - _ = yym3981 + yym4008 := z.EncBinary() + _ = yym4008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3978 || yy2arr3978 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3978[1] { - yym3983 := z.EncBinary() - _ = yym3983 + if yyq4005[1] { + yym4010 := z.EncBinary() + _ = yym4010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49975,54 +50209,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3978[1] { + if yyq4005[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3984 := z.EncBinary() - _ = yym3984 + yym4011 := z.EncBinary() + _ = yym4011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3978 || yy2arr3978 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3978[2] { - yy3986 := &x.ListMeta - yym3987 := z.EncBinary() - _ = yym3987 + if yyq4005[2] { + yy4013 := &x.ListMeta + yym4014 := z.EncBinary() + _ = yym4014 if false { - } else if z.HasExtensions() && z.EncExt(yy3986) { + } else if z.HasExtensions() && z.EncExt(yy4013) { } else { - z.EncFallback(yy3986) + z.EncFallback(yy4013) } } else { r.EncodeNil() } } else { - if yyq3978[2] { + if yyq4005[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3988 := &x.ListMeta - yym3989 := z.EncBinary() - _ = yym3989 + yy4015 := &x.ListMeta + yym4016 := z.EncBinary() + _ = yym4016 if false { - } else if z.HasExtensions() && z.EncExt(yy3988) { + } else if z.HasExtensions() && z.EncExt(yy4015) { } else { - z.EncFallback(yy3988) + z.EncFallback(yy4015) } } } - if yyr3978 || yy2arr3978 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3991 := z.EncBinary() - _ = yym3991 + yym4018 := z.EncBinary() + _ = yym4018 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -50035,15 +50269,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3992 := z.EncBinary() - _ = yym3992 + yym4019 := z.EncBinary() + _ = yym4019 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr3978 || yy2arr3978 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50056,25 +50290,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3993 := z.DecBinary() - _ = yym3993 + yym4020 := z.DecBinary() + _ = yym4020 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3994 := r.ContainerType() - if yyct3994 == codecSelferValueTypeMap1234 { - yyl3994 := r.ReadMapStart() - if yyl3994 == 0 { + yyct4021 := r.ContainerType() + if yyct4021 == codecSelferValueTypeMap1234 { + yyl4021 := r.ReadMapStart() + if yyl4021 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3994, d) + x.codecDecodeSelfFromMap(yyl4021, d) } - } else if yyct3994 == codecSelferValueTypeArray1234 { - yyl3994 := r.ReadArrayStart() - if yyl3994 == 0 { + } else if yyct4021 == codecSelferValueTypeArray1234 { + yyl4021 := r.ReadArrayStart() + if yyl4021 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3994, d) + x.codecDecodeSelfFromArray(yyl4021, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50086,12 +50320,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3995Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3995Slc - var yyhl3995 bool = l >= 0 - for yyj3995 := 0; ; yyj3995++ { - if yyhl3995 { - if yyj3995 >= l { + var yys4022Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4022Slc + var yyhl4022 bool = l >= 0 + for yyj4022 := 0; ; yyj4022++ { + if yyhl4022 { + if yyj4022 >= l { break } } else { @@ -50100,10 +50334,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3995Slc = r.DecodeBytes(yys3995Slc, true, true) - yys3995 := string(yys3995Slc) + yys4022Slc = r.DecodeBytes(yys4022Slc, true, true) + yys4022 := string(yys4022Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3995 { + switch yys4022 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50120,31 +50354,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3998 := &x.ListMeta - yym3999 := z.DecBinary() - _ = yym3999 + yyv4025 := &x.ListMeta + yym4026 := z.DecBinary() + _ = yym4026 if false { - } else if z.HasExtensions() && z.DecExt(yyv3998) { + } else if z.HasExtensions() && z.DecExt(yyv4025) { } else { - z.DecFallback(yyv3998, false) + z.DecFallback(yyv4025, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4000 := &x.Items - yym4001 := z.DecBinary() - _ = yym4001 + yyv4027 := &x.Items + yym4028 := z.DecBinary() + _ = yym4028 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4000), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4027), d) } } default: - z.DecStructFieldNotFound(-1, yys3995) - } // end switch yys3995 - } // end for yyj3995 + z.DecStructFieldNotFound(-1, yys4022) + } // end switch yys4022 + } // end for yyj4022 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50152,16 +50386,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4002 int - var yyb4002 bool - var yyhl4002 bool = l >= 0 - yyj4002++ - if yyhl4002 { - yyb4002 = yyj4002 > l + var yyj4029 int + var yyb4029 bool + var yyhl4029 bool = l >= 0 + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4002 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4002 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50171,13 +50405,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4002++ - if yyhl4002 { - yyb4002 = yyj4002 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4002 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4002 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50187,13 +50421,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4002++ - if yyhl4002 { - yyb4002 = yyj4002 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4002 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4002 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50201,22 +50435,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4005 := &x.ListMeta - yym4006 := z.DecBinary() - _ = yym4006 + yyv4032 := &x.ListMeta + yym4033 := z.DecBinary() + _ = yym4033 if false { - } else if z.HasExtensions() && z.DecExt(yyv4005) { + } else if z.HasExtensions() && z.DecExt(yyv4032) { } else { - z.DecFallback(yyv4005, false) + z.DecFallback(yyv4032, false) } } - yyj4002++ - if yyhl4002 { - yyb4002 = yyj4002 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4002 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4002 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50224,26 +50458,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4007 := &x.Items - yym4008 := z.DecBinary() - _ = yym4008 + yyv4034 := &x.Items + yym4035 := z.DecBinary() + _ = yym4035 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4007), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4034), d) } } for { - yyj4002++ - if yyhl4002 { - yyb4002 = yyj4002 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4002 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4002 { + if yyb4029 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4002-1, "") + z.DecStructFieldNotFound(yyj4029-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50255,40 +50489,40 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4009 := z.EncBinary() - _ = yym4009 + yym4036 := z.EncBinary() + _ = yym4036 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4010 := !z.EncBinary() - yy2arr4010 := z.EncBasicHandle().StructToArray - var yyq4010 [6]bool - _, _, _ = yysep4010, yyq4010, yy2arr4010 - const yyr4010 bool = false - yyq4010[0] = x.Kind != "" - yyq4010[1] = x.APIVersion != "" - yyq4010[2] = true - yyq4010[3] = len(x.Data) != 0 - yyq4010[4] = len(x.StringData) != 0 - yyq4010[5] = x.Type != "" - var yynn4010 int - if yyr4010 || yy2arr4010 { + yysep4037 := !z.EncBinary() + yy2arr4037 := z.EncBasicHandle().StructToArray + var yyq4037 [6]bool + _, _, _ = yysep4037, yyq4037, yy2arr4037 + const yyr4037 bool = false + yyq4037[0] = x.Kind != "" + yyq4037[1] = x.APIVersion != "" + yyq4037[2] = true + yyq4037[3] = len(x.Data) != 0 + yyq4037[4] = len(x.StringData) != 0 + yyq4037[5] = x.Type != "" + var yynn4037 int + if yyr4037 || yy2arr4037 { r.EncodeArrayStart(6) } else { - yynn4010 = 0 - for _, b := range yyq4010 { + yynn4037 = 0 + for _, b := range yyq4037 { if b { - yynn4010++ + yynn4037++ } } - r.EncodeMapStart(yynn4010) - yynn4010 = 0 + r.EncodeMapStart(yynn4037) + yynn4037 = 0 } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[0] { - yym4012 := z.EncBinary() - _ = yym4012 + if yyq4037[0] { + yym4039 := z.EncBinary() + _ = yym4039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50297,23 +50531,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4010[0] { + if yyq4037[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4013 := z.EncBinary() - _ = yym4013 + yym4040 := z.EncBinary() + _ = yym4040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[1] { - yym4015 := z.EncBinary() - _ = yym4015 + if yyq4037[1] { + yym4042 := z.EncBinary() + _ = yym4042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50322,43 +50556,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4010[1] { + if yyq4037[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4016 := z.EncBinary() - _ = yym4016 + yym4043 := z.EncBinary() + _ = yym4043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[2] { - yy4018 := &x.ObjectMeta - yy4018.CodecEncodeSelf(e) + if yyq4037[2] { + yy4045 := &x.ObjectMeta + yy4045.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4010[2] { + if yyq4037[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4019 := &x.ObjectMeta - yy4019.CodecEncodeSelf(e) + yy4046 := &x.ObjectMeta + yy4046.CodecEncodeSelf(e) } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[3] { + if yyq4037[3] { if x.Data == nil { r.EncodeNil() } else { - yym4021 := z.EncBinary() - _ = yym4021 + yym4048 := z.EncBinary() + _ = yym4048 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50368,15 +50602,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4010[3] { + if yyq4037[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4022 := z.EncBinary() - _ = yym4022 + yym4049 := z.EncBinary() + _ = yym4049 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50384,14 +50618,14 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[4] { + if yyq4037[4] { if x.StringData == nil { r.EncodeNil() } else { - yym4024 := z.EncBinary() - _ = yym4024 + yym4051 := z.EncBinary() + _ = yym4051 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -50401,15 +50635,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4010[4] { + if yyq4037[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stringData")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StringData == nil { r.EncodeNil() } else { - yym4025 := z.EncBinary() - _ = yym4025 + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -50417,22 +50651,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[5] { + if yyq4037[5] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4010[5] { + if yyq4037[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4010 || yy2arr4010 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50445,25 +50679,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4027 := z.DecBinary() - _ = yym4027 + yym4054 := z.DecBinary() + _ = yym4054 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4028 := r.ContainerType() - if yyct4028 == codecSelferValueTypeMap1234 { - yyl4028 := r.ReadMapStart() - if yyl4028 == 0 { + yyct4055 := r.ContainerType() + if yyct4055 == codecSelferValueTypeMap1234 { + yyl4055 := r.ReadMapStart() + if yyl4055 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4028, d) + x.codecDecodeSelfFromMap(yyl4055, d) } - } else if yyct4028 == codecSelferValueTypeArray1234 { - yyl4028 := r.ReadArrayStart() - if yyl4028 == 0 { + } else if yyct4055 == codecSelferValueTypeArray1234 { + yyl4055 := r.ReadArrayStart() + if yyl4055 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4028, d) + x.codecDecodeSelfFromArray(yyl4055, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50475,12 +50709,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4029Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4029Slc - var yyhl4029 bool = l >= 0 - for yyj4029 := 0; ; yyj4029++ { - if yyhl4029 { - if yyj4029 >= 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 { @@ -50489,10 +50723,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4029Slc = r.DecodeBytes(yys4029Slc, true, true) - yys4029 := string(yys4029Slc) + yys4056Slc = r.DecodeBytes(yys4056Slc, true, true) + yys4056 := string(yys4056Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4029 { + switch yys4056 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50509,31 +50743,31 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4032 := &x.ObjectMeta - yyv4032.CodecDecodeSelf(d) + yyv4059 := &x.ObjectMeta + yyv4059.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4033 := &x.Data - yym4034 := z.DecBinary() - _ = yym4034 + yyv4060 := &x.Data + yym4061 := z.DecBinary() + _ = yym4061 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4033), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4060), d) } } case "stringData": if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4035 := &x.StringData - yym4036 := z.DecBinary() - _ = yym4036 + yyv4062 := &x.StringData + yym4063 := z.DecBinary() + _ = yym4063 if false { } else { - z.F.DecMapStringStringX(yyv4035, false, d) + z.F.DecMapStringStringX(yyv4062, false, d) } } case "type": @@ -50543,9 +50777,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4029) - } // end switch yys4029 - } // end for yyj4029 + z.DecStructFieldNotFound(-1, yys4056) + } // end switch yys4056 + } // end for yyj4056 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50553,16 +50787,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4038 int - var yyb4038 bool - var yyhl4038 bool = l >= 0 - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + var yyj4065 int + var yyb4065 bool + var yyhl4065 bool = l >= 0 + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50572,13 +50806,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50588,13 +50822,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50602,16 +50836,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4041 := &x.ObjectMeta - yyv4041.CodecDecodeSelf(d) + yyv4068 := &x.ObjectMeta + yyv4068.CodecDecodeSelf(d) } - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50619,21 +50853,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4042 := &x.Data - yym4043 := z.DecBinary() - _ = yym4043 + yyv4069 := &x.Data + yym4070 := z.DecBinary() + _ = yym4070 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4042), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4069), d) } } - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50641,21 +50875,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4044 := &x.StringData - yym4045 := z.DecBinary() - _ = yym4045 + yyv4071 := &x.StringData + yym4072 := z.DecBinary() + _ = yym4072 if false { } else { - z.F.DecMapStringStringX(yyv4044, false, d) + z.F.DecMapStringStringX(yyv4071, false, d) } } - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50666,17 +50900,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4038++ - if yyhl4038 { - yyb4038 = yyj4038 > l + yyj4065++ + if yyhl4065 { + yyb4065 = yyj4065 > l } else { - yyb4038 = r.CheckBreak() + yyb4065 = r.CheckBreak() } - if yyb4038 { + if yyb4065 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4038-1, "") + z.DecStructFieldNotFound(yyj4065-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50685,8 +50919,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4047 := z.EncBinary() - _ = yym4047 + yym4074 := z.EncBinary() + _ = yym4074 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50698,8 +50932,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4048 := z.DecBinary() - _ = yym4048 + yym4075 := z.DecBinary() + _ = yym4075 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50714,37 +50948,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4049 := z.EncBinary() - _ = yym4049 + yym4076 := z.EncBinary() + _ = yym4076 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4050 := !z.EncBinary() - yy2arr4050 := z.EncBasicHandle().StructToArray - var yyq4050 [4]bool - _, _, _ = yysep4050, yyq4050, yy2arr4050 - const yyr4050 bool = false - yyq4050[0] = x.Kind != "" - yyq4050[1] = x.APIVersion != "" - yyq4050[2] = true - var yynn4050 int - if yyr4050 || yy2arr4050 { + yysep4077 := !z.EncBinary() + yy2arr4077 := z.EncBasicHandle().StructToArray + var yyq4077 [4]bool + _, _, _ = yysep4077, yyq4077, yy2arr4077 + const yyr4077 bool = false + yyq4077[0] = x.Kind != "" + yyq4077[1] = x.APIVersion != "" + yyq4077[2] = true + var yynn4077 int + if yyr4077 || yy2arr4077 { r.EncodeArrayStart(4) } else { - yynn4050 = 1 - for _, b := range yyq4050 { + yynn4077 = 1 + for _, b := range yyq4077 { if b { - yynn4050++ + yynn4077++ } } - r.EncodeMapStart(yynn4050) - yynn4050 = 0 + r.EncodeMapStart(yynn4077) + yynn4077 = 0 } - if yyr4050 || yy2arr4050 { + if yyr4077 || yy2arr4077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4050[0] { - yym4052 := z.EncBinary() - _ = yym4052 + if yyq4077[0] { + yym4079 := z.EncBinary() + _ = yym4079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50753,23 +50987,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4050[0] { + if yyq4077[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4053 := z.EncBinary() - _ = yym4053 + yym4080 := z.EncBinary() + _ = yym4080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4050 || yy2arr4050 { + if yyr4077 || yy2arr4077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4050[1] { - yym4055 := z.EncBinary() - _ = yym4055 + if yyq4077[1] { + yym4082 := z.EncBinary() + _ = yym4082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50778,54 +51012,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4050[1] { + if yyq4077[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4056 := z.EncBinary() - _ = yym4056 + yym4083 := z.EncBinary() + _ = yym4083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4050 || yy2arr4050 { + if yyr4077 || yy2arr4077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4050[2] { - yy4058 := &x.ListMeta - yym4059 := z.EncBinary() - _ = yym4059 + if yyq4077[2] { + yy4085 := &x.ListMeta + yym4086 := z.EncBinary() + _ = yym4086 if false { - } else if z.HasExtensions() && z.EncExt(yy4058) { + } else if z.HasExtensions() && z.EncExt(yy4085) { } else { - z.EncFallback(yy4058) + z.EncFallback(yy4085) } } else { r.EncodeNil() } } else { - if yyq4050[2] { + if yyq4077[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4060 := &x.ListMeta - yym4061 := z.EncBinary() - _ = yym4061 + yy4087 := &x.ListMeta + yym4088 := z.EncBinary() + _ = yym4088 if false { - } else if z.HasExtensions() && z.EncExt(yy4060) { + } else if z.HasExtensions() && z.EncExt(yy4087) { } else { - z.EncFallback(yy4060) + z.EncFallback(yy4087) } } } - if yyr4050 || yy2arr4050 { + if yyr4077 || yy2arr4077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4063 := z.EncBinary() - _ = yym4063 + yym4090 := z.EncBinary() + _ = yym4090 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -50838,15 +51072,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4064 := z.EncBinary() - _ = yym4064 + yym4091 := z.EncBinary() + _ = yym4091 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4050 || yy2arr4050 { + if yyr4077 || yy2arr4077 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50859,25 +51093,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4065 := z.DecBinary() - _ = yym4065 + yym4092 := z.DecBinary() + _ = yym4092 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4066 := r.ContainerType() - if yyct4066 == codecSelferValueTypeMap1234 { - yyl4066 := r.ReadMapStart() - if yyl4066 == 0 { + yyct4093 := r.ContainerType() + if yyct4093 == codecSelferValueTypeMap1234 { + yyl4093 := r.ReadMapStart() + if yyl4093 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4066, d) + x.codecDecodeSelfFromMap(yyl4093, d) } - } else if yyct4066 == codecSelferValueTypeArray1234 { - yyl4066 := r.ReadArrayStart() - if yyl4066 == 0 { + } else if yyct4093 == codecSelferValueTypeArray1234 { + yyl4093 := r.ReadArrayStart() + if yyl4093 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4066, d) + x.codecDecodeSelfFromArray(yyl4093, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50889,12 +51123,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4067Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4067Slc - var yyhl4067 bool = l >= 0 - for yyj4067 := 0; ; yyj4067++ { - if yyhl4067 { - if yyj4067 >= l { + var yys4094Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4094Slc + var yyhl4094 bool = l >= 0 + for yyj4094 := 0; ; yyj4094++ { + if yyhl4094 { + if yyj4094 >= l { break } } else { @@ -50903,10 +51137,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4067Slc = r.DecodeBytes(yys4067Slc, true, true) - yys4067 := string(yys4067Slc) + yys4094Slc = r.DecodeBytes(yys4094Slc, true, true) + yys4094 := string(yys4094Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4067 { + switch yys4094 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50923,31 +51157,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4070 := &x.ListMeta - yym4071 := z.DecBinary() - _ = yym4071 + yyv4097 := &x.ListMeta + yym4098 := z.DecBinary() + _ = yym4098 if false { - } else if z.HasExtensions() && z.DecExt(yyv4070) { + } else if z.HasExtensions() && z.DecExt(yyv4097) { } else { - z.DecFallback(yyv4070, false) + z.DecFallback(yyv4097, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4072 := &x.Items - yym4073 := z.DecBinary() - _ = yym4073 + yyv4099 := &x.Items + yym4100 := z.DecBinary() + _ = yym4100 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4072), d) + h.decSliceSecret((*[]Secret)(yyv4099), d) } } default: - z.DecStructFieldNotFound(-1, yys4067) - } // end switch yys4067 - } // end for yyj4067 + z.DecStructFieldNotFound(-1, yys4094) + } // end switch yys4094 + } // end for yyj4094 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50955,16 +51189,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4074 int - var yyb4074 bool - var yyhl4074 bool = l >= 0 - yyj4074++ - if yyhl4074 { - yyb4074 = yyj4074 > l + var yyj4101 int + var yyb4101 bool + var yyhl4101 bool = l >= 0 + yyj4101++ + if yyhl4101 { + yyb4101 = yyj4101 > l } else { - yyb4074 = r.CheckBreak() + yyb4101 = r.CheckBreak() } - if yyb4074 { + if yyb4101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50974,13 +51208,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4074++ - if yyhl4074 { - yyb4074 = yyj4074 > l + yyj4101++ + if yyhl4101 { + yyb4101 = yyj4101 > l } else { - yyb4074 = r.CheckBreak() + yyb4101 = r.CheckBreak() } - if yyb4074 { + if yyb4101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50990,13 +51224,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4074++ - if yyhl4074 { - yyb4074 = yyj4074 > l + yyj4101++ + if yyhl4101 { + yyb4101 = yyj4101 > l } else { - yyb4074 = r.CheckBreak() + yyb4101 = r.CheckBreak() } - if yyb4074 { + if yyb4101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51004,22 +51238,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4077 := &x.ListMeta - yym4078 := z.DecBinary() - _ = yym4078 + yyv4104 := &x.ListMeta + yym4105 := z.DecBinary() + _ = yym4105 if false { - } else if z.HasExtensions() && z.DecExt(yyv4077) { + } else if z.HasExtensions() && z.DecExt(yyv4104) { } else { - z.DecFallback(yyv4077, false) + z.DecFallback(yyv4104, false) } } - yyj4074++ - if yyhl4074 { - yyb4074 = yyj4074 > l + yyj4101++ + if yyhl4101 { + yyb4101 = yyj4101 > l } else { - yyb4074 = r.CheckBreak() + yyb4101 = r.CheckBreak() } - if yyb4074 { + if yyb4101 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51027,26 +51261,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4079 := &x.Items - yym4080 := z.DecBinary() - _ = yym4080 + yyv4106 := &x.Items + yym4107 := z.DecBinary() + _ = yym4107 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4079), d) + h.decSliceSecret((*[]Secret)(yyv4106), d) } } for { - yyj4074++ - if yyhl4074 { - yyb4074 = yyj4074 > l + yyj4101++ + if yyhl4101 { + yyb4101 = yyj4101 > l } else { - yyb4074 = r.CheckBreak() + yyb4101 = r.CheckBreak() } - if yyb4074 { + if yyb4101 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4074-1, "") + z.DecStructFieldNotFound(yyj4101-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51058,38 +51292,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4081 := z.EncBinary() - _ = yym4081 + yym4108 := z.EncBinary() + _ = yym4108 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4082 := !z.EncBinary() - yy2arr4082 := z.EncBasicHandle().StructToArray - var yyq4082 [4]bool - _, _, _ = yysep4082, yyq4082, yy2arr4082 - const yyr4082 bool = false - yyq4082[0] = x.Kind != "" - yyq4082[1] = x.APIVersion != "" - yyq4082[2] = true - yyq4082[3] = len(x.Data) != 0 - var yynn4082 int - if yyr4082 || yy2arr4082 { + yysep4109 := !z.EncBinary() + yy2arr4109 := z.EncBasicHandle().StructToArray + var yyq4109 [4]bool + _, _, _ = yysep4109, yyq4109, yy2arr4109 + const yyr4109 bool = false + yyq4109[0] = x.Kind != "" + yyq4109[1] = x.APIVersion != "" + yyq4109[2] = true + yyq4109[3] = len(x.Data) != 0 + var yynn4109 int + if yyr4109 || yy2arr4109 { r.EncodeArrayStart(4) } else { - yynn4082 = 0 - for _, b := range yyq4082 { + yynn4109 = 0 + for _, b := range yyq4109 { if b { - yynn4082++ + yynn4109++ } } - r.EncodeMapStart(yynn4082) - yynn4082 = 0 + r.EncodeMapStart(yynn4109) + yynn4109 = 0 } - if yyr4082 || yy2arr4082 { + if yyr4109 || yy2arr4109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4082[0] { - yym4084 := z.EncBinary() - _ = yym4084 + if yyq4109[0] { + yym4111 := z.EncBinary() + _ = yym4111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51098,23 +51332,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4082[0] { + if yyq4109[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4085 := z.EncBinary() - _ = yym4085 + yym4112 := z.EncBinary() + _ = yym4112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4082 || yy2arr4082 { + if yyr4109 || yy2arr4109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4082[1] { - yym4087 := z.EncBinary() - _ = yym4087 + if yyq4109[1] { + yym4114 := z.EncBinary() + _ = yym4114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51123,43 +51357,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4082[1] { + if yyq4109[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4088 := z.EncBinary() - _ = yym4088 + yym4115 := z.EncBinary() + _ = yym4115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4082 || yy2arr4082 { + if yyr4109 || yy2arr4109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4082[2] { - yy4090 := &x.ObjectMeta - yy4090.CodecEncodeSelf(e) + if yyq4109[2] { + yy4117 := &x.ObjectMeta + yy4117.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4082[2] { + if yyq4109[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4091 := &x.ObjectMeta - yy4091.CodecEncodeSelf(e) + yy4118 := &x.ObjectMeta + yy4118.CodecEncodeSelf(e) } } - if yyr4082 || yy2arr4082 { + if yyr4109 || yy2arr4109 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4082[3] { + if yyq4109[3] { if x.Data == nil { r.EncodeNil() } else { - yym4093 := z.EncBinary() - _ = yym4093 + yym4120 := z.EncBinary() + _ = yym4120 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51169,15 +51403,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4082[3] { + if yyq4109[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4094 := z.EncBinary() - _ = yym4094 + yym4121 := z.EncBinary() + _ = yym4121 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51185,7 +51419,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4082 || yy2arr4082 { + if yyr4109 || yy2arr4109 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51198,25 +51432,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4095 := z.DecBinary() - _ = yym4095 + yym4122 := z.DecBinary() + _ = yym4122 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4096 := r.ContainerType() - if yyct4096 == codecSelferValueTypeMap1234 { - yyl4096 := r.ReadMapStart() - if yyl4096 == 0 { + yyct4123 := r.ContainerType() + if yyct4123 == codecSelferValueTypeMap1234 { + yyl4123 := r.ReadMapStart() + if yyl4123 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4096, d) + x.codecDecodeSelfFromMap(yyl4123, d) } - } else if yyct4096 == codecSelferValueTypeArray1234 { - yyl4096 := r.ReadArrayStart() - if yyl4096 == 0 { + } else if yyct4123 == codecSelferValueTypeArray1234 { + yyl4123 := r.ReadArrayStart() + if yyl4123 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4096, d) + x.codecDecodeSelfFromArray(yyl4123, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51228,12 +51462,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4097Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4097Slc - var yyhl4097 bool = l >= 0 - for yyj4097 := 0; ; yyj4097++ { - if yyhl4097 { - if yyj4097 >= l { + var yys4124Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4124Slc + var yyhl4124 bool = l >= 0 + for yyj4124 := 0; ; yyj4124++ { + if yyhl4124 { + if yyj4124 >= l { break } } else { @@ -51242,10 +51476,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4097Slc = r.DecodeBytes(yys4097Slc, true, true) - yys4097 := string(yys4097Slc) + yys4124Slc = r.DecodeBytes(yys4124Slc, true, true) + yys4124 := string(yys4124Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4097 { + switch yys4124 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51262,25 +51496,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4100 := &x.ObjectMeta - yyv4100.CodecDecodeSelf(d) + yyv4127 := &x.ObjectMeta + yyv4127.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4101 := &x.Data - yym4102 := z.DecBinary() - _ = yym4102 + yyv4128 := &x.Data + yym4129 := z.DecBinary() + _ = yym4129 if false { } else { - z.F.DecMapStringStringX(yyv4101, false, d) + z.F.DecMapStringStringX(yyv4128, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4097) - } // end switch yys4097 - } // end for yyj4097 + z.DecStructFieldNotFound(-1, yys4124) + } // end switch yys4124 + } // end for yyj4124 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51288,16 +51522,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4103 int - var yyb4103 bool - var yyhl4103 bool = l >= 0 - yyj4103++ - if yyhl4103 { - yyb4103 = yyj4103 > l + var yyj4130 int + var yyb4130 bool + var yyhl4130 bool = l >= 0 + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l } else { - yyb4103 = r.CheckBreak() + yyb4130 = r.CheckBreak() } - if yyb4103 { + if yyb4130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51307,13 +51541,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4103++ - if yyhl4103 { - yyb4103 = yyj4103 > l + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l } else { - yyb4103 = r.CheckBreak() + yyb4130 = r.CheckBreak() } - if yyb4103 { + if yyb4130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51323,13 +51557,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4103++ - if yyhl4103 { - yyb4103 = yyj4103 > l + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l } else { - yyb4103 = r.CheckBreak() + yyb4130 = r.CheckBreak() } - if yyb4103 { + if yyb4130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51337,16 +51571,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4106 := &x.ObjectMeta - yyv4106.CodecDecodeSelf(d) + yyv4133 := &x.ObjectMeta + yyv4133.CodecDecodeSelf(d) } - yyj4103++ - if yyhl4103 { - yyb4103 = yyj4103 > l + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l } else { - yyb4103 = r.CheckBreak() + yyb4130 = r.CheckBreak() } - if yyb4103 { + if yyb4130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51354,26 +51588,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4107 := &x.Data - yym4108 := z.DecBinary() - _ = yym4108 + yyv4134 := &x.Data + yym4135 := z.DecBinary() + _ = yym4135 if false { } else { - z.F.DecMapStringStringX(yyv4107, false, d) + z.F.DecMapStringStringX(yyv4134, false, d) } } for { - yyj4103++ - if yyhl4103 { - yyb4103 = yyj4103 > l + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l } else { - yyb4103 = r.CheckBreak() + yyb4130 = r.CheckBreak() } - if yyb4103 { + if yyb4130 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4103-1, "") + z.DecStructFieldNotFound(yyj4130-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51385,37 +51619,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4109 := z.EncBinary() - _ = yym4109 + yym4136 := z.EncBinary() + _ = yym4136 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4110 := !z.EncBinary() - yy2arr4110 := z.EncBasicHandle().StructToArray - var yyq4110 [4]bool - _, _, _ = yysep4110, yyq4110, yy2arr4110 - const yyr4110 bool = false - yyq4110[0] = x.Kind != "" - yyq4110[1] = x.APIVersion != "" - yyq4110[2] = true - var yynn4110 int - if yyr4110 || yy2arr4110 { + yysep4137 := !z.EncBinary() + yy2arr4137 := z.EncBasicHandle().StructToArray + var yyq4137 [4]bool + _, _, _ = yysep4137, yyq4137, yy2arr4137 + const yyr4137 bool = false + yyq4137[0] = x.Kind != "" + yyq4137[1] = x.APIVersion != "" + yyq4137[2] = true + var yynn4137 int + if yyr4137 || yy2arr4137 { r.EncodeArrayStart(4) } else { - yynn4110 = 1 - for _, b := range yyq4110 { + yynn4137 = 1 + for _, b := range yyq4137 { if b { - yynn4110++ + yynn4137++ } } - r.EncodeMapStart(yynn4110) - yynn4110 = 0 + r.EncodeMapStart(yynn4137) + yynn4137 = 0 } - if yyr4110 || yy2arr4110 { + if yyr4137 || yy2arr4137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4110[0] { - yym4112 := z.EncBinary() - _ = yym4112 + if yyq4137[0] { + yym4139 := z.EncBinary() + _ = yym4139 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51424,23 +51658,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4110[0] { + if yyq4137[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4113 := z.EncBinary() - _ = yym4113 + yym4140 := z.EncBinary() + _ = yym4140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4110 || yy2arr4110 { + if yyr4137 || yy2arr4137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4110[1] { - yym4115 := z.EncBinary() - _ = yym4115 + if yyq4137[1] { + yym4142 := z.EncBinary() + _ = yym4142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51449,54 +51683,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4110[1] { + if yyq4137[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4116 := z.EncBinary() - _ = yym4116 + yym4143 := z.EncBinary() + _ = yym4143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4110 || yy2arr4110 { + if yyr4137 || yy2arr4137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4110[2] { - yy4118 := &x.ListMeta - yym4119 := z.EncBinary() - _ = yym4119 + if yyq4137[2] { + yy4145 := &x.ListMeta + yym4146 := z.EncBinary() + _ = yym4146 if false { - } else if z.HasExtensions() && z.EncExt(yy4118) { + } else if z.HasExtensions() && z.EncExt(yy4145) { } else { - z.EncFallback(yy4118) + z.EncFallback(yy4145) } } else { r.EncodeNil() } } else { - if yyq4110[2] { + if yyq4137[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4120 := &x.ListMeta - yym4121 := z.EncBinary() - _ = yym4121 + yy4147 := &x.ListMeta + yym4148 := z.EncBinary() + _ = yym4148 if false { - } else if z.HasExtensions() && z.EncExt(yy4120) { + } else if z.HasExtensions() && z.EncExt(yy4147) { } else { - z.EncFallback(yy4120) + z.EncFallback(yy4147) } } } - if yyr4110 || yy2arr4110 { + if yyr4137 || yy2arr4137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4123 := z.EncBinary() - _ = yym4123 + yym4150 := z.EncBinary() + _ = yym4150 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -51509,15 +51743,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4124 := z.EncBinary() - _ = yym4124 + yym4151 := z.EncBinary() + _ = yym4151 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4110 || yy2arr4110 { + if yyr4137 || yy2arr4137 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51530,25 +51764,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4125 := z.DecBinary() - _ = yym4125 + yym4152 := z.DecBinary() + _ = yym4152 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4126 := r.ContainerType() - if yyct4126 == codecSelferValueTypeMap1234 { - yyl4126 := r.ReadMapStart() - if yyl4126 == 0 { + yyct4153 := r.ContainerType() + if yyct4153 == codecSelferValueTypeMap1234 { + yyl4153 := r.ReadMapStart() + if yyl4153 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4126, d) + x.codecDecodeSelfFromMap(yyl4153, d) } - } else if yyct4126 == codecSelferValueTypeArray1234 { - yyl4126 := r.ReadArrayStart() - if yyl4126 == 0 { + } else if yyct4153 == codecSelferValueTypeArray1234 { + yyl4153 := r.ReadArrayStart() + if yyl4153 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4126, d) + x.codecDecodeSelfFromArray(yyl4153, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51560,12 +51794,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4127Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4127Slc - var yyhl4127 bool = l >= 0 - for yyj4127 := 0; ; yyj4127++ { - if yyhl4127 { - if yyj4127 >= l { + var yys4154Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4154Slc + var yyhl4154 bool = l >= 0 + for yyj4154 := 0; ; yyj4154++ { + if yyhl4154 { + if yyj4154 >= l { break } } else { @@ -51574,10 +51808,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4127Slc = r.DecodeBytes(yys4127Slc, true, true) - yys4127 := string(yys4127Slc) + yys4154Slc = r.DecodeBytes(yys4154Slc, true, true) + yys4154 := string(yys4154Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4127 { + switch yys4154 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51594,31 +51828,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4130 := &x.ListMeta - yym4131 := z.DecBinary() - _ = yym4131 + yyv4157 := &x.ListMeta + yym4158 := z.DecBinary() + _ = yym4158 if false { - } else if z.HasExtensions() && z.DecExt(yyv4130) { + } else if z.HasExtensions() && z.DecExt(yyv4157) { } else { - z.DecFallback(yyv4130, false) + z.DecFallback(yyv4157, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4132 := &x.Items - yym4133 := z.DecBinary() - _ = yym4133 + yyv4159 := &x.Items + yym4160 := z.DecBinary() + _ = yym4160 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4132), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4159), d) } } default: - z.DecStructFieldNotFound(-1, yys4127) - } // end switch yys4127 - } // end for yyj4127 + z.DecStructFieldNotFound(-1, yys4154) + } // end switch yys4154 + } // end for yyj4154 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51626,16 +51860,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4134 int - var yyb4134 bool - var yyhl4134 bool = l >= 0 - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + var yyj4161 int + var yyb4161 bool + var yyhl4161 bool = l >= 0 + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4134 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4134 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51645,13 +51879,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4134 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4134 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51661,13 +51895,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4134 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4134 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51675,22 +51909,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4137 := &x.ListMeta - yym4138 := z.DecBinary() - _ = yym4138 + yyv4164 := &x.ListMeta + yym4165 := z.DecBinary() + _ = yym4165 if false { - } else if z.HasExtensions() && z.DecExt(yyv4137) { + } else if z.HasExtensions() && z.DecExt(yyv4164) { } else { - z.DecFallback(yyv4137, false) + z.DecFallback(yyv4164, false) } } - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4134 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4134 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51698,26 +51932,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4139 := &x.Items - yym4140 := z.DecBinary() - _ = yym4140 + yyv4166 := &x.Items + yym4167 := z.DecBinary() + _ = yym4167 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4139), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4166), d) } } for { - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4134 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4134 { + if yyb4161 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4134-1, "") + z.DecStructFieldNotFound(yyj4161-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51726,8 +51960,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4141 := z.EncBinary() - _ = yym4141 + yym4168 := z.EncBinary() + _ = yym4168 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51739,8 +51973,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4142 := z.DecBinary() - _ = yym4142 + yym4169 := z.DecBinary() + _ = yym4169 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51755,32 +51989,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4143 := z.EncBinary() - _ = yym4143 + yym4170 := z.EncBinary() + _ = yym4170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4144 := !z.EncBinary() - yy2arr4144 := z.EncBasicHandle().StructToArray - var yyq4144 [4]bool - _, _, _ = yysep4144, yyq4144, yy2arr4144 - const yyr4144 bool = false - yyq4144[2] = x.Message != "" - yyq4144[3] = x.Error != "" - var yynn4144 int - if yyr4144 || yy2arr4144 { + yysep4171 := !z.EncBinary() + yy2arr4171 := z.EncBasicHandle().StructToArray + var yyq4171 [4]bool + _, _, _ = yysep4171, yyq4171, yy2arr4171 + const yyr4171 bool = false + yyq4171[2] = x.Message != "" + yyq4171[3] = x.Error != "" + var yynn4171 int + if yyr4171 || yy2arr4171 { r.EncodeArrayStart(4) } else { - yynn4144 = 2 - for _, b := range yyq4144 { + yynn4171 = 2 + for _, b := range yyq4171 { if b { - yynn4144++ + yynn4171++ } } - r.EncodeMapStart(yynn4144) - yynn4144 = 0 + r.EncodeMapStart(yynn4171) + yynn4171 = 0 } - if yyr4144 || yy2arr4144 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -51789,7 +52023,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4144 || yy2arr4144 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -51798,11 +52032,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4144 || yy2arr4144 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4144[2] { - yym4148 := z.EncBinary() - _ = yym4148 + if yyq4171[2] { + yym4175 := z.EncBinary() + _ = yym4175 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -51811,23 +52045,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4144[2] { + if yyq4171[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4149 := z.EncBinary() - _ = yym4149 + yym4176 := z.EncBinary() + _ = yym4176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4144 || yy2arr4144 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4144[3] { - yym4151 := z.EncBinary() - _ = yym4151 + if yyq4171[3] { + yym4178 := z.EncBinary() + _ = yym4178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -51836,19 +52070,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4144[3] { + if yyq4171[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4152 := z.EncBinary() - _ = yym4152 + yym4179 := z.EncBinary() + _ = yym4179 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4144 || yy2arr4144 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51861,25 +52095,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4153 := z.DecBinary() - _ = yym4153 + yym4180 := z.DecBinary() + _ = yym4180 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4154 := r.ContainerType() - if yyct4154 == codecSelferValueTypeMap1234 { - yyl4154 := r.ReadMapStart() - if yyl4154 == 0 { + yyct4181 := r.ContainerType() + if yyct4181 == codecSelferValueTypeMap1234 { + yyl4181 := r.ReadMapStart() + if yyl4181 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4154, d) + x.codecDecodeSelfFromMap(yyl4181, d) } - } else if yyct4154 == codecSelferValueTypeArray1234 { - yyl4154 := r.ReadArrayStart() - if yyl4154 == 0 { + } else if yyct4181 == codecSelferValueTypeArray1234 { + yyl4181 := r.ReadArrayStart() + if yyl4181 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4154, d) + x.codecDecodeSelfFromArray(yyl4181, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51891,12 +52125,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4155Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4155Slc - var yyhl4155 bool = l >= 0 - for yyj4155 := 0; ; yyj4155++ { - if yyhl4155 { - if yyj4155 >= l { + var yys4182Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4182Slc + var yyhl4182 bool = l >= 0 + for yyj4182 := 0; ; yyj4182++ { + if yyhl4182 { + if yyj4182 >= l { break } } else { @@ -51905,10 +52139,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4155Slc = r.DecodeBytes(yys4155Slc, true, true) - yys4155 := string(yys4155Slc) + yys4182Slc = r.DecodeBytes(yys4182Slc, true, true) + yys4182 := string(yys4182Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4155 { + switch yys4182 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -51934,333 +52168,13 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4155) - } // end switch yys4155 - } // end for yyj4155 + z.DecStructFieldNotFound(-1, yys4182) + } // end switch yys4182 + } // end for yyj4182 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4160 int - var yyb4160 bool - var yyhl4160 bool = l >= 0 - yyj4160++ - if yyhl4160 { - yyb4160 = yyj4160 > l - } else { - yyb4160 = r.CheckBreak() - } - if yyb4160 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = ComponentConditionType(r.DecodeString()) - } - yyj4160++ - if yyhl4160 { - yyb4160 = yyj4160 > l - } else { - yyb4160 = r.CheckBreak() - } - if yyb4160 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = "" - } else { - x.Status = ConditionStatus(r.DecodeString()) - } - yyj4160++ - if yyhl4160 { - yyb4160 = yyj4160 > l - } else { - yyb4160 = r.CheckBreak() - } - if yyb4160 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - yyj4160++ - if yyhl4160 { - yyb4160 = yyj4160 > l - } else { - yyb4160 = r.CheckBreak() - } - if yyb4160 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Error = "" - } else { - x.Error = string(r.DecodeString()) - } - for { - yyj4160++ - if yyhl4160 { - yyb4160 = yyj4160 > l - } else { - yyb4160 = r.CheckBreak() - } - if yyb4160 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4160-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4165 := z.EncBinary() - _ = yym4165 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4166 := !z.EncBinary() - yy2arr4166 := z.EncBasicHandle().StructToArray - var yyq4166 [4]bool - _, _, _ = yysep4166, yyq4166, yy2arr4166 - const yyr4166 bool = false - yyq4166[0] = x.Kind != "" - yyq4166[1] = x.APIVersion != "" - yyq4166[2] = true - yyq4166[3] = len(x.Conditions) != 0 - var yynn4166 int - if yyr4166 || yy2arr4166 { - r.EncodeArrayStart(4) - } else { - yynn4166 = 0 - for _, b := range yyq4166 { - if b { - yynn4166++ - } - } - r.EncodeMapStart(yynn4166) - yynn4166 = 0 - } - if yyr4166 || yy2arr4166 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[0] { - yym4168 := z.EncBinary() - _ = yym4168 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4166[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4169 := z.EncBinary() - _ = yym4169 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4166 || yy2arr4166 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[1] { - yym4171 := z.EncBinary() - _ = yym4171 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4166[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4172 := z.EncBinary() - _ = yym4172 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4166 || yy2arr4166 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[2] { - yy4174 := &x.ObjectMeta - yy4174.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4166[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4175 := &x.ObjectMeta - yy4175.CodecEncodeSelf(e) - } - } - if yyr4166 || yy2arr4166 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4166[3] { - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4177 := z.EncBinary() - _ = yym4177 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4166[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("conditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4178 := z.EncBinary() - _ = yym4178 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } - } - if yyr4166 || yy2arr4166 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4179 := z.DecBinary() - _ = yym4179 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4180 := r.ContainerType() - if yyct4180 == codecSelferValueTypeMap1234 { - yyl4180 := r.ReadMapStart() - if yyl4180 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4180, d) - } - } else if yyct4180 == codecSelferValueTypeArray1234 { - yyl4180 := r.ReadArrayStart() - if yyl4180 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4180, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4181Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4181Slc - var yyhl4181 bool = l >= 0 - for yyj4181 := 0; ; yyj4181++ { - if yyhl4181 { - if yyj4181 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4181Slc = r.DecodeBytes(yys4181Slc, true, true) - yys4181 := string(yys4181Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4181 { - case "kind": - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - case "apiVersion": - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - case "metadata": - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4184 := &x.ObjectMeta - yyv4184.CodecDecodeSelf(d) - } - case "conditions": - if r.TryDecodeAsNil() { - x.Conditions = nil - } else { - yyv4185 := &x.Conditions - yym4186 := z.DecBinary() - _ = yym4186 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4185), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4181) - } // end switch yys4181 - } // end for yyj4181 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -52279,9 +52193,9 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Kind = "" + x.Type = "" } else { - x.Kind = string(r.DecodeString()) + x.Type = ComponentConditionType(r.DecodeString()) } yyj4187++ if yyhl4187 { @@ -52295,9 +52209,9 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.APIVersion = "" + x.Status = "" } else { - x.APIVersion = string(r.DecodeString()) + x.Status = ConditionStatus(r.DecodeString()) } yyj4187++ if yyhl4187 { @@ -52311,10 +52225,9 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} + x.Message = "" } else { - yyv4190 := &x.ObjectMeta - yyv4190.CodecDecodeSelf(d) + x.Message = string(r.DecodeString()) } yyj4187++ if yyhl4187 { @@ -52328,15 +52241,9 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Conditions = nil + x.Error = "" } else { - yyv4191 := &x.Conditions - yym4192 := z.DecBinary() - _ = yym4192 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4191), d) - } + x.Error = string(r.DecodeString()) } for { yyj4187++ @@ -52354,6 +52261,333 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4192 := z.EncBinary() + _ = yym4192 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4193 := !z.EncBinary() + yy2arr4193 := z.EncBasicHandle().StructToArray + var yyq4193 [4]bool + _, _, _ = yysep4193, yyq4193, yy2arr4193 + const yyr4193 bool = false + yyq4193[0] = x.Kind != "" + yyq4193[1] = x.APIVersion != "" + yyq4193[2] = true + yyq4193[3] = len(x.Conditions) != 0 + var yynn4193 int + if yyr4193 || yy2arr4193 { + r.EncodeArrayStart(4) + } else { + yynn4193 = 0 + for _, b := range yyq4193 { + if b { + yynn4193++ + } + } + r.EncodeMapStart(yynn4193) + yynn4193 = 0 + } + if yyr4193 || yy2arr4193 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4193[0] { + yym4195 := z.EncBinary() + _ = yym4195 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4193[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4196 := z.EncBinary() + _ = yym4196 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4193 || yy2arr4193 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4193[1] { + yym4198 := z.EncBinary() + _ = yym4198 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4193[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4199 := z.EncBinary() + _ = yym4199 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4193 || yy2arr4193 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4193[2] { + yy4201 := &x.ObjectMeta + yy4201.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq4193[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4202 := &x.ObjectMeta + yy4202.CodecEncodeSelf(e) + } + } + if yyr4193 || yy2arr4193 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4193[3] { + if x.Conditions == nil { + r.EncodeNil() + } else { + yym4204 := z.EncBinary() + _ = yym4204 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4193[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Conditions == nil { + r.EncodeNil() + } else { + yym4205 := z.EncBinary() + _ = yym4205 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } + } + } + } + if yyr4193 || yy2arr4193 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4206 := z.DecBinary() + _ = yym4206 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4207 := r.ContainerType() + if yyct4207 == codecSelferValueTypeMap1234 { + yyl4207 := r.ReadMapStart() + if yyl4207 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4207, d) + } + } else if yyct4207 == codecSelferValueTypeArray1234 { + yyl4207 := r.ReadArrayStart() + if yyl4207 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4207, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4208Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4208Slc + var yyhl4208 bool = l >= 0 + for yyj4208 := 0; ; yyj4208++ { + if yyhl4208 { + if yyj4208 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4208Slc = r.DecodeBytes(yys4208Slc, true, true) + yys4208 := string(yys4208Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4208 { + case "kind": + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + case "apiVersion": + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + case "metadata": + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4211 := &x.ObjectMeta + yyv4211.CodecDecodeSelf(d) + } + case "conditions": + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4212 := &x.Conditions + yym4213 := z.DecBinary() + _ = yym4213 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4212), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4208) + } // end switch yys4208 + } // end for yyj4208 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4214 int + var yyb4214 bool + var yyhl4214 bool = l >= 0 + yyj4214++ + if yyhl4214 { + yyb4214 = yyj4214 > l + } else { + yyb4214 = r.CheckBreak() + } + if yyb4214 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4214++ + if yyhl4214 { + yyb4214 = yyj4214 > l + } else { + yyb4214 = r.CheckBreak() + } + if yyb4214 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4214++ + if yyhl4214 { + yyb4214 = yyj4214 > l + } else { + yyb4214 = r.CheckBreak() + } + if yyb4214 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4217 := &x.ObjectMeta + yyv4217.CodecDecodeSelf(d) + } + yyj4214++ + if yyhl4214 { + yyb4214 = yyj4214 > l + } else { + yyb4214 = r.CheckBreak() + } + if yyb4214 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4218 := &x.Conditions + yym4219 := z.DecBinary() + _ = yym4219 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4218), d) + } + } + for { + yyj4214++ + if yyhl4214 { + yyb4214 = yyj4214 > l + } else { + yyb4214 = r.CheckBreak() + } + if yyb4214 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4214-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -52361,37 +52595,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4193 := z.EncBinary() - _ = yym4193 + yym4220 := z.EncBinary() + _ = yym4220 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4194 := !z.EncBinary() - yy2arr4194 := z.EncBasicHandle().StructToArray - var yyq4194 [4]bool - _, _, _ = yysep4194, yyq4194, yy2arr4194 - const yyr4194 bool = false - yyq4194[0] = x.Kind != "" - yyq4194[1] = x.APIVersion != "" - yyq4194[2] = true - var yynn4194 int - if yyr4194 || yy2arr4194 { + yysep4221 := !z.EncBinary() + yy2arr4221 := z.EncBasicHandle().StructToArray + var yyq4221 [4]bool + _, _, _ = yysep4221, yyq4221, yy2arr4221 + const yyr4221 bool = false + yyq4221[0] = x.Kind != "" + yyq4221[1] = x.APIVersion != "" + yyq4221[2] = true + var yynn4221 int + if yyr4221 || yy2arr4221 { r.EncodeArrayStart(4) } else { - yynn4194 = 1 - for _, b := range yyq4194 { + yynn4221 = 1 + for _, b := range yyq4221 { if b { - yynn4194++ + yynn4221++ } } - r.EncodeMapStart(yynn4194) - yynn4194 = 0 + r.EncodeMapStart(yynn4221) + yynn4221 = 0 } - if yyr4194 || yy2arr4194 { + if yyr4221 || yy2arr4221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4194[0] { - yym4196 := z.EncBinary() - _ = yym4196 + if yyq4221[0] { + yym4223 := z.EncBinary() + _ = yym4223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52400,23 +52634,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4194[0] { + if yyq4221[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4197 := z.EncBinary() - _ = yym4197 + yym4224 := z.EncBinary() + _ = yym4224 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4194 || yy2arr4194 { + if yyr4221 || yy2arr4221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4194[1] { - yym4199 := z.EncBinary() - _ = yym4199 + if yyq4221[1] { + yym4226 := z.EncBinary() + _ = yym4226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52425,54 +52659,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4194[1] { + if yyq4221[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4200 := z.EncBinary() - _ = yym4200 + yym4227 := z.EncBinary() + _ = yym4227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4194 || yy2arr4194 { + if yyr4221 || yy2arr4221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4194[2] { - yy4202 := &x.ListMeta - yym4203 := z.EncBinary() - _ = yym4203 + if yyq4221[2] { + yy4229 := &x.ListMeta + yym4230 := z.EncBinary() + _ = yym4230 if false { - } else if z.HasExtensions() && z.EncExt(yy4202) { + } else if z.HasExtensions() && z.EncExt(yy4229) { } else { - z.EncFallback(yy4202) + z.EncFallback(yy4229) } } else { r.EncodeNil() } } else { - if yyq4194[2] { + if yyq4221[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4204 := &x.ListMeta - yym4205 := z.EncBinary() - _ = yym4205 + yy4231 := &x.ListMeta + yym4232 := z.EncBinary() + _ = yym4232 if false { - } else if z.HasExtensions() && z.EncExt(yy4204) { + } else if z.HasExtensions() && z.EncExt(yy4231) { } else { - z.EncFallback(yy4204) + z.EncFallback(yy4231) } } } - if yyr4194 || yy2arr4194 { + if yyr4221 || yy2arr4221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4207 := z.EncBinary() - _ = yym4207 + yym4234 := z.EncBinary() + _ = yym4234 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -52485,15 +52719,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4208 := z.EncBinary() - _ = yym4208 + yym4235 := z.EncBinary() + _ = yym4235 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4194 || yy2arr4194 { + if yyr4221 || yy2arr4221 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52506,25 +52740,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4209 := z.DecBinary() - _ = yym4209 + yym4236 := z.DecBinary() + _ = yym4236 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4210 := r.ContainerType() - if yyct4210 == codecSelferValueTypeMap1234 { - yyl4210 := r.ReadMapStart() - if yyl4210 == 0 { + yyct4237 := r.ContainerType() + if yyct4237 == codecSelferValueTypeMap1234 { + yyl4237 := r.ReadMapStart() + if yyl4237 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4210, d) + x.codecDecodeSelfFromMap(yyl4237, d) } - } else if yyct4210 == codecSelferValueTypeArray1234 { - yyl4210 := r.ReadArrayStart() - if yyl4210 == 0 { + } else if yyct4237 == codecSelferValueTypeArray1234 { + yyl4237 := r.ReadArrayStart() + if yyl4237 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4210, d) + x.codecDecodeSelfFromArray(yyl4237, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52536,12 +52770,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4211Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4211Slc - var yyhl4211 bool = l >= 0 - for yyj4211 := 0; ; yyj4211++ { - if yyhl4211 { - if yyj4211 >= l { + var yys4238Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4238Slc + var yyhl4238 bool = l >= 0 + for yyj4238 := 0; ; yyj4238++ { + if yyhl4238 { + if yyj4238 >= l { break } } else { @@ -52550,10 +52784,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4211Slc = r.DecodeBytes(yys4211Slc, true, true) - yys4211 := string(yys4211Slc) + yys4238Slc = r.DecodeBytes(yys4238Slc, true, true) + yys4238 := string(yys4238Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4211 { + switch yys4238 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52570,31 +52804,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4214 := &x.ListMeta - yym4215 := z.DecBinary() - _ = yym4215 + yyv4241 := &x.ListMeta + yym4242 := z.DecBinary() + _ = yym4242 if false { - } else if z.HasExtensions() && z.DecExt(yyv4214) { + } else if z.HasExtensions() && z.DecExt(yyv4241) { } else { - z.DecFallback(yyv4214, false) + z.DecFallback(yyv4241, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4216 := &x.Items - yym4217 := z.DecBinary() - _ = yym4217 + yyv4243 := &x.Items + yym4244 := z.DecBinary() + _ = yym4244 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4216), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4243), d) } } default: - z.DecStructFieldNotFound(-1, yys4211) - } // end switch yys4211 - } // end for yyj4211 + z.DecStructFieldNotFound(-1, yys4238) + } // end switch yys4238 + } // end for yyj4238 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52602,16 +52836,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4218 int - var yyb4218 bool - var yyhl4218 bool = l >= 0 - yyj4218++ - if yyhl4218 { - yyb4218 = yyj4218 > l + var yyj4245 int + var yyb4245 bool + var yyhl4245 bool = l >= 0 + yyj4245++ + if yyhl4245 { + yyb4245 = yyj4245 > l } else { - yyb4218 = r.CheckBreak() + yyb4245 = r.CheckBreak() } - if yyb4218 { + if yyb4245 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52621,13 +52855,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4218++ - if yyhl4218 { - yyb4218 = yyj4218 > l + yyj4245++ + if yyhl4245 { + yyb4245 = yyj4245 > l } else { - yyb4218 = r.CheckBreak() + yyb4245 = r.CheckBreak() } - if yyb4218 { + if yyb4245 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52637,13 +52871,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4218++ - if yyhl4218 { - yyb4218 = yyj4218 > l + yyj4245++ + if yyhl4245 { + yyb4245 = yyj4245 > l } else { - yyb4218 = r.CheckBreak() + yyb4245 = r.CheckBreak() } - if yyb4218 { + if yyb4245 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52651,22 +52885,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4221 := &x.ListMeta - yym4222 := z.DecBinary() - _ = yym4222 + yyv4248 := &x.ListMeta + yym4249 := z.DecBinary() + _ = yym4249 if false { - } else if z.HasExtensions() && z.DecExt(yyv4221) { + } else if z.HasExtensions() && z.DecExt(yyv4248) { } else { - z.DecFallback(yyv4221, false) + z.DecFallback(yyv4248, false) } } - yyj4218++ - if yyhl4218 { - yyb4218 = yyj4218 > l + yyj4245++ + if yyhl4245 { + yyb4245 = yyj4245 > l } else { - yyb4218 = r.CheckBreak() + yyb4245 = r.CheckBreak() } - if yyb4218 { + if yyb4245 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52674,26 +52908,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4223 := &x.Items - yym4224 := z.DecBinary() - _ = yym4224 + yyv4250 := &x.Items + yym4251 := z.DecBinary() + _ = yym4251 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4223), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4250), d) } } for { - yyj4218++ - if yyhl4218 { - yyb4218 = yyj4218 > l + yyj4245++ + if yyhl4245 { + yyb4245 = yyj4245 > l } else { - yyb4218 = r.CheckBreak() + yyb4245 = r.CheckBreak() } - if yyb4218 { + if yyb4245 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4218-1, "") + z.DecStructFieldNotFound(yyj4245-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52705,38 +52939,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4225 := z.EncBinary() - _ = yym4225 + yym4252 := z.EncBinary() + _ = yym4252 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4226 := !z.EncBinary() - yy2arr4226 := z.EncBasicHandle().StructToArray - var yyq4226 [1]bool - _, _, _ = yysep4226, yyq4226, yy2arr4226 - const yyr4226 bool = false - yyq4226[0] = len(x.Items) != 0 - var yynn4226 int - if yyr4226 || yy2arr4226 { - r.EncodeArrayStart(1) + yysep4253 := !z.EncBinary() + yy2arr4253 := z.EncBasicHandle().StructToArray + var yyq4253 [2]bool + _, _, _ = yysep4253, yyq4253, yy2arr4253 + const yyr4253 bool = false + yyq4253[0] = len(x.Items) != 0 + yyq4253[1] = x.DefaultMode != nil + var yynn4253 int + if yyr4253 || yy2arr4253 { + r.EncodeArrayStart(2) } else { - yynn4226 = 0 - for _, b := range yyq4226 { + yynn4253 = 0 + for _, b := range yyq4253 { if b { - yynn4226++ + yynn4253++ } } - r.EncodeMapStart(yynn4226) - yynn4226 = 0 + r.EncodeMapStart(yynn4253) + yynn4253 = 0 } - if yyr4226 || yy2arr4226 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4226[0] { + if yyq4253[0] { if x.Items == nil { r.EncodeNil() } else { - yym4228 := z.EncBinary() - _ = yym4228 + yym4255 := z.EncBinary() + _ = yym4255 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -52746,15 +52981,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4226[0] { + if yyq4253[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4229 := z.EncBinary() - _ = yym4229 + yym4256 := z.EncBinary() + _ = yym4256 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -52762,7 +52997,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4226 || yy2arr4226 { + if yyr4253 || yy2arr4253 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4253[1] { + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy4258 := *x.DefaultMode + yym4259 := z.EncBinary() + _ = yym4259 + if false { + } else { + r.EncodeInt(int64(yy4258)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4253[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultMode == nil { + r.EncodeNil() + } else { + yy4260 := *x.DefaultMode + yym4261 := z.EncBinary() + _ = yym4261 + if false { + } else { + r.EncodeInt(int64(yy4260)) + } + } + } + } + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52775,25 +53045,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4230 := z.DecBinary() - _ = yym4230 + yym4262 := z.DecBinary() + _ = yym4262 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4231 := r.ContainerType() - if yyct4231 == codecSelferValueTypeMap1234 { - yyl4231 := r.ReadMapStart() - if yyl4231 == 0 { + yyct4263 := r.ContainerType() + if yyct4263 == codecSelferValueTypeMap1234 { + yyl4263 := r.ReadMapStart() + if yyl4263 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4231, d) + x.codecDecodeSelfFromMap(yyl4263, d) } - } else if yyct4231 == codecSelferValueTypeArray1234 { - yyl4231 := r.ReadArrayStart() - if yyl4231 == 0 { + } else if yyct4263 == codecSelferValueTypeArray1234 { + yyl4263 := r.ReadArrayStart() + if yyl4263 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4231, d) + x.codecDecodeSelfFromArray(yyl4263, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52805,12 +53075,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4232Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4232Slc - var yyhl4232 bool = l >= 0 - for yyj4232 := 0; ; yyj4232++ { - if yyhl4232 { - if yyj4232 >= 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 { @@ -52819,26 +53089,42 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4232Slc = r.DecodeBytes(yys4232Slc, true, true) - yys4232 := string(yys4232Slc) + yys4264Slc = r.DecodeBytes(yys4264Slc, true, true) + yys4264 := string(yys4264Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4232 { + switch yys4264 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4233 := &x.Items - yym4234 := z.DecBinary() - _ = yym4234 + yyv4265 := &x.Items + yym4266 := z.DecBinary() + _ = yym4266 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4233), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4265), d) + } + } + case "defaultMode": + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym4268 := z.DecBinary() + _ = yym4268 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4232) - } // end switch yys4232 - } // end for yyj4232 + z.DecStructFieldNotFound(-1, yys4264) + } // end switch yys4264 + } // end for yyj4264 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52846,16 +53132,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4235 int - var yyb4235 bool - var yyhl4235 bool = l >= 0 - yyj4235++ - if yyhl4235 { - yyb4235 = yyj4235 > l + var yyj4269 int + var yyb4269 bool + var yyhl4269 bool = l >= 0 + yyj4269++ + if yyhl4269 { + yyb4269 = yyj4269 > l } else { - yyb4235 = r.CheckBreak() + yyb4269 = r.CheckBreak() } - if yyb4235 { + if yyb4269 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52863,26 +53149,52 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4236 := &x.Items - yym4237 := z.DecBinary() - _ = yym4237 + yyv4270 := &x.Items + yym4271 := z.DecBinary() + _ = yym4271 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4236), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4270), d) + } + } + yyj4269++ + if yyhl4269 { + yyb4269 = yyj4269 > l + } else { + yyb4269 = r.CheckBreak() + } + if yyb4269 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.DefaultMode != nil { + x.DefaultMode = nil + } + } else { + if x.DefaultMode == nil { + x.DefaultMode = new(int32) + } + yym4273 := z.DecBinary() + _ = yym4273 + if false { + } else { + *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj4235++ - if yyhl4235 { - yyb4235 = yyj4235 > l + yyj4269++ + if yyhl4269 { + yyb4269 = yyj4269 > l } else { - yyb4235 = r.CheckBreak() + yyb4269 = r.CheckBreak() } - if yyb4235 { + if yyb4269 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4235-1, "") + z.DecStructFieldNotFound(yyj4269-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52894,35 +53206,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4238 := z.EncBinary() - _ = yym4238 + yym4274 := z.EncBinary() + _ = yym4274 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4239 := !z.EncBinary() - yy2arr4239 := z.EncBasicHandle().StructToArray - var yyq4239 [3]bool - _, _, _ = yysep4239, yyq4239, yy2arr4239 - const yyr4239 bool = false - yyq4239[1] = x.FieldRef != nil - yyq4239[2] = x.ResourceFieldRef != nil - var yynn4239 int - if yyr4239 || yy2arr4239 { - r.EncodeArrayStart(3) + yysep4275 := !z.EncBinary() + yy2arr4275 := z.EncBasicHandle().StructToArray + var yyq4275 [4]bool + _, _, _ = yysep4275, yyq4275, yy2arr4275 + const yyr4275 bool = false + yyq4275[1] = x.FieldRef != nil + yyq4275[2] = x.ResourceFieldRef != nil + yyq4275[3] = x.Mode != nil + var yynn4275 int + if yyr4275 || yy2arr4275 { + r.EncodeArrayStart(4) } else { - yynn4239 = 1 - for _, b := range yyq4239 { + yynn4275 = 1 + for _, b := range yyq4275 { if b { - yynn4239++ + yynn4275++ } } - r.EncodeMapStart(yynn4239) - yynn4239 = 0 + r.EncodeMapStart(yynn4275) + yynn4275 = 0 } - if yyr4239 || yy2arr4239 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4241 := z.EncBinary() - _ = yym4241 + yym4277 := z.EncBinary() + _ = yym4277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -52931,16 +53244,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4242 := z.EncBinary() - _ = yym4242 + yym4278 := z.EncBinary() + _ = yym4278 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4239 || yy2arr4239 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[1] { + if yyq4275[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -52950,7 +53263,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4239[1] { + if yyq4275[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52961,9 +53274,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4239 || yy2arr4239 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[2] { + if yyq4275[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -52973,7 +53286,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4239[2] { + if yyq4275[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52984,7 +53297,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4239 || yy2arr4239 { + if yyr4275 || yy2arr4275 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4275[3] { + if x.Mode == nil { + r.EncodeNil() + } else { + yy4282 := *x.Mode + yym4283 := z.EncBinary() + _ = yym4283 + if false { + } else { + r.EncodeInt(int64(yy4282)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4275[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Mode == nil { + r.EncodeNil() + } else { + yy4284 := *x.Mode + yym4285 := z.EncBinary() + _ = yym4285 + if false { + } else { + r.EncodeInt(int64(yy4284)) + } + } + } + } + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52997,25 +53345,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4245 := z.DecBinary() - _ = yym4245 + yym4286 := z.DecBinary() + _ = yym4286 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4246 := r.ContainerType() - if yyct4246 == codecSelferValueTypeMap1234 { - yyl4246 := r.ReadMapStart() - if yyl4246 == 0 { + yyct4287 := r.ContainerType() + if yyct4287 == codecSelferValueTypeMap1234 { + yyl4287 := r.ReadMapStart() + if yyl4287 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4246, d) + x.codecDecodeSelfFromMap(yyl4287, d) } - } else if yyct4246 == codecSelferValueTypeArray1234 { - yyl4246 := r.ReadArrayStart() - if yyl4246 == 0 { + } else if yyct4287 == codecSelferValueTypeArray1234 { + yyl4287 := r.ReadArrayStart() + if yyl4287 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4246, d) + x.codecDecodeSelfFromArray(yyl4287, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53027,12 +53375,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4247Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4247Slc - var yyhl4247 bool = l >= 0 - for yyj4247 := 0; ; yyj4247++ { - if yyhl4247 { - if yyj4247 >= l { + var yys4288Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4288Slc + var yyhl4288 bool = l >= 0 + for yyj4288 := 0; ; yyj4288++ { + if yyhl4288 { + if yyj4288 >= l { break } } else { @@ -53041,10 +53389,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4247Slc = r.DecodeBytes(yys4247Slc, true, true) - yys4247 := string(yys4247Slc) + yys4288Slc = r.DecodeBytes(yys4288Slc, true, true) + yys4288 := string(yys4288Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4247 { + switch yys4288 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -53073,10 +53421,26 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } x.ResourceFieldRef.CodecDecodeSelf(d) } + case "mode": + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil + } + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym4293 := z.DecBinary() + _ = yym4293 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } default: - z.DecStructFieldNotFound(-1, yys4247) - } // end switch yys4247 - } // end for yyj4247 + z.DecStructFieldNotFound(-1, yys4288) + } // end switch yys4288 + } // end for yyj4288 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53084,16 +53448,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4251 int - var yyb4251 bool - var yyhl4251 bool = l >= 0 - yyj4251++ - if yyhl4251 { - yyb4251 = yyj4251 > l + var yyj4294 int + var yyb4294 bool + var yyhl4294 bool = l >= 0 + yyj4294++ + if yyhl4294 { + yyb4294 = yyj4294 > l } else { - yyb4251 = r.CheckBreak() + yyb4294 = r.CheckBreak() } - if yyb4251 { + if yyb4294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53103,13 +53467,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4251++ - if yyhl4251 { - yyb4251 = yyj4251 > l + yyj4294++ + if yyhl4294 { + yyb4294 = yyj4294 > l } else { - yyb4251 = r.CheckBreak() + yyb4294 = r.CheckBreak() } - if yyb4251 { + if yyb4294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53124,13 +53488,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4251++ - if yyhl4251 { - yyb4251 = yyj4251 > l + yyj4294++ + if yyhl4294 { + yyb4294 = yyj4294 > l } else { - yyb4251 = r.CheckBreak() + yyb4294 = r.CheckBreak() } - if yyb4251 { + if yyb4294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53145,18 +53509,44 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - for { - yyj4251++ - if yyhl4251 { - yyb4251 = yyj4251 > l - } else { - yyb4251 = r.CheckBreak() + yyj4294++ + if yyhl4294 { + yyb4294 = yyj4294 > l + } else { + yyb4294 = r.CheckBreak() + } + if yyb4294 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Mode != nil { + x.Mode = nil } - if yyb4251 { + } else { + if x.Mode == nil { + x.Mode = new(int32) + } + yym4299 := z.DecBinary() + _ = yym4299 + if false { + } else { + *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) + } + } + for { + yyj4294++ + if yyhl4294 { + yyb4294 = yyj4294 > l + } else { + yyb4294 = r.CheckBreak() + } + if yyb4294 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4251-1, "") + z.DecStructFieldNotFound(yyj4294-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53168,38 +53558,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4255 := z.EncBinary() - _ = yym4255 + yym4300 := z.EncBinary() + _ = yym4300 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4256 := !z.EncBinary() - yy2arr4256 := z.EncBasicHandle().StructToArray - var yyq4256 [6]bool - _, _, _ = yysep4256, yyq4256, yy2arr4256 - const yyr4256 bool = false - yyq4256[0] = x.Capabilities != nil - yyq4256[1] = x.Privileged != nil - yyq4256[2] = x.SELinuxOptions != nil - yyq4256[3] = x.RunAsUser != nil - yyq4256[4] = x.RunAsNonRoot != nil - yyq4256[5] = x.ReadOnlyRootFilesystem != nil - var yynn4256 int - if yyr4256 || yy2arr4256 { + yysep4301 := !z.EncBinary() + yy2arr4301 := z.EncBasicHandle().StructToArray + var yyq4301 [6]bool + _, _, _ = yysep4301, yyq4301, yy2arr4301 + const yyr4301 bool = false + yyq4301[0] = x.Capabilities != nil + yyq4301[1] = x.Privileged != nil + yyq4301[2] = x.SELinuxOptions != nil + yyq4301[3] = x.RunAsUser != nil + yyq4301[4] = x.RunAsNonRoot != nil + yyq4301[5] = x.ReadOnlyRootFilesystem != nil + var yynn4301 int + if yyr4301 || yy2arr4301 { r.EncodeArrayStart(6) } else { - yynn4256 = 0 - for _, b := range yyq4256 { + yynn4301 = 0 + for _, b := range yyq4301 { if b { - yynn4256++ + yynn4301++ } } - r.EncodeMapStart(yynn4256) - yynn4256 = 0 + r.EncodeMapStart(yynn4301) + yynn4301 = 0 } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[0] { + if yyq4301[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -53209,7 +53599,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4256[0] { + if yyq4301[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -53220,44 +53610,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[1] { + if yyq4301[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4259 := *x.Privileged - yym4260 := z.EncBinary() - _ = yym4260 + yy4304 := *x.Privileged + yym4305 := z.EncBinary() + _ = yym4305 if false { } else { - r.EncodeBool(bool(yy4259)) + r.EncodeBool(bool(yy4304)) } } } else { r.EncodeNil() } } else { - if yyq4256[1] { + if yyq4301[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4261 := *x.Privileged - yym4262 := z.EncBinary() - _ = yym4262 + yy4306 := *x.Privileged + yym4307 := z.EncBinary() + _ = yym4307 if false { } else { - r.EncodeBool(bool(yy4261)) + r.EncodeBool(bool(yy4306)) } } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[2] { + if yyq4301[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -53267,7 +53657,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4256[2] { + if yyq4301[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -53278,112 +53668,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[3] { + if yyq4301[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4265 := *x.RunAsUser - yym4266 := z.EncBinary() - _ = yym4266 + yy4310 := *x.RunAsUser + yym4311 := z.EncBinary() + _ = yym4311 if false { } else { - r.EncodeInt(int64(yy4265)) + r.EncodeInt(int64(yy4310)) } } } else { r.EncodeNil() } } else { - if yyq4256[3] { + if yyq4301[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4267 := *x.RunAsUser - yym4268 := z.EncBinary() - _ = yym4268 + yy4312 := *x.RunAsUser + yym4313 := z.EncBinary() + _ = yym4313 if false { } else { - r.EncodeInt(int64(yy4267)) + r.EncodeInt(int64(yy4312)) } } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[4] { + if yyq4301[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4270 := *x.RunAsNonRoot - yym4271 := z.EncBinary() - _ = yym4271 + yy4315 := *x.RunAsNonRoot + yym4316 := z.EncBinary() + _ = yym4316 if false { } else { - r.EncodeBool(bool(yy4270)) + r.EncodeBool(bool(yy4315)) } } } else { r.EncodeNil() } } else { - if yyq4256[4] { + if yyq4301[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4272 := *x.RunAsNonRoot - yym4273 := z.EncBinary() - _ = yym4273 + yy4317 := *x.RunAsNonRoot + yym4318 := z.EncBinary() + _ = yym4318 if false { } else { - r.EncodeBool(bool(yy4272)) + r.EncodeBool(bool(yy4317)) } } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4256[5] { + if yyq4301[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4275 := *x.ReadOnlyRootFilesystem - yym4276 := z.EncBinary() - _ = yym4276 + yy4320 := *x.ReadOnlyRootFilesystem + yym4321 := z.EncBinary() + _ = yym4321 if false { } else { - r.EncodeBool(bool(yy4275)) + r.EncodeBool(bool(yy4320)) } } } else { r.EncodeNil() } } else { - if yyq4256[5] { + if yyq4301[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4277 := *x.ReadOnlyRootFilesystem - yym4278 := z.EncBinary() - _ = yym4278 + yy4322 := *x.ReadOnlyRootFilesystem + yym4323 := z.EncBinary() + _ = yym4323 if false { } else { - r.EncodeBool(bool(yy4277)) + r.EncodeBool(bool(yy4322)) } } } } - if yyr4256 || yy2arr4256 { + if yyr4301 || yy2arr4301 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53396,25 +53786,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4279 := z.DecBinary() - _ = yym4279 + yym4324 := z.DecBinary() + _ = yym4324 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4280 := r.ContainerType() - if yyct4280 == codecSelferValueTypeMap1234 { - yyl4280 := r.ReadMapStart() - if yyl4280 == 0 { + yyct4325 := r.ContainerType() + if yyct4325 == codecSelferValueTypeMap1234 { + yyl4325 := r.ReadMapStart() + if yyl4325 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4280, d) + x.codecDecodeSelfFromMap(yyl4325, d) } - } else if yyct4280 == codecSelferValueTypeArray1234 { - yyl4280 := r.ReadArrayStart() - if yyl4280 == 0 { + } else if yyct4325 == codecSelferValueTypeArray1234 { + yyl4325 := r.ReadArrayStart() + if yyl4325 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4280, d) + x.codecDecodeSelfFromArray(yyl4325, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53426,12 +53816,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4281Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4281Slc - var yyhl4281 bool = l >= 0 - for yyj4281 := 0; ; yyj4281++ { - if yyhl4281 { - if yyj4281 >= l { + var yys4326Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4326Slc + var yyhl4326 bool = l >= 0 + for yyj4326 := 0; ; yyj4326++ { + if yyhl4326 { + if yyj4326 >= l { break } } else { @@ -53440,10 +53830,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4281Slc = r.DecodeBytes(yys4281Slc, true, true) - yys4281 := string(yys4281Slc) + yys4326Slc = r.DecodeBytes(yys4326Slc, true, true) + yys4326 := string(yys4326Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4281 { + switch yys4326 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -53464,8 +53854,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4284 := z.DecBinary() - _ = yym4284 + yym4329 := z.DecBinary() + _ = yym4329 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -53491,8 +53881,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4287 := z.DecBinary() - _ = yym4287 + yym4332 := z.DecBinary() + _ = yym4332 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -53507,8 +53897,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4289 := z.DecBinary() - _ = yym4289 + yym4334 := z.DecBinary() + _ = yym4334 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -53523,17 +53913,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4291 := z.DecBinary() - _ = yym4291 + yym4336 := z.DecBinary() + _ = yym4336 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4281) - } // end switch yys4281 - } // end for yyj4281 + z.DecStructFieldNotFound(-1, yys4326) + } // end switch yys4326 + } // end for yyj4326 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53541,16 +53931,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4292 int - var yyb4292 bool - var yyhl4292 bool = l >= 0 - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + var yyj4337 int + var yyb4337 bool + var yyhl4337 bool = l >= 0 + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53565,13 +53955,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53584,20 +53974,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4295 := z.DecBinary() - _ = yym4295 + yym4340 := z.DecBinary() + _ = yym4340 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53612,13 +54002,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53631,20 +54021,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4298 := z.DecBinary() - _ = yym4298 + yym4343 := z.DecBinary() + _ = yym4343 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53657,20 +54047,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4300 := z.DecBinary() - _ = yym4300 + yym4345 := z.DecBinary() + _ = yym4345 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53683,25 +54073,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4302 := z.DecBinary() - _ = yym4302 + yym4347 := z.DecBinary() + _ = yym4347 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4292++ - if yyhl4292 { - yyb4292 = yyj4292 > l + yyj4337++ + if yyhl4337 { + yyb4337 = yyj4337 > l } else { - yyb4292 = r.CheckBreak() + yyb4337 = r.CheckBreak() } - if yyb4292 { + if yyb4337 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4292-1, "") + z.DecStructFieldNotFound(yyj4337-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53713,38 +54103,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4303 := z.EncBinary() - _ = yym4303 + yym4348 := z.EncBinary() + _ = yym4348 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.User != "" - yyq4304[1] = x.Role != "" - yyq4304[2] = x.Type != "" - yyq4304[3] = x.Level != "" - var yynn4304 int - if yyr4304 || yy2arr4304 { + yysep4349 := !z.EncBinary() + yy2arr4349 := z.EncBasicHandle().StructToArray + var yyq4349 [4]bool + _, _, _ = yysep4349, yyq4349, yy2arr4349 + const yyr4349 bool = false + yyq4349[0] = x.User != "" + yyq4349[1] = x.Role != "" + yyq4349[2] = x.Type != "" + yyq4349[3] = x.Level != "" + var yynn4349 int + if yyr4349 || yy2arr4349 { r.EncodeArrayStart(4) } else { - yynn4304 = 0 - for _, b := range yyq4304 { + yynn4349 = 0 + for _, b := range yyq4349 { if b { - yynn4304++ + yynn4349++ } } - r.EncodeMapStart(yynn4304) - yynn4304 = 0 + r.EncodeMapStart(yynn4349) + yynn4349 = 0 } - if yyr4304 || yy2arr4304 { + if yyr4349 || yy2arr4349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[0] { - yym4306 := z.EncBinary() - _ = yym4306 + if yyq4349[0] { + yym4351 := z.EncBinary() + _ = yym4351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -53753,23 +54143,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[0] { + if yyq4349[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4307 := z.EncBinary() - _ = yym4307 + yym4352 := z.EncBinary() + _ = yym4352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4304 || yy2arr4304 { + if yyr4349 || yy2arr4349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[1] { - yym4309 := z.EncBinary() - _ = yym4309 + if yyq4349[1] { + yym4354 := z.EncBinary() + _ = yym4354 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -53778,23 +54168,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[1] { + if yyq4349[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4310 := z.EncBinary() - _ = yym4310 + yym4355 := z.EncBinary() + _ = yym4355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4304 || yy2arr4304 { + if yyr4349 || yy2arr4349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[2] { - yym4312 := z.EncBinary() - _ = yym4312 + if yyq4349[2] { + yym4357 := z.EncBinary() + _ = yym4357 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -53803,23 +54193,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[2] { + if yyq4349[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4313 := z.EncBinary() - _ = yym4313 + yym4358 := z.EncBinary() + _ = yym4358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4304 || yy2arr4304 { + if yyr4349 || yy2arr4349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[3] { - yym4315 := z.EncBinary() - _ = yym4315 + if yyq4349[3] { + yym4360 := z.EncBinary() + _ = yym4360 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -53828,19 +54218,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[3] { + if yyq4349[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4316 := z.EncBinary() - _ = yym4316 + yym4361 := z.EncBinary() + _ = yym4361 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4304 || yy2arr4304 { + if yyr4349 || yy2arr4349 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53853,25 +54243,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4317 := z.DecBinary() - _ = yym4317 + yym4362 := z.DecBinary() + _ = yym4362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4318 := r.ContainerType() - if yyct4318 == codecSelferValueTypeMap1234 { - yyl4318 := r.ReadMapStart() - if yyl4318 == 0 { + yyct4363 := r.ContainerType() + if yyct4363 == codecSelferValueTypeMap1234 { + yyl4363 := r.ReadMapStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4318, d) + x.codecDecodeSelfFromMap(yyl4363, d) } - } else if yyct4318 == codecSelferValueTypeArray1234 { - yyl4318 := r.ReadArrayStart() - if yyl4318 == 0 { + } else if yyct4363 == codecSelferValueTypeArray1234 { + yyl4363 := r.ReadArrayStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4318, d) + x.codecDecodeSelfFromArray(yyl4363, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53883,12 +54273,12 @@ func (x *SELinuxOptions) 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 yys4364Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4364Slc + var yyhl4364 bool = l >= 0 + for yyj4364 := 0; ; yyj4364++ { + if yyhl4364 { + if yyj4364 >= l { break } } else { @@ -53897,10 +54287,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4319Slc = r.DecodeBytes(yys4319Slc, true, true) - yys4319 := string(yys4319Slc) + yys4364Slc = r.DecodeBytes(yys4364Slc, true, true) + yys4364 := string(yys4364Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4319 { + switch yys4364 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -53926,9 +54316,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4319) - } // end switch yys4319 - } // end for yyj4319 + z.DecStructFieldNotFound(-1, yys4364) + } // end switch yys4364 + } // end for yyj4364 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53936,16 +54326,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4324 int - var yyb4324 bool - var yyhl4324 bool = l >= 0 - yyj4324++ - if yyhl4324 { - yyb4324 = yyj4324 > l + var yyj4369 int + var yyb4369 bool + var yyhl4369 bool = l >= 0 + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4324 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4324 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53955,13 +54345,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4324++ - if yyhl4324 { - yyb4324 = yyj4324 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4324 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4324 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53971,13 +54361,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4324++ - if yyhl4324 { - yyb4324 = yyj4324 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4324 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4324 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53987,13 +54377,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4324++ - if yyhl4324 { - yyb4324 = yyj4324 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4324 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4324 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54004,17 +54394,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4324++ - if yyhl4324 { - yyb4324 = yyj4324 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4324 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4324 { + if yyb4369 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4324-1, "") + z.DecStructFieldNotFound(yyj4369-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54026,37 +54416,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4329 := z.EncBinary() - _ = yym4329 + yym4374 := z.EncBinary() + _ = yym4374 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4330 := !z.EncBinary() - yy2arr4330 := z.EncBasicHandle().StructToArray - var yyq4330 [5]bool - _, _, _ = yysep4330, yyq4330, yy2arr4330 - const yyr4330 bool = false - yyq4330[0] = x.Kind != "" - yyq4330[1] = x.APIVersion != "" - yyq4330[2] = true - var yynn4330 int - if yyr4330 || yy2arr4330 { + yysep4375 := !z.EncBinary() + yy2arr4375 := z.EncBasicHandle().StructToArray + var yyq4375 [5]bool + _, _, _ = yysep4375, yyq4375, yy2arr4375 + const yyr4375 bool = false + yyq4375[0] = x.Kind != "" + yyq4375[1] = x.APIVersion != "" + yyq4375[2] = true + var yynn4375 int + if yyr4375 || yy2arr4375 { r.EncodeArrayStart(5) } else { - yynn4330 = 2 - for _, b := range yyq4330 { + yynn4375 = 2 + for _, b := range yyq4375 { if b { - yynn4330++ + yynn4375++ } } - r.EncodeMapStart(yynn4330) - yynn4330 = 0 + r.EncodeMapStart(yynn4375) + yynn4375 = 0 } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4330[0] { - yym4332 := z.EncBinary() - _ = yym4332 + if yyq4375[0] { + yym4377 := z.EncBinary() + _ = yym4377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54065,23 +54455,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4330[0] { + if yyq4375[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4333 := z.EncBinary() - _ = yym4333 + yym4378 := z.EncBinary() + _ = yym4378 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4330[1] { - yym4335 := z.EncBinary() - _ = yym4335 + if yyq4375[1] { + yym4380 := z.EncBinary() + _ = yym4380 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54090,39 +54480,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4330[1] { + if yyq4375[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4336 := z.EncBinary() - _ = yym4336 + yym4381 := z.EncBinary() + _ = yym4381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4330[2] { - yy4338 := &x.ObjectMeta - yy4338.CodecEncodeSelf(e) + if yyq4375[2] { + yy4383 := &x.ObjectMeta + yy4383.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4330[2] { + if yyq4375[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4339 := &x.ObjectMeta - yy4339.CodecEncodeSelf(e) + yy4384 := &x.ObjectMeta + yy4384.CodecEncodeSelf(e) } } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4341 := z.EncBinary() - _ = yym4341 + yym4386 := z.EncBinary() + _ = yym4386 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -54131,20 +54521,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4342 := z.EncBinary() - _ = yym4342 + yym4387 := z.EncBinary() + _ = yym4387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4344 := z.EncBinary() - _ = yym4344 + yym4389 := z.EncBinary() + _ = yym4389 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -54157,15 +54547,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4345 := z.EncBinary() - _ = yym4345 + yym4390 := z.EncBinary() + _ = yym4390 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4330 || yy2arr4330 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54178,25 +54568,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4346 := z.DecBinary() - _ = yym4346 + yym4391 := z.DecBinary() + _ = yym4391 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4347 := r.ContainerType() - if yyct4347 == codecSelferValueTypeMap1234 { - yyl4347 := r.ReadMapStart() - if yyl4347 == 0 { + yyct4392 := r.ContainerType() + if yyct4392 == codecSelferValueTypeMap1234 { + yyl4392 := r.ReadMapStart() + if yyl4392 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4347, d) + x.codecDecodeSelfFromMap(yyl4392, d) } - } else if yyct4347 == codecSelferValueTypeArray1234 { - yyl4347 := r.ReadArrayStart() - if yyl4347 == 0 { + } else if yyct4392 == codecSelferValueTypeArray1234 { + yyl4392 := r.ReadArrayStart() + if yyl4392 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4347, d) + x.codecDecodeSelfFromArray(yyl4392, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54208,12 +54598,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4348Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4348Slc - var yyhl4348 bool = l >= 0 - for yyj4348 := 0; ; yyj4348++ { - if yyhl4348 { - if yyj4348 >= l { + var yys4393Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4393Slc + var yyhl4393 bool = l >= 0 + for yyj4393 := 0; ; yyj4393++ { + if yyhl4393 { + if yyj4393 >= l { break } } else { @@ -54222,10 +54612,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4348Slc = r.DecodeBytes(yys4348Slc, true, true) - yys4348 := string(yys4348Slc) + yys4393Slc = r.DecodeBytes(yys4393Slc, true, true) + yys4393 := string(yys4393Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4348 { + switch yys4393 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54242,8 +54632,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4351 := &x.ObjectMeta - yyv4351.CodecDecodeSelf(d) + yyv4396 := &x.ObjectMeta + yyv4396.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -54255,18 +54645,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4353 := &x.Data - yym4354 := z.DecBinary() - _ = yym4354 + yyv4398 := &x.Data + yym4399 := z.DecBinary() + _ = yym4399 if false { } else { - *yyv4353 = r.DecodeBytes(*(*[]byte)(yyv4353), false, false) + *yyv4398 = r.DecodeBytes(*(*[]byte)(yyv4398), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4348) - } // end switch yys4348 - } // end for yyj4348 + z.DecStructFieldNotFound(-1, yys4393) + } // end switch yys4393 + } // end for yyj4393 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54274,16 +54664,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4355 int - var yyb4355 bool - var yyhl4355 bool = l >= 0 - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + var yyj4400 int + var yyb4400 bool + var yyhl4400 bool = l >= 0 + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54293,13 +54683,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54309,13 +54699,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54323,16 +54713,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4358 := &x.ObjectMeta - yyv4358.CodecDecodeSelf(d) + yyv4403 := &x.ObjectMeta + yyv4403.CodecDecodeSelf(d) } - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54342,13 +54732,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54356,26 +54746,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4360 := &x.Data - yym4361 := z.DecBinary() - _ = yym4361 + yyv4405 := &x.Data + yym4406 := z.DecBinary() + _ = yym4406 if false { } else { - *yyv4360 = r.DecodeBytes(*(*[]byte)(yyv4360), false, false) + *yyv4405 = r.DecodeBytes(*(*[]byte)(yyv4405), false, false) } } for { - yyj4355++ - if yyhl4355 { - yyb4355 = yyj4355 > l + yyj4400++ + if yyhl4400 { + yyb4400 = yyj4400 > l } else { - yyb4355 = r.CheckBreak() + yyb4400 = r.CheckBreak() } - if yyb4355 { + if yyb4400 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4355-1, "") + z.DecStructFieldNotFound(yyj4400-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54385,10 +54775,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4362 := range v { + for _, yyv4407 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4363 := &yyv4362 - yy4363.CodecEncodeSelf(e) + yy4408 := &yyv4407 + yy4408.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54398,83 +54788,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4364 := *v - yyh4364, yyl4364 := z.DecSliceHelperStart() - var yyc4364 bool - if yyl4364 == 0 { - if yyv4364 == nil { - yyv4364 = []OwnerReference{} - yyc4364 = true - } else if len(yyv4364) != 0 { - yyv4364 = yyv4364[:0] - yyc4364 = true + yyv4409 := *v + yyh4409, yyl4409 := z.DecSliceHelperStart() + var yyc4409 bool + if yyl4409 == 0 { + if yyv4409 == nil { + yyv4409 = []OwnerReference{} + yyc4409 = true + } else if len(yyv4409) != 0 { + yyv4409 = yyv4409[:0] + yyc4409 = true } - } else if yyl4364 > 0 { - var yyrr4364, yyrl4364 int - var yyrt4364 bool - if yyl4364 > cap(yyv4364) { + } else if yyl4409 > 0 { + var yyrr4409, yyrl4409 int + var yyrt4409 bool + if yyl4409 > cap(yyv4409) { - yyrg4364 := len(yyv4364) > 0 - yyv24364 := yyv4364 - yyrl4364, yyrt4364 = z.DecInferLen(yyl4364, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4364 { - if yyrl4364 <= cap(yyv4364) { - yyv4364 = yyv4364[:yyrl4364] + yyrg4409 := len(yyv4409) > 0 + yyv24409 := yyv4409 + yyrl4409, yyrt4409 = z.DecInferLen(yyl4409, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4409 { + if yyrl4409 <= cap(yyv4409) { + yyv4409 = yyv4409[:yyrl4409] } else { - yyv4364 = make([]OwnerReference, yyrl4364) + yyv4409 = make([]OwnerReference, yyrl4409) } } else { - yyv4364 = make([]OwnerReference, yyrl4364) + yyv4409 = make([]OwnerReference, yyrl4409) } - yyc4364 = true - yyrr4364 = len(yyv4364) - if yyrg4364 { - copy(yyv4364, yyv24364) + yyc4409 = true + yyrr4409 = len(yyv4409) + if yyrg4409 { + copy(yyv4409, yyv24409) } - } else if yyl4364 != len(yyv4364) { - yyv4364 = yyv4364[:yyl4364] - yyc4364 = true + } else if yyl4409 != len(yyv4409) { + yyv4409 = yyv4409[:yyl4409] + yyc4409 = true } - yyj4364 := 0 - for ; yyj4364 < yyrr4364; yyj4364++ { - yyh4364.ElemContainerState(yyj4364) + yyj4409 := 0 + for ; yyj4409 < yyrr4409; yyj4409++ { + yyh4409.ElemContainerState(yyj4409) if r.TryDecodeAsNil() { - yyv4364[yyj4364] = OwnerReference{} + yyv4409[yyj4409] = OwnerReference{} } else { - yyv4365 := &yyv4364[yyj4364] - yyv4365.CodecDecodeSelf(d) + yyv4410 := &yyv4409[yyj4409] + yyv4410.CodecDecodeSelf(d) } } - if yyrt4364 { - for ; yyj4364 < yyl4364; yyj4364++ { - yyv4364 = append(yyv4364, OwnerReference{}) - yyh4364.ElemContainerState(yyj4364) + if yyrt4409 { + for ; yyj4409 < yyl4409; yyj4409++ { + yyv4409 = append(yyv4409, OwnerReference{}) + yyh4409.ElemContainerState(yyj4409) if r.TryDecodeAsNil() { - yyv4364[yyj4364] = OwnerReference{} + yyv4409[yyj4409] = OwnerReference{} } else { - yyv4366 := &yyv4364[yyj4364] - yyv4366.CodecDecodeSelf(d) + yyv4411 := &yyv4409[yyj4409] + yyv4411.CodecDecodeSelf(d) } } } } else { - yyj4364 := 0 - for ; !r.CheckBreak(); yyj4364++ { + yyj4409 := 0 + for ; !r.CheckBreak(); yyj4409++ { - if yyj4364 >= len(yyv4364) { - yyv4364 = append(yyv4364, OwnerReference{}) // var yyz4364 OwnerReference - yyc4364 = true + if yyj4409 >= len(yyv4409) { + yyv4409 = append(yyv4409, OwnerReference{}) // var yyz4409 OwnerReference + yyc4409 = true } - yyh4364.ElemContainerState(yyj4364) - if yyj4364 < len(yyv4364) { + yyh4409.ElemContainerState(yyj4409) + if yyj4409 < len(yyv4409) { if r.TryDecodeAsNil() { - yyv4364[yyj4364] = OwnerReference{} + yyv4409[yyj4409] = OwnerReference{} } else { - yyv4367 := &yyv4364[yyj4364] - yyv4367.CodecDecodeSelf(d) + yyv4412 := &yyv4409[yyj4409] + yyv4412.CodecDecodeSelf(d) } } else { @@ -54482,17 +54872,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4364 < len(yyv4364) { - yyv4364 = yyv4364[:yyj4364] - yyc4364 = true - } else if yyj4364 == 0 && yyv4364 == nil { - yyv4364 = []OwnerReference{} - yyc4364 = true + if yyj4409 < len(yyv4409) { + yyv4409 = yyv4409[:yyj4409] + yyc4409 = true + } else if yyj4409 == 0 && yyv4409 == nil { + yyv4409 = []OwnerReference{} + yyc4409 = true } } - yyh4364.End() - if yyc4364 { - *v = yyv4364 + yyh4409.End() + if yyc4409 { + *v = yyv4409 } } @@ -54501,9 +54891,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4368 := range v { + for _, yyv4413 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4368.CodecEncodeSelf(e) + yyv4413.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54513,75 +54903,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4369 := *v - yyh4369, yyl4369 := z.DecSliceHelperStart() - var yyc4369 bool - if yyl4369 == 0 { - if yyv4369 == nil { - yyv4369 = []PersistentVolumeAccessMode{} - yyc4369 = true - } else if len(yyv4369) != 0 { - yyv4369 = yyv4369[:0] - yyc4369 = true + yyv4414 := *v + yyh4414, yyl4414 := z.DecSliceHelperStart() + var yyc4414 bool + if yyl4414 == 0 { + if yyv4414 == nil { + yyv4414 = []PersistentVolumeAccessMode{} + yyc4414 = true + } else if len(yyv4414) != 0 { + yyv4414 = yyv4414[:0] + yyc4414 = true } - } else if yyl4369 > 0 { - var yyrr4369, yyrl4369 int - var yyrt4369 bool - if yyl4369 > cap(yyv4369) { + } else if yyl4414 > 0 { + var yyrr4414, yyrl4414 int + var yyrt4414 bool + if yyl4414 > cap(yyv4414) { - yyrl4369, yyrt4369 = z.DecInferLen(yyl4369, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4369 { - if yyrl4369 <= cap(yyv4369) { - yyv4369 = yyv4369[:yyrl4369] + yyrl4414, yyrt4414 = z.DecInferLen(yyl4414, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4414 { + if yyrl4414 <= cap(yyv4414) { + yyv4414 = yyv4414[:yyrl4414] } else { - yyv4369 = make([]PersistentVolumeAccessMode, yyrl4369) + yyv4414 = make([]PersistentVolumeAccessMode, yyrl4414) } } else { - yyv4369 = make([]PersistentVolumeAccessMode, yyrl4369) + yyv4414 = make([]PersistentVolumeAccessMode, yyrl4414) } - yyc4369 = true - yyrr4369 = len(yyv4369) - } else if yyl4369 != len(yyv4369) { - yyv4369 = yyv4369[:yyl4369] - yyc4369 = true + yyc4414 = true + yyrr4414 = len(yyv4414) + } else if yyl4414 != len(yyv4414) { + yyv4414 = yyv4414[:yyl4414] + yyc4414 = true } - yyj4369 := 0 - for ; yyj4369 < yyrr4369; yyj4369++ { - yyh4369.ElemContainerState(yyj4369) + yyj4414 := 0 + for ; yyj4414 < yyrr4414; yyj4414++ { + yyh4414.ElemContainerState(yyj4414) if r.TryDecodeAsNil() { - yyv4369[yyj4369] = "" + yyv4414[yyj4414] = "" } else { - yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4414[yyj4414] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4369 { - for ; yyj4369 < yyl4369; yyj4369++ { - yyv4369 = append(yyv4369, "") - yyh4369.ElemContainerState(yyj4369) + if yyrt4414 { + for ; yyj4414 < yyl4414; yyj4414++ { + yyv4414 = append(yyv4414, "") + yyh4414.ElemContainerState(yyj4414) if r.TryDecodeAsNil() { - yyv4369[yyj4369] = "" + yyv4414[yyj4414] = "" } else { - yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4414[yyj4414] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4369 := 0 - for ; !r.CheckBreak(); yyj4369++ { + yyj4414 := 0 + for ; !r.CheckBreak(); yyj4414++ { - if yyj4369 >= len(yyv4369) { - yyv4369 = append(yyv4369, "") // var yyz4369 PersistentVolumeAccessMode - yyc4369 = true + if yyj4414 >= len(yyv4414) { + yyv4414 = append(yyv4414, "") // var yyz4414 PersistentVolumeAccessMode + yyc4414 = true } - yyh4369.ElemContainerState(yyj4369) - if yyj4369 < len(yyv4369) { + yyh4414.ElemContainerState(yyj4414) + if yyj4414 < len(yyv4414) { if r.TryDecodeAsNil() { - yyv4369[yyj4369] = "" + yyv4414[yyj4414] = "" } else { - yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4414[yyj4414] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -54589,17 +54979,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4369 < len(yyv4369) { - yyv4369 = yyv4369[:yyj4369] - yyc4369 = true - } else if yyj4369 == 0 && yyv4369 == nil { - yyv4369 = []PersistentVolumeAccessMode{} - yyc4369 = true + if yyj4414 < len(yyv4414) { + yyv4414 = yyv4414[:yyj4414] + yyc4414 = true + } else if yyj4414 == 0 && yyv4414 == nil { + yyv4414 = []PersistentVolumeAccessMode{} + yyc4414 = true } } - yyh4369.End() - if yyc4369 { - *v = yyv4369 + yyh4414.End() + if yyc4414 { + *v = yyv4414 } } @@ -54608,10 +54998,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4373 := range v { + for _, yyv4418 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4374 := &yyv4373 - yy4374.CodecEncodeSelf(e) + yy4419 := &yyv4418 + yy4419.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54621,83 +55011,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4375 := *v - yyh4375, yyl4375 := z.DecSliceHelperStart() - var yyc4375 bool - if yyl4375 == 0 { - if yyv4375 == nil { - yyv4375 = []PersistentVolume{} - yyc4375 = true - } else if len(yyv4375) != 0 { - yyv4375 = yyv4375[:0] - yyc4375 = true + yyv4420 := *v + yyh4420, yyl4420 := z.DecSliceHelperStart() + var yyc4420 bool + if yyl4420 == 0 { + if yyv4420 == nil { + yyv4420 = []PersistentVolume{} + yyc4420 = true + } else if len(yyv4420) != 0 { + yyv4420 = yyv4420[:0] + yyc4420 = true } - } else if yyl4375 > 0 { - var yyrr4375, yyrl4375 int - var yyrt4375 bool - if yyl4375 > cap(yyv4375) { + } else if yyl4420 > 0 { + var yyrr4420, yyrl4420 int + var yyrt4420 bool + if yyl4420 > cap(yyv4420) { - yyrg4375 := len(yyv4375) > 0 - yyv24375 := yyv4375 - yyrl4375, yyrt4375 = z.DecInferLen(yyl4375, z.DecBasicHandle().MaxInitLen, 456) - if yyrt4375 { - if yyrl4375 <= cap(yyv4375) { - yyv4375 = yyv4375[:yyrl4375] + yyrg4420 := len(yyv4420) > 0 + yyv24420 := yyv4420 + yyrl4420, yyrt4420 = z.DecInferLen(yyl4420, z.DecBasicHandle().MaxInitLen, 456) + if yyrt4420 { + if yyrl4420 <= cap(yyv4420) { + yyv4420 = yyv4420[:yyrl4420] } else { - yyv4375 = make([]PersistentVolume, yyrl4375) + yyv4420 = make([]PersistentVolume, yyrl4420) } } else { - yyv4375 = make([]PersistentVolume, yyrl4375) + yyv4420 = make([]PersistentVolume, yyrl4420) } - yyc4375 = true - yyrr4375 = len(yyv4375) - if yyrg4375 { - copy(yyv4375, yyv24375) + yyc4420 = true + yyrr4420 = len(yyv4420) + if yyrg4420 { + copy(yyv4420, yyv24420) } - } else if yyl4375 != len(yyv4375) { - yyv4375 = yyv4375[:yyl4375] - yyc4375 = true + } else if yyl4420 != len(yyv4420) { + yyv4420 = yyv4420[:yyl4420] + yyc4420 = true } - yyj4375 := 0 - for ; yyj4375 < yyrr4375; yyj4375++ { - yyh4375.ElemContainerState(yyj4375) + yyj4420 := 0 + for ; yyj4420 < yyrr4420; yyj4420++ { + yyh4420.ElemContainerState(yyj4420) if r.TryDecodeAsNil() { - yyv4375[yyj4375] = PersistentVolume{} + yyv4420[yyj4420] = PersistentVolume{} } else { - yyv4376 := &yyv4375[yyj4375] - yyv4376.CodecDecodeSelf(d) + yyv4421 := &yyv4420[yyj4420] + yyv4421.CodecDecodeSelf(d) } } - if yyrt4375 { - for ; yyj4375 < yyl4375; yyj4375++ { - yyv4375 = append(yyv4375, PersistentVolume{}) - yyh4375.ElemContainerState(yyj4375) + if yyrt4420 { + for ; yyj4420 < yyl4420; yyj4420++ { + yyv4420 = append(yyv4420, PersistentVolume{}) + yyh4420.ElemContainerState(yyj4420) if r.TryDecodeAsNil() { - yyv4375[yyj4375] = PersistentVolume{} + yyv4420[yyj4420] = PersistentVolume{} } else { - yyv4377 := &yyv4375[yyj4375] - yyv4377.CodecDecodeSelf(d) + yyv4422 := &yyv4420[yyj4420] + yyv4422.CodecDecodeSelf(d) } } } } else { - yyj4375 := 0 - for ; !r.CheckBreak(); yyj4375++ { + yyj4420 := 0 + for ; !r.CheckBreak(); yyj4420++ { - if yyj4375 >= len(yyv4375) { - yyv4375 = append(yyv4375, PersistentVolume{}) // var yyz4375 PersistentVolume - yyc4375 = true + if yyj4420 >= len(yyv4420) { + yyv4420 = append(yyv4420, PersistentVolume{}) // var yyz4420 PersistentVolume + yyc4420 = true } - yyh4375.ElemContainerState(yyj4375) - if yyj4375 < len(yyv4375) { + yyh4420.ElemContainerState(yyj4420) + if yyj4420 < len(yyv4420) { if r.TryDecodeAsNil() { - yyv4375[yyj4375] = PersistentVolume{} + yyv4420[yyj4420] = PersistentVolume{} } else { - yyv4378 := &yyv4375[yyj4375] - yyv4378.CodecDecodeSelf(d) + yyv4423 := &yyv4420[yyj4420] + yyv4423.CodecDecodeSelf(d) } } else { @@ -54705,17 +55095,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4375 < len(yyv4375) { - yyv4375 = yyv4375[:yyj4375] - yyc4375 = true - } else if yyj4375 == 0 && yyv4375 == nil { - yyv4375 = []PersistentVolume{} - yyc4375 = true + if yyj4420 < len(yyv4420) { + yyv4420 = yyv4420[:yyj4420] + yyc4420 = true + } else if yyj4420 == 0 && yyv4420 == nil { + yyv4420 = []PersistentVolume{} + yyc4420 = true } } - yyh4375.End() - if yyc4375 { - *v = yyv4375 + yyh4420.End() + if yyc4420 { + *v = yyv4420 } } @@ -54724,10 +55114,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4379 := range v { + for _, yyv4424 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4380 := &yyv4379 - yy4380.CodecEncodeSelf(e) + yy4425 := &yyv4424 + yy4425.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54737,83 +55127,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4381 := *v - yyh4381, yyl4381 := z.DecSliceHelperStart() - var yyc4381 bool - if yyl4381 == 0 { - if yyv4381 == nil { - yyv4381 = []PersistentVolumeClaim{} - yyc4381 = true - } else if len(yyv4381) != 0 { - yyv4381 = yyv4381[:0] - yyc4381 = true + yyv4426 := *v + yyh4426, yyl4426 := z.DecSliceHelperStart() + var yyc4426 bool + if yyl4426 == 0 { + if yyv4426 == nil { + yyv4426 = []PersistentVolumeClaim{} + yyc4426 = true + } else if len(yyv4426) != 0 { + yyv4426 = yyv4426[:0] + yyc4426 = true } - } else if yyl4381 > 0 { - var yyrr4381, yyrl4381 int - var yyrt4381 bool - if yyl4381 > cap(yyv4381) { + } else if yyl4426 > 0 { + var yyrr4426, yyrl4426 int + var yyrt4426 bool + if yyl4426 > cap(yyv4426) { - yyrg4381 := len(yyv4381) > 0 - yyv24381 := yyv4381 - yyrl4381, yyrt4381 = z.DecInferLen(yyl4381, z.DecBasicHandle().MaxInitLen, 352) - if yyrt4381 { - if yyrl4381 <= cap(yyv4381) { - yyv4381 = yyv4381[:yyrl4381] + yyrg4426 := len(yyv4426) > 0 + yyv24426 := yyv4426 + yyrl4426, yyrt4426 = z.DecInferLen(yyl4426, z.DecBasicHandle().MaxInitLen, 352) + if yyrt4426 { + if yyrl4426 <= cap(yyv4426) { + yyv4426 = yyv4426[:yyrl4426] } else { - yyv4381 = make([]PersistentVolumeClaim, yyrl4381) + yyv4426 = make([]PersistentVolumeClaim, yyrl4426) } } else { - yyv4381 = make([]PersistentVolumeClaim, yyrl4381) + yyv4426 = make([]PersistentVolumeClaim, yyrl4426) } - yyc4381 = true - yyrr4381 = len(yyv4381) - if yyrg4381 { - copy(yyv4381, yyv24381) + yyc4426 = true + yyrr4426 = len(yyv4426) + if yyrg4426 { + copy(yyv4426, yyv24426) } - } else if yyl4381 != len(yyv4381) { - yyv4381 = yyv4381[:yyl4381] - yyc4381 = true + } else if yyl4426 != len(yyv4426) { + yyv4426 = yyv4426[:yyl4426] + yyc4426 = true } - yyj4381 := 0 - for ; yyj4381 < yyrr4381; yyj4381++ { - yyh4381.ElemContainerState(yyj4381) + yyj4426 := 0 + for ; yyj4426 < yyrr4426; yyj4426++ { + yyh4426.ElemContainerState(yyj4426) if r.TryDecodeAsNil() { - yyv4381[yyj4381] = PersistentVolumeClaim{} + yyv4426[yyj4426] = PersistentVolumeClaim{} } else { - yyv4382 := &yyv4381[yyj4381] - yyv4382.CodecDecodeSelf(d) + yyv4427 := &yyv4426[yyj4426] + yyv4427.CodecDecodeSelf(d) } } - if yyrt4381 { - for ; yyj4381 < yyl4381; yyj4381++ { - yyv4381 = append(yyv4381, PersistentVolumeClaim{}) - yyh4381.ElemContainerState(yyj4381) + if yyrt4426 { + for ; yyj4426 < yyl4426; yyj4426++ { + yyv4426 = append(yyv4426, PersistentVolumeClaim{}) + yyh4426.ElemContainerState(yyj4426) if r.TryDecodeAsNil() { - yyv4381[yyj4381] = PersistentVolumeClaim{} + yyv4426[yyj4426] = PersistentVolumeClaim{} } else { - yyv4383 := &yyv4381[yyj4381] - yyv4383.CodecDecodeSelf(d) + yyv4428 := &yyv4426[yyj4426] + yyv4428.CodecDecodeSelf(d) } } } } else { - yyj4381 := 0 - for ; !r.CheckBreak(); yyj4381++ { + yyj4426 := 0 + for ; !r.CheckBreak(); yyj4426++ { - if yyj4381 >= len(yyv4381) { - yyv4381 = append(yyv4381, PersistentVolumeClaim{}) // var yyz4381 PersistentVolumeClaim - yyc4381 = true + if yyj4426 >= len(yyv4426) { + yyv4426 = append(yyv4426, PersistentVolumeClaim{}) // var yyz4426 PersistentVolumeClaim + yyc4426 = true } - yyh4381.ElemContainerState(yyj4381) - if yyj4381 < len(yyv4381) { + yyh4426.ElemContainerState(yyj4426) + if yyj4426 < len(yyv4426) { if r.TryDecodeAsNil() { - yyv4381[yyj4381] = PersistentVolumeClaim{} + yyv4426[yyj4426] = PersistentVolumeClaim{} } else { - yyv4384 := &yyv4381[yyj4381] - yyv4384.CodecDecodeSelf(d) + yyv4429 := &yyv4426[yyj4426] + yyv4429.CodecDecodeSelf(d) } } else { @@ -54821,17 +55211,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4381 < len(yyv4381) { - yyv4381 = yyv4381[:yyj4381] - yyc4381 = true - } else if yyj4381 == 0 && yyv4381 == nil { - yyv4381 = []PersistentVolumeClaim{} - yyc4381 = true + if yyj4426 < len(yyv4426) { + yyv4426 = yyv4426[:yyj4426] + yyc4426 = true + } else if yyj4426 == 0 && yyv4426 == nil { + yyv4426 = []PersistentVolumeClaim{} + yyc4426 = true } } - yyh4381.End() - if yyc4381 { - *v = yyv4381 + yyh4426.End() + if yyc4426 { + *v = yyv4426 } } @@ -54840,10 +55230,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4385 := range v { + for _, yyv4430 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4386 := &yyv4385 - yy4386.CodecEncodeSelf(e) + yy4431 := &yyv4430 + yy4431.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54853,83 +55243,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4387 := *v - yyh4387, yyl4387 := z.DecSliceHelperStart() - var yyc4387 bool - if yyl4387 == 0 { - if yyv4387 == nil { - yyv4387 = []KeyToPath{} - yyc4387 = true - } else if len(yyv4387) != 0 { - yyv4387 = yyv4387[:0] - yyc4387 = true + yyv4432 := *v + yyh4432, yyl4432 := z.DecSliceHelperStart() + var yyc4432 bool + if yyl4432 == 0 { + if yyv4432 == nil { + yyv4432 = []KeyToPath{} + yyc4432 = true + } else if len(yyv4432) != 0 { + yyv4432 = yyv4432[:0] + yyc4432 = true } - } else if yyl4387 > 0 { - var yyrr4387, yyrl4387 int - var yyrt4387 bool - if yyl4387 > cap(yyv4387) { + } else if yyl4432 > 0 { + var yyrr4432, yyrl4432 int + var yyrt4432 bool + if yyl4432 > cap(yyv4432) { - yyrg4387 := len(yyv4387) > 0 - yyv24387 := yyv4387 - yyrl4387, yyrt4387 = z.DecInferLen(yyl4387, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4387 { - if yyrl4387 <= cap(yyv4387) { - yyv4387 = yyv4387[:yyrl4387] + yyrg4432 := len(yyv4432) > 0 + yyv24432 := yyv4432 + yyrl4432, yyrt4432 = z.DecInferLen(yyl4432, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4432 { + if yyrl4432 <= cap(yyv4432) { + yyv4432 = yyv4432[:yyrl4432] } else { - yyv4387 = make([]KeyToPath, yyrl4387) + yyv4432 = make([]KeyToPath, yyrl4432) } } else { - yyv4387 = make([]KeyToPath, yyrl4387) + yyv4432 = make([]KeyToPath, yyrl4432) } - yyc4387 = true - yyrr4387 = len(yyv4387) - if yyrg4387 { - copy(yyv4387, yyv24387) + yyc4432 = true + yyrr4432 = len(yyv4432) + if yyrg4432 { + copy(yyv4432, yyv24432) } - } else if yyl4387 != len(yyv4387) { - yyv4387 = yyv4387[:yyl4387] - yyc4387 = true + } else if yyl4432 != len(yyv4432) { + yyv4432 = yyv4432[:yyl4432] + yyc4432 = true } - yyj4387 := 0 - for ; yyj4387 < yyrr4387; yyj4387++ { - yyh4387.ElemContainerState(yyj4387) + yyj4432 := 0 + for ; yyj4432 < yyrr4432; yyj4432++ { + yyh4432.ElemContainerState(yyj4432) if r.TryDecodeAsNil() { - yyv4387[yyj4387] = KeyToPath{} + yyv4432[yyj4432] = KeyToPath{} } else { - yyv4388 := &yyv4387[yyj4387] - yyv4388.CodecDecodeSelf(d) + yyv4433 := &yyv4432[yyj4432] + yyv4433.CodecDecodeSelf(d) } } - if yyrt4387 { - for ; yyj4387 < yyl4387; yyj4387++ { - yyv4387 = append(yyv4387, KeyToPath{}) - yyh4387.ElemContainerState(yyj4387) + if yyrt4432 { + for ; yyj4432 < yyl4432; yyj4432++ { + yyv4432 = append(yyv4432, KeyToPath{}) + yyh4432.ElemContainerState(yyj4432) if r.TryDecodeAsNil() { - yyv4387[yyj4387] = KeyToPath{} + yyv4432[yyj4432] = KeyToPath{} } else { - yyv4389 := &yyv4387[yyj4387] - yyv4389.CodecDecodeSelf(d) + yyv4434 := &yyv4432[yyj4432] + yyv4434.CodecDecodeSelf(d) } } } } else { - yyj4387 := 0 - for ; !r.CheckBreak(); yyj4387++ { + yyj4432 := 0 + for ; !r.CheckBreak(); yyj4432++ { - if yyj4387 >= len(yyv4387) { - yyv4387 = append(yyv4387, KeyToPath{}) // var yyz4387 KeyToPath - yyc4387 = true + if yyj4432 >= len(yyv4432) { + yyv4432 = append(yyv4432, KeyToPath{}) // var yyz4432 KeyToPath + yyc4432 = true } - yyh4387.ElemContainerState(yyj4387) - if yyj4387 < len(yyv4387) { + yyh4432.ElemContainerState(yyj4432) + if yyj4432 < len(yyv4432) { if r.TryDecodeAsNil() { - yyv4387[yyj4387] = KeyToPath{} + yyv4432[yyj4432] = KeyToPath{} } else { - yyv4390 := &yyv4387[yyj4387] - yyv4390.CodecDecodeSelf(d) + yyv4435 := &yyv4432[yyj4432] + yyv4435.CodecDecodeSelf(d) } } else { @@ -54937,17 +55327,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4387 < len(yyv4387) { - yyv4387 = yyv4387[:yyj4387] - yyc4387 = true - } else if yyj4387 == 0 && yyv4387 == nil { - yyv4387 = []KeyToPath{} - yyc4387 = true + if yyj4432 < len(yyv4432) { + yyv4432 = yyv4432[:yyj4432] + yyc4432 = true + } else if yyj4432 == 0 && yyv4432 == nil { + yyv4432 = []KeyToPath{} + yyc4432 = true } } - yyh4387.End() - if yyc4387 { - *v = yyv4387 + yyh4432.End() + if yyc4432 { + *v = yyv4432 } } @@ -54956,10 +55346,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4391 := range v { + for _, yyv4436 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4392 := &yyv4391 - yy4392.CodecEncodeSelf(e) + yy4437 := &yyv4436 + yy4437.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54969,83 +55359,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4393 := *v - yyh4393, yyl4393 := z.DecSliceHelperStart() - var yyc4393 bool - if yyl4393 == 0 { - if yyv4393 == nil { - yyv4393 = []HTTPHeader{} - yyc4393 = true - } else if len(yyv4393) != 0 { - yyv4393 = yyv4393[:0] - yyc4393 = true + yyv4438 := *v + yyh4438, yyl4438 := z.DecSliceHelperStart() + var yyc4438 bool + if yyl4438 == 0 { + if yyv4438 == nil { + yyv4438 = []HTTPHeader{} + yyc4438 = true + } else if len(yyv4438) != 0 { + yyv4438 = yyv4438[:0] + yyc4438 = true } - } else if yyl4393 > 0 { - var yyrr4393, yyrl4393 int - var yyrt4393 bool - if yyl4393 > cap(yyv4393) { + } else if yyl4438 > 0 { + var yyrr4438, yyrl4438 int + var yyrt4438 bool + if yyl4438 > cap(yyv4438) { - yyrg4393 := len(yyv4393) > 0 - yyv24393 := yyv4393 - yyrl4393, yyrt4393 = z.DecInferLen(yyl4393, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4393 { - if yyrl4393 <= cap(yyv4393) { - yyv4393 = yyv4393[:yyrl4393] + yyrg4438 := len(yyv4438) > 0 + yyv24438 := yyv4438 + yyrl4438, yyrt4438 = z.DecInferLen(yyl4438, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4438 { + if yyrl4438 <= cap(yyv4438) { + yyv4438 = yyv4438[:yyrl4438] } else { - yyv4393 = make([]HTTPHeader, yyrl4393) + yyv4438 = make([]HTTPHeader, yyrl4438) } } else { - yyv4393 = make([]HTTPHeader, yyrl4393) + yyv4438 = make([]HTTPHeader, yyrl4438) } - yyc4393 = true - yyrr4393 = len(yyv4393) - if yyrg4393 { - copy(yyv4393, yyv24393) + yyc4438 = true + yyrr4438 = len(yyv4438) + if yyrg4438 { + copy(yyv4438, yyv24438) } - } else if yyl4393 != len(yyv4393) { - yyv4393 = yyv4393[:yyl4393] - yyc4393 = true + } else if yyl4438 != len(yyv4438) { + yyv4438 = yyv4438[:yyl4438] + yyc4438 = true } - yyj4393 := 0 - for ; yyj4393 < yyrr4393; yyj4393++ { - yyh4393.ElemContainerState(yyj4393) + yyj4438 := 0 + for ; yyj4438 < yyrr4438; yyj4438++ { + yyh4438.ElemContainerState(yyj4438) if r.TryDecodeAsNil() { - yyv4393[yyj4393] = HTTPHeader{} + yyv4438[yyj4438] = HTTPHeader{} } else { - yyv4394 := &yyv4393[yyj4393] - yyv4394.CodecDecodeSelf(d) + yyv4439 := &yyv4438[yyj4438] + yyv4439.CodecDecodeSelf(d) } } - if yyrt4393 { - for ; yyj4393 < yyl4393; yyj4393++ { - yyv4393 = append(yyv4393, HTTPHeader{}) - yyh4393.ElemContainerState(yyj4393) + if yyrt4438 { + for ; yyj4438 < yyl4438; yyj4438++ { + yyv4438 = append(yyv4438, HTTPHeader{}) + yyh4438.ElemContainerState(yyj4438) if r.TryDecodeAsNil() { - yyv4393[yyj4393] = HTTPHeader{} + yyv4438[yyj4438] = HTTPHeader{} } else { - yyv4395 := &yyv4393[yyj4393] - yyv4395.CodecDecodeSelf(d) + yyv4440 := &yyv4438[yyj4438] + yyv4440.CodecDecodeSelf(d) } } } } else { - yyj4393 := 0 - for ; !r.CheckBreak(); yyj4393++ { + yyj4438 := 0 + for ; !r.CheckBreak(); yyj4438++ { - if yyj4393 >= len(yyv4393) { - yyv4393 = append(yyv4393, HTTPHeader{}) // var yyz4393 HTTPHeader - yyc4393 = true + if yyj4438 >= len(yyv4438) { + yyv4438 = append(yyv4438, HTTPHeader{}) // var yyz4438 HTTPHeader + yyc4438 = true } - yyh4393.ElemContainerState(yyj4393) - if yyj4393 < len(yyv4393) { + yyh4438.ElemContainerState(yyj4438) + if yyj4438 < len(yyv4438) { if r.TryDecodeAsNil() { - yyv4393[yyj4393] = HTTPHeader{} + yyv4438[yyj4438] = HTTPHeader{} } else { - yyv4396 := &yyv4393[yyj4393] - yyv4396.CodecDecodeSelf(d) + yyv4441 := &yyv4438[yyj4438] + yyv4441.CodecDecodeSelf(d) } } else { @@ -55053,17 +55443,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4393 < len(yyv4393) { - yyv4393 = yyv4393[:yyj4393] - yyc4393 = true - } else if yyj4393 == 0 && yyv4393 == nil { - yyv4393 = []HTTPHeader{} - yyc4393 = true + if yyj4438 < len(yyv4438) { + yyv4438 = yyv4438[:yyj4438] + yyc4438 = true + } else if yyj4438 == 0 && yyv4438 == nil { + yyv4438 = []HTTPHeader{} + yyc4438 = true } } - yyh4393.End() - if yyc4393 { - *v = yyv4393 + yyh4438.End() + if yyc4438 { + *v = yyv4438 } } @@ -55072,9 +55462,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4397 := range v { + for _, yyv4442 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4397.CodecEncodeSelf(e) + yyv4442.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55084,75 +55474,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4398 := *v - yyh4398, yyl4398 := z.DecSliceHelperStart() - var yyc4398 bool - if yyl4398 == 0 { - if yyv4398 == nil { - yyv4398 = []Capability{} - yyc4398 = true - } else if len(yyv4398) != 0 { - yyv4398 = yyv4398[:0] - yyc4398 = true + yyv4443 := *v + yyh4443, yyl4443 := z.DecSliceHelperStart() + var yyc4443 bool + if yyl4443 == 0 { + if yyv4443 == nil { + yyv4443 = []Capability{} + yyc4443 = true + } else if len(yyv4443) != 0 { + yyv4443 = yyv4443[:0] + yyc4443 = true } - } else if yyl4398 > 0 { - var yyrr4398, yyrl4398 int - var yyrt4398 bool - if yyl4398 > cap(yyv4398) { + } else if yyl4443 > 0 { + var yyrr4443, yyrl4443 int + var yyrt4443 bool + if yyl4443 > cap(yyv4443) { - yyrl4398, yyrt4398 = z.DecInferLen(yyl4398, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4398 { - if yyrl4398 <= cap(yyv4398) { - yyv4398 = yyv4398[:yyrl4398] + yyrl4443, yyrt4443 = z.DecInferLen(yyl4443, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4443 { + if yyrl4443 <= cap(yyv4443) { + yyv4443 = yyv4443[:yyrl4443] } else { - yyv4398 = make([]Capability, yyrl4398) + yyv4443 = make([]Capability, yyrl4443) } } else { - yyv4398 = make([]Capability, yyrl4398) + yyv4443 = make([]Capability, yyrl4443) } - yyc4398 = true - yyrr4398 = len(yyv4398) - } else if yyl4398 != len(yyv4398) { - yyv4398 = yyv4398[:yyl4398] - yyc4398 = true + yyc4443 = true + yyrr4443 = len(yyv4443) + } else if yyl4443 != len(yyv4443) { + yyv4443 = yyv4443[:yyl4443] + yyc4443 = true } - yyj4398 := 0 - for ; yyj4398 < yyrr4398; yyj4398++ { - yyh4398.ElemContainerState(yyj4398) + yyj4443 := 0 + for ; yyj4443 < yyrr4443; yyj4443++ { + yyh4443.ElemContainerState(yyj4443) if r.TryDecodeAsNil() { - yyv4398[yyj4398] = "" + yyv4443[yyj4443] = "" } else { - yyv4398[yyj4398] = Capability(r.DecodeString()) + yyv4443[yyj4443] = Capability(r.DecodeString()) } } - if yyrt4398 { - for ; yyj4398 < yyl4398; yyj4398++ { - yyv4398 = append(yyv4398, "") - yyh4398.ElemContainerState(yyj4398) + if yyrt4443 { + for ; yyj4443 < yyl4443; yyj4443++ { + yyv4443 = append(yyv4443, "") + yyh4443.ElemContainerState(yyj4443) if r.TryDecodeAsNil() { - yyv4398[yyj4398] = "" + yyv4443[yyj4443] = "" } else { - yyv4398[yyj4398] = Capability(r.DecodeString()) + yyv4443[yyj4443] = Capability(r.DecodeString()) } } } } else { - yyj4398 := 0 - for ; !r.CheckBreak(); yyj4398++ { + yyj4443 := 0 + for ; !r.CheckBreak(); yyj4443++ { - if yyj4398 >= len(yyv4398) { - yyv4398 = append(yyv4398, "") // var yyz4398 Capability - yyc4398 = true + if yyj4443 >= len(yyv4443) { + yyv4443 = append(yyv4443, "") // var yyz4443 Capability + yyc4443 = true } - yyh4398.ElemContainerState(yyj4398) - if yyj4398 < len(yyv4398) { + yyh4443.ElemContainerState(yyj4443) + if yyj4443 < len(yyv4443) { if r.TryDecodeAsNil() { - yyv4398[yyj4398] = "" + yyv4443[yyj4443] = "" } else { - yyv4398[yyj4398] = Capability(r.DecodeString()) + yyv4443[yyj4443] = Capability(r.DecodeString()) } } else { @@ -55160,17 +55550,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4398 < len(yyv4398) { - yyv4398 = yyv4398[:yyj4398] - yyc4398 = true - } else if yyj4398 == 0 && yyv4398 == nil { - yyv4398 = []Capability{} - yyc4398 = true + if yyj4443 < len(yyv4443) { + yyv4443 = yyv4443[:yyj4443] + yyc4443 = true + } else if yyj4443 == 0 && yyv4443 == nil { + yyv4443 = []Capability{} + yyc4443 = true } } - yyh4398.End() - if yyc4398 { - *v = yyv4398 + yyh4443.End() + if yyc4443 { + *v = yyv4443 } } @@ -55179,10 +55569,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4402 := range v { + for _, yyv4447 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4403 := &yyv4402 - yy4403.CodecEncodeSelf(e) + yy4448 := &yyv4447 + yy4448.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55192,83 +55582,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4404 := *v - yyh4404, yyl4404 := z.DecSliceHelperStart() - var yyc4404 bool - if yyl4404 == 0 { - if yyv4404 == nil { - yyv4404 = []ContainerPort{} - yyc4404 = true - } else if len(yyv4404) != 0 { - yyv4404 = yyv4404[:0] - yyc4404 = true + yyv4449 := *v + yyh4449, yyl4449 := z.DecSliceHelperStart() + var yyc4449 bool + if yyl4449 == 0 { + if yyv4449 == nil { + yyv4449 = []ContainerPort{} + yyc4449 = true + } else if len(yyv4449) != 0 { + yyv4449 = yyv4449[:0] + yyc4449 = true } - } else if yyl4404 > 0 { - var yyrr4404, yyrl4404 int - var yyrt4404 bool - if yyl4404 > cap(yyv4404) { + } else if yyl4449 > 0 { + var yyrr4449, yyrl4449 int + var yyrt4449 bool + if yyl4449 > cap(yyv4449) { - yyrg4404 := len(yyv4404) > 0 - yyv24404 := yyv4404 - yyrl4404, yyrt4404 = z.DecInferLen(yyl4404, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4404 { - if yyrl4404 <= cap(yyv4404) { - yyv4404 = yyv4404[:yyrl4404] + yyrg4449 := len(yyv4449) > 0 + yyv24449 := yyv4449 + yyrl4449, yyrt4449 = z.DecInferLen(yyl4449, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4449 { + if yyrl4449 <= cap(yyv4449) { + yyv4449 = yyv4449[:yyrl4449] } else { - yyv4404 = make([]ContainerPort, yyrl4404) + yyv4449 = make([]ContainerPort, yyrl4449) } } else { - yyv4404 = make([]ContainerPort, yyrl4404) + yyv4449 = make([]ContainerPort, yyrl4449) } - yyc4404 = true - yyrr4404 = len(yyv4404) - if yyrg4404 { - copy(yyv4404, yyv24404) + yyc4449 = true + yyrr4449 = len(yyv4449) + if yyrg4449 { + copy(yyv4449, yyv24449) } - } else if yyl4404 != len(yyv4404) { - yyv4404 = yyv4404[:yyl4404] - yyc4404 = true + } else if yyl4449 != len(yyv4449) { + yyv4449 = yyv4449[:yyl4449] + yyc4449 = true } - yyj4404 := 0 - for ; yyj4404 < yyrr4404; yyj4404++ { - yyh4404.ElemContainerState(yyj4404) + yyj4449 := 0 + for ; yyj4449 < yyrr4449; yyj4449++ { + yyh4449.ElemContainerState(yyj4449) if r.TryDecodeAsNil() { - yyv4404[yyj4404] = ContainerPort{} + yyv4449[yyj4449] = ContainerPort{} } else { - yyv4405 := &yyv4404[yyj4404] - yyv4405.CodecDecodeSelf(d) + yyv4450 := &yyv4449[yyj4449] + yyv4450.CodecDecodeSelf(d) } } - if yyrt4404 { - for ; yyj4404 < yyl4404; yyj4404++ { - yyv4404 = append(yyv4404, ContainerPort{}) - yyh4404.ElemContainerState(yyj4404) + if yyrt4449 { + for ; yyj4449 < yyl4449; yyj4449++ { + yyv4449 = append(yyv4449, ContainerPort{}) + yyh4449.ElemContainerState(yyj4449) if r.TryDecodeAsNil() { - yyv4404[yyj4404] = ContainerPort{} + yyv4449[yyj4449] = ContainerPort{} } else { - yyv4406 := &yyv4404[yyj4404] - yyv4406.CodecDecodeSelf(d) + yyv4451 := &yyv4449[yyj4449] + yyv4451.CodecDecodeSelf(d) } } } } else { - yyj4404 := 0 - for ; !r.CheckBreak(); yyj4404++ { + yyj4449 := 0 + for ; !r.CheckBreak(); yyj4449++ { - if yyj4404 >= len(yyv4404) { - yyv4404 = append(yyv4404, ContainerPort{}) // var yyz4404 ContainerPort - yyc4404 = true + if yyj4449 >= len(yyv4449) { + yyv4449 = append(yyv4449, ContainerPort{}) // var yyz4449 ContainerPort + yyc4449 = true } - yyh4404.ElemContainerState(yyj4404) - if yyj4404 < len(yyv4404) { + yyh4449.ElemContainerState(yyj4449) + if yyj4449 < len(yyv4449) { if r.TryDecodeAsNil() { - yyv4404[yyj4404] = ContainerPort{} + yyv4449[yyj4449] = ContainerPort{} } else { - yyv4407 := &yyv4404[yyj4404] - yyv4407.CodecDecodeSelf(d) + yyv4452 := &yyv4449[yyj4449] + yyv4452.CodecDecodeSelf(d) } } else { @@ -55276,17 +55666,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4404 < len(yyv4404) { - yyv4404 = yyv4404[:yyj4404] - yyc4404 = true - } else if yyj4404 == 0 && yyv4404 == nil { - yyv4404 = []ContainerPort{} - yyc4404 = true + if yyj4449 < len(yyv4449) { + yyv4449 = yyv4449[:yyj4449] + yyc4449 = true + } else if yyj4449 == 0 && yyv4449 == nil { + yyv4449 = []ContainerPort{} + yyc4449 = true } } - yyh4404.End() - if yyc4404 { - *v = yyv4404 + yyh4449.End() + if yyc4449 { + *v = yyv4449 } } @@ -55295,10 +55685,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4408 := range v { + for _, yyv4453 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4409 := &yyv4408 - yy4409.CodecEncodeSelf(e) + yy4454 := &yyv4453 + yy4454.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55308,83 +55698,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4410 := *v - yyh4410, yyl4410 := z.DecSliceHelperStart() - var yyc4410 bool - if yyl4410 == 0 { - if yyv4410 == nil { - yyv4410 = []EnvVar{} - yyc4410 = true - } else if len(yyv4410) != 0 { - yyv4410 = yyv4410[:0] - yyc4410 = true + yyv4455 := *v + yyh4455, yyl4455 := z.DecSliceHelperStart() + var yyc4455 bool + if yyl4455 == 0 { + if yyv4455 == nil { + yyv4455 = []EnvVar{} + yyc4455 = true + } else if len(yyv4455) != 0 { + yyv4455 = yyv4455[:0] + yyc4455 = true } - } else if yyl4410 > 0 { - var yyrr4410, yyrl4410 int - var yyrt4410 bool - if yyl4410 > cap(yyv4410) { + } else if yyl4455 > 0 { + var yyrr4455, yyrl4455 int + var yyrt4455 bool + if yyl4455 > cap(yyv4455) { - yyrg4410 := len(yyv4410) > 0 - yyv24410 := yyv4410 - yyrl4410, yyrt4410 = z.DecInferLen(yyl4410, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4410 { - if yyrl4410 <= cap(yyv4410) { - yyv4410 = yyv4410[:yyrl4410] + yyrg4455 := len(yyv4455) > 0 + yyv24455 := yyv4455 + yyrl4455, yyrt4455 = z.DecInferLen(yyl4455, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4455 { + if yyrl4455 <= cap(yyv4455) { + yyv4455 = yyv4455[:yyrl4455] } else { - yyv4410 = make([]EnvVar, yyrl4410) + yyv4455 = make([]EnvVar, yyrl4455) } } else { - yyv4410 = make([]EnvVar, yyrl4410) + yyv4455 = make([]EnvVar, yyrl4455) } - yyc4410 = true - yyrr4410 = len(yyv4410) - if yyrg4410 { - copy(yyv4410, yyv24410) + yyc4455 = true + yyrr4455 = len(yyv4455) + if yyrg4455 { + copy(yyv4455, yyv24455) } - } else if yyl4410 != len(yyv4410) { - yyv4410 = yyv4410[:yyl4410] - yyc4410 = true + } else if yyl4455 != len(yyv4455) { + yyv4455 = yyv4455[:yyl4455] + yyc4455 = true } - yyj4410 := 0 - for ; yyj4410 < yyrr4410; yyj4410++ { - yyh4410.ElemContainerState(yyj4410) + yyj4455 := 0 + for ; yyj4455 < yyrr4455; yyj4455++ { + yyh4455.ElemContainerState(yyj4455) if r.TryDecodeAsNil() { - yyv4410[yyj4410] = EnvVar{} + yyv4455[yyj4455] = EnvVar{} } else { - yyv4411 := &yyv4410[yyj4410] - yyv4411.CodecDecodeSelf(d) + yyv4456 := &yyv4455[yyj4455] + yyv4456.CodecDecodeSelf(d) } } - if yyrt4410 { - for ; yyj4410 < yyl4410; yyj4410++ { - yyv4410 = append(yyv4410, EnvVar{}) - yyh4410.ElemContainerState(yyj4410) + if yyrt4455 { + for ; yyj4455 < yyl4455; yyj4455++ { + yyv4455 = append(yyv4455, EnvVar{}) + yyh4455.ElemContainerState(yyj4455) if r.TryDecodeAsNil() { - yyv4410[yyj4410] = EnvVar{} + yyv4455[yyj4455] = EnvVar{} } else { - yyv4412 := &yyv4410[yyj4410] - yyv4412.CodecDecodeSelf(d) + yyv4457 := &yyv4455[yyj4455] + yyv4457.CodecDecodeSelf(d) } } } } else { - yyj4410 := 0 - for ; !r.CheckBreak(); yyj4410++ { + yyj4455 := 0 + for ; !r.CheckBreak(); yyj4455++ { - if yyj4410 >= len(yyv4410) { - yyv4410 = append(yyv4410, EnvVar{}) // var yyz4410 EnvVar - yyc4410 = true + if yyj4455 >= len(yyv4455) { + yyv4455 = append(yyv4455, EnvVar{}) // var yyz4455 EnvVar + yyc4455 = true } - yyh4410.ElemContainerState(yyj4410) - if yyj4410 < len(yyv4410) { + yyh4455.ElemContainerState(yyj4455) + if yyj4455 < len(yyv4455) { if r.TryDecodeAsNil() { - yyv4410[yyj4410] = EnvVar{} + yyv4455[yyj4455] = EnvVar{} } else { - yyv4413 := &yyv4410[yyj4410] - yyv4413.CodecDecodeSelf(d) + yyv4458 := &yyv4455[yyj4455] + yyv4458.CodecDecodeSelf(d) } } else { @@ -55392,17 +55782,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4410 < len(yyv4410) { - yyv4410 = yyv4410[:yyj4410] - yyc4410 = true - } else if yyj4410 == 0 && yyv4410 == nil { - yyv4410 = []EnvVar{} - yyc4410 = true + if yyj4455 < len(yyv4455) { + yyv4455 = yyv4455[:yyj4455] + yyc4455 = true + } else if yyj4455 == 0 && yyv4455 == nil { + yyv4455 = []EnvVar{} + yyc4455 = true } } - yyh4410.End() - if yyc4410 { - *v = yyv4410 + yyh4455.End() + if yyc4455 { + *v = yyv4455 } } @@ -55411,10 +55801,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4414 := range v { + for _, yyv4459 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4415 := &yyv4414 - yy4415.CodecEncodeSelf(e) + yy4460 := &yyv4459 + yy4460.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55424,83 +55814,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4416 := *v - yyh4416, yyl4416 := z.DecSliceHelperStart() - var yyc4416 bool - if yyl4416 == 0 { - if yyv4416 == nil { - yyv4416 = []VolumeMount{} - yyc4416 = true - } else if len(yyv4416) != 0 { - yyv4416 = yyv4416[:0] - yyc4416 = true + yyv4461 := *v + yyh4461, yyl4461 := z.DecSliceHelperStart() + var yyc4461 bool + if yyl4461 == 0 { + if yyv4461 == nil { + yyv4461 = []VolumeMount{} + yyc4461 = true + } else if len(yyv4461) != 0 { + yyv4461 = yyv4461[:0] + yyc4461 = true } - } else if yyl4416 > 0 { - var yyrr4416, yyrl4416 int - var yyrt4416 bool - if yyl4416 > cap(yyv4416) { + } else if yyl4461 > 0 { + var yyrr4461, yyrl4461 int + var yyrt4461 bool + if yyl4461 > cap(yyv4461) { - yyrg4416 := len(yyv4416) > 0 - yyv24416 := yyv4416 - yyrl4416, yyrt4416 = z.DecInferLen(yyl4416, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4416 { - if yyrl4416 <= cap(yyv4416) { - yyv4416 = yyv4416[:yyrl4416] + yyrg4461 := len(yyv4461) > 0 + yyv24461 := yyv4461 + yyrl4461, yyrt4461 = z.DecInferLen(yyl4461, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4461 { + if yyrl4461 <= cap(yyv4461) { + yyv4461 = yyv4461[:yyrl4461] } else { - yyv4416 = make([]VolumeMount, yyrl4416) + yyv4461 = make([]VolumeMount, yyrl4461) } } else { - yyv4416 = make([]VolumeMount, yyrl4416) + yyv4461 = make([]VolumeMount, yyrl4461) } - yyc4416 = true - yyrr4416 = len(yyv4416) - if yyrg4416 { - copy(yyv4416, yyv24416) + yyc4461 = true + yyrr4461 = len(yyv4461) + if yyrg4461 { + copy(yyv4461, yyv24461) } - } else if yyl4416 != len(yyv4416) { - yyv4416 = yyv4416[:yyl4416] - yyc4416 = true + } else if yyl4461 != len(yyv4461) { + yyv4461 = yyv4461[:yyl4461] + yyc4461 = true } - yyj4416 := 0 - for ; yyj4416 < yyrr4416; yyj4416++ { - yyh4416.ElemContainerState(yyj4416) + yyj4461 := 0 + for ; yyj4461 < yyrr4461; yyj4461++ { + yyh4461.ElemContainerState(yyj4461) if r.TryDecodeAsNil() { - yyv4416[yyj4416] = VolumeMount{} + yyv4461[yyj4461] = VolumeMount{} } else { - yyv4417 := &yyv4416[yyj4416] - yyv4417.CodecDecodeSelf(d) + yyv4462 := &yyv4461[yyj4461] + yyv4462.CodecDecodeSelf(d) } } - if yyrt4416 { - for ; yyj4416 < yyl4416; yyj4416++ { - yyv4416 = append(yyv4416, VolumeMount{}) - yyh4416.ElemContainerState(yyj4416) + if yyrt4461 { + for ; yyj4461 < yyl4461; yyj4461++ { + yyv4461 = append(yyv4461, VolumeMount{}) + yyh4461.ElemContainerState(yyj4461) if r.TryDecodeAsNil() { - yyv4416[yyj4416] = VolumeMount{} + yyv4461[yyj4461] = VolumeMount{} } else { - yyv4418 := &yyv4416[yyj4416] - yyv4418.CodecDecodeSelf(d) + yyv4463 := &yyv4461[yyj4461] + yyv4463.CodecDecodeSelf(d) } } } } else { - yyj4416 := 0 - for ; !r.CheckBreak(); yyj4416++ { + yyj4461 := 0 + for ; !r.CheckBreak(); yyj4461++ { - if yyj4416 >= len(yyv4416) { - yyv4416 = append(yyv4416, VolumeMount{}) // var yyz4416 VolumeMount - yyc4416 = true + if yyj4461 >= len(yyv4461) { + yyv4461 = append(yyv4461, VolumeMount{}) // var yyz4461 VolumeMount + yyc4461 = true } - yyh4416.ElemContainerState(yyj4416) - if yyj4416 < len(yyv4416) { + yyh4461.ElemContainerState(yyj4461) + if yyj4461 < len(yyv4461) { if r.TryDecodeAsNil() { - yyv4416[yyj4416] = VolumeMount{} + yyv4461[yyj4461] = VolumeMount{} } else { - yyv4419 := &yyv4416[yyj4416] - yyv4419.CodecDecodeSelf(d) + yyv4464 := &yyv4461[yyj4461] + yyv4464.CodecDecodeSelf(d) } } else { @@ -55508,17 +55898,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4416 < len(yyv4416) { - yyv4416 = yyv4416[:yyj4416] - yyc4416 = true - } else if yyj4416 == 0 && yyv4416 == nil { - yyv4416 = []VolumeMount{} - yyc4416 = true + if yyj4461 < len(yyv4461) { + yyv4461 = yyv4461[:yyj4461] + yyc4461 = true + } else if yyj4461 == 0 && yyv4461 == nil { + yyv4461 = []VolumeMount{} + yyc4461 = true } } - yyh4416.End() - if yyc4416 { - *v = yyv4416 + yyh4461.End() + if yyc4461 { + *v = yyv4461 } } @@ -55527,10 +55917,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4420 := range v { + for _, yyv4465 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4421 := &yyv4420 - yy4421.CodecEncodeSelf(e) + yy4466 := &yyv4465 + yy4466.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55540,83 +55930,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4422 := *v - yyh4422, yyl4422 := z.DecSliceHelperStart() - var yyc4422 bool - if yyl4422 == 0 { - if yyv4422 == nil { - yyv4422 = []NodeSelectorTerm{} - yyc4422 = true - } else if len(yyv4422) != 0 { - yyv4422 = yyv4422[:0] - yyc4422 = true + yyv4467 := *v + yyh4467, yyl4467 := z.DecSliceHelperStart() + var yyc4467 bool + if yyl4467 == 0 { + if yyv4467 == nil { + yyv4467 = []NodeSelectorTerm{} + yyc4467 = true + } else if len(yyv4467) != 0 { + yyv4467 = yyv4467[:0] + yyc4467 = true } - } else if yyl4422 > 0 { - var yyrr4422, yyrl4422 int - var yyrt4422 bool - if yyl4422 > cap(yyv4422) { + } else if yyl4467 > 0 { + var yyrr4467, yyrl4467 int + var yyrt4467 bool + if yyl4467 > cap(yyv4467) { - yyrg4422 := len(yyv4422) > 0 - yyv24422 := yyv4422 - yyrl4422, yyrt4422 = z.DecInferLen(yyl4422, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4422 { - if yyrl4422 <= cap(yyv4422) { - yyv4422 = yyv4422[:yyrl4422] + yyrg4467 := len(yyv4467) > 0 + yyv24467 := yyv4467 + yyrl4467, yyrt4467 = z.DecInferLen(yyl4467, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4467 { + if yyrl4467 <= cap(yyv4467) { + yyv4467 = yyv4467[:yyrl4467] } else { - yyv4422 = make([]NodeSelectorTerm, yyrl4422) + yyv4467 = make([]NodeSelectorTerm, yyrl4467) } } else { - yyv4422 = make([]NodeSelectorTerm, yyrl4422) + yyv4467 = make([]NodeSelectorTerm, yyrl4467) } - yyc4422 = true - yyrr4422 = len(yyv4422) - if yyrg4422 { - copy(yyv4422, yyv24422) + yyc4467 = true + yyrr4467 = len(yyv4467) + if yyrg4467 { + copy(yyv4467, yyv24467) } - } else if yyl4422 != len(yyv4422) { - yyv4422 = yyv4422[:yyl4422] - yyc4422 = true + } else if yyl4467 != len(yyv4467) { + yyv4467 = yyv4467[:yyl4467] + yyc4467 = true } - yyj4422 := 0 - for ; yyj4422 < yyrr4422; yyj4422++ { - yyh4422.ElemContainerState(yyj4422) + yyj4467 := 0 + for ; yyj4467 < yyrr4467; yyj4467++ { + yyh4467.ElemContainerState(yyj4467) if r.TryDecodeAsNil() { - yyv4422[yyj4422] = NodeSelectorTerm{} + yyv4467[yyj4467] = NodeSelectorTerm{} } else { - yyv4423 := &yyv4422[yyj4422] - yyv4423.CodecDecodeSelf(d) + yyv4468 := &yyv4467[yyj4467] + yyv4468.CodecDecodeSelf(d) } } - if yyrt4422 { - for ; yyj4422 < yyl4422; yyj4422++ { - yyv4422 = append(yyv4422, NodeSelectorTerm{}) - yyh4422.ElemContainerState(yyj4422) + if yyrt4467 { + for ; yyj4467 < yyl4467; yyj4467++ { + yyv4467 = append(yyv4467, NodeSelectorTerm{}) + yyh4467.ElemContainerState(yyj4467) if r.TryDecodeAsNil() { - yyv4422[yyj4422] = NodeSelectorTerm{} + yyv4467[yyj4467] = NodeSelectorTerm{} } else { - yyv4424 := &yyv4422[yyj4422] - yyv4424.CodecDecodeSelf(d) + yyv4469 := &yyv4467[yyj4467] + yyv4469.CodecDecodeSelf(d) } } } } else { - yyj4422 := 0 - for ; !r.CheckBreak(); yyj4422++ { + yyj4467 := 0 + for ; !r.CheckBreak(); yyj4467++ { - if yyj4422 >= len(yyv4422) { - yyv4422 = append(yyv4422, NodeSelectorTerm{}) // var yyz4422 NodeSelectorTerm - yyc4422 = true + if yyj4467 >= len(yyv4467) { + yyv4467 = append(yyv4467, NodeSelectorTerm{}) // var yyz4467 NodeSelectorTerm + yyc4467 = true } - yyh4422.ElemContainerState(yyj4422) - if yyj4422 < len(yyv4422) { + yyh4467.ElemContainerState(yyj4467) + if yyj4467 < len(yyv4467) { if r.TryDecodeAsNil() { - yyv4422[yyj4422] = NodeSelectorTerm{} + yyv4467[yyj4467] = NodeSelectorTerm{} } else { - yyv4425 := &yyv4422[yyj4422] - yyv4425.CodecDecodeSelf(d) + yyv4470 := &yyv4467[yyj4467] + yyv4470.CodecDecodeSelf(d) } } else { @@ -55624,17 +56014,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4422 < len(yyv4422) { - yyv4422 = yyv4422[:yyj4422] - yyc4422 = true - } else if yyj4422 == 0 && yyv4422 == nil { - yyv4422 = []NodeSelectorTerm{} - yyc4422 = true + if yyj4467 < len(yyv4467) { + yyv4467 = yyv4467[:yyj4467] + yyc4467 = true + } else if yyj4467 == 0 && yyv4467 == nil { + yyv4467 = []NodeSelectorTerm{} + yyc4467 = true } } - yyh4422.End() - if yyc4422 { - *v = yyv4422 + yyh4467.End() + if yyc4467 { + *v = yyv4467 } } @@ -55643,10 +56033,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4426 := range v { + for _, yyv4471 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4427 := &yyv4426 - yy4427.CodecEncodeSelf(e) + yy4472 := &yyv4471 + yy4472.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55656,83 +56046,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4428 := *v - yyh4428, yyl4428 := z.DecSliceHelperStart() - var yyc4428 bool - if yyl4428 == 0 { - if yyv4428 == nil { - yyv4428 = []NodeSelectorRequirement{} - yyc4428 = true - } else if len(yyv4428) != 0 { - yyv4428 = yyv4428[:0] - yyc4428 = true + yyv4473 := *v + yyh4473, yyl4473 := z.DecSliceHelperStart() + var yyc4473 bool + if yyl4473 == 0 { + if yyv4473 == nil { + yyv4473 = []NodeSelectorRequirement{} + yyc4473 = true + } else if len(yyv4473) != 0 { + yyv4473 = yyv4473[:0] + yyc4473 = true } - } else if yyl4428 > 0 { - var yyrr4428, yyrl4428 int - var yyrt4428 bool - if yyl4428 > cap(yyv4428) { + } else if yyl4473 > 0 { + var yyrr4473, yyrl4473 int + var yyrt4473 bool + if yyl4473 > cap(yyv4473) { - yyrg4428 := len(yyv4428) > 0 - yyv24428 := yyv4428 - yyrl4428, yyrt4428 = z.DecInferLen(yyl4428, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4428 { - if yyrl4428 <= cap(yyv4428) { - yyv4428 = yyv4428[:yyrl4428] + yyrg4473 := len(yyv4473) > 0 + yyv24473 := yyv4473 + yyrl4473, yyrt4473 = z.DecInferLen(yyl4473, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4473 { + if yyrl4473 <= cap(yyv4473) { + yyv4473 = yyv4473[:yyrl4473] } else { - yyv4428 = make([]NodeSelectorRequirement, yyrl4428) + yyv4473 = make([]NodeSelectorRequirement, yyrl4473) } } else { - yyv4428 = make([]NodeSelectorRequirement, yyrl4428) + yyv4473 = make([]NodeSelectorRequirement, yyrl4473) } - yyc4428 = true - yyrr4428 = len(yyv4428) - if yyrg4428 { - copy(yyv4428, yyv24428) + yyc4473 = true + yyrr4473 = len(yyv4473) + if yyrg4473 { + copy(yyv4473, yyv24473) } - } else if yyl4428 != len(yyv4428) { - yyv4428 = yyv4428[:yyl4428] - yyc4428 = true + } else if yyl4473 != len(yyv4473) { + yyv4473 = yyv4473[:yyl4473] + yyc4473 = true } - yyj4428 := 0 - for ; yyj4428 < yyrr4428; yyj4428++ { - yyh4428.ElemContainerState(yyj4428) + yyj4473 := 0 + for ; yyj4473 < yyrr4473; yyj4473++ { + yyh4473.ElemContainerState(yyj4473) if r.TryDecodeAsNil() { - yyv4428[yyj4428] = NodeSelectorRequirement{} + yyv4473[yyj4473] = NodeSelectorRequirement{} } else { - yyv4429 := &yyv4428[yyj4428] - yyv4429.CodecDecodeSelf(d) + yyv4474 := &yyv4473[yyj4473] + yyv4474.CodecDecodeSelf(d) } } - if yyrt4428 { - for ; yyj4428 < yyl4428; yyj4428++ { - yyv4428 = append(yyv4428, NodeSelectorRequirement{}) - yyh4428.ElemContainerState(yyj4428) + if yyrt4473 { + for ; yyj4473 < yyl4473; yyj4473++ { + yyv4473 = append(yyv4473, NodeSelectorRequirement{}) + yyh4473.ElemContainerState(yyj4473) if r.TryDecodeAsNil() { - yyv4428[yyj4428] = NodeSelectorRequirement{} + yyv4473[yyj4473] = NodeSelectorRequirement{} } else { - yyv4430 := &yyv4428[yyj4428] - yyv4430.CodecDecodeSelf(d) + yyv4475 := &yyv4473[yyj4473] + yyv4475.CodecDecodeSelf(d) } } } } else { - yyj4428 := 0 - for ; !r.CheckBreak(); yyj4428++ { + yyj4473 := 0 + for ; !r.CheckBreak(); yyj4473++ { - if yyj4428 >= len(yyv4428) { - yyv4428 = append(yyv4428, NodeSelectorRequirement{}) // var yyz4428 NodeSelectorRequirement - yyc4428 = true + if yyj4473 >= len(yyv4473) { + yyv4473 = append(yyv4473, NodeSelectorRequirement{}) // var yyz4473 NodeSelectorRequirement + yyc4473 = true } - yyh4428.ElemContainerState(yyj4428) - if yyj4428 < len(yyv4428) { + yyh4473.ElemContainerState(yyj4473) + if yyj4473 < len(yyv4473) { if r.TryDecodeAsNil() { - yyv4428[yyj4428] = NodeSelectorRequirement{} + yyv4473[yyj4473] = NodeSelectorRequirement{} } else { - yyv4431 := &yyv4428[yyj4428] - yyv4431.CodecDecodeSelf(d) + yyv4476 := &yyv4473[yyj4473] + yyv4476.CodecDecodeSelf(d) } } else { @@ -55740,17 +56130,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4428 < len(yyv4428) { - yyv4428 = yyv4428[:yyj4428] - yyc4428 = true - } else if yyj4428 == 0 && yyv4428 == nil { - yyv4428 = []NodeSelectorRequirement{} - yyc4428 = true + if yyj4473 < len(yyv4473) { + yyv4473 = yyv4473[:yyj4473] + yyc4473 = true + } else if yyj4473 == 0 && yyv4473 == nil { + yyv4473 = []NodeSelectorRequirement{} + yyc4473 = true } } - yyh4428.End() - if yyc4428 { - *v = yyv4428 + yyh4473.End() + if yyc4473 { + *v = yyv4473 } } @@ -55759,10 +56149,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4432 := range v { + for _, yyv4477 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4433 := &yyv4432 - yy4433.CodecEncodeSelf(e) + yy4478 := &yyv4477 + yy4478.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55772,83 +56162,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4434 := *v - yyh4434, yyl4434 := z.DecSliceHelperStart() - var yyc4434 bool - if yyl4434 == 0 { - if yyv4434 == nil { - yyv4434 = []PodAffinityTerm{} - yyc4434 = true - } else if len(yyv4434) != 0 { - yyv4434 = yyv4434[:0] - yyc4434 = true + yyv4479 := *v + yyh4479, yyl4479 := z.DecSliceHelperStart() + var yyc4479 bool + if yyl4479 == 0 { + if yyv4479 == nil { + yyv4479 = []PodAffinityTerm{} + yyc4479 = true + } else if len(yyv4479) != 0 { + yyv4479 = yyv4479[:0] + yyc4479 = true } - } else if yyl4434 > 0 { - var yyrr4434, yyrl4434 int - var yyrt4434 bool - if yyl4434 > cap(yyv4434) { + } else if yyl4479 > 0 { + var yyrr4479, yyrl4479 int + var yyrt4479 bool + if yyl4479 > cap(yyv4479) { - yyrg4434 := len(yyv4434) > 0 - yyv24434 := yyv4434 - yyrl4434, yyrt4434 = z.DecInferLen(yyl4434, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4434 { - if yyrl4434 <= cap(yyv4434) { - yyv4434 = yyv4434[:yyrl4434] + yyrg4479 := len(yyv4479) > 0 + yyv24479 := yyv4479 + yyrl4479, yyrt4479 = z.DecInferLen(yyl4479, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4479 { + if yyrl4479 <= cap(yyv4479) { + yyv4479 = yyv4479[:yyrl4479] } else { - yyv4434 = make([]PodAffinityTerm, yyrl4434) + yyv4479 = make([]PodAffinityTerm, yyrl4479) } } else { - yyv4434 = make([]PodAffinityTerm, yyrl4434) + yyv4479 = make([]PodAffinityTerm, yyrl4479) } - yyc4434 = true - yyrr4434 = len(yyv4434) - if yyrg4434 { - copy(yyv4434, yyv24434) + yyc4479 = true + yyrr4479 = len(yyv4479) + if yyrg4479 { + copy(yyv4479, yyv24479) } - } else if yyl4434 != len(yyv4434) { - yyv4434 = yyv4434[:yyl4434] - yyc4434 = true + } else if yyl4479 != len(yyv4479) { + yyv4479 = yyv4479[:yyl4479] + yyc4479 = true } - yyj4434 := 0 - for ; yyj4434 < yyrr4434; yyj4434++ { - yyh4434.ElemContainerState(yyj4434) + yyj4479 := 0 + for ; yyj4479 < yyrr4479; yyj4479++ { + yyh4479.ElemContainerState(yyj4479) if r.TryDecodeAsNil() { - yyv4434[yyj4434] = PodAffinityTerm{} + yyv4479[yyj4479] = PodAffinityTerm{} } else { - yyv4435 := &yyv4434[yyj4434] - yyv4435.CodecDecodeSelf(d) + yyv4480 := &yyv4479[yyj4479] + yyv4480.CodecDecodeSelf(d) } } - if yyrt4434 { - for ; yyj4434 < yyl4434; yyj4434++ { - yyv4434 = append(yyv4434, PodAffinityTerm{}) - yyh4434.ElemContainerState(yyj4434) + if yyrt4479 { + for ; yyj4479 < yyl4479; yyj4479++ { + yyv4479 = append(yyv4479, PodAffinityTerm{}) + yyh4479.ElemContainerState(yyj4479) if r.TryDecodeAsNil() { - yyv4434[yyj4434] = PodAffinityTerm{} + yyv4479[yyj4479] = PodAffinityTerm{} } else { - yyv4436 := &yyv4434[yyj4434] - yyv4436.CodecDecodeSelf(d) + yyv4481 := &yyv4479[yyj4479] + yyv4481.CodecDecodeSelf(d) } } } } else { - yyj4434 := 0 - for ; !r.CheckBreak(); yyj4434++ { + yyj4479 := 0 + for ; !r.CheckBreak(); yyj4479++ { - if yyj4434 >= len(yyv4434) { - yyv4434 = append(yyv4434, PodAffinityTerm{}) // var yyz4434 PodAffinityTerm - yyc4434 = true + if yyj4479 >= len(yyv4479) { + yyv4479 = append(yyv4479, PodAffinityTerm{}) // var yyz4479 PodAffinityTerm + yyc4479 = true } - yyh4434.ElemContainerState(yyj4434) - if yyj4434 < len(yyv4434) { + yyh4479.ElemContainerState(yyj4479) + if yyj4479 < len(yyv4479) { if r.TryDecodeAsNil() { - yyv4434[yyj4434] = PodAffinityTerm{} + yyv4479[yyj4479] = PodAffinityTerm{} } else { - yyv4437 := &yyv4434[yyj4434] - yyv4437.CodecDecodeSelf(d) + yyv4482 := &yyv4479[yyj4479] + yyv4482.CodecDecodeSelf(d) } } else { @@ -55856,17 +56246,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4434 < len(yyv4434) { - yyv4434 = yyv4434[:yyj4434] - yyc4434 = true - } else if yyj4434 == 0 && yyv4434 == nil { - yyv4434 = []PodAffinityTerm{} - yyc4434 = true + if yyj4479 < len(yyv4479) { + yyv4479 = yyv4479[:yyj4479] + yyc4479 = true + } else if yyj4479 == 0 && yyv4479 == nil { + yyv4479 = []PodAffinityTerm{} + yyc4479 = true } } - yyh4434.End() - if yyc4434 { - *v = yyv4434 + yyh4479.End() + if yyc4479 { + *v = yyv4479 } } @@ -55875,10 +56265,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4438 := range v { + for _, yyv4483 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4439 := &yyv4438 - yy4439.CodecEncodeSelf(e) + yy4484 := &yyv4483 + yy4484.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55888,83 +56278,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4440 := *v - yyh4440, yyl4440 := z.DecSliceHelperStart() - var yyc4440 bool - if yyl4440 == 0 { - if yyv4440 == nil { - yyv4440 = []WeightedPodAffinityTerm{} - yyc4440 = true - } else if len(yyv4440) != 0 { - yyv4440 = yyv4440[:0] - yyc4440 = true + yyv4485 := *v + yyh4485, yyl4485 := z.DecSliceHelperStart() + var yyc4485 bool + if yyl4485 == 0 { + if yyv4485 == nil { + yyv4485 = []WeightedPodAffinityTerm{} + yyc4485 = true + } else if len(yyv4485) != 0 { + yyv4485 = yyv4485[:0] + yyc4485 = true } - } else if yyl4440 > 0 { - var yyrr4440, yyrl4440 int - var yyrt4440 bool - if yyl4440 > cap(yyv4440) { + } else if yyl4485 > 0 { + var yyrr4485, yyrl4485 int + var yyrt4485 bool + if yyl4485 > cap(yyv4485) { - yyrg4440 := len(yyv4440) > 0 - yyv24440 := yyv4440 - yyrl4440, yyrt4440 = z.DecInferLen(yyl4440, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4440 { - if yyrl4440 <= cap(yyv4440) { - yyv4440 = yyv4440[:yyrl4440] + yyrg4485 := len(yyv4485) > 0 + yyv24485 := yyv4485 + yyrl4485, yyrt4485 = z.DecInferLen(yyl4485, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4485 { + if yyrl4485 <= cap(yyv4485) { + yyv4485 = yyv4485[:yyrl4485] } else { - yyv4440 = make([]WeightedPodAffinityTerm, yyrl4440) + yyv4485 = make([]WeightedPodAffinityTerm, yyrl4485) } } else { - yyv4440 = make([]WeightedPodAffinityTerm, yyrl4440) + yyv4485 = make([]WeightedPodAffinityTerm, yyrl4485) } - yyc4440 = true - yyrr4440 = len(yyv4440) - if yyrg4440 { - copy(yyv4440, yyv24440) + yyc4485 = true + yyrr4485 = len(yyv4485) + if yyrg4485 { + copy(yyv4485, yyv24485) } - } else if yyl4440 != len(yyv4440) { - yyv4440 = yyv4440[:yyl4440] - yyc4440 = true + } else if yyl4485 != len(yyv4485) { + yyv4485 = yyv4485[:yyl4485] + yyc4485 = true } - yyj4440 := 0 - for ; yyj4440 < yyrr4440; yyj4440++ { - yyh4440.ElemContainerState(yyj4440) + yyj4485 := 0 + for ; yyj4485 < yyrr4485; yyj4485++ { + yyh4485.ElemContainerState(yyj4485) if r.TryDecodeAsNil() { - yyv4440[yyj4440] = WeightedPodAffinityTerm{} + yyv4485[yyj4485] = WeightedPodAffinityTerm{} } else { - yyv4441 := &yyv4440[yyj4440] - yyv4441.CodecDecodeSelf(d) + yyv4486 := &yyv4485[yyj4485] + yyv4486.CodecDecodeSelf(d) } } - if yyrt4440 { - for ; yyj4440 < yyl4440; yyj4440++ { - yyv4440 = append(yyv4440, WeightedPodAffinityTerm{}) - yyh4440.ElemContainerState(yyj4440) + if yyrt4485 { + for ; yyj4485 < yyl4485; yyj4485++ { + yyv4485 = append(yyv4485, WeightedPodAffinityTerm{}) + yyh4485.ElemContainerState(yyj4485) if r.TryDecodeAsNil() { - yyv4440[yyj4440] = WeightedPodAffinityTerm{} + yyv4485[yyj4485] = WeightedPodAffinityTerm{} } else { - yyv4442 := &yyv4440[yyj4440] - yyv4442.CodecDecodeSelf(d) + yyv4487 := &yyv4485[yyj4485] + yyv4487.CodecDecodeSelf(d) } } } } else { - yyj4440 := 0 - for ; !r.CheckBreak(); yyj4440++ { + yyj4485 := 0 + for ; !r.CheckBreak(); yyj4485++ { - if yyj4440 >= len(yyv4440) { - yyv4440 = append(yyv4440, WeightedPodAffinityTerm{}) // var yyz4440 WeightedPodAffinityTerm - yyc4440 = true + if yyj4485 >= len(yyv4485) { + yyv4485 = append(yyv4485, WeightedPodAffinityTerm{}) // var yyz4485 WeightedPodAffinityTerm + yyc4485 = true } - yyh4440.ElemContainerState(yyj4440) - if yyj4440 < len(yyv4440) { + yyh4485.ElemContainerState(yyj4485) + if yyj4485 < len(yyv4485) { if r.TryDecodeAsNil() { - yyv4440[yyj4440] = WeightedPodAffinityTerm{} + yyv4485[yyj4485] = WeightedPodAffinityTerm{} } else { - yyv4443 := &yyv4440[yyj4440] - yyv4443.CodecDecodeSelf(d) + yyv4488 := &yyv4485[yyj4485] + yyv4488.CodecDecodeSelf(d) } } else { @@ -55972,17 +56362,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4440 < len(yyv4440) { - yyv4440 = yyv4440[:yyj4440] - yyc4440 = true - } else if yyj4440 == 0 && yyv4440 == nil { - yyv4440 = []WeightedPodAffinityTerm{} - yyc4440 = true + if yyj4485 < len(yyv4485) { + yyv4485 = yyv4485[:yyj4485] + yyc4485 = true + } else if yyj4485 == 0 && yyv4485 == nil { + yyv4485 = []WeightedPodAffinityTerm{} + yyc4485 = true } } - yyh4440.End() - if yyc4440 { - *v = yyv4440 + yyh4485.End() + if yyc4485 { + *v = yyv4485 } } @@ -55991,10 +56381,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4444 := range v { + for _, yyv4489 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4445 := &yyv4444 - yy4445.CodecEncodeSelf(e) + yy4490 := &yyv4489 + yy4490.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56004,83 +56394,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4446 := *v - yyh4446, yyl4446 := z.DecSliceHelperStart() - var yyc4446 bool - if yyl4446 == 0 { - if yyv4446 == nil { - yyv4446 = []PreferredSchedulingTerm{} - yyc4446 = true - } else if len(yyv4446) != 0 { - yyv4446 = yyv4446[:0] - yyc4446 = true + yyv4491 := *v + yyh4491, yyl4491 := z.DecSliceHelperStart() + var yyc4491 bool + if yyl4491 == 0 { + if yyv4491 == nil { + yyv4491 = []PreferredSchedulingTerm{} + yyc4491 = true + } else if len(yyv4491) != 0 { + yyv4491 = yyv4491[:0] + yyc4491 = true } - } else if yyl4446 > 0 { - var yyrr4446, yyrl4446 int - var yyrt4446 bool - if yyl4446 > cap(yyv4446) { + } else if yyl4491 > 0 { + var yyrr4491, yyrl4491 int + var yyrt4491 bool + if yyl4491 > cap(yyv4491) { - yyrg4446 := len(yyv4446) > 0 - yyv24446 := yyv4446 - yyrl4446, yyrt4446 = z.DecInferLen(yyl4446, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4446 { - if yyrl4446 <= cap(yyv4446) { - yyv4446 = yyv4446[:yyrl4446] + yyrg4491 := len(yyv4491) > 0 + yyv24491 := yyv4491 + yyrl4491, yyrt4491 = z.DecInferLen(yyl4491, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4491 { + if yyrl4491 <= cap(yyv4491) { + yyv4491 = yyv4491[:yyrl4491] } else { - yyv4446 = make([]PreferredSchedulingTerm, yyrl4446) + yyv4491 = make([]PreferredSchedulingTerm, yyrl4491) } } else { - yyv4446 = make([]PreferredSchedulingTerm, yyrl4446) + yyv4491 = make([]PreferredSchedulingTerm, yyrl4491) } - yyc4446 = true - yyrr4446 = len(yyv4446) - if yyrg4446 { - copy(yyv4446, yyv24446) + yyc4491 = true + yyrr4491 = len(yyv4491) + if yyrg4491 { + copy(yyv4491, yyv24491) } - } else if yyl4446 != len(yyv4446) { - yyv4446 = yyv4446[:yyl4446] - yyc4446 = true + } else if yyl4491 != len(yyv4491) { + yyv4491 = yyv4491[:yyl4491] + yyc4491 = true } - yyj4446 := 0 - for ; yyj4446 < yyrr4446; yyj4446++ { - yyh4446.ElemContainerState(yyj4446) + yyj4491 := 0 + for ; yyj4491 < yyrr4491; yyj4491++ { + yyh4491.ElemContainerState(yyj4491) if r.TryDecodeAsNil() { - yyv4446[yyj4446] = PreferredSchedulingTerm{} + yyv4491[yyj4491] = PreferredSchedulingTerm{} } else { - yyv4447 := &yyv4446[yyj4446] - yyv4447.CodecDecodeSelf(d) + yyv4492 := &yyv4491[yyj4491] + yyv4492.CodecDecodeSelf(d) } } - if yyrt4446 { - for ; yyj4446 < yyl4446; yyj4446++ { - yyv4446 = append(yyv4446, PreferredSchedulingTerm{}) - yyh4446.ElemContainerState(yyj4446) + if yyrt4491 { + for ; yyj4491 < yyl4491; yyj4491++ { + yyv4491 = append(yyv4491, PreferredSchedulingTerm{}) + yyh4491.ElemContainerState(yyj4491) if r.TryDecodeAsNil() { - yyv4446[yyj4446] = PreferredSchedulingTerm{} + yyv4491[yyj4491] = PreferredSchedulingTerm{} } else { - yyv4448 := &yyv4446[yyj4446] - yyv4448.CodecDecodeSelf(d) + yyv4493 := &yyv4491[yyj4491] + yyv4493.CodecDecodeSelf(d) } } } } else { - yyj4446 := 0 - for ; !r.CheckBreak(); yyj4446++ { + yyj4491 := 0 + for ; !r.CheckBreak(); yyj4491++ { - if yyj4446 >= len(yyv4446) { - yyv4446 = append(yyv4446, PreferredSchedulingTerm{}) // var yyz4446 PreferredSchedulingTerm - yyc4446 = true + if yyj4491 >= len(yyv4491) { + yyv4491 = append(yyv4491, PreferredSchedulingTerm{}) // var yyz4491 PreferredSchedulingTerm + yyc4491 = true } - yyh4446.ElemContainerState(yyj4446) - if yyj4446 < len(yyv4446) { + yyh4491.ElemContainerState(yyj4491) + if yyj4491 < len(yyv4491) { if r.TryDecodeAsNil() { - yyv4446[yyj4446] = PreferredSchedulingTerm{} + yyv4491[yyj4491] = PreferredSchedulingTerm{} } else { - yyv4449 := &yyv4446[yyj4446] - yyv4449.CodecDecodeSelf(d) + yyv4494 := &yyv4491[yyj4491] + yyv4494.CodecDecodeSelf(d) } } else { @@ -56088,17 +56478,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4446 < len(yyv4446) { - yyv4446 = yyv4446[:yyj4446] - yyc4446 = true - } else if yyj4446 == 0 && yyv4446 == nil { - yyv4446 = []PreferredSchedulingTerm{} - yyc4446 = true + if yyj4491 < len(yyv4491) { + yyv4491 = yyv4491[:yyj4491] + yyc4491 = true + } else if yyj4491 == 0 && yyv4491 == nil { + yyv4491 = []PreferredSchedulingTerm{} + yyc4491 = true } } - yyh4446.End() - if yyc4446 { - *v = yyv4446 + yyh4491.End() + if yyc4491 { + *v = yyv4491 } } @@ -56107,10 +56497,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4450 := range v { + for _, yyv4495 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4451 := &yyv4450 - yy4451.CodecEncodeSelf(e) + yy4496 := &yyv4495 + yy4496.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56120,83 +56510,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4452 := *v - yyh4452, yyl4452 := z.DecSliceHelperStart() - var yyc4452 bool - if yyl4452 == 0 { - if yyv4452 == nil { - yyv4452 = []Volume{} - yyc4452 = true - } else if len(yyv4452) != 0 { - yyv4452 = yyv4452[:0] - yyc4452 = true + yyv4497 := *v + yyh4497, yyl4497 := z.DecSliceHelperStart() + var yyc4497 bool + if yyl4497 == 0 { + if yyv4497 == nil { + yyv4497 = []Volume{} + yyc4497 = true + } else if len(yyv4497) != 0 { + yyv4497 = yyv4497[:0] + yyc4497 = true } - } else if yyl4452 > 0 { - var yyrr4452, yyrl4452 int - var yyrt4452 bool - if yyl4452 > cap(yyv4452) { + } else if yyl4497 > 0 { + var yyrr4497, yyrl4497 int + var yyrt4497 bool + if yyl4497 > cap(yyv4497) { - yyrg4452 := len(yyv4452) > 0 - yyv24452 := yyv4452 - yyrl4452, yyrt4452 = z.DecInferLen(yyl4452, z.DecBasicHandle().MaxInitLen, 176) - if yyrt4452 { - if yyrl4452 <= cap(yyv4452) { - yyv4452 = yyv4452[:yyrl4452] + yyrg4497 := len(yyv4497) > 0 + yyv24497 := yyv4497 + yyrl4497, yyrt4497 = z.DecInferLen(yyl4497, z.DecBasicHandle().MaxInitLen, 176) + if yyrt4497 { + if yyrl4497 <= cap(yyv4497) { + yyv4497 = yyv4497[:yyrl4497] } else { - yyv4452 = make([]Volume, yyrl4452) + yyv4497 = make([]Volume, yyrl4497) } } else { - yyv4452 = make([]Volume, yyrl4452) + yyv4497 = make([]Volume, yyrl4497) } - yyc4452 = true - yyrr4452 = len(yyv4452) - if yyrg4452 { - copy(yyv4452, yyv24452) + yyc4497 = true + yyrr4497 = len(yyv4497) + if yyrg4497 { + copy(yyv4497, yyv24497) } - } else if yyl4452 != len(yyv4452) { - yyv4452 = yyv4452[:yyl4452] - yyc4452 = true + } else if yyl4497 != len(yyv4497) { + yyv4497 = yyv4497[:yyl4497] + yyc4497 = true } - yyj4452 := 0 - for ; yyj4452 < yyrr4452; yyj4452++ { - yyh4452.ElemContainerState(yyj4452) + yyj4497 := 0 + for ; yyj4497 < yyrr4497; yyj4497++ { + yyh4497.ElemContainerState(yyj4497) if r.TryDecodeAsNil() { - yyv4452[yyj4452] = Volume{} + yyv4497[yyj4497] = Volume{} } else { - yyv4453 := &yyv4452[yyj4452] - yyv4453.CodecDecodeSelf(d) + yyv4498 := &yyv4497[yyj4497] + yyv4498.CodecDecodeSelf(d) } } - if yyrt4452 { - for ; yyj4452 < yyl4452; yyj4452++ { - yyv4452 = append(yyv4452, Volume{}) - yyh4452.ElemContainerState(yyj4452) + if yyrt4497 { + for ; yyj4497 < yyl4497; yyj4497++ { + yyv4497 = append(yyv4497, Volume{}) + yyh4497.ElemContainerState(yyj4497) if r.TryDecodeAsNil() { - yyv4452[yyj4452] = Volume{} + yyv4497[yyj4497] = Volume{} } else { - yyv4454 := &yyv4452[yyj4452] - yyv4454.CodecDecodeSelf(d) + yyv4499 := &yyv4497[yyj4497] + yyv4499.CodecDecodeSelf(d) } } } } else { - yyj4452 := 0 - for ; !r.CheckBreak(); yyj4452++ { + yyj4497 := 0 + for ; !r.CheckBreak(); yyj4497++ { - if yyj4452 >= len(yyv4452) { - yyv4452 = append(yyv4452, Volume{}) // var yyz4452 Volume - yyc4452 = true + if yyj4497 >= len(yyv4497) { + yyv4497 = append(yyv4497, Volume{}) // var yyz4497 Volume + yyc4497 = true } - yyh4452.ElemContainerState(yyj4452) - if yyj4452 < len(yyv4452) { + yyh4497.ElemContainerState(yyj4497) + if yyj4497 < len(yyv4497) { if r.TryDecodeAsNil() { - yyv4452[yyj4452] = Volume{} + yyv4497[yyj4497] = Volume{} } else { - yyv4455 := &yyv4452[yyj4452] - yyv4455.CodecDecodeSelf(d) + yyv4500 := &yyv4497[yyj4497] + yyv4500.CodecDecodeSelf(d) } } else { @@ -56204,17 +56594,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4452 < len(yyv4452) { - yyv4452 = yyv4452[:yyj4452] - yyc4452 = true - } else if yyj4452 == 0 && yyv4452 == nil { - yyv4452 = []Volume{} - yyc4452 = true + if yyj4497 < len(yyv4497) { + yyv4497 = yyv4497[:yyj4497] + yyc4497 = true + } else if yyj4497 == 0 && yyv4497 == nil { + yyv4497 = []Volume{} + yyc4497 = true } } - yyh4452.End() - if yyc4452 { - *v = yyv4452 + yyh4497.End() + if yyc4497 { + *v = yyv4497 } } @@ -56223,10 +56613,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4456 := range v { + for _, yyv4501 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4457 := &yyv4456 - yy4457.CodecEncodeSelf(e) + yy4502 := &yyv4501 + yy4502.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56236,83 +56626,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4458 := *v - yyh4458, yyl4458 := z.DecSliceHelperStart() - var yyc4458 bool - if yyl4458 == 0 { - if yyv4458 == nil { - yyv4458 = []Container{} - yyc4458 = true - } else if len(yyv4458) != 0 { - yyv4458 = yyv4458[:0] - yyc4458 = true + yyv4503 := *v + yyh4503, yyl4503 := z.DecSliceHelperStart() + var yyc4503 bool + if yyl4503 == 0 { + if yyv4503 == nil { + yyv4503 = []Container{} + yyc4503 = true + } else if len(yyv4503) != 0 { + yyv4503 = yyv4503[:0] + yyc4503 = true } - } else if yyl4458 > 0 { - var yyrr4458, yyrl4458 int - var yyrt4458 bool - if yyl4458 > cap(yyv4458) { + } else if yyl4503 > 0 { + var yyrr4503, yyrl4503 int + var yyrt4503 bool + if yyl4503 > cap(yyv4503) { - yyrg4458 := len(yyv4458) > 0 - yyv24458 := yyv4458 - yyrl4458, yyrt4458 = z.DecInferLen(yyl4458, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4458 { - if yyrl4458 <= cap(yyv4458) { - yyv4458 = yyv4458[:yyrl4458] + yyrg4503 := len(yyv4503) > 0 + yyv24503 := yyv4503 + yyrl4503, yyrt4503 = z.DecInferLen(yyl4503, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4503 { + if yyrl4503 <= cap(yyv4503) { + yyv4503 = yyv4503[:yyrl4503] } else { - yyv4458 = make([]Container, yyrl4458) + yyv4503 = make([]Container, yyrl4503) } } else { - yyv4458 = make([]Container, yyrl4458) + yyv4503 = make([]Container, yyrl4503) } - yyc4458 = true - yyrr4458 = len(yyv4458) - if yyrg4458 { - copy(yyv4458, yyv24458) + yyc4503 = true + yyrr4503 = len(yyv4503) + if yyrg4503 { + copy(yyv4503, yyv24503) } - } else if yyl4458 != len(yyv4458) { - yyv4458 = yyv4458[:yyl4458] - yyc4458 = true + } else if yyl4503 != len(yyv4503) { + yyv4503 = yyv4503[:yyl4503] + yyc4503 = true } - yyj4458 := 0 - for ; yyj4458 < yyrr4458; yyj4458++ { - yyh4458.ElemContainerState(yyj4458) + yyj4503 := 0 + for ; yyj4503 < yyrr4503; yyj4503++ { + yyh4503.ElemContainerState(yyj4503) if r.TryDecodeAsNil() { - yyv4458[yyj4458] = Container{} + yyv4503[yyj4503] = Container{} } else { - yyv4459 := &yyv4458[yyj4458] - yyv4459.CodecDecodeSelf(d) + yyv4504 := &yyv4503[yyj4503] + yyv4504.CodecDecodeSelf(d) } } - if yyrt4458 { - for ; yyj4458 < yyl4458; yyj4458++ { - yyv4458 = append(yyv4458, Container{}) - yyh4458.ElemContainerState(yyj4458) + if yyrt4503 { + for ; yyj4503 < yyl4503; yyj4503++ { + yyv4503 = append(yyv4503, Container{}) + yyh4503.ElemContainerState(yyj4503) if r.TryDecodeAsNil() { - yyv4458[yyj4458] = Container{} + yyv4503[yyj4503] = Container{} } else { - yyv4460 := &yyv4458[yyj4458] - yyv4460.CodecDecodeSelf(d) + yyv4505 := &yyv4503[yyj4503] + yyv4505.CodecDecodeSelf(d) } } } } else { - yyj4458 := 0 - for ; !r.CheckBreak(); yyj4458++ { + yyj4503 := 0 + for ; !r.CheckBreak(); yyj4503++ { - if yyj4458 >= len(yyv4458) { - yyv4458 = append(yyv4458, Container{}) // var yyz4458 Container - yyc4458 = true + if yyj4503 >= len(yyv4503) { + yyv4503 = append(yyv4503, Container{}) // var yyz4503 Container + yyc4503 = true } - yyh4458.ElemContainerState(yyj4458) - if yyj4458 < len(yyv4458) { + yyh4503.ElemContainerState(yyj4503) + if yyj4503 < len(yyv4503) { if r.TryDecodeAsNil() { - yyv4458[yyj4458] = Container{} + yyv4503[yyj4503] = Container{} } else { - yyv4461 := &yyv4458[yyj4458] - yyv4461.CodecDecodeSelf(d) + yyv4506 := &yyv4503[yyj4503] + yyv4506.CodecDecodeSelf(d) } } else { @@ -56320,17 +56710,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4458 < len(yyv4458) { - yyv4458 = yyv4458[:yyj4458] - yyc4458 = true - } else if yyj4458 == 0 && yyv4458 == nil { - yyv4458 = []Container{} - yyc4458 = true + if yyj4503 < len(yyv4503) { + yyv4503 = yyv4503[:yyj4503] + yyc4503 = true + } else if yyj4503 == 0 && yyv4503 == nil { + yyv4503 = []Container{} + yyc4503 = true } } - yyh4458.End() - if yyc4458 { - *v = yyv4458 + yyh4503.End() + if yyc4503 { + *v = yyv4503 } } @@ -56339,10 +56729,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4462 := range v { + for _, yyv4507 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4463 := &yyv4462 - yy4463.CodecEncodeSelf(e) + yy4508 := &yyv4507 + yy4508.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56352,83 +56742,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4464 := *v - yyh4464, yyl4464 := z.DecSliceHelperStart() - var yyc4464 bool - if yyl4464 == 0 { - if yyv4464 == nil { - yyv4464 = []LocalObjectReference{} - yyc4464 = true - } else if len(yyv4464) != 0 { - yyv4464 = yyv4464[:0] - yyc4464 = true + yyv4509 := *v + yyh4509, yyl4509 := z.DecSliceHelperStart() + var yyc4509 bool + if yyl4509 == 0 { + if yyv4509 == nil { + yyv4509 = []LocalObjectReference{} + yyc4509 = true + } else if len(yyv4509) != 0 { + yyv4509 = yyv4509[:0] + yyc4509 = true } - } else if yyl4464 > 0 { - var yyrr4464, yyrl4464 int - var yyrt4464 bool - if yyl4464 > cap(yyv4464) { + } else if yyl4509 > 0 { + var yyrr4509, yyrl4509 int + var yyrt4509 bool + if yyl4509 > cap(yyv4509) { - yyrg4464 := len(yyv4464) > 0 - yyv24464 := yyv4464 - yyrl4464, yyrt4464 = z.DecInferLen(yyl4464, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4464 { - if yyrl4464 <= cap(yyv4464) { - yyv4464 = yyv4464[:yyrl4464] + yyrg4509 := len(yyv4509) > 0 + yyv24509 := yyv4509 + yyrl4509, yyrt4509 = z.DecInferLen(yyl4509, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4509 { + if yyrl4509 <= cap(yyv4509) { + yyv4509 = yyv4509[:yyrl4509] } else { - yyv4464 = make([]LocalObjectReference, yyrl4464) + yyv4509 = make([]LocalObjectReference, yyrl4509) } } else { - yyv4464 = make([]LocalObjectReference, yyrl4464) + yyv4509 = make([]LocalObjectReference, yyrl4509) } - yyc4464 = true - yyrr4464 = len(yyv4464) - if yyrg4464 { - copy(yyv4464, yyv24464) + yyc4509 = true + yyrr4509 = len(yyv4509) + if yyrg4509 { + copy(yyv4509, yyv24509) } - } else if yyl4464 != len(yyv4464) { - yyv4464 = yyv4464[:yyl4464] - yyc4464 = true + } else if yyl4509 != len(yyv4509) { + yyv4509 = yyv4509[:yyl4509] + yyc4509 = true } - yyj4464 := 0 - for ; yyj4464 < yyrr4464; yyj4464++ { - yyh4464.ElemContainerState(yyj4464) + yyj4509 := 0 + for ; yyj4509 < yyrr4509; yyj4509++ { + yyh4509.ElemContainerState(yyj4509) if r.TryDecodeAsNil() { - yyv4464[yyj4464] = LocalObjectReference{} + yyv4509[yyj4509] = LocalObjectReference{} } else { - yyv4465 := &yyv4464[yyj4464] - yyv4465.CodecDecodeSelf(d) + yyv4510 := &yyv4509[yyj4509] + yyv4510.CodecDecodeSelf(d) } } - if yyrt4464 { - for ; yyj4464 < yyl4464; yyj4464++ { - yyv4464 = append(yyv4464, LocalObjectReference{}) - yyh4464.ElemContainerState(yyj4464) + if yyrt4509 { + for ; yyj4509 < yyl4509; yyj4509++ { + yyv4509 = append(yyv4509, LocalObjectReference{}) + yyh4509.ElemContainerState(yyj4509) if r.TryDecodeAsNil() { - yyv4464[yyj4464] = LocalObjectReference{} + yyv4509[yyj4509] = LocalObjectReference{} } else { - yyv4466 := &yyv4464[yyj4464] - yyv4466.CodecDecodeSelf(d) + yyv4511 := &yyv4509[yyj4509] + yyv4511.CodecDecodeSelf(d) } } } } else { - yyj4464 := 0 - for ; !r.CheckBreak(); yyj4464++ { + yyj4509 := 0 + for ; !r.CheckBreak(); yyj4509++ { - if yyj4464 >= len(yyv4464) { - yyv4464 = append(yyv4464, LocalObjectReference{}) // var yyz4464 LocalObjectReference - yyc4464 = true + if yyj4509 >= len(yyv4509) { + yyv4509 = append(yyv4509, LocalObjectReference{}) // var yyz4509 LocalObjectReference + yyc4509 = true } - yyh4464.ElemContainerState(yyj4464) - if yyj4464 < len(yyv4464) { + yyh4509.ElemContainerState(yyj4509) + if yyj4509 < len(yyv4509) { if r.TryDecodeAsNil() { - yyv4464[yyj4464] = LocalObjectReference{} + yyv4509[yyj4509] = LocalObjectReference{} } else { - yyv4467 := &yyv4464[yyj4464] - yyv4467.CodecDecodeSelf(d) + yyv4512 := &yyv4509[yyj4509] + yyv4512.CodecDecodeSelf(d) } } else { @@ -56436,17 +56826,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4464 < len(yyv4464) { - yyv4464 = yyv4464[:yyj4464] - yyc4464 = true - } else if yyj4464 == 0 && yyv4464 == nil { - yyv4464 = []LocalObjectReference{} - yyc4464 = true + if yyj4509 < len(yyv4509) { + yyv4509 = yyv4509[:yyj4509] + yyc4509 = true + } else if yyj4509 == 0 && yyv4509 == nil { + yyv4509 = []LocalObjectReference{} + yyc4509 = true } } - yyh4464.End() - if yyc4464 { - *v = yyv4464 + yyh4509.End() + if yyc4509 { + *v = yyv4509 } } @@ -56455,10 +56845,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4468 := range v { + for _, yyv4513 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4469 := &yyv4468 - yy4469.CodecEncodeSelf(e) + yy4514 := &yyv4513 + yy4514.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56468,83 +56858,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4470 := *v - yyh4470, yyl4470 := z.DecSliceHelperStart() - var yyc4470 bool - if yyl4470 == 0 { - if yyv4470 == nil { - yyv4470 = []PodCondition{} - yyc4470 = true - } else if len(yyv4470) != 0 { - yyv4470 = yyv4470[:0] - yyc4470 = true + yyv4515 := *v + yyh4515, yyl4515 := z.DecSliceHelperStart() + var yyc4515 bool + if yyl4515 == 0 { + if yyv4515 == nil { + yyv4515 = []PodCondition{} + yyc4515 = true + } else if len(yyv4515) != 0 { + yyv4515 = yyv4515[:0] + yyc4515 = true } - } else if yyl4470 > 0 { - var yyrr4470, yyrl4470 int - var yyrt4470 bool - if yyl4470 > cap(yyv4470) { + } else if yyl4515 > 0 { + var yyrr4515, yyrl4515 int + var yyrt4515 bool + if yyl4515 > cap(yyv4515) { - yyrg4470 := len(yyv4470) > 0 - yyv24470 := yyv4470 - yyrl4470, yyrt4470 = z.DecInferLen(yyl4470, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4470 { - if yyrl4470 <= cap(yyv4470) { - yyv4470 = yyv4470[:yyrl4470] + yyrg4515 := len(yyv4515) > 0 + yyv24515 := yyv4515 + yyrl4515, yyrt4515 = z.DecInferLen(yyl4515, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4515 { + if yyrl4515 <= cap(yyv4515) { + yyv4515 = yyv4515[:yyrl4515] } else { - yyv4470 = make([]PodCondition, yyrl4470) + yyv4515 = make([]PodCondition, yyrl4515) } } else { - yyv4470 = make([]PodCondition, yyrl4470) + yyv4515 = make([]PodCondition, yyrl4515) } - yyc4470 = true - yyrr4470 = len(yyv4470) - if yyrg4470 { - copy(yyv4470, yyv24470) + yyc4515 = true + yyrr4515 = len(yyv4515) + if yyrg4515 { + copy(yyv4515, yyv24515) } - } else if yyl4470 != len(yyv4470) { - yyv4470 = yyv4470[:yyl4470] - yyc4470 = true + } else if yyl4515 != len(yyv4515) { + yyv4515 = yyv4515[:yyl4515] + yyc4515 = true } - yyj4470 := 0 - for ; yyj4470 < yyrr4470; yyj4470++ { - yyh4470.ElemContainerState(yyj4470) + yyj4515 := 0 + for ; yyj4515 < yyrr4515; yyj4515++ { + yyh4515.ElemContainerState(yyj4515) if r.TryDecodeAsNil() { - yyv4470[yyj4470] = PodCondition{} + yyv4515[yyj4515] = PodCondition{} } else { - yyv4471 := &yyv4470[yyj4470] - yyv4471.CodecDecodeSelf(d) + yyv4516 := &yyv4515[yyj4515] + yyv4516.CodecDecodeSelf(d) } } - if yyrt4470 { - for ; yyj4470 < yyl4470; yyj4470++ { - yyv4470 = append(yyv4470, PodCondition{}) - yyh4470.ElemContainerState(yyj4470) + if yyrt4515 { + for ; yyj4515 < yyl4515; yyj4515++ { + yyv4515 = append(yyv4515, PodCondition{}) + yyh4515.ElemContainerState(yyj4515) if r.TryDecodeAsNil() { - yyv4470[yyj4470] = PodCondition{} + yyv4515[yyj4515] = PodCondition{} } else { - yyv4472 := &yyv4470[yyj4470] - yyv4472.CodecDecodeSelf(d) + yyv4517 := &yyv4515[yyj4515] + yyv4517.CodecDecodeSelf(d) } } } } else { - yyj4470 := 0 - for ; !r.CheckBreak(); yyj4470++ { + yyj4515 := 0 + for ; !r.CheckBreak(); yyj4515++ { - if yyj4470 >= len(yyv4470) { - yyv4470 = append(yyv4470, PodCondition{}) // var yyz4470 PodCondition - yyc4470 = true + if yyj4515 >= len(yyv4515) { + yyv4515 = append(yyv4515, PodCondition{}) // var yyz4515 PodCondition + yyc4515 = true } - yyh4470.ElemContainerState(yyj4470) - if yyj4470 < len(yyv4470) { + yyh4515.ElemContainerState(yyj4515) + if yyj4515 < len(yyv4515) { if r.TryDecodeAsNil() { - yyv4470[yyj4470] = PodCondition{} + yyv4515[yyj4515] = PodCondition{} } else { - yyv4473 := &yyv4470[yyj4470] - yyv4473.CodecDecodeSelf(d) + yyv4518 := &yyv4515[yyj4515] + yyv4518.CodecDecodeSelf(d) } } else { @@ -56552,17 +56942,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4470 < len(yyv4470) { - yyv4470 = yyv4470[:yyj4470] - yyc4470 = true - } else if yyj4470 == 0 && yyv4470 == nil { - yyv4470 = []PodCondition{} - yyc4470 = true + if yyj4515 < len(yyv4515) { + yyv4515 = yyv4515[:yyj4515] + yyc4515 = true + } else if yyj4515 == 0 && yyv4515 == nil { + yyv4515 = []PodCondition{} + yyc4515 = true } } - yyh4470.End() - if yyc4470 { - *v = yyv4470 + yyh4515.End() + if yyc4515 { + *v = yyv4515 } } @@ -56571,10 +56961,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4474 := range v { + for _, yyv4519 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4475 := &yyv4474 - yy4475.CodecEncodeSelf(e) + yy4520 := &yyv4519 + yy4520.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56584,83 +56974,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4476 := *v - yyh4476, yyl4476 := z.DecSliceHelperStart() - var yyc4476 bool - if yyl4476 == 0 { - if yyv4476 == nil { - yyv4476 = []ContainerStatus{} - yyc4476 = true - } else if len(yyv4476) != 0 { - yyv4476 = yyv4476[:0] - yyc4476 = true + yyv4521 := *v + yyh4521, yyl4521 := z.DecSliceHelperStart() + var yyc4521 bool + if yyl4521 == 0 { + if yyv4521 == nil { + yyv4521 = []ContainerStatus{} + yyc4521 = true + } else if len(yyv4521) != 0 { + yyv4521 = yyv4521[:0] + yyc4521 = true } - } else if yyl4476 > 0 { - var yyrr4476, yyrl4476 int - var yyrt4476 bool - if yyl4476 > cap(yyv4476) { + } else if yyl4521 > 0 { + var yyrr4521, yyrl4521 int + var yyrt4521 bool + if yyl4521 > cap(yyv4521) { - yyrg4476 := len(yyv4476) > 0 - yyv24476 := yyv4476 - yyrl4476, yyrt4476 = z.DecInferLen(yyl4476, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4476 { - if yyrl4476 <= cap(yyv4476) { - yyv4476 = yyv4476[:yyrl4476] + yyrg4521 := len(yyv4521) > 0 + yyv24521 := yyv4521 + yyrl4521, yyrt4521 = z.DecInferLen(yyl4521, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4521 { + if yyrl4521 <= cap(yyv4521) { + yyv4521 = yyv4521[:yyrl4521] } else { - yyv4476 = make([]ContainerStatus, yyrl4476) + yyv4521 = make([]ContainerStatus, yyrl4521) } } else { - yyv4476 = make([]ContainerStatus, yyrl4476) + yyv4521 = make([]ContainerStatus, yyrl4521) } - yyc4476 = true - yyrr4476 = len(yyv4476) - if yyrg4476 { - copy(yyv4476, yyv24476) + yyc4521 = true + yyrr4521 = len(yyv4521) + if yyrg4521 { + copy(yyv4521, yyv24521) } - } else if yyl4476 != len(yyv4476) { - yyv4476 = yyv4476[:yyl4476] - yyc4476 = true + } else if yyl4521 != len(yyv4521) { + yyv4521 = yyv4521[:yyl4521] + yyc4521 = true } - yyj4476 := 0 - for ; yyj4476 < yyrr4476; yyj4476++ { - yyh4476.ElemContainerState(yyj4476) + yyj4521 := 0 + for ; yyj4521 < yyrr4521; yyj4521++ { + yyh4521.ElemContainerState(yyj4521) if r.TryDecodeAsNil() { - yyv4476[yyj4476] = ContainerStatus{} + yyv4521[yyj4521] = ContainerStatus{} } else { - yyv4477 := &yyv4476[yyj4476] - yyv4477.CodecDecodeSelf(d) + yyv4522 := &yyv4521[yyj4521] + yyv4522.CodecDecodeSelf(d) } } - if yyrt4476 { - for ; yyj4476 < yyl4476; yyj4476++ { - yyv4476 = append(yyv4476, ContainerStatus{}) - yyh4476.ElemContainerState(yyj4476) + if yyrt4521 { + for ; yyj4521 < yyl4521; yyj4521++ { + yyv4521 = append(yyv4521, ContainerStatus{}) + yyh4521.ElemContainerState(yyj4521) if r.TryDecodeAsNil() { - yyv4476[yyj4476] = ContainerStatus{} + yyv4521[yyj4521] = ContainerStatus{} } else { - yyv4478 := &yyv4476[yyj4476] - yyv4478.CodecDecodeSelf(d) + yyv4523 := &yyv4521[yyj4521] + yyv4523.CodecDecodeSelf(d) } } } } else { - yyj4476 := 0 - for ; !r.CheckBreak(); yyj4476++ { + yyj4521 := 0 + for ; !r.CheckBreak(); yyj4521++ { - if yyj4476 >= len(yyv4476) { - yyv4476 = append(yyv4476, ContainerStatus{}) // var yyz4476 ContainerStatus - yyc4476 = true + if yyj4521 >= len(yyv4521) { + yyv4521 = append(yyv4521, ContainerStatus{}) // var yyz4521 ContainerStatus + yyc4521 = true } - yyh4476.ElemContainerState(yyj4476) - if yyj4476 < len(yyv4476) { + yyh4521.ElemContainerState(yyj4521) + if yyj4521 < len(yyv4521) { if r.TryDecodeAsNil() { - yyv4476[yyj4476] = ContainerStatus{} + yyv4521[yyj4521] = ContainerStatus{} } else { - yyv4479 := &yyv4476[yyj4476] - yyv4479.CodecDecodeSelf(d) + yyv4524 := &yyv4521[yyj4521] + yyv4524.CodecDecodeSelf(d) } } else { @@ -56668,17 +57058,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4476 < len(yyv4476) { - yyv4476 = yyv4476[:yyj4476] - yyc4476 = true - } else if yyj4476 == 0 && yyv4476 == nil { - yyv4476 = []ContainerStatus{} - yyc4476 = true + if yyj4521 < len(yyv4521) { + yyv4521 = yyv4521[:yyj4521] + yyc4521 = true + } else if yyj4521 == 0 && yyv4521 == nil { + yyv4521 = []ContainerStatus{} + yyc4521 = true } } - yyh4476.End() - if yyc4476 { - *v = yyv4476 + yyh4521.End() + if yyc4521 { + *v = yyv4521 } } @@ -56687,10 +57077,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4480 := range v { + for _, yyv4525 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4481 := &yyv4480 - yy4481.CodecEncodeSelf(e) + yy4526 := &yyv4525 + yy4526.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56700,83 +57090,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4482 := *v - yyh4482, yyl4482 := z.DecSliceHelperStart() - var yyc4482 bool - if yyl4482 == 0 { - if yyv4482 == nil { - yyv4482 = []Pod{} - yyc4482 = true - } else if len(yyv4482) != 0 { - yyv4482 = yyv4482[:0] - yyc4482 = true + yyv4527 := *v + yyh4527, yyl4527 := z.DecSliceHelperStart() + var yyc4527 bool + if yyl4527 == 0 { + if yyv4527 == nil { + yyv4527 = []Pod{} + yyc4527 = true + } else if len(yyv4527) != 0 { + yyv4527 = yyv4527[:0] + yyc4527 = true } - } else if yyl4482 > 0 { - var yyrr4482, yyrl4482 int - var yyrt4482 bool - if yyl4482 > cap(yyv4482) { + } else if yyl4527 > 0 { + var yyrr4527, yyrl4527 int + var yyrt4527 bool + if yyl4527 > cap(yyv4527) { - yyrg4482 := len(yyv4482) > 0 - yyv24482 := yyv4482 - yyrl4482, yyrt4482 = z.DecInferLen(yyl4482, z.DecBasicHandle().MaxInitLen, 648) - if yyrt4482 { - if yyrl4482 <= cap(yyv4482) { - yyv4482 = yyv4482[:yyrl4482] + yyrg4527 := len(yyv4527) > 0 + yyv24527 := yyv4527 + yyrl4527, yyrt4527 = z.DecInferLen(yyl4527, z.DecBasicHandle().MaxInitLen, 648) + if yyrt4527 { + if yyrl4527 <= cap(yyv4527) { + yyv4527 = yyv4527[:yyrl4527] } else { - yyv4482 = make([]Pod, yyrl4482) + yyv4527 = make([]Pod, yyrl4527) } } else { - yyv4482 = make([]Pod, yyrl4482) + yyv4527 = make([]Pod, yyrl4527) } - yyc4482 = true - yyrr4482 = len(yyv4482) - if yyrg4482 { - copy(yyv4482, yyv24482) + yyc4527 = true + yyrr4527 = len(yyv4527) + if yyrg4527 { + copy(yyv4527, yyv24527) } - } else if yyl4482 != len(yyv4482) { - yyv4482 = yyv4482[:yyl4482] - yyc4482 = true + } else if yyl4527 != len(yyv4527) { + yyv4527 = yyv4527[:yyl4527] + yyc4527 = true } - yyj4482 := 0 - for ; yyj4482 < yyrr4482; yyj4482++ { - yyh4482.ElemContainerState(yyj4482) + yyj4527 := 0 + for ; yyj4527 < yyrr4527; yyj4527++ { + yyh4527.ElemContainerState(yyj4527) if r.TryDecodeAsNil() { - yyv4482[yyj4482] = Pod{} + yyv4527[yyj4527] = Pod{} } else { - yyv4483 := &yyv4482[yyj4482] - yyv4483.CodecDecodeSelf(d) + yyv4528 := &yyv4527[yyj4527] + yyv4528.CodecDecodeSelf(d) } } - if yyrt4482 { - for ; yyj4482 < yyl4482; yyj4482++ { - yyv4482 = append(yyv4482, Pod{}) - yyh4482.ElemContainerState(yyj4482) + if yyrt4527 { + for ; yyj4527 < yyl4527; yyj4527++ { + yyv4527 = append(yyv4527, Pod{}) + yyh4527.ElemContainerState(yyj4527) if r.TryDecodeAsNil() { - yyv4482[yyj4482] = Pod{} + yyv4527[yyj4527] = Pod{} } else { - yyv4484 := &yyv4482[yyj4482] - yyv4484.CodecDecodeSelf(d) + yyv4529 := &yyv4527[yyj4527] + yyv4529.CodecDecodeSelf(d) } } } } else { - yyj4482 := 0 - for ; !r.CheckBreak(); yyj4482++ { + yyj4527 := 0 + for ; !r.CheckBreak(); yyj4527++ { - if yyj4482 >= len(yyv4482) { - yyv4482 = append(yyv4482, Pod{}) // var yyz4482 Pod - yyc4482 = true + if yyj4527 >= len(yyv4527) { + yyv4527 = append(yyv4527, Pod{}) // var yyz4527 Pod + yyc4527 = true } - yyh4482.ElemContainerState(yyj4482) - if yyj4482 < len(yyv4482) { + yyh4527.ElemContainerState(yyj4527) + if yyj4527 < len(yyv4527) { if r.TryDecodeAsNil() { - yyv4482[yyj4482] = Pod{} + yyv4527[yyj4527] = Pod{} } else { - yyv4485 := &yyv4482[yyj4482] - yyv4485.CodecDecodeSelf(d) + yyv4530 := &yyv4527[yyj4527] + yyv4530.CodecDecodeSelf(d) } } else { @@ -56784,17 +57174,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4482 < len(yyv4482) { - yyv4482 = yyv4482[:yyj4482] - yyc4482 = true - } else if yyj4482 == 0 && yyv4482 == nil { - yyv4482 = []Pod{} - yyc4482 = true + if yyj4527 < len(yyv4527) { + yyv4527 = yyv4527[:yyj4527] + yyc4527 = true + } else if yyj4527 == 0 && yyv4527 == nil { + yyv4527 = []Pod{} + yyc4527 = true } } - yyh4482.End() - if yyc4482 { - *v = yyv4482 + yyh4527.End() + if yyc4527 { + *v = yyv4527 } } @@ -56803,10 +57193,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4486 := range v { + for _, yyv4531 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4487 := &yyv4486 - yy4487.CodecEncodeSelf(e) + yy4532 := &yyv4531 + yy4532.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56816,83 +57206,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4488 := *v - yyh4488, yyl4488 := z.DecSliceHelperStart() - var yyc4488 bool - if yyl4488 == 0 { - if yyv4488 == nil { - yyv4488 = []PodTemplate{} - yyc4488 = true - } else if len(yyv4488) != 0 { - yyv4488 = yyv4488[:0] - yyc4488 = true + yyv4533 := *v + yyh4533, yyl4533 := z.DecSliceHelperStart() + var yyc4533 bool + if yyl4533 == 0 { + if yyv4533 == nil { + yyv4533 = []PodTemplate{} + yyc4533 = true + } else if len(yyv4533) != 0 { + yyv4533 = yyv4533[:0] + yyc4533 = true } - } else if yyl4488 > 0 { - var yyrr4488, yyrl4488 int - var yyrt4488 bool - if yyl4488 > cap(yyv4488) { + } else if yyl4533 > 0 { + var yyrr4533, yyrl4533 int + var yyrt4533 bool + if yyl4533 > cap(yyv4533) { - yyrg4488 := len(yyv4488) > 0 - yyv24488 := yyv4488 - yyrl4488, yyrt4488 = z.DecInferLen(yyl4488, z.DecBasicHandle().MaxInitLen, 696) - if yyrt4488 { - if yyrl4488 <= cap(yyv4488) { - yyv4488 = yyv4488[:yyrl4488] + yyrg4533 := len(yyv4533) > 0 + yyv24533 := yyv4533 + yyrl4533, yyrt4533 = z.DecInferLen(yyl4533, z.DecBasicHandle().MaxInitLen, 696) + if yyrt4533 { + if yyrl4533 <= cap(yyv4533) { + yyv4533 = yyv4533[:yyrl4533] } else { - yyv4488 = make([]PodTemplate, yyrl4488) + yyv4533 = make([]PodTemplate, yyrl4533) } } else { - yyv4488 = make([]PodTemplate, yyrl4488) + yyv4533 = make([]PodTemplate, yyrl4533) } - yyc4488 = true - yyrr4488 = len(yyv4488) - if yyrg4488 { - copy(yyv4488, yyv24488) + yyc4533 = true + yyrr4533 = len(yyv4533) + if yyrg4533 { + copy(yyv4533, yyv24533) } - } else if yyl4488 != len(yyv4488) { - yyv4488 = yyv4488[:yyl4488] - yyc4488 = true + } else if yyl4533 != len(yyv4533) { + yyv4533 = yyv4533[:yyl4533] + yyc4533 = true } - yyj4488 := 0 - for ; yyj4488 < yyrr4488; yyj4488++ { - yyh4488.ElemContainerState(yyj4488) + yyj4533 := 0 + for ; yyj4533 < yyrr4533; yyj4533++ { + yyh4533.ElemContainerState(yyj4533) if r.TryDecodeAsNil() { - yyv4488[yyj4488] = PodTemplate{} + yyv4533[yyj4533] = PodTemplate{} } else { - yyv4489 := &yyv4488[yyj4488] - yyv4489.CodecDecodeSelf(d) + yyv4534 := &yyv4533[yyj4533] + yyv4534.CodecDecodeSelf(d) } } - if yyrt4488 { - for ; yyj4488 < yyl4488; yyj4488++ { - yyv4488 = append(yyv4488, PodTemplate{}) - yyh4488.ElemContainerState(yyj4488) + if yyrt4533 { + for ; yyj4533 < yyl4533; yyj4533++ { + yyv4533 = append(yyv4533, PodTemplate{}) + yyh4533.ElemContainerState(yyj4533) if r.TryDecodeAsNil() { - yyv4488[yyj4488] = PodTemplate{} + yyv4533[yyj4533] = PodTemplate{} } else { - yyv4490 := &yyv4488[yyj4488] - yyv4490.CodecDecodeSelf(d) + yyv4535 := &yyv4533[yyj4533] + yyv4535.CodecDecodeSelf(d) } } } } else { - yyj4488 := 0 - for ; !r.CheckBreak(); yyj4488++ { + yyj4533 := 0 + for ; !r.CheckBreak(); yyj4533++ { - if yyj4488 >= len(yyv4488) { - yyv4488 = append(yyv4488, PodTemplate{}) // var yyz4488 PodTemplate - yyc4488 = true + if yyj4533 >= len(yyv4533) { + yyv4533 = append(yyv4533, PodTemplate{}) // var yyz4533 PodTemplate + yyc4533 = true } - yyh4488.ElemContainerState(yyj4488) - if yyj4488 < len(yyv4488) { + yyh4533.ElemContainerState(yyj4533) + if yyj4533 < len(yyv4533) { if r.TryDecodeAsNil() { - yyv4488[yyj4488] = PodTemplate{} + yyv4533[yyj4533] = PodTemplate{} } else { - yyv4491 := &yyv4488[yyj4488] - yyv4491.CodecDecodeSelf(d) + yyv4536 := &yyv4533[yyj4533] + yyv4536.CodecDecodeSelf(d) } } else { @@ -56900,17 +57290,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4488 < len(yyv4488) { - yyv4488 = yyv4488[:yyj4488] - yyc4488 = true - } else if yyj4488 == 0 && yyv4488 == nil { - yyv4488 = []PodTemplate{} - yyc4488 = true + if yyj4533 < len(yyv4533) { + yyv4533 = yyv4533[:yyj4533] + yyc4533 = true + } else if yyj4533 == 0 && yyv4533 == nil { + yyv4533 = []PodTemplate{} + yyc4533 = true } } - yyh4488.End() - if yyc4488 { - *v = yyv4488 + yyh4533.End() + if yyc4533 { + *v = yyv4533 } } @@ -56919,10 +57309,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4492 := range v { + for _, yyv4537 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4493 := &yyv4492 - yy4493.CodecEncodeSelf(e) + yy4538 := &yyv4537 + yy4538.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56932,83 +57322,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4494 := *v - yyh4494, yyl4494 := z.DecSliceHelperStart() - var yyc4494 bool - if yyl4494 == 0 { - if yyv4494 == nil { - yyv4494 = []ReplicationController{} - yyc4494 = true - } else if len(yyv4494) != 0 { - yyv4494 = yyv4494[:0] - yyc4494 = true + yyv4539 := *v + yyh4539, yyl4539 := z.DecSliceHelperStart() + var yyc4539 bool + if yyl4539 == 0 { + if yyv4539 == nil { + yyv4539 = []ReplicationController{} + yyc4539 = true + } else if len(yyv4539) != 0 { + yyv4539 = yyv4539[:0] + yyc4539 = true } - } else if yyl4494 > 0 { - var yyrr4494, yyrl4494 int - var yyrt4494 bool - if yyl4494 > cap(yyv4494) { + } else if yyl4539 > 0 { + var yyrr4539, yyrl4539 int + var yyrt4539 bool + if yyl4539 > cap(yyv4539) { - yyrg4494 := len(yyv4494) > 0 - yyv24494 := yyv4494 - yyrl4494, yyrt4494 = z.DecInferLen(yyl4494, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4494 { - if yyrl4494 <= cap(yyv4494) { - yyv4494 = yyv4494[:yyrl4494] + yyrg4539 := len(yyv4539) > 0 + yyv24539 := yyv4539 + yyrl4539, yyrt4539 = z.DecInferLen(yyl4539, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4539 { + if yyrl4539 <= cap(yyv4539) { + yyv4539 = yyv4539[:yyrl4539] } else { - yyv4494 = make([]ReplicationController, yyrl4494) + yyv4539 = make([]ReplicationController, yyrl4539) } } else { - yyv4494 = make([]ReplicationController, yyrl4494) + yyv4539 = make([]ReplicationController, yyrl4539) } - yyc4494 = true - yyrr4494 = len(yyv4494) - if yyrg4494 { - copy(yyv4494, yyv24494) + yyc4539 = true + yyrr4539 = len(yyv4539) + if yyrg4539 { + copy(yyv4539, yyv24539) } - } else if yyl4494 != len(yyv4494) { - yyv4494 = yyv4494[:yyl4494] - yyc4494 = true + } else if yyl4539 != len(yyv4539) { + yyv4539 = yyv4539[:yyl4539] + yyc4539 = true } - yyj4494 := 0 - for ; yyj4494 < yyrr4494; yyj4494++ { - yyh4494.ElemContainerState(yyj4494) + yyj4539 := 0 + for ; yyj4539 < yyrr4539; yyj4539++ { + yyh4539.ElemContainerState(yyj4539) if r.TryDecodeAsNil() { - yyv4494[yyj4494] = ReplicationController{} + yyv4539[yyj4539] = ReplicationController{} } else { - yyv4495 := &yyv4494[yyj4494] - yyv4495.CodecDecodeSelf(d) + yyv4540 := &yyv4539[yyj4539] + yyv4540.CodecDecodeSelf(d) } } - if yyrt4494 { - for ; yyj4494 < yyl4494; yyj4494++ { - yyv4494 = append(yyv4494, ReplicationController{}) - yyh4494.ElemContainerState(yyj4494) + if yyrt4539 { + for ; yyj4539 < yyl4539; yyj4539++ { + yyv4539 = append(yyv4539, ReplicationController{}) + yyh4539.ElemContainerState(yyj4539) if r.TryDecodeAsNil() { - yyv4494[yyj4494] = ReplicationController{} + yyv4539[yyj4539] = ReplicationController{} } else { - yyv4496 := &yyv4494[yyj4494] - yyv4496.CodecDecodeSelf(d) + yyv4541 := &yyv4539[yyj4539] + yyv4541.CodecDecodeSelf(d) } } } } else { - yyj4494 := 0 - for ; !r.CheckBreak(); yyj4494++ { + yyj4539 := 0 + for ; !r.CheckBreak(); yyj4539++ { - if yyj4494 >= len(yyv4494) { - yyv4494 = append(yyv4494, ReplicationController{}) // var yyz4494 ReplicationController - yyc4494 = true + if yyj4539 >= len(yyv4539) { + yyv4539 = append(yyv4539, ReplicationController{}) // var yyz4539 ReplicationController + yyc4539 = true } - yyh4494.ElemContainerState(yyj4494) - if yyj4494 < len(yyv4494) { + yyh4539.ElemContainerState(yyj4539) + if yyj4539 < len(yyv4539) { if r.TryDecodeAsNil() { - yyv4494[yyj4494] = ReplicationController{} + yyv4539[yyj4539] = ReplicationController{} } else { - yyv4497 := &yyv4494[yyj4494] - yyv4497.CodecDecodeSelf(d) + yyv4542 := &yyv4539[yyj4539] + yyv4542.CodecDecodeSelf(d) } } else { @@ -57016,17 +57406,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4494 < len(yyv4494) { - yyv4494 = yyv4494[:yyj4494] - yyc4494 = true - } else if yyj4494 == 0 && yyv4494 == nil { - yyv4494 = []ReplicationController{} - yyc4494 = true + if yyj4539 < len(yyv4539) { + yyv4539 = yyv4539[:yyj4539] + yyc4539 = true + } else if yyj4539 == 0 && yyv4539 == nil { + yyv4539 = []ReplicationController{} + yyc4539 = true } } - yyh4494.End() - if yyc4494 { - *v = yyv4494 + yyh4539.End() + if yyc4539 { + *v = yyv4539 } } @@ -57035,10 +57425,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4498 := range v { + for _, yyv4543 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4499 := &yyv4498 - yy4499.CodecEncodeSelf(e) + yy4544 := &yyv4543 + yy4544.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57048,83 +57438,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4500 := *v - yyh4500, yyl4500 := z.DecSliceHelperStart() - var yyc4500 bool - if yyl4500 == 0 { - if yyv4500 == nil { - yyv4500 = []LoadBalancerIngress{} - yyc4500 = true - } else if len(yyv4500) != 0 { - yyv4500 = yyv4500[:0] - yyc4500 = true + yyv4545 := *v + yyh4545, yyl4545 := z.DecSliceHelperStart() + var yyc4545 bool + if yyl4545 == 0 { + if yyv4545 == nil { + yyv4545 = []LoadBalancerIngress{} + yyc4545 = true + } else if len(yyv4545) != 0 { + yyv4545 = yyv4545[:0] + yyc4545 = true } - } else if yyl4500 > 0 { - var yyrr4500, yyrl4500 int - var yyrt4500 bool - if yyl4500 > cap(yyv4500) { + } else if yyl4545 > 0 { + var yyrr4545, yyrl4545 int + var yyrt4545 bool + if yyl4545 > cap(yyv4545) { - yyrg4500 := len(yyv4500) > 0 - yyv24500 := yyv4500 - yyrl4500, yyrt4500 = z.DecInferLen(yyl4500, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4500 { - if yyrl4500 <= cap(yyv4500) { - yyv4500 = yyv4500[:yyrl4500] + yyrg4545 := len(yyv4545) > 0 + yyv24545 := yyv4545 + yyrl4545, yyrt4545 = z.DecInferLen(yyl4545, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4545 { + if yyrl4545 <= cap(yyv4545) { + yyv4545 = yyv4545[:yyrl4545] } else { - yyv4500 = make([]LoadBalancerIngress, yyrl4500) + yyv4545 = make([]LoadBalancerIngress, yyrl4545) } } else { - yyv4500 = make([]LoadBalancerIngress, yyrl4500) + yyv4545 = make([]LoadBalancerIngress, yyrl4545) } - yyc4500 = true - yyrr4500 = len(yyv4500) - if yyrg4500 { - copy(yyv4500, yyv24500) + yyc4545 = true + yyrr4545 = len(yyv4545) + if yyrg4545 { + copy(yyv4545, yyv24545) } - } else if yyl4500 != len(yyv4500) { - yyv4500 = yyv4500[:yyl4500] - yyc4500 = true + } else if yyl4545 != len(yyv4545) { + yyv4545 = yyv4545[:yyl4545] + yyc4545 = true } - yyj4500 := 0 - for ; yyj4500 < yyrr4500; yyj4500++ { - yyh4500.ElemContainerState(yyj4500) + yyj4545 := 0 + for ; yyj4545 < yyrr4545; yyj4545++ { + yyh4545.ElemContainerState(yyj4545) if r.TryDecodeAsNil() { - yyv4500[yyj4500] = LoadBalancerIngress{} + yyv4545[yyj4545] = LoadBalancerIngress{} } else { - yyv4501 := &yyv4500[yyj4500] - yyv4501.CodecDecodeSelf(d) + yyv4546 := &yyv4545[yyj4545] + yyv4546.CodecDecodeSelf(d) } } - if yyrt4500 { - for ; yyj4500 < yyl4500; yyj4500++ { - yyv4500 = append(yyv4500, LoadBalancerIngress{}) - yyh4500.ElemContainerState(yyj4500) + if yyrt4545 { + for ; yyj4545 < yyl4545; yyj4545++ { + yyv4545 = append(yyv4545, LoadBalancerIngress{}) + yyh4545.ElemContainerState(yyj4545) if r.TryDecodeAsNil() { - yyv4500[yyj4500] = LoadBalancerIngress{} + yyv4545[yyj4545] = LoadBalancerIngress{} } else { - yyv4502 := &yyv4500[yyj4500] - yyv4502.CodecDecodeSelf(d) + yyv4547 := &yyv4545[yyj4545] + yyv4547.CodecDecodeSelf(d) } } } } else { - yyj4500 := 0 - for ; !r.CheckBreak(); yyj4500++ { + yyj4545 := 0 + for ; !r.CheckBreak(); yyj4545++ { - if yyj4500 >= len(yyv4500) { - yyv4500 = append(yyv4500, LoadBalancerIngress{}) // var yyz4500 LoadBalancerIngress - yyc4500 = true + if yyj4545 >= len(yyv4545) { + yyv4545 = append(yyv4545, LoadBalancerIngress{}) // var yyz4545 LoadBalancerIngress + yyc4545 = true } - yyh4500.ElemContainerState(yyj4500) - if yyj4500 < len(yyv4500) { + yyh4545.ElemContainerState(yyj4545) + if yyj4545 < len(yyv4545) { if r.TryDecodeAsNil() { - yyv4500[yyj4500] = LoadBalancerIngress{} + yyv4545[yyj4545] = LoadBalancerIngress{} } else { - yyv4503 := &yyv4500[yyj4500] - yyv4503.CodecDecodeSelf(d) + yyv4548 := &yyv4545[yyj4545] + yyv4548.CodecDecodeSelf(d) } } else { @@ -57132,17 +57522,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4500 < len(yyv4500) { - yyv4500 = yyv4500[:yyj4500] - yyc4500 = true - } else if yyj4500 == 0 && yyv4500 == nil { - yyv4500 = []LoadBalancerIngress{} - yyc4500 = true + if yyj4545 < len(yyv4545) { + yyv4545 = yyv4545[:yyj4545] + yyc4545 = true + } else if yyj4545 == 0 && yyv4545 == nil { + yyv4545 = []LoadBalancerIngress{} + yyc4545 = true } } - yyh4500.End() - if yyc4500 { - *v = yyv4500 + yyh4545.End() + if yyc4545 { + *v = yyv4545 } } @@ -57151,10 +57541,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4504 := range v { + for _, yyv4549 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4505 := &yyv4504 - yy4505.CodecEncodeSelf(e) + yy4550 := &yyv4549 + yy4550.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57164,83 +57554,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4506 := *v - yyh4506, yyl4506 := z.DecSliceHelperStart() - var yyc4506 bool - if yyl4506 == 0 { - if yyv4506 == nil { - yyv4506 = []ServicePort{} - yyc4506 = true - } else if len(yyv4506) != 0 { - yyv4506 = yyv4506[:0] - yyc4506 = true + yyv4551 := *v + yyh4551, yyl4551 := z.DecSliceHelperStart() + var yyc4551 bool + if yyl4551 == 0 { + if yyv4551 == nil { + yyv4551 = []ServicePort{} + yyc4551 = true + } else if len(yyv4551) != 0 { + yyv4551 = yyv4551[:0] + yyc4551 = true } - } else if yyl4506 > 0 { - var yyrr4506, yyrl4506 int - var yyrt4506 bool - if yyl4506 > cap(yyv4506) { + } else if yyl4551 > 0 { + var yyrr4551, yyrl4551 int + var yyrt4551 bool + if yyl4551 > cap(yyv4551) { - yyrg4506 := len(yyv4506) > 0 - yyv24506 := yyv4506 - yyrl4506, yyrt4506 = z.DecInferLen(yyl4506, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4506 { - if yyrl4506 <= cap(yyv4506) { - yyv4506 = yyv4506[:yyrl4506] + yyrg4551 := len(yyv4551) > 0 + yyv24551 := yyv4551 + yyrl4551, yyrt4551 = z.DecInferLen(yyl4551, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4551 { + if yyrl4551 <= cap(yyv4551) { + yyv4551 = yyv4551[:yyrl4551] } else { - yyv4506 = make([]ServicePort, yyrl4506) + yyv4551 = make([]ServicePort, yyrl4551) } } else { - yyv4506 = make([]ServicePort, yyrl4506) + yyv4551 = make([]ServicePort, yyrl4551) } - yyc4506 = true - yyrr4506 = len(yyv4506) - if yyrg4506 { - copy(yyv4506, yyv24506) + yyc4551 = true + yyrr4551 = len(yyv4551) + if yyrg4551 { + copy(yyv4551, yyv24551) } - } else if yyl4506 != len(yyv4506) { - yyv4506 = yyv4506[:yyl4506] - yyc4506 = true + } else if yyl4551 != len(yyv4551) { + yyv4551 = yyv4551[:yyl4551] + yyc4551 = true } - yyj4506 := 0 - for ; yyj4506 < yyrr4506; yyj4506++ { - yyh4506.ElemContainerState(yyj4506) + yyj4551 := 0 + for ; yyj4551 < yyrr4551; yyj4551++ { + yyh4551.ElemContainerState(yyj4551) if r.TryDecodeAsNil() { - yyv4506[yyj4506] = ServicePort{} + yyv4551[yyj4551] = ServicePort{} } else { - yyv4507 := &yyv4506[yyj4506] - yyv4507.CodecDecodeSelf(d) + yyv4552 := &yyv4551[yyj4551] + yyv4552.CodecDecodeSelf(d) } } - if yyrt4506 { - for ; yyj4506 < yyl4506; yyj4506++ { - yyv4506 = append(yyv4506, ServicePort{}) - yyh4506.ElemContainerState(yyj4506) + if yyrt4551 { + for ; yyj4551 < yyl4551; yyj4551++ { + yyv4551 = append(yyv4551, ServicePort{}) + yyh4551.ElemContainerState(yyj4551) if r.TryDecodeAsNil() { - yyv4506[yyj4506] = ServicePort{} + yyv4551[yyj4551] = ServicePort{} } else { - yyv4508 := &yyv4506[yyj4506] - yyv4508.CodecDecodeSelf(d) + yyv4553 := &yyv4551[yyj4551] + yyv4553.CodecDecodeSelf(d) } } } } else { - yyj4506 := 0 - for ; !r.CheckBreak(); yyj4506++ { + yyj4551 := 0 + for ; !r.CheckBreak(); yyj4551++ { - if yyj4506 >= len(yyv4506) { - yyv4506 = append(yyv4506, ServicePort{}) // var yyz4506 ServicePort - yyc4506 = true + if yyj4551 >= len(yyv4551) { + yyv4551 = append(yyv4551, ServicePort{}) // var yyz4551 ServicePort + yyc4551 = true } - yyh4506.ElemContainerState(yyj4506) - if yyj4506 < len(yyv4506) { + yyh4551.ElemContainerState(yyj4551) + if yyj4551 < len(yyv4551) { if r.TryDecodeAsNil() { - yyv4506[yyj4506] = ServicePort{} + yyv4551[yyj4551] = ServicePort{} } else { - yyv4509 := &yyv4506[yyj4506] - yyv4509.CodecDecodeSelf(d) + yyv4554 := &yyv4551[yyj4551] + yyv4554.CodecDecodeSelf(d) } } else { @@ -57248,17 +57638,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4506 < len(yyv4506) { - yyv4506 = yyv4506[:yyj4506] - yyc4506 = true - } else if yyj4506 == 0 && yyv4506 == nil { - yyv4506 = []ServicePort{} - yyc4506 = true + if yyj4551 < len(yyv4551) { + yyv4551 = yyv4551[:yyj4551] + yyc4551 = true + } else if yyj4551 == 0 && yyv4551 == nil { + yyv4551 = []ServicePort{} + yyc4551 = true } } - yyh4506.End() - if yyc4506 { - *v = yyv4506 + yyh4551.End() + if yyc4551 { + *v = yyv4551 } } @@ -57267,10 +57657,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4510 := range v { + for _, yyv4555 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4511 := &yyv4510 - yy4511.CodecEncodeSelf(e) + yy4556 := &yyv4555 + yy4556.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57280,83 +57670,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4512 := *v - yyh4512, yyl4512 := z.DecSliceHelperStart() - var yyc4512 bool - if yyl4512 == 0 { - if yyv4512 == nil { - yyv4512 = []Service{} - yyc4512 = true - } else if len(yyv4512) != 0 { - yyv4512 = yyv4512[:0] - yyc4512 = true + yyv4557 := *v + yyh4557, yyl4557 := z.DecSliceHelperStart() + var yyc4557 bool + if yyl4557 == 0 { + if yyv4557 == nil { + yyv4557 = []Service{} + yyc4557 = true + } else if len(yyv4557) != 0 { + yyv4557 = yyv4557[:0] + yyc4557 = true } - } else if yyl4512 > 0 { - var yyrr4512, yyrl4512 int - var yyrt4512 bool - if yyl4512 > cap(yyv4512) { + } else if yyl4557 > 0 { + var yyrr4557, yyrl4557 int + var yyrt4557 bool + if yyl4557 > cap(yyv4557) { - yyrg4512 := len(yyv4512) > 0 - yyv24512 := yyv4512 - yyrl4512, yyrt4512 = z.DecInferLen(yyl4512, z.DecBasicHandle().MaxInitLen, 432) - if yyrt4512 { - if yyrl4512 <= cap(yyv4512) { - yyv4512 = yyv4512[:yyrl4512] + yyrg4557 := len(yyv4557) > 0 + yyv24557 := yyv4557 + yyrl4557, yyrt4557 = z.DecInferLen(yyl4557, z.DecBasicHandle().MaxInitLen, 432) + if yyrt4557 { + if yyrl4557 <= cap(yyv4557) { + yyv4557 = yyv4557[:yyrl4557] } else { - yyv4512 = make([]Service, yyrl4512) + yyv4557 = make([]Service, yyrl4557) } } else { - yyv4512 = make([]Service, yyrl4512) + yyv4557 = make([]Service, yyrl4557) } - yyc4512 = true - yyrr4512 = len(yyv4512) - if yyrg4512 { - copy(yyv4512, yyv24512) + yyc4557 = true + yyrr4557 = len(yyv4557) + if yyrg4557 { + copy(yyv4557, yyv24557) } - } else if yyl4512 != len(yyv4512) { - yyv4512 = yyv4512[:yyl4512] - yyc4512 = true + } else if yyl4557 != len(yyv4557) { + yyv4557 = yyv4557[:yyl4557] + yyc4557 = true } - yyj4512 := 0 - for ; yyj4512 < yyrr4512; yyj4512++ { - yyh4512.ElemContainerState(yyj4512) + yyj4557 := 0 + for ; yyj4557 < yyrr4557; yyj4557++ { + yyh4557.ElemContainerState(yyj4557) if r.TryDecodeAsNil() { - yyv4512[yyj4512] = Service{} + yyv4557[yyj4557] = Service{} } else { - yyv4513 := &yyv4512[yyj4512] - yyv4513.CodecDecodeSelf(d) + yyv4558 := &yyv4557[yyj4557] + yyv4558.CodecDecodeSelf(d) } } - if yyrt4512 { - for ; yyj4512 < yyl4512; yyj4512++ { - yyv4512 = append(yyv4512, Service{}) - yyh4512.ElemContainerState(yyj4512) + if yyrt4557 { + for ; yyj4557 < yyl4557; yyj4557++ { + yyv4557 = append(yyv4557, Service{}) + yyh4557.ElemContainerState(yyj4557) if r.TryDecodeAsNil() { - yyv4512[yyj4512] = Service{} + yyv4557[yyj4557] = Service{} } else { - yyv4514 := &yyv4512[yyj4512] - yyv4514.CodecDecodeSelf(d) + yyv4559 := &yyv4557[yyj4557] + yyv4559.CodecDecodeSelf(d) } } } } else { - yyj4512 := 0 - for ; !r.CheckBreak(); yyj4512++ { + yyj4557 := 0 + for ; !r.CheckBreak(); yyj4557++ { - if yyj4512 >= len(yyv4512) { - yyv4512 = append(yyv4512, Service{}) // var yyz4512 Service - yyc4512 = true + if yyj4557 >= len(yyv4557) { + yyv4557 = append(yyv4557, Service{}) // var yyz4557 Service + yyc4557 = true } - yyh4512.ElemContainerState(yyj4512) - if yyj4512 < len(yyv4512) { + yyh4557.ElemContainerState(yyj4557) + if yyj4557 < len(yyv4557) { if r.TryDecodeAsNil() { - yyv4512[yyj4512] = Service{} + yyv4557[yyj4557] = Service{} } else { - yyv4515 := &yyv4512[yyj4512] - yyv4515.CodecDecodeSelf(d) + yyv4560 := &yyv4557[yyj4557] + yyv4560.CodecDecodeSelf(d) } } else { @@ -57364,17 +57754,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4512 < len(yyv4512) { - yyv4512 = yyv4512[:yyj4512] - yyc4512 = true - } else if yyj4512 == 0 && yyv4512 == nil { - yyv4512 = []Service{} - yyc4512 = true + if yyj4557 < len(yyv4557) { + yyv4557 = yyv4557[:yyj4557] + yyc4557 = true + } else if yyj4557 == 0 && yyv4557 == nil { + yyv4557 = []Service{} + yyc4557 = true } } - yyh4512.End() - if yyc4512 { - *v = yyv4512 + yyh4557.End() + if yyc4557 { + *v = yyv4557 } } @@ -57383,10 +57773,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4516 := range v { + for _, yyv4561 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4517 := &yyv4516 - yy4517.CodecEncodeSelf(e) + yy4562 := &yyv4561 + yy4562.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57396,83 +57786,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4518 := *v - yyh4518, yyl4518 := z.DecSliceHelperStart() - var yyc4518 bool - if yyl4518 == 0 { - if yyv4518 == nil { - yyv4518 = []ObjectReference{} - yyc4518 = true - } else if len(yyv4518) != 0 { - yyv4518 = yyv4518[:0] - yyc4518 = true + yyv4563 := *v + yyh4563, yyl4563 := z.DecSliceHelperStart() + var yyc4563 bool + if yyl4563 == 0 { + if yyv4563 == nil { + yyv4563 = []ObjectReference{} + yyc4563 = true + } else if len(yyv4563) != 0 { + yyv4563 = yyv4563[:0] + yyc4563 = true } - } else if yyl4518 > 0 { - var yyrr4518, yyrl4518 int - var yyrt4518 bool - if yyl4518 > cap(yyv4518) { + } else if yyl4563 > 0 { + var yyrr4563, yyrl4563 int + var yyrt4563 bool + if yyl4563 > cap(yyv4563) { - yyrg4518 := len(yyv4518) > 0 - yyv24518 := yyv4518 - yyrl4518, yyrt4518 = z.DecInferLen(yyl4518, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4518 { - if yyrl4518 <= cap(yyv4518) { - yyv4518 = yyv4518[:yyrl4518] + yyrg4563 := len(yyv4563) > 0 + yyv24563 := yyv4563 + yyrl4563, yyrt4563 = z.DecInferLen(yyl4563, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4563 { + if yyrl4563 <= cap(yyv4563) { + yyv4563 = yyv4563[:yyrl4563] } else { - yyv4518 = make([]ObjectReference, yyrl4518) + yyv4563 = make([]ObjectReference, yyrl4563) } } else { - yyv4518 = make([]ObjectReference, yyrl4518) + yyv4563 = make([]ObjectReference, yyrl4563) } - yyc4518 = true - yyrr4518 = len(yyv4518) - if yyrg4518 { - copy(yyv4518, yyv24518) + yyc4563 = true + yyrr4563 = len(yyv4563) + if yyrg4563 { + copy(yyv4563, yyv24563) } - } else if yyl4518 != len(yyv4518) { - yyv4518 = yyv4518[:yyl4518] - yyc4518 = true + } else if yyl4563 != len(yyv4563) { + yyv4563 = yyv4563[:yyl4563] + yyc4563 = true } - yyj4518 := 0 - for ; yyj4518 < yyrr4518; yyj4518++ { - yyh4518.ElemContainerState(yyj4518) + yyj4563 := 0 + for ; yyj4563 < yyrr4563; yyj4563++ { + yyh4563.ElemContainerState(yyj4563) if r.TryDecodeAsNil() { - yyv4518[yyj4518] = ObjectReference{} + yyv4563[yyj4563] = ObjectReference{} } else { - yyv4519 := &yyv4518[yyj4518] - yyv4519.CodecDecodeSelf(d) + yyv4564 := &yyv4563[yyj4563] + yyv4564.CodecDecodeSelf(d) } } - if yyrt4518 { - for ; yyj4518 < yyl4518; yyj4518++ { - yyv4518 = append(yyv4518, ObjectReference{}) - yyh4518.ElemContainerState(yyj4518) + if yyrt4563 { + for ; yyj4563 < yyl4563; yyj4563++ { + yyv4563 = append(yyv4563, ObjectReference{}) + yyh4563.ElemContainerState(yyj4563) if r.TryDecodeAsNil() { - yyv4518[yyj4518] = ObjectReference{} + yyv4563[yyj4563] = ObjectReference{} } else { - yyv4520 := &yyv4518[yyj4518] - yyv4520.CodecDecodeSelf(d) + yyv4565 := &yyv4563[yyj4563] + yyv4565.CodecDecodeSelf(d) } } } } else { - yyj4518 := 0 - for ; !r.CheckBreak(); yyj4518++ { + yyj4563 := 0 + for ; !r.CheckBreak(); yyj4563++ { - if yyj4518 >= len(yyv4518) { - yyv4518 = append(yyv4518, ObjectReference{}) // var yyz4518 ObjectReference - yyc4518 = true + if yyj4563 >= len(yyv4563) { + yyv4563 = append(yyv4563, ObjectReference{}) // var yyz4563 ObjectReference + yyc4563 = true } - yyh4518.ElemContainerState(yyj4518) - if yyj4518 < len(yyv4518) { + yyh4563.ElemContainerState(yyj4563) + if yyj4563 < len(yyv4563) { if r.TryDecodeAsNil() { - yyv4518[yyj4518] = ObjectReference{} + yyv4563[yyj4563] = ObjectReference{} } else { - yyv4521 := &yyv4518[yyj4518] - yyv4521.CodecDecodeSelf(d) + yyv4566 := &yyv4563[yyj4563] + yyv4566.CodecDecodeSelf(d) } } else { @@ -57480,17 +57870,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4518 < len(yyv4518) { - yyv4518 = yyv4518[:yyj4518] - yyc4518 = true - } else if yyj4518 == 0 && yyv4518 == nil { - yyv4518 = []ObjectReference{} - yyc4518 = true + if yyj4563 < len(yyv4563) { + yyv4563 = yyv4563[:yyj4563] + yyc4563 = true + } else if yyj4563 == 0 && yyv4563 == nil { + yyv4563 = []ObjectReference{} + yyc4563 = true } } - yyh4518.End() - if yyc4518 { - *v = yyv4518 + yyh4563.End() + if yyc4563 { + *v = yyv4563 } } @@ -57499,10 +57889,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4522 := range v { + for _, yyv4567 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4523 := &yyv4522 - yy4523.CodecEncodeSelf(e) + yy4568 := &yyv4567 + yy4568.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57512,83 +57902,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4524 := *v - yyh4524, yyl4524 := z.DecSliceHelperStart() - var yyc4524 bool - if yyl4524 == 0 { - if yyv4524 == nil { - yyv4524 = []ServiceAccount{} - yyc4524 = true - } else if len(yyv4524) != 0 { - yyv4524 = yyv4524[:0] - yyc4524 = true + yyv4569 := *v + yyh4569, yyl4569 := z.DecSliceHelperStart() + var yyc4569 bool + if yyl4569 == 0 { + if yyv4569 == nil { + yyv4569 = []ServiceAccount{} + yyc4569 = true + } else if len(yyv4569) != 0 { + yyv4569 = yyv4569[:0] + yyc4569 = true } - } else if yyl4524 > 0 { - var yyrr4524, yyrl4524 int - var yyrt4524 bool - if yyl4524 > cap(yyv4524) { + } else if yyl4569 > 0 { + var yyrr4569, yyrl4569 int + var yyrt4569 bool + if yyl4569 > cap(yyv4569) { - yyrg4524 := len(yyv4524) > 0 - yyv24524 := yyv4524 - yyrl4524, yyrt4524 = z.DecInferLen(yyl4524, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4524 { - if yyrl4524 <= cap(yyv4524) { - yyv4524 = yyv4524[:yyrl4524] + yyrg4569 := len(yyv4569) > 0 + yyv24569 := yyv4569 + yyrl4569, yyrt4569 = z.DecInferLen(yyl4569, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4569 { + if yyrl4569 <= cap(yyv4569) { + yyv4569 = yyv4569[:yyrl4569] } else { - yyv4524 = make([]ServiceAccount, yyrl4524) + yyv4569 = make([]ServiceAccount, yyrl4569) } } else { - yyv4524 = make([]ServiceAccount, yyrl4524) + yyv4569 = make([]ServiceAccount, yyrl4569) } - yyc4524 = true - yyrr4524 = len(yyv4524) - if yyrg4524 { - copy(yyv4524, yyv24524) + yyc4569 = true + yyrr4569 = len(yyv4569) + if yyrg4569 { + copy(yyv4569, yyv24569) } - } else if yyl4524 != len(yyv4524) { - yyv4524 = yyv4524[:yyl4524] - yyc4524 = true + } else if yyl4569 != len(yyv4569) { + yyv4569 = yyv4569[:yyl4569] + yyc4569 = true } - yyj4524 := 0 - for ; yyj4524 < yyrr4524; yyj4524++ { - yyh4524.ElemContainerState(yyj4524) + yyj4569 := 0 + for ; yyj4569 < yyrr4569; yyj4569++ { + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4524[yyj4524] = ServiceAccount{} + yyv4569[yyj4569] = ServiceAccount{} } else { - yyv4525 := &yyv4524[yyj4524] - yyv4525.CodecDecodeSelf(d) + yyv4570 := &yyv4569[yyj4569] + yyv4570.CodecDecodeSelf(d) } } - if yyrt4524 { - for ; yyj4524 < yyl4524; yyj4524++ { - yyv4524 = append(yyv4524, ServiceAccount{}) - yyh4524.ElemContainerState(yyj4524) + if yyrt4569 { + for ; yyj4569 < yyl4569; yyj4569++ { + yyv4569 = append(yyv4569, ServiceAccount{}) + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4524[yyj4524] = ServiceAccount{} + yyv4569[yyj4569] = ServiceAccount{} } else { - yyv4526 := &yyv4524[yyj4524] - yyv4526.CodecDecodeSelf(d) + yyv4571 := &yyv4569[yyj4569] + yyv4571.CodecDecodeSelf(d) } } } } else { - yyj4524 := 0 - for ; !r.CheckBreak(); yyj4524++ { + yyj4569 := 0 + for ; !r.CheckBreak(); yyj4569++ { - if yyj4524 >= len(yyv4524) { - yyv4524 = append(yyv4524, ServiceAccount{}) // var yyz4524 ServiceAccount - yyc4524 = true + if yyj4569 >= len(yyv4569) { + yyv4569 = append(yyv4569, ServiceAccount{}) // var yyz4569 ServiceAccount + yyc4569 = true } - yyh4524.ElemContainerState(yyj4524) - if yyj4524 < len(yyv4524) { + yyh4569.ElemContainerState(yyj4569) + if yyj4569 < len(yyv4569) { if r.TryDecodeAsNil() { - yyv4524[yyj4524] = ServiceAccount{} + yyv4569[yyj4569] = ServiceAccount{} } else { - yyv4527 := &yyv4524[yyj4524] - yyv4527.CodecDecodeSelf(d) + yyv4572 := &yyv4569[yyj4569] + yyv4572.CodecDecodeSelf(d) } } else { @@ -57596,17 +57986,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4524 < len(yyv4524) { - yyv4524 = yyv4524[:yyj4524] - yyc4524 = true - } else if yyj4524 == 0 && yyv4524 == nil { - yyv4524 = []ServiceAccount{} - yyc4524 = true + if yyj4569 < len(yyv4569) { + yyv4569 = yyv4569[:yyj4569] + yyc4569 = true + } else if yyj4569 == 0 && yyv4569 == nil { + yyv4569 = []ServiceAccount{} + yyc4569 = true } } - yyh4524.End() - if yyc4524 { - *v = yyv4524 + yyh4569.End() + if yyc4569 { + *v = yyv4569 } } @@ -57615,10 +58005,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4528 := range v { + for _, yyv4573 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4529 := &yyv4528 - yy4529.CodecEncodeSelf(e) + yy4574 := &yyv4573 + yy4574.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57628,83 +58018,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4530 := *v - yyh4530, yyl4530 := z.DecSliceHelperStart() - var yyc4530 bool - if yyl4530 == 0 { - if yyv4530 == nil { - yyv4530 = []EndpointSubset{} - yyc4530 = true - } else if len(yyv4530) != 0 { - yyv4530 = yyv4530[:0] - yyc4530 = true + yyv4575 := *v + yyh4575, yyl4575 := z.DecSliceHelperStart() + var yyc4575 bool + if yyl4575 == 0 { + if yyv4575 == nil { + yyv4575 = []EndpointSubset{} + yyc4575 = true + } else if len(yyv4575) != 0 { + yyv4575 = yyv4575[:0] + yyc4575 = true } - } else if yyl4530 > 0 { - var yyrr4530, yyrl4530 int - var yyrt4530 bool - if yyl4530 > cap(yyv4530) { + } else if yyl4575 > 0 { + var yyrr4575, yyrl4575 int + var yyrt4575 bool + if yyl4575 > cap(yyv4575) { - yyrg4530 := len(yyv4530) > 0 - yyv24530 := yyv4530 - yyrl4530, yyrt4530 = z.DecInferLen(yyl4530, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4530 { - if yyrl4530 <= cap(yyv4530) { - yyv4530 = yyv4530[:yyrl4530] + yyrg4575 := len(yyv4575) > 0 + yyv24575 := yyv4575 + yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4575 { + if yyrl4575 <= cap(yyv4575) { + yyv4575 = yyv4575[:yyrl4575] } else { - yyv4530 = make([]EndpointSubset, yyrl4530) + yyv4575 = make([]EndpointSubset, yyrl4575) } } else { - yyv4530 = make([]EndpointSubset, yyrl4530) + yyv4575 = make([]EndpointSubset, yyrl4575) } - yyc4530 = true - yyrr4530 = len(yyv4530) - if yyrg4530 { - copy(yyv4530, yyv24530) + yyc4575 = true + yyrr4575 = len(yyv4575) + if yyrg4575 { + copy(yyv4575, yyv24575) } - } else if yyl4530 != len(yyv4530) { - yyv4530 = yyv4530[:yyl4530] - yyc4530 = true + } else if yyl4575 != len(yyv4575) { + yyv4575 = yyv4575[:yyl4575] + yyc4575 = true } - yyj4530 := 0 - for ; yyj4530 < yyrr4530; yyj4530++ { - yyh4530.ElemContainerState(yyj4530) + yyj4575 := 0 + for ; yyj4575 < yyrr4575; yyj4575++ { + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4530[yyj4530] = EndpointSubset{} + yyv4575[yyj4575] = EndpointSubset{} } else { - yyv4531 := &yyv4530[yyj4530] - yyv4531.CodecDecodeSelf(d) + yyv4576 := &yyv4575[yyj4575] + yyv4576.CodecDecodeSelf(d) } } - if yyrt4530 { - for ; yyj4530 < yyl4530; yyj4530++ { - yyv4530 = append(yyv4530, EndpointSubset{}) - yyh4530.ElemContainerState(yyj4530) + if yyrt4575 { + for ; yyj4575 < yyl4575; yyj4575++ { + yyv4575 = append(yyv4575, EndpointSubset{}) + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4530[yyj4530] = EndpointSubset{} + yyv4575[yyj4575] = EndpointSubset{} } else { - yyv4532 := &yyv4530[yyj4530] - yyv4532.CodecDecodeSelf(d) + yyv4577 := &yyv4575[yyj4575] + yyv4577.CodecDecodeSelf(d) } } } } else { - yyj4530 := 0 - for ; !r.CheckBreak(); yyj4530++ { + yyj4575 := 0 + for ; !r.CheckBreak(); yyj4575++ { - if yyj4530 >= len(yyv4530) { - yyv4530 = append(yyv4530, EndpointSubset{}) // var yyz4530 EndpointSubset - yyc4530 = true + if yyj4575 >= len(yyv4575) { + yyv4575 = append(yyv4575, EndpointSubset{}) // var yyz4575 EndpointSubset + yyc4575 = true } - yyh4530.ElemContainerState(yyj4530) - if yyj4530 < len(yyv4530) { + yyh4575.ElemContainerState(yyj4575) + if yyj4575 < len(yyv4575) { if r.TryDecodeAsNil() { - yyv4530[yyj4530] = EndpointSubset{} + yyv4575[yyj4575] = EndpointSubset{} } else { - yyv4533 := &yyv4530[yyj4530] - yyv4533.CodecDecodeSelf(d) + yyv4578 := &yyv4575[yyj4575] + yyv4578.CodecDecodeSelf(d) } } else { @@ -57712,17 +58102,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4530 < len(yyv4530) { - yyv4530 = yyv4530[:yyj4530] - yyc4530 = true - } else if yyj4530 == 0 && yyv4530 == nil { - yyv4530 = []EndpointSubset{} - yyc4530 = true + if yyj4575 < len(yyv4575) { + yyv4575 = yyv4575[:yyj4575] + yyc4575 = true + } else if yyj4575 == 0 && yyv4575 == nil { + yyv4575 = []EndpointSubset{} + yyc4575 = true } } - yyh4530.End() - if yyc4530 { - *v = yyv4530 + yyh4575.End() + if yyc4575 { + *v = yyv4575 } } @@ -57731,10 +58121,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4534 := range v { + for _, yyv4579 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4535 := &yyv4534 - yy4535.CodecEncodeSelf(e) + yy4580 := &yyv4579 + yy4580.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57744,83 +58134,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4536 := *v - yyh4536, yyl4536 := z.DecSliceHelperStart() - var yyc4536 bool - if yyl4536 == 0 { - if yyv4536 == nil { - yyv4536 = []EndpointAddress{} - yyc4536 = true - } else if len(yyv4536) != 0 { - yyv4536 = yyv4536[:0] - yyc4536 = true + yyv4581 := *v + yyh4581, yyl4581 := z.DecSliceHelperStart() + var yyc4581 bool + if yyl4581 == 0 { + if yyv4581 == nil { + yyv4581 = []EndpointAddress{} + yyc4581 = true + } else if len(yyv4581) != 0 { + yyv4581 = yyv4581[:0] + yyc4581 = true } - } else if yyl4536 > 0 { - var yyrr4536, yyrl4536 int - var yyrt4536 bool - if yyl4536 > cap(yyv4536) { + } else if yyl4581 > 0 { + var yyrr4581, yyrl4581 int + var yyrt4581 bool + if yyl4581 > cap(yyv4581) { - yyrg4536 := len(yyv4536) > 0 - yyv24536 := yyv4536 - yyrl4536, yyrt4536 = z.DecInferLen(yyl4536, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4536 { - if yyrl4536 <= cap(yyv4536) { - yyv4536 = yyv4536[:yyrl4536] + yyrg4581 := len(yyv4581) > 0 + yyv24581 := yyv4581 + yyrl4581, yyrt4581 = z.DecInferLen(yyl4581, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4581 { + if yyrl4581 <= cap(yyv4581) { + yyv4581 = yyv4581[:yyrl4581] } else { - yyv4536 = make([]EndpointAddress, yyrl4536) + yyv4581 = make([]EndpointAddress, yyrl4581) } } else { - yyv4536 = make([]EndpointAddress, yyrl4536) + yyv4581 = make([]EndpointAddress, yyrl4581) } - yyc4536 = true - yyrr4536 = len(yyv4536) - if yyrg4536 { - copy(yyv4536, yyv24536) + yyc4581 = true + yyrr4581 = len(yyv4581) + if yyrg4581 { + copy(yyv4581, yyv24581) } - } else if yyl4536 != len(yyv4536) { - yyv4536 = yyv4536[:yyl4536] - yyc4536 = true + } else if yyl4581 != len(yyv4581) { + yyv4581 = yyv4581[:yyl4581] + yyc4581 = true } - yyj4536 := 0 - for ; yyj4536 < yyrr4536; yyj4536++ { - yyh4536.ElemContainerState(yyj4536) + yyj4581 := 0 + for ; yyj4581 < yyrr4581; yyj4581++ { + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4536[yyj4536] = EndpointAddress{} + yyv4581[yyj4581] = EndpointAddress{} } else { - yyv4537 := &yyv4536[yyj4536] - yyv4537.CodecDecodeSelf(d) + yyv4582 := &yyv4581[yyj4581] + yyv4582.CodecDecodeSelf(d) } } - if yyrt4536 { - for ; yyj4536 < yyl4536; yyj4536++ { - yyv4536 = append(yyv4536, EndpointAddress{}) - yyh4536.ElemContainerState(yyj4536) + if yyrt4581 { + for ; yyj4581 < yyl4581; yyj4581++ { + yyv4581 = append(yyv4581, EndpointAddress{}) + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4536[yyj4536] = EndpointAddress{} + yyv4581[yyj4581] = EndpointAddress{} } else { - yyv4538 := &yyv4536[yyj4536] - yyv4538.CodecDecodeSelf(d) + yyv4583 := &yyv4581[yyj4581] + yyv4583.CodecDecodeSelf(d) } } } } else { - yyj4536 := 0 - for ; !r.CheckBreak(); yyj4536++ { + yyj4581 := 0 + for ; !r.CheckBreak(); yyj4581++ { - if yyj4536 >= len(yyv4536) { - yyv4536 = append(yyv4536, EndpointAddress{}) // var yyz4536 EndpointAddress - yyc4536 = true + if yyj4581 >= len(yyv4581) { + yyv4581 = append(yyv4581, EndpointAddress{}) // var yyz4581 EndpointAddress + yyc4581 = true } - yyh4536.ElemContainerState(yyj4536) - if yyj4536 < len(yyv4536) { + yyh4581.ElemContainerState(yyj4581) + if yyj4581 < len(yyv4581) { if r.TryDecodeAsNil() { - yyv4536[yyj4536] = EndpointAddress{} + yyv4581[yyj4581] = EndpointAddress{} } else { - yyv4539 := &yyv4536[yyj4536] - yyv4539.CodecDecodeSelf(d) + yyv4584 := &yyv4581[yyj4581] + yyv4584.CodecDecodeSelf(d) } } else { @@ -57828,17 +58218,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4536 < len(yyv4536) { - yyv4536 = yyv4536[:yyj4536] - yyc4536 = true - } else if yyj4536 == 0 && yyv4536 == nil { - yyv4536 = []EndpointAddress{} - yyc4536 = true + if yyj4581 < len(yyv4581) { + yyv4581 = yyv4581[:yyj4581] + yyc4581 = true + } else if yyj4581 == 0 && yyv4581 == nil { + yyv4581 = []EndpointAddress{} + yyc4581 = true } } - yyh4536.End() - if yyc4536 { - *v = yyv4536 + yyh4581.End() + if yyc4581 { + *v = yyv4581 } } @@ -57847,10 +58237,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4540 := range v { + for _, yyv4585 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4541 := &yyv4540 - yy4541.CodecEncodeSelf(e) + yy4586 := &yyv4585 + yy4586.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57860,83 +58250,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4542 := *v - yyh4542, yyl4542 := z.DecSliceHelperStart() - var yyc4542 bool - if yyl4542 == 0 { - if yyv4542 == nil { - yyv4542 = []EndpointPort{} - yyc4542 = true - } else if len(yyv4542) != 0 { - yyv4542 = yyv4542[:0] - yyc4542 = true + yyv4587 := *v + yyh4587, yyl4587 := z.DecSliceHelperStart() + var yyc4587 bool + if yyl4587 == 0 { + if yyv4587 == nil { + yyv4587 = []EndpointPort{} + yyc4587 = true + } else if len(yyv4587) != 0 { + yyv4587 = yyv4587[:0] + yyc4587 = true } - } else if yyl4542 > 0 { - var yyrr4542, yyrl4542 int - var yyrt4542 bool - if yyl4542 > cap(yyv4542) { + } else if yyl4587 > 0 { + var yyrr4587, yyrl4587 int + var yyrt4587 bool + if yyl4587 > cap(yyv4587) { - yyrg4542 := len(yyv4542) > 0 - yyv24542 := yyv4542 - yyrl4542, yyrt4542 = z.DecInferLen(yyl4542, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4542 { - if yyrl4542 <= cap(yyv4542) { - yyv4542 = yyv4542[:yyrl4542] + yyrg4587 := len(yyv4587) > 0 + yyv24587 := yyv4587 + yyrl4587, yyrt4587 = z.DecInferLen(yyl4587, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4587 { + if yyrl4587 <= cap(yyv4587) { + yyv4587 = yyv4587[:yyrl4587] } else { - yyv4542 = make([]EndpointPort, yyrl4542) + yyv4587 = make([]EndpointPort, yyrl4587) } } else { - yyv4542 = make([]EndpointPort, yyrl4542) + yyv4587 = make([]EndpointPort, yyrl4587) } - yyc4542 = true - yyrr4542 = len(yyv4542) - if yyrg4542 { - copy(yyv4542, yyv24542) + yyc4587 = true + yyrr4587 = len(yyv4587) + if yyrg4587 { + copy(yyv4587, yyv24587) } - } else if yyl4542 != len(yyv4542) { - yyv4542 = yyv4542[:yyl4542] - yyc4542 = true + } else if yyl4587 != len(yyv4587) { + yyv4587 = yyv4587[:yyl4587] + yyc4587 = true } - yyj4542 := 0 - for ; yyj4542 < yyrr4542; yyj4542++ { - yyh4542.ElemContainerState(yyj4542) + yyj4587 := 0 + for ; yyj4587 < yyrr4587; yyj4587++ { + yyh4587.ElemContainerState(yyj4587) if r.TryDecodeAsNil() { - yyv4542[yyj4542] = EndpointPort{} + yyv4587[yyj4587] = EndpointPort{} } else { - yyv4543 := &yyv4542[yyj4542] - yyv4543.CodecDecodeSelf(d) + yyv4588 := &yyv4587[yyj4587] + yyv4588.CodecDecodeSelf(d) } } - if yyrt4542 { - for ; yyj4542 < yyl4542; yyj4542++ { - yyv4542 = append(yyv4542, EndpointPort{}) - yyh4542.ElemContainerState(yyj4542) + if yyrt4587 { + for ; yyj4587 < yyl4587; yyj4587++ { + yyv4587 = append(yyv4587, EndpointPort{}) + yyh4587.ElemContainerState(yyj4587) if r.TryDecodeAsNil() { - yyv4542[yyj4542] = EndpointPort{} + yyv4587[yyj4587] = EndpointPort{} } else { - yyv4544 := &yyv4542[yyj4542] - yyv4544.CodecDecodeSelf(d) + yyv4589 := &yyv4587[yyj4587] + yyv4589.CodecDecodeSelf(d) } } } } else { - yyj4542 := 0 - for ; !r.CheckBreak(); yyj4542++ { + yyj4587 := 0 + for ; !r.CheckBreak(); yyj4587++ { - if yyj4542 >= len(yyv4542) { - yyv4542 = append(yyv4542, EndpointPort{}) // var yyz4542 EndpointPort - yyc4542 = true + if yyj4587 >= len(yyv4587) { + yyv4587 = append(yyv4587, EndpointPort{}) // var yyz4587 EndpointPort + yyc4587 = true } - yyh4542.ElemContainerState(yyj4542) - if yyj4542 < len(yyv4542) { + yyh4587.ElemContainerState(yyj4587) + if yyj4587 < len(yyv4587) { if r.TryDecodeAsNil() { - yyv4542[yyj4542] = EndpointPort{} + yyv4587[yyj4587] = EndpointPort{} } else { - yyv4545 := &yyv4542[yyj4542] - yyv4545.CodecDecodeSelf(d) + yyv4590 := &yyv4587[yyj4587] + yyv4590.CodecDecodeSelf(d) } } else { @@ -57944,17 +58334,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4542 < len(yyv4542) { - yyv4542 = yyv4542[:yyj4542] - yyc4542 = true - } else if yyj4542 == 0 && yyv4542 == nil { - yyv4542 = []EndpointPort{} - yyc4542 = true + if yyj4587 < len(yyv4587) { + yyv4587 = yyv4587[:yyj4587] + yyc4587 = true + } else if yyj4587 == 0 && yyv4587 == nil { + yyv4587 = []EndpointPort{} + yyc4587 = true } } - yyh4542.End() - if yyc4542 { - *v = yyv4542 + yyh4587.End() + if yyc4587 { + *v = yyv4587 } } @@ -57963,10 +58353,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4546 := range v { + for _, yyv4591 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4547 := &yyv4546 - yy4547.CodecEncodeSelf(e) + yy4592 := &yyv4591 + yy4592.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57976,83 +58366,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4548 := *v - yyh4548, yyl4548 := z.DecSliceHelperStart() - var yyc4548 bool - if yyl4548 == 0 { - if yyv4548 == nil { - yyv4548 = []Endpoints{} - yyc4548 = true - } else if len(yyv4548) != 0 { - yyv4548 = yyv4548[:0] - yyc4548 = true + yyv4593 := *v + yyh4593, yyl4593 := z.DecSliceHelperStart() + var yyc4593 bool + if yyl4593 == 0 { + if yyv4593 == nil { + yyv4593 = []Endpoints{} + yyc4593 = true + } else if len(yyv4593) != 0 { + yyv4593 = yyv4593[:0] + yyc4593 = true } - } else if yyl4548 > 0 { - var yyrr4548, yyrl4548 int - var yyrt4548 bool - if yyl4548 > cap(yyv4548) { + } else if yyl4593 > 0 { + var yyrr4593, yyrl4593 int + var yyrt4593 bool + if yyl4593 > cap(yyv4593) { - yyrg4548 := len(yyv4548) > 0 - yyv24548 := yyv4548 - yyrl4548, yyrt4548 = z.DecInferLen(yyl4548, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4548 { - if yyrl4548 <= cap(yyv4548) { - yyv4548 = yyv4548[:yyrl4548] + yyrg4593 := len(yyv4593) > 0 + yyv24593 := yyv4593 + yyrl4593, yyrt4593 = z.DecInferLen(yyl4593, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4593 { + if yyrl4593 <= cap(yyv4593) { + yyv4593 = yyv4593[:yyrl4593] } else { - yyv4548 = make([]Endpoints, yyrl4548) + yyv4593 = make([]Endpoints, yyrl4593) } } else { - yyv4548 = make([]Endpoints, yyrl4548) + yyv4593 = make([]Endpoints, yyrl4593) } - yyc4548 = true - yyrr4548 = len(yyv4548) - if yyrg4548 { - copy(yyv4548, yyv24548) + yyc4593 = true + yyrr4593 = len(yyv4593) + if yyrg4593 { + copy(yyv4593, yyv24593) } - } else if yyl4548 != len(yyv4548) { - yyv4548 = yyv4548[:yyl4548] - yyc4548 = true + } else if yyl4593 != len(yyv4593) { + yyv4593 = yyv4593[:yyl4593] + yyc4593 = true } - yyj4548 := 0 - for ; yyj4548 < yyrr4548; yyj4548++ { - yyh4548.ElemContainerState(yyj4548) + yyj4593 := 0 + for ; yyj4593 < yyrr4593; yyj4593++ { + yyh4593.ElemContainerState(yyj4593) if r.TryDecodeAsNil() { - yyv4548[yyj4548] = Endpoints{} + yyv4593[yyj4593] = Endpoints{} } else { - yyv4549 := &yyv4548[yyj4548] - yyv4549.CodecDecodeSelf(d) + yyv4594 := &yyv4593[yyj4593] + yyv4594.CodecDecodeSelf(d) } } - if yyrt4548 { - for ; yyj4548 < yyl4548; yyj4548++ { - yyv4548 = append(yyv4548, Endpoints{}) - yyh4548.ElemContainerState(yyj4548) + if yyrt4593 { + for ; yyj4593 < yyl4593; yyj4593++ { + yyv4593 = append(yyv4593, Endpoints{}) + yyh4593.ElemContainerState(yyj4593) if r.TryDecodeAsNil() { - yyv4548[yyj4548] = Endpoints{} + yyv4593[yyj4593] = Endpoints{} } else { - yyv4550 := &yyv4548[yyj4548] - yyv4550.CodecDecodeSelf(d) + yyv4595 := &yyv4593[yyj4593] + yyv4595.CodecDecodeSelf(d) } } } } else { - yyj4548 := 0 - for ; !r.CheckBreak(); yyj4548++ { + yyj4593 := 0 + for ; !r.CheckBreak(); yyj4593++ { - if yyj4548 >= len(yyv4548) { - yyv4548 = append(yyv4548, Endpoints{}) // var yyz4548 Endpoints - yyc4548 = true + if yyj4593 >= len(yyv4593) { + yyv4593 = append(yyv4593, Endpoints{}) // var yyz4593 Endpoints + yyc4593 = true } - yyh4548.ElemContainerState(yyj4548) - if yyj4548 < len(yyv4548) { + yyh4593.ElemContainerState(yyj4593) + if yyj4593 < len(yyv4593) { if r.TryDecodeAsNil() { - yyv4548[yyj4548] = Endpoints{} + yyv4593[yyj4593] = Endpoints{} } else { - yyv4551 := &yyv4548[yyj4548] - yyv4551.CodecDecodeSelf(d) + yyv4596 := &yyv4593[yyj4593] + yyv4596.CodecDecodeSelf(d) } } else { @@ -58060,822 +58450,21 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4548 < len(yyv4548) { - yyv4548 = yyv4548[:yyj4548] - yyc4548 = true - } else if yyj4548 == 0 && yyv4548 == nil { - yyv4548 = []Endpoints{} - yyc4548 = true + if yyj4593 < len(yyv4593) { + yyv4593 = yyv4593[:yyj4593] + yyc4593 = true + } else if yyj4593 == 0 && yyv4593 == nil { + yyv4593 = []Endpoints{} + yyc4593 = true } } - yyh4548.End() - if yyc4548 { - *v = yyv4548 + yyh4593.End() + if yyc4593 { + *v = yyv4593 } } func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4552 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4553 := &yyv4552 - yy4553.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, 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 = []NodeCondition{} - yyc4554 = true - } else if len(yyv4554) != 0 { - yyv4554 = yyv4554[:0] - yyc4554 = true - } - } else if yyl4554 > 0 { - var yyrr4554, yyrl4554 int - var yyrt4554 bool - if yyl4554 > cap(yyv4554) { - - yyrg4554 := len(yyv4554) > 0 - yyv24554 := yyv4554 - yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4554 { - if yyrl4554 <= cap(yyv4554) { - yyv4554 = yyv4554[:yyrl4554] - } else { - yyv4554 = make([]NodeCondition, yyrl4554) - } - } else { - yyv4554 = make([]NodeCondition, yyrl4554) - } - yyc4554 = true - yyrr4554 = len(yyv4554) - if yyrg4554 { - copy(yyv4554, yyv24554) - } - } else if yyl4554 != len(yyv4554) { - yyv4554 = yyv4554[:yyl4554] - yyc4554 = true - } - yyj4554 := 0 - for ; yyj4554 < yyrr4554; yyj4554++ { - yyh4554.ElemContainerState(yyj4554) - if r.TryDecodeAsNil() { - yyv4554[yyj4554] = NodeCondition{} - } else { - yyv4555 := &yyv4554[yyj4554] - yyv4555.CodecDecodeSelf(d) - } - - } - if yyrt4554 { - for ; yyj4554 < yyl4554; yyj4554++ { - yyv4554 = append(yyv4554, NodeCondition{}) - yyh4554.ElemContainerState(yyj4554) - if r.TryDecodeAsNil() { - yyv4554[yyj4554] = NodeCondition{} - } else { - yyv4556 := &yyv4554[yyj4554] - yyv4556.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4554 := 0 - for ; !r.CheckBreak(); yyj4554++ { - - if yyj4554 >= len(yyv4554) { - yyv4554 = append(yyv4554, NodeCondition{}) // var yyz4554 NodeCondition - yyc4554 = true - } - yyh4554.ElemContainerState(yyj4554) - if yyj4554 < len(yyv4554) { - if r.TryDecodeAsNil() { - yyv4554[yyj4554] = NodeCondition{} - } else { - yyv4557 := &yyv4554[yyj4554] - yyv4557.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4554 < len(yyv4554) { - yyv4554 = yyv4554[:yyj4554] - yyc4554 = true - } else if yyj4554 == 0 && yyv4554 == nil { - yyv4554 = []NodeCondition{} - yyc4554 = true - } - } - yyh4554.End() - if yyc4554 { - *v = yyv4554 - } -} - -func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, 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) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4560 := *v - yyh4560, yyl4560 := z.DecSliceHelperStart() - var yyc4560 bool - if yyl4560 == 0 { - if yyv4560 == nil { - yyv4560 = []NodeAddress{} - yyc4560 = true - } else if len(yyv4560) != 0 { - yyv4560 = yyv4560[:0] - yyc4560 = true - } - } else if yyl4560 > 0 { - var yyrr4560, yyrl4560 int - var yyrt4560 bool - if yyl4560 > cap(yyv4560) { - - yyrg4560 := len(yyv4560) > 0 - yyv24560 := yyv4560 - yyrl4560, yyrt4560 = z.DecInferLen(yyl4560, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4560 { - if yyrl4560 <= cap(yyv4560) { - yyv4560 = yyv4560[:yyrl4560] - } else { - yyv4560 = make([]NodeAddress, yyrl4560) - } - } else { - yyv4560 = make([]NodeAddress, yyrl4560) - } - yyc4560 = true - yyrr4560 = len(yyv4560) - if yyrg4560 { - copy(yyv4560, yyv24560) - } - } else if yyl4560 != len(yyv4560) { - yyv4560 = yyv4560[:yyl4560] - yyc4560 = true - } - yyj4560 := 0 - for ; yyj4560 < yyrr4560; yyj4560++ { - yyh4560.ElemContainerState(yyj4560) - if r.TryDecodeAsNil() { - yyv4560[yyj4560] = NodeAddress{} - } else { - yyv4561 := &yyv4560[yyj4560] - yyv4561.CodecDecodeSelf(d) - } - - } - if yyrt4560 { - for ; yyj4560 < yyl4560; yyj4560++ { - yyv4560 = append(yyv4560, NodeAddress{}) - yyh4560.ElemContainerState(yyj4560) - if r.TryDecodeAsNil() { - yyv4560[yyj4560] = NodeAddress{} - } else { - yyv4562 := &yyv4560[yyj4560] - yyv4562.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4560 := 0 - for ; !r.CheckBreak(); yyj4560++ { - - if yyj4560 >= len(yyv4560) { - yyv4560 = append(yyv4560, NodeAddress{}) // var yyz4560 NodeAddress - yyc4560 = true - } - yyh4560.ElemContainerState(yyj4560) - if yyj4560 < len(yyv4560) { - if r.TryDecodeAsNil() { - yyv4560[yyj4560] = NodeAddress{} - } else { - yyv4563 := &yyv4560[yyj4560] - yyv4563.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4560 < len(yyv4560) { - yyv4560 = yyv4560[:yyj4560] - yyc4560 = true - } else if yyj4560 == 0 && yyv4560 == nil { - yyv4560 = []NodeAddress{} - yyc4560 = true - } - } - yyh4560.End() - if yyc4560 { - *v = yyv4560 - } -} - -func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4564 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4565 := &yyv4564 - yy4565.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4566 := *v - yyh4566, yyl4566 := z.DecSliceHelperStart() - var yyc4566 bool - if yyl4566 == 0 { - if yyv4566 == nil { - yyv4566 = []ContainerImage{} - yyc4566 = true - } else if len(yyv4566) != 0 { - yyv4566 = yyv4566[:0] - yyc4566 = true - } - } else if yyl4566 > 0 { - var yyrr4566, yyrl4566 int - var yyrt4566 bool - if yyl4566 > cap(yyv4566) { - - yyrg4566 := len(yyv4566) > 0 - yyv24566 := yyv4566 - yyrl4566, yyrt4566 = z.DecInferLen(yyl4566, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4566 { - if yyrl4566 <= cap(yyv4566) { - yyv4566 = yyv4566[:yyrl4566] - } else { - yyv4566 = make([]ContainerImage, yyrl4566) - } - } else { - yyv4566 = make([]ContainerImage, yyrl4566) - } - yyc4566 = true - yyrr4566 = len(yyv4566) - if yyrg4566 { - copy(yyv4566, yyv24566) - } - } else if yyl4566 != len(yyv4566) { - yyv4566 = yyv4566[:yyl4566] - yyc4566 = true - } - yyj4566 := 0 - for ; yyj4566 < yyrr4566; yyj4566++ { - yyh4566.ElemContainerState(yyj4566) - if r.TryDecodeAsNil() { - yyv4566[yyj4566] = ContainerImage{} - } else { - yyv4567 := &yyv4566[yyj4566] - yyv4567.CodecDecodeSelf(d) - } - - } - if yyrt4566 { - for ; yyj4566 < yyl4566; yyj4566++ { - yyv4566 = append(yyv4566, ContainerImage{}) - yyh4566.ElemContainerState(yyj4566) - if r.TryDecodeAsNil() { - yyv4566[yyj4566] = ContainerImage{} - } else { - yyv4568 := &yyv4566[yyj4566] - yyv4568.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4566 := 0 - for ; !r.CheckBreak(); yyj4566++ { - - if yyj4566 >= len(yyv4566) { - yyv4566 = append(yyv4566, ContainerImage{}) // var yyz4566 ContainerImage - yyc4566 = true - } - yyh4566.ElemContainerState(yyj4566) - if yyj4566 < len(yyv4566) { - if r.TryDecodeAsNil() { - yyv4566[yyj4566] = ContainerImage{} - } else { - yyv4569 := &yyv4566[yyj4566] - yyv4569.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4566 < len(yyv4566) { - yyv4566 = yyv4566[:yyj4566] - yyc4566 = true - } else if yyj4566 == 0 && yyv4566 == nil { - yyv4566 = []ContainerImage{} - yyc4566 = true - } - } - yyh4566.End() - if yyc4566 { - *v = yyv4566 - } -} - -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 _, yyv4570 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4570.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 - - yyv4571 := *v - yyh4571, yyl4571 := z.DecSliceHelperStart() - var yyc4571 bool - if yyl4571 == 0 { - if yyv4571 == nil { - yyv4571 = []UniqueVolumeName{} - yyc4571 = true - } else if len(yyv4571) != 0 { - yyv4571 = yyv4571[:0] - yyc4571 = true - } - } else if yyl4571 > 0 { - var yyrr4571, yyrl4571 int - var yyrt4571 bool - if yyl4571 > cap(yyv4571) { - - yyrl4571, yyrt4571 = z.DecInferLen(yyl4571, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4571 { - if yyrl4571 <= cap(yyv4571) { - yyv4571 = yyv4571[:yyrl4571] - } else { - yyv4571 = make([]UniqueVolumeName, yyrl4571) - } - } else { - yyv4571 = make([]UniqueVolumeName, yyrl4571) - } - yyc4571 = true - yyrr4571 = len(yyv4571) - } else if yyl4571 != len(yyv4571) { - yyv4571 = yyv4571[:yyl4571] - yyc4571 = true - } - yyj4571 := 0 - for ; yyj4571 < yyrr4571; yyj4571++ { - yyh4571.ElemContainerState(yyj4571) - if r.TryDecodeAsNil() { - yyv4571[yyj4571] = "" - } else { - yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) - } - - } - if yyrt4571 { - for ; yyj4571 < yyl4571; yyj4571++ { - yyv4571 = append(yyv4571, "") - yyh4571.ElemContainerState(yyj4571) - if r.TryDecodeAsNil() { - yyv4571[yyj4571] = "" - } else { - yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) - } - - } - } - - } else { - yyj4571 := 0 - for ; !r.CheckBreak(); yyj4571++ { - - if yyj4571 >= len(yyv4571) { - yyv4571 = append(yyv4571, "") // var yyz4571 UniqueVolumeName - yyc4571 = true - } - yyh4571.ElemContainerState(yyj4571) - if yyj4571 < len(yyv4571) { - if r.TryDecodeAsNil() { - yyv4571[yyj4571] = "" - } else { - yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4571 < len(yyv4571) { - yyv4571 = yyv4571[:yyj4571] - yyc4571 = true - } else if yyj4571 == 0 && yyv4571 == nil { - yyv4571 = []UniqueVolumeName{} - yyc4571 = true - } - } - yyh4571.End() - if yyc4571 { - *v = yyv4571 - } -} - -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 _, yyv4575 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4576 := &yyv4575 - yy4576.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4577 := *v - yyh4577, yyl4577 := z.DecSliceHelperStart() - var yyc4577 bool - if yyl4577 == 0 { - if yyv4577 == nil { - yyv4577 = []AttachedVolume{} - yyc4577 = true - } else if len(yyv4577) != 0 { - yyv4577 = yyv4577[:0] - yyc4577 = true - } - } else if yyl4577 > 0 { - var yyrr4577, yyrl4577 int - var yyrt4577 bool - if yyl4577 > cap(yyv4577) { - - yyrg4577 := len(yyv4577) > 0 - yyv24577 := yyv4577 - yyrl4577, yyrt4577 = z.DecInferLen(yyl4577, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4577 { - if yyrl4577 <= cap(yyv4577) { - yyv4577 = yyv4577[:yyrl4577] - } else { - yyv4577 = make([]AttachedVolume, yyrl4577) - } - } else { - yyv4577 = make([]AttachedVolume, yyrl4577) - } - yyc4577 = true - yyrr4577 = len(yyv4577) - if yyrg4577 { - copy(yyv4577, yyv24577) - } - } else if yyl4577 != len(yyv4577) { - yyv4577 = yyv4577[:yyl4577] - yyc4577 = true - } - yyj4577 := 0 - for ; yyj4577 < yyrr4577; yyj4577++ { - yyh4577.ElemContainerState(yyj4577) - if r.TryDecodeAsNil() { - yyv4577[yyj4577] = AttachedVolume{} - } else { - yyv4578 := &yyv4577[yyj4577] - yyv4578.CodecDecodeSelf(d) - } - - } - if yyrt4577 { - for ; yyj4577 < yyl4577; yyj4577++ { - yyv4577 = append(yyv4577, AttachedVolume{}) - yyh4577.ElemContainerState(yyj4577) - if r.TryDecodeAsNil() { - yyv4577[yyj4577] = AttachedVolume{} - } else { - yyv4579 := &yyv4577[yyj4577] - yyv4579.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4577 := 0 - for ; !r.CheckBreak(); yyj4577++ { - - if yyj4577 >= len(yyv4577) { - yyv4577 = append(yyv4577, AttachedVolume{}) // var yyz4577 AttachedVolume - yyc4577 = true - } - yyh4577.ElemContainerState(yyj4577) - if yyj4577 < len(yyv4577) { - if r.TryDecodeAsNil() { - yyv4577[yyj4577] = AttachedVolume{} - } else { - yyv4580 := &yyv4577[yyj4577] - yyv4580.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4577 < len(yyv4577) { - yyv4577 = yyv4577[:yyj4577] - yyc4577 = true - } else if yyj4577 == 0 && yyv4577 == nil { - yyv4577 = []AttachedVolume{} - yyc4577 = true - } - } - yyh4577.End() - if yyc4577 { - *v = yyv4577 - } -} - -func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4581 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4582 := &yyv4581 - yy4582.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4583 := *v - yyh4583, yyl4583 := z.DecSliceHelperStart() - var yyc4583 bool - if yyl4583 == 0 { - if yyv4583 == nil { - yyv4583 = []PreferAvoidPodsEntry{} - yyc4583 = true - } else if len(yyv4583) != 0 { - yyv4583 = yyv4583[:0] - yyc4583 = true - } - } else if yyl4583 > 0 { - var yyrr4583, yyrl4583 int - var yyrt4583 bool - if yyl4583 > cap(yyv4583) { - - yyrg4583 := len(yyv4583) > 0 - yyv24583 := yyv4583 - yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4583 { - if yyrl4583 <= cap(yyv4583) { - yyv4583 = yyv4583[:yyrl4583] - } else { - yyv4583 = make([]PreferAvoidPodsEntry, yyrl4583) - } - } else { - yyv4583 = make([]PreferAvoidPodsEntry, yyrl4583) - } - yyc4583 = true - yyrr4583 = len(yyv4583) - if yyrg4583 { - copy(yyv4583, yyv24583) - } - } else if yyl4583 != len(yyv4583) { - yyv4583 = yyv4583[:yyl4583] - yyc4583 = true - } - yyj4583 := 0 - for ; yyj4583 < yyrr4583; yyj4583++ { - yyh4583.ElemContainerState(yyj4583) - if r.TryDecodeAsNil() { - yyv4583[yyj4583] = PreferAvoidPodsEntry{} - } else { - yyv4584 := &yyv4583[yyj4583] - yyv4584.CodecDecodeSelf(d) - } - - } - if yyrt4583 { - for ; yyj4583 < yyl4583; yyj4583++ { - yyv4583 = append(yyv4583, PreferAvoidPodsEntry{}) - yyh4583.ElemContainerState(yyj4583) - if r.TryDecodeAsNil() { - yyv4583[yyj4583] = PreferAvoidPodsEntry{} - } else { - yyv4585 := &yyv4583[yyj4583] - yyv4585.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4583 := 0 - for ; !r.CheckBreak(); yyj4583++ { - - if yyj4583 >= len(yyv4583) { - yyv4583 = append(yyv4583, PreferAvoidPodsEntry{}) // var yyz4583 PreferAvoidPodsEntry - yyc4583 = true - } - yyh4583.ElemContainerState(yyj4583) - if yyj4583 < len(yyv4583) { - if r.TryDecodeAsNil() { - yyv4583[yyj4583] = PreferAvoidPodsEntry{} - } else { - yyv4586 := &yyv4583[yyj4583] - yyv4586.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4583 < len(yyv4583) { - yyv4583 = yyv4583[:yyj4583] - yyc4583 = true - } else if yyj4583 == 0 && yyv4583 == nil { - yyv4583 = []PreferAvoidPodsEntry{} - yyc4583 = true - } - } - yyh4583.End() - if yyc4583 { - *v = yyv4583 - } -} - -func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4587, yyv4587 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4587.CodecEncodeSelf(e) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4588 := &yyv4587 - yym4589 := z.EncBinary() - _ = yym4589 - if false { - } else if z.HasExtensions() && z.EncExt(yy4588) { - } else if !yym4589 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4588) - } else { - z.EncFallback(yy4588) - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4590 := *v - yyl4590 := r.ReadMapStart() - yybh4590 := z.DecBasicHandle() - if yyv4590 == nil { - yyrl4590, _ := z.DecInferLen(yyl4590, yybh4590.MaxInitLen, 72) - yyv4590 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4590) - *v = yyv4590 - } - var yymk4590 ResourceName - var yymv4590 pkg3_resource.Quantity - var yymg4590 bool - if yybh4590.MapValueReset { - yymg4590 = true - } - if yyl4590 > 0 { - for yyj4590 := 0; yyj4590 < yyl4590; yyj4590++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4590 = "" - } else { - yymk4590 = ResourceName(r.DecodeString()) - } - - if yymg4590 { - yymv4590 = yyv4590[yymk4590] - } else { - yymv4590 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4590 = pkg3_resource.Quantity{} - } else { - yyv4592 := &yymv4590 - yym4593 := z.DecBinary() - _ = yym4593 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4592) { - } else if !yym4593 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4592) - } else { - z.DecFallback(yyv4592, false) - } - } - - if yyv4590 != nil { - yyv4590[yymk4590] = yymv4590 - } - } - } else if yyl4590 < 0 { - for yyj4590 := 0; !r.CheckBreak(); yyj4590++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4590 = "" - } else { - yymk4590 = ResourceName(r.DecodeString()) - } - - if yymg4590 { - yymv4590 = yyv4590[yymk4590] - } else { - yymv4590 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4590 = pkg3_resource.Quantity{} - } else { - yyv4595 := &yymv4590 - yym4596 := z.DecBinary() - _ = yym4596 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4595) { - } else if !yym4596 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4595) - } else { - z.DecFallback(yyv4595, false) - } - } - - if yyv4590 != nil { - yyv4590[yymk4590] = yymv4590 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -58888,7 +58477,7 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -58898,7 +58487,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var yyc4599 bool if yyl4599 == 0 { if yyv4599 == nil { - yyv4599 = []Node{} + yyv4599 = []NodeCondition{} yyc4599 = true } else if len(yyv4599) != 0 { yyv4599 = yyv4599[:0] @@ -58911,15 +58500,15 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyrg4599 := len(yyv4599) > 0 yyv24599 := yyv4599 - yyrl4599, yyrt4599 = z.DecInferLen(yyl4599, z.DecBasicHandle().MaxInitLen, 616) + yyrl4599, yyrt4599 = z.DecInferLen(yyl4599, z.DecBasicHandle().MaxInitLen, 112) if yyrt4599 { if yyrl4599 <= cap(yyv4599) { yyv4599 = yyv4599[:yyrl4599] } else { - yyv4599 = make([]Node, yyrl4599) + yyv4599 = make([]NodeCondition, yyrl4599) } } else { - yyv4599 = make([]Node, yyrl4599) + yyv4599 = make([]NodeCondition, yyrl4599) } yyc4599 = true yyrr4599 = len(yyv4599) @@ -58934,7 +58523,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; yyj4599 < yyrr4599; yyj4599++ { yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Node{} + yyv4599[yyj4599] = NodeCondition{} } else { yyv4600 := &yyv4599[yyj4599] yyv4600.CodecDecodeSelf(d) @@ -58943,10 +58532,10 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } if yyrt4599 { for ; yyj4599 < yyl4599; yyj4599++ { - yyv4599 = append(yyv4599, Node{}) + yyv4599 = append(yyv4599, NodeCondition{}) yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Node{} + yyv4599[yyj4599] = NodeCondition{} } else { yyv4601 := &yyv4599[yyj4599] yyv4601.CodecDecodeSelf(d) @@ -58960,13 +58549,13 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4599++ { if yyj4599 >= len(yyv4599) { - yyv4599 = append(yyv4599, Node{}) // var yyz4599 Node + yyv4599 = append(yyv4599, NodeCondition{}) // var yyz4599 NodeCondition yyc4599 = true } yyh4599.ElemContainerState(yyj4599) if yyj4599 < len(yyv4599) { if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Node{} + yyv4599[yyj4599] = NodeCondition{} } else { yyv4602 := &yyv4599[yyj4599] yyv4602.CodecDecodeSelf(d) @@ -58981,7 +58570,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyv4599 = yyv4599[:yyj4599] yyc4599 = true } else if yyj4599 == 0 && yyv4599 == nil { - yyv4599 = []Node{} + yyv4599 = []NodeCondition{} yyc4599 = true } } @@ -58991,92 +58580,101 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4603 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4603.CodecEncodeSelf(e) + yy4604 := &yyv4603 + yy4604.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4604 := *v - yyh4604, yyl4604 := z.DecSliceHelperStart() - var yyc4604 bool - if yyl4604 == 0 { - if yyv4604 == nil { - yyv4604 = []FinalizerName{} - yyc4604 = true - } else if len(yyv4604) != 0 { - yyv4604 = yyv4604[:0] - yyc4604 = true + yyv4605 := *v + yyh4605, yyl4605 := z.DecSliceHelperStart() + var yyc4605 bool + if yyl4605 == 0 { + if yyv4605 == nil { + yyv4605 = []NodeAddress{} + yyc4605 = true + } else if len(yyv4605) != 0 { + yyv4605 = yyv4605[:0] + yyc4605 = true } - } else if yyl4604 > 0 { - var yyrr4604, yyrl4604 int - var yyrt4604 bool - if yyl4604 > cap(yyv4604) { + } else if yyl4605 > 0 { + var yyrr4605, yyrl4605 int + var yyrt4605 bool + if yyl4605 > cap(yyv4605) { - yyrl4604, yyrt4604 = z.DecInferLen(yyl4604, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4604 { - if yyrl4604 <= cap(yyv4604) { - yyv4604 = yyv4604[:yyrl4604] + yyrg4605 := len(yyv4605) > 0 + yyv24605 := yyv4605 + yyrl4605, yyrt4605 = z.DecInferLen(yyl4605, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4605 { + if yyrl4605 <= cap(yyv4605) { + yyv4605 = yyv4605[:yyrl4605] } else { - yyv4604 = make([]FinalizerName, yyrl4604) + yyv4605 = make([]NodeAddress, yyrl4605) } } else { - yyv4604 = make([]FinalizerName, yyrl4604) + yyv4605 = make([]NodeAddress, yyrl4605) } - yyc4604 = true - yyrr4604 = len(yyv4604) - } else if yyl4604 != len(yyv4604) { - yyv4604 = yyv4604[:yyl4604] - yyc4604 = true + yyc4605 = true + yyrr4605 = len(yyv4605) + if yyrg4605 { + copy(yyv4605, yyv24605) + } + } else if yyl4605 != len(yyv4605) { + yyv4605 = yyv4605[:yyl4605] + yyc4605 = true } - yyj4604 := 0 - for ; yyj4604 < yyrr4604; yyj4604++ { - yyh4604.ElemContainerState(yyj4604) + yyj4605 := 0 + for ; yyj4605 < yyrr4605; yyj4605++ { + yyh4605.ElemContainerState(yyj4605) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = "" + yyv4605[yyj4605] = NodeAddress{} } else { - yyv4604[yyj4604] = FinalizerName(r.DecodeString()) + yyv4606 := &yyv4605[yyj4605] + yyv4606.CodecDecodeSelf(d) } } - if yyrt4604 { - for ; yyj4604 < yyl4604; yyj4604++ { - yyv4604 = append(yyv4604, "") - yyh4604.ElemContainerState(yyj4604) + if yyrt4605 { + for ; yyj4605 < yyl4605; yyj4605++ { + yyv4605 = append(yyv4605, NodeAddress{}) + yyh4605.ElemContainerState(yyj4605) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = "" + yyv4605[yyj4605] = NodeAddress{} } else { - yyv4604[yyj4604] = FinalizerName(r.DecodeString()) + yyv4607 := &yyv4605[yyj4605] + yyv4607.CodecDecodeSelf(d) } } } } else { - yyj4604 := 0 - for ; !r.CheckBreak(); yyj4604++ { + yyj4605 := 0 + for ; !r.CheckBreak(); yyj4605++ { - if yyj4604 >= len(yyv4604) { - yyv4604 = append(yyv4604, "") // var yyz4604 FinalizerName - yyc4604 = true + if yyj4605 >= len(yyv4605) { + yyv4605 = append(yyv4605, NodeAddress{}) // var yyz4605 NodeAddress + yyc4605 = true } - yyh4604.ElemContainerState(yyj4604) - if yyj4604 < len(yyv4604) { + yyh4605.ElemContainerState(yyj4605) + if yyj4605 < len(yyv4605) { if r.TryDecodeAsNil() { - yyv4604[yyj4604] = "" + yyv4605[yyj4605] = NodeAddress{} } else { - yyv4604[yyj4604] = FinalizerName(r.DecodeString()) + yyv4608 := &yyv4605[yyj4605] + yyv4608.CodecDecodeSelf(d) } } else { @@ -59084,150 +58682,149 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4604 < len(yyv4604) { - yyv4604 = yyv4604[:yyj4604] - yyc4604 = true - } else if yyj4604 == 0 && yyv4604 == nil { - yyv4604 = []FinalizerName{} - yyc4604 = true + if yyj4605 < len(yyv4605) { + yyv4605 = yyv4605[:yyj4605] + yyc4605 = true + } else if yyj4605 == 0 && yyv4605 == nil { + yyv4605 = []NodeAddress{} + yyc4605 = true } } - yyh4604.End() - if yyc4604 { - *v = yyv4604 + yyh4605.End() + if yyc4605 { + *v = yyv4605 } } -func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4608 := range v { + for _, yyv4609 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4609 := &yyv4608 - yy4609.CodecEncodeSelf(e) + yy4610 := &yyv4609 + yy4610.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4610 := *v - yyh4610, yyl4610 := z.DecSliceHelperStart() - var yyc4610 bool - if yyl4610 == 0 { - if yyv4610 == nil { - yyv4610 = []Namespace{} - yyc4610 = true - } else if len(yyv4610) != 0 { - yyv4610 = yyv4610[:0] - yyc4610 = true + yyv4611 := *v + yyh4611, yyl4611 := z.DecSliceHelperStart() + var yyc4611 bool + if yyl4611 == 0 { + if yyv4611 == nil { + yyv4611 = []ContainerImage{} + yyc4611 = true + } else if len(yyv4611) != 0 { + yyv4611 = yyv4611[:0] + yyc4611 = true } - } else if yyl4610 > 0 { - var yyrr4610, yyrl4610 int - var yyrt4610 bool - if yyl4610 > cap(yyv4610) { + } else if yyl4611 > 0 { + var yyrr4611, yyrl4611 int + var yyrt4611 bool + if yyl4611 > cap(yyv4611) { - yyrg4610 := len(yyv4610) > 0 - yyv24610 := yyv4610 - yyrl4610, yyrt4610 = z.DecInferLen(yyl4610, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4610 { - if yyrl4610 <= cap(yyv4610) { - yyv4610 = yyv4610[:yyrl4610] + yyrg4611 := len(yyv4611) > 0 + yyv24611 := yyv4611 + yyrl4611, yyrt4611 = z.DecInferLen(yyl4611, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4611 { + if yyrl4611 <= cap(yyv4611) { + yyv4611 = yyv4611[:yyrl4611] } else { - yyv4610 = make([]Namespace, yyrl4610) + yyv4611 = make([]ContainerImage, yyrl4611) } } else { - yyv4610 = make([]Namespace, yyrl4610) + yyv4611 = make([]ContainerImage, yyrl4611) } - yyc4610 = true - yyrr4610 = len(yyv4610) - if yyrg4610 { - copy(yyv4610, yyv24610) + yyc4611 = true + yyrr4611 = len(yyv4611) + if yyrg4611 { + copy(yyv4611, yyv24611) } - } else if yyl4610 != len(yyv4610) { - yyv4610 = yyv4610[:yyl4610] - yyc4610 = true + } else if yyl4611 != len(yyv4611) { + yyv4611 = yyv4611[:yyl4611] + yyc4611 = true } - yyj4610 := 0 - for ; yyj4610 < yyrr4610; yyj4610++ { - yyh4610.ElemContainerState(yyj4610) + yyj4611 := 0 + for ; yyj4611 < yyrr4611; yyj4611++ { + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4610[yyj4610] = Namespace{} + yyv4611[yyj4611] = ContainerImage{} } else { - yyv4611 := &yyv4610[yyj4610] - yyv4611.CodecDecodeSelf(d) + yyv4612 := &yyv4611[yyj4611] + yyv4612.CodecDecodeSelf(d) } } - if yyrt4610 { - for ; yyj4610 < yyl4610; yyj4610++ { - yyv4610 = append(yyv4610, Namespace{}) - yyh4610.ElemContainerState(yyj4610) + if yyrt4611 { + for ; yyj4611 < yyl4611; yyj4611++ { + yyv4611 = append(yyv4611, ContainerImage{}) + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4610[yyj4610] = Namespace{} + yyv4611[yyj4611] = ContainerImage{} } else { - yyv4612 := &yyv4610[yyj4610] - yyv4612.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4610 := 0 - for ; !r.CheckBreak(); yyj4610++ { - - if yyj4610 >= len(yyv4610) { - yyv4610 = append(yyv4610, Namespace{}) // var yyz4610 Namespace - yyc4610 = true - } - yyh4610.ElemContainerState(yyj4610) - if yyj4610 < len(yyv4610) { - if r.TryDecodeAsNil() { - yyv4610[yyj4610] = Namespace{} - } else { - yyv4613 := &yyv4610[yyj4610] + yyv4613 := &yyv4611[yyj4611] yyv4613.CodecDecodeSelf(d) } + } + } + + } else { + yyj4611 := 0 + for ; !r.CheckBreak(); yyj4611++ { + + if yyj4611 >= len(yyv4611) { + yyv4611 = append(yyv4611, ContainerImage{}) // var yyz4611 ContainerImage + yyc4611 = true + } + yyh4611.ElemContainerState(yyj4611) + if yyj4611 < len(yyv4611) { + if r.TryDecodeAsNil() { + yyv4611[yyj4611] = ContainerImage{} + } else { + yyv4614 := &yyv4611[yyj4611] + yyv4614.CodecDecodeSelf(d) + } + } else { z.DecSwallow() } } - if yyj4610 < len(yyv4610) { - yyv4610 = yyv4610[:yyj4610] - yyc4610 = true - } else if yyj4610 == 0 && yyv4610 == nil { - yyv4610 = []Namespace{} - yyc4610 = true + if yyj4611 < len(yyv4611) { + yyv4611 = yyv4611[:yyj4611] + yyc4611 = true + } else if yyj4611 == 0 && yyv4611 == nil { + yyv4611 = []ContainerImage{} + yyc4611 = true } } - yyh4610.End() - if yyc4610 { - *v = yyv4610 + yyh4611.End() + if yyc4611 { + *v = yyv4611 } } -func (x codecSelfer1234) encSliceEvent(v []Event, 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 _, yyv4614 := range v { + for _, yyv4615 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4615 := &yyv4614 - yy4615.CodecEncodeSelf(e) + yyv4615.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -59237,7 +58834,7 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { var yyc4616 bool if yyl4616 == 0 { if yyv4616 == nil { - yyv4616 = []Event{} + yyv4616 = []UniqueVolumeName{} yyc4616 = true } else if len(yyv4616) != 0 { yyv4616 = yyv4616[:0] @@ -59248,23 +58845,18 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { var yyrt4616 bool if yyl4616 > cap(yyv4616) { - yyrg4616 := len(yyv4616) > 0 - yyv24616 := yyv4616 - yyrl4616, yyrt4616 = z.DecInferLen(yyl4616, z.DecBasicHandle().MaxInitLen, 488) + yyrl4616, yyrt4616 = z.DecInferLen(yyl4616, z.DecBasicHandle().MaxInitLen, 16) if yyrt4616 { if yyrl4616 <= cap(yyv4616) { yyv4616 = yyv4616[:yyrl4616] } else { - yyv4616 = make([]Event, yyrl4616) + yyv4616 = make([]UniqueVolumeName, yyrl4616) } } else { - yyv4616 = make([]Event, yyrl4616) + yyv4616 = make([]UniqueVolumeName, yyrl4616) } yyc4616 = true yyrr4616 = len(yyv4616) - if yyrg4616 { - copy(yyv4616, yyv24616) - } } else if yyl4616 != len(yyv4616) { yyv4616 = yyv4616[:yyl4616] yyc4616 = true @@ -59273,22 +58865,20 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { for ; yyj4616 < yyrr4616; yyj4616++ { yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4616[yyj4616] = Event{} + yyv4616[yyj4616] = "" } else { - yyv4617 := &yyv4616[yyj4616] - yyv4617.CodecDecodeSelf(d) + yyv4616[yyj4616] = UniqueVolumeName(r.DecodeString()) } } if yyrt4616 { for ; yyj4616 < yyl4616; yyj4616++ { - yyv4616 = append(yyv4616, Event{}) + yyv4616 = append(yyv4616, "") yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4616[yyj4616] = Event{} + yyv4616[yyj4616] = "" } else { - yyv4618 := &yyv4616[yyj4616] - yyv4618.CodecDecodeSelf(d) + yyv4616[yyj4616] = UniqueVolumeName(r.DecodeString()) } } @@ -59299,16 +58889,15 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4616++ { if yyj4616 >= len(yyv4616) { - yyv4616 = append(yyv4616, Event{}) // var yyz4616 Event + yyv4616 = append(yyv4616, "") // var yyz4616 UniqueVolumeName yyc4616 = true } yyh4616.ElemContainerState(yyj4616) if yyj4616 < len(yyv4616) { if r.TryDecodeAsNil() { - yyv4616[yyj4616] = Event{} + yyv4616[yyj4616] = "" } else { - yyv4619 := &yyv4616[yyj4616] - yyv4619.CodecDecodeSelf(d) + yyv4616[yyj4616] = UniqueVolumeName(r.DecodeString()) } } else { @@ -59320,7 +58909,7 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { yyv4616 = yyv4616[:yyj4616] yyc4616 = true } else if yyj4616 == 0 && yyv4616 == nil { - yyv4616 = []Event{} + yyv4616 = []UniqueVolumeName{} yyc4616 = true } } @@ -59330,7 +58919,7 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtension, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -59338,464 +58927,439 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtens for _, yyv4620 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) yy4621 := &yyv4620 - yym4622 := z.EncBinary() - _ = yym4622 + yy4621.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4622 := *v + yyh4622, yyl4622 := z.DecSliceHelperStart() + var yyc4622 bool + if yyl4622 == 0 { + if yyv4622 == nil { + yyv4622 = []AttachedVolume{} + yyc4622 = true + } else if len(yyv4622) != 0 { + yyv4622 = yyv4622[:0] + yyc4622 = true + } + } else if yyl4622 > 0 { + var yyrr4622, yyrl4622 int + var yyrt4622 bool + if yyl4622 > cap(yyv4622) { + + yyrg4622 := len(yyv4622) > 0 + yyv24622 := yyv4622 + yyrl4622, yyrt4622 = z.DecInferLen(yyl4622, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4622 { + if yyrl4622 <= cap(yyv4622) { + yyv4622 = yyv4622[:yyrl4622] + } else { + yyv4622 = make([]AttachedVolume, yyrl4622) + } + } else { + yyv4622 = make([]AttachedVolume, yyrl4622) + } + yyc4622 = true + yyrr4622 = len(yyv4622) + if yyrg4622 { + copy(yyv4622, yyv24622) + } + } else if yyl4622 != len(yyv4622) { + yyv4622 = yyv4622[:yyl4622] + yyc4622 = true + } + yyj4622 := 0 + for ; yyj4622 < yyrr4622; yyj4622++ { + yyh4622.ElemContainerState(yyj4622) + if r.TryDecodeAsNil() { + yyv4622[yyj4622] = AttachedVolume{} + } else { + yyv4623 := &yyv4622[yyj4622] + yyv4623.CodecDecodeSelf(d) + } + + } + if yyrt4622 { + for ; yyj4622 < yyl4622; yyj4622++ { + yyv4622 = append(yyv4622, AttachedVolume{}) + yyh4622.ElemContainerState(yyj4622) + if r.TryDecodeAsNil() { + yyv4622[yyj4622] = AttachedVolume{} + } else { + yyv4624 := &yyv4622[yyj4622] + yyv4624.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4622 := 0 + for ; !r.CheckBreak(); yyj4622++ { + + if yyj4622 >= len(yyv4622) { + yyv4622 = append(yyv4622, AttachedVolume{}) // var yyz4622 AttachedVolume + yyc4622 = true + } + yyh4622.ElemContainerState(yyj4622) + if yyj4622 < len(yyv4622) { + if r.TryDecodeAsNil() { + yyv4622[yyj4622] = AttachedVolume{} + } else { + yyv4625 := &yyv4622[yyj4622] + yyv4625.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4622 < len(yyv4622) { + yyv4622 = yyv4622[:yyj4622] + yyc4622 = true + } else if yyj4622 == 0 && yyv4622 == nil { + yyv4622 = []AttachedVolume{} + yyc4622 = true + } + } + yyh4622.End() + if yyc4622 { + *v = yyv4622 + } +} + +func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4626 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4627 := &yyv4626 + yy4627.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4628 := *v + yyh4628, yyl4628 := z.DecSliceHelperStart() + var yyc4628 bool + if yyl4628 == 0 { + if yyv4628 == nil { + yyv4628 = []PreferAvoidPodsEntry{} + yyc4628 = true + } else if len(yyv4628) != 0 { + yyv4628 = yyv4628[:0] + yyc4628 = true + } + } else if yyl4628 > 0 { + var yyrr4628, yyrl4628 int + var yyrt4628 bool + if yyl4628 > cap(yyv4628) { + + yyrg4628 := len(yyv4628) > 0 + yyv24628 := yyv4628 + yyrl4628, yyrt4628 = z.DecInferLen(yyl4628, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4628 { + if yyrl4628 <= cap(yyv4628) { + yyv4628 = yyv4628[:yyrl4628] + } else { + yyv4628 = make([]PreferAvoidPodsEntry, yyrl4628) + } + } else { + yyv4628 = make([]PreferAvoidPodsEntry, yyrl4628) + } + yyc4628 = true + yyrr4628 = len(yyv4628) + if yyrg4628 { + copy(yyv4628, yyv24628) + } + } else if yyl4628 != len(yyv4628) { + yyv4628 = yyv4628[:yyl4628] + yyc4628 = true + } + yyj4628 := 0 + for ; yyj4628 < yyrr4628; yyj4628++ { + yyh4628.ElemContainerState(yyj4628) + if r.TryDecodeAsNil() { + yyv4628[yyj4628] = PreferAvoidPodsEntry{} + } else { + yyv4629 := &yyv4628[yyj4628] + yyv4629.CodecDecodeSelf(d) + } + + } + if yyrt4628 { + for ; yyj4628 < yyl4628; yyj4628++ { + yyv4628 = append(yyv4628, PreferAvoidPodsEntry{}) + yyh4628.ElemContainerState(yyj4628) + if r.TryDecodeAsNil() { + yyv4628[yyj4628] = PreferAvoidPodsEntry{} + } else { + yyv4630 := &yyv4628[yyj4628] + yyv4630.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4628 := 0 + for ; !r.CheckBreak(); yyj4628++ { + + if yyj4628 >= len(yyv4628) { + yyv4628 = append(yyv4628, PreferAvoidPodsEntry{}) // var yyz4628 PreferAvoidPodsEntry + yyc4628 = true + } + yyh4628.ElemContainerState(yyj4628) + if yyj4628 < len(yyv4628) { + if r.TryDecodeAsNil() { + yyv4628[yyj4628] = PreferAvoidPodsEntry{} + } else { + yyv4631 := &yyv4628[yyj4628] + yyv4631.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4628 < len(yyv4628) { + yyv4628 = yyv4628[:yyj4628] + yyc4628 = true + } else if yyj4628 == 0 && yyv4628 == nil { + yyv4628 = []PreferAvoidPodsEntry{} + yyc4628 = true + } + } + yyh4628.End() + if yyc4628 { + *v = yyv4628 + } +} + +func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4632, yyv4632 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yyk4632.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4633 := &yyv4632 + yym4634 := z.EncBinary() + _ = yym4634 if false { - } else if z.HasExtensions() && z.EncExt(yy4621) { - } else if !yym4622 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4621) + } else if z.HasExtensions() && z.EncExt(yy4633) { + } else if !yym4634 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4633) } else { - z.EncFallback(yy4621) + z.EncFallback(yy4633) } } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + z.EncSendContainerState(codecSelfer_containerMapEnd1234) } -func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExtension, d *codec1978.Decoder) { +func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4623 := *v - yyh4623, yyl4623 := z.DecSliceHelperStart() - var yyc4623 bool - if yyl4623 == 0 { - if yyv4623 == nil { - yyv4623 = []pkg5_runtime.RawExtension{} - yyc4623 = true - } else if len(yyv4623) != 0 { - yyv4623 = yyv4623[:0] - yyc4623 = true - } - } else if yyl4623 > 0 { - var yyrr4623, yyrl4623 int - var yyrt4623 bool - if yyl4623 > cap(yyv4623) { - - yyrg4623 := len(yyv4623) > 0 - yyv24623 := yyv4623 - yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4623 { - if yyrl4623 <= cap(yyv4623) { - yyv4623 = yyv4623[:yyrl4623] - } else { - yyv4623 = make([]pkg5_runtime.RawExtension, yyrl4623) - } - } else { - yyv4623 = make([]pkg5_runtime.RawExtension, yyrl4623) - } - yyc4623 = true - yyrr4623 = len(yyv4623) - if yyrg4623 { - copy(yyv4623, yyv24623) - } - } else if yyl4623 != len(yyv4623) { - yyv4623 = yyv4623[:yyl4623] - yyc4623 = true - } - yyj4623 := 0 - for ; yyj4623 < yyrr4623; yyj4623++ { - yyh4623.ElemContainerState(yyj4623) + yyv4635 := *v + yyl4635 := r.ReadMapStart() + yybh4635 := z.DecBasicHandle() + if yyv4635 == nil { + yyrl4635, _ := z.DecInferLen(yyl4635, yybh4635.MaxInitLen, 72) + yyv4635 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4635) + *v = yyv4635 + } + var yymk4635 ResourceName + var yymv4635 pkg3_resource.Quantity + var yymg4635 bool + if yybh4635.MapValueReset { + yymg4635 = true + } + if yyl4635 > 0 { + for yyj4635 := 0; yyj4635 < yyl4635; yyj4635++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yyv4623[yyj4623] = pkg5_runtime.RawExtension{} + yymk4635 = "" } else { - yyv4624 := &yyv4623[yyj4623] - yym4625 := z.DecBinary() - _ = yym4625 + yymk4635 = ResourceName(r.DecodeString()) + } + + if yymg4635 { + yymv4635 = yyv4635[yymk4635] + } else { + yymv4635 = pkg3_resource.Quantity{} + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4635 = pkg3_resource.Quantity{} + } else { + yyv4637 := &yymv4635 + yym4638 := z.DecBinary() + _ = yym4638 if false { - } else if z.HasExtensions() && z.DecExt(yyv4624) { - } else if !yym4625 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4624) + } else if z.HasExtensions() && z.DecExt(yyv4637) { + } else if !yym4638 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4637) } else { - z.DecFallback(yyv4624, false) + z.DecFallback(yyv4637, false) } } - } - if yyrt4623 { - for ; yyj4623 < yyl4623; yyj4623++ { - yyv4623 = append(yyv4623, pkg5_runtime.RawExtension{}) - yyh4623.ElemContainerState(yyj4623) - if r.TryDecodeAsNil() { - yyv4623[yyj4623] = pkg5_runtime.RawExtension{} - } else { - yyv4626 := &yyv4623[yyj4623] - yym4627 := z.DecBinary() - _ = yym4627 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4626) { - } else if !yym4627 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4626) - } else { - z.DecFallback(yyv4626, false) - } - } - + if yyv4635 != nil { + yyv4635[yymk4635] = yymv4635 } } - - } else { - yyj4623 := 0 - for ; !r.CheckBreak(); yyj4623++ { - - if yyj4623 >= len(yyv4623) { - yyv4623 = append(yyv4623, pkg5_runtime.RawExtension{}) // var yyz4623 pkg5_runtime.RawExtension - yyc4623 = true - } - yyh4623.ElemContainerState(yyj4623) - if yyj4623 < len(yyv4623) { - if r.TryDecodeAsNil() { - yyv4623[yyj4623] = pkg5_runtime.RawExtension{} - } else { - yyv4628 := &yyv4623[yyj4623] - yym4629 := z.DecBinary() - _ = yym4629 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4628) { - } else if !yym4629 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4628) - } else { - z.DecFallback(yyv4628, false) - } - } - - } else { - z.DecSwallow() - } - - } - if yyj4623 < len(yyv4623) { - yyv4623 = yyv4623[:yyj4623] - yyc4623 = true - } else if yyj4623 == 0 && yyv4623 == nil { - yyv4623 = []pkg5_runtime.RawExtension{} - yyc4623 = true - } - } - yyh4623.End() - if yyc4623 { - *v = yyv4623 - } -} - -func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4630 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4631 := &yyv4630 - yy4631.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4632 := *v - yyh4632, yyl4632 := z.DecSliceHelperStart() - var yyc4632 bool - if yyl4632 == 0 { - if yyv4632 == nil { - yyv4632 = []LimitRangeItem{} - yyc4632 = true - } else if len(yyv4632) != 0 { - yyv4632 = yyv4632[:0] - yyc4632 = true - } - } else if yyl4632 > 0 { - var yyrr4632, yyrl4632 int - var yyrt4632 bool - if yyl4632 > cap(yyv4632) { - - yyrg4632 := len(yyv4632) > 0 - yyv24632 := yyv4632 - yyrl4632, yyrt4632 = z.DecInferLen(yyl4632, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4632 { - if yyrl4632 <= cap(yyv4632) { - yyv4632 = yyv4632[:yyrl4632] - } else { - yyv4632 = make([]LimitRangeItem, yyrl4632) - } - } else { - yyv4632 = make([]LimitRangeItem, yyrl4632) - } - yyc4632 = true - yyrr4632 = len(yyv4632) - if yyrg4632 { - copy(yyv4632, yyv24632) - } - } else if yyl4632 != len(yyv4632) { - yyv4632 = yyv4632[:yyl4632] - yyc4632 = true - } - yyj4632 := 0 - for ; yyj4632 < yyrr4632; yyj4632++ { - yyh4632.ElemContainerState(yyj4632) + } else if yyl4635 < 0 { + for yyj4635 := 0; !r.CheckBreak(); yyj4635++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yyv4632[yyj4632] = LimitRangeItem{} + yymk4635 = "" } else { - yyv4633 := &yyv4632[yyj4632] - yyv4633.CodecDecodeSelf(d) + yymk4635 = ResourceName(r.DecodeString()) } - } - if yyrt4632 { - for ; yyj4632 < yyl4632; yyj4632++ { - yyv4632 = append(yyv4632, LimitRangeItem{}) - yyh4632.ElemContainerState(yyj4632) - if r.TryDecodeAsNil() { - yyv4632[yyj4632] = LimitRangeItem{} - } else { - yyv4634 := &yyv4632[yyj4632] - yyv4634.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4632 := 0 - for ; !r.CheckBreak(); yyj4632++ { - - if yyj4632 >= len(yyv4632) { - yyv4632 = append(yyv4632, LimitRangeItem{}) // var yyz4632 LimitRangeItem - yyc4632 = true - } - yyh4632.ElemContainerState(yyj4632) - if yyj4632 < len(yyv4632) { - if r.TryDecodeAsNil() { - yyv4632[yyj4632] = LimitRangeItem{} - } else { - yyv4635 := &yyv4632[yyj4632] - yyv4635.CodecDecodeSelf(d) - } - + if yymg4635 { + yymv4635 = yyv4635[yymk4635] } else { - z.DecSwallow() + yymv4635 = pkg3_resource.Quantity{} } - - } - if yyj4632 < len(yyv4632) { - yyv4632 = yyv4632[:yyj4632] - yyc4632 = true - } else if yyj4632 == 0 && yyv4632 == nil { - yyv4632 = []LimitRangeItem{} - yyc4632 = true - } - } - yyh4632.End() - if yyc4632 { - *v = yyv4632 - } -} - -func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4636 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4637 := &yyv4636 - yy4637.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4638 := *v - yyh4638, yyl4638 := z.DecSliceHelperStart() - var yyc4638 bool - if yyl4638 == 0 { - if yyv4638 == nil { - yyv4638 = []LimitRange{} - yyc4638 = true - } else if len(yyv4638) != 0 { - yyv4638 = yyv4638[:0] - yyc4638 = true - } - } else if yyl4638 > 0 { - var yyrr4638, yyrl4638 int - var yyrt4638 bool - if yyl4638 > cap(yyv4638) { - - yyrg4638 := len(yyv4638) > 0 - yyv24638 := yyv4638 - yyrl4638, yyrt4638 = z.DecInferLen(yyl4638, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4638 { - if yyrl4638 <= cap(yyv4638) { - yyv4638 = yyv4638[:yyrl4638] - } else { - yyv4638 = make([]LimitRange, yyrl4638) - } - } else { - yyv4638 = make([]LimitRange, yyrl4638) - } - yyc4638 = true - yyrr4638 = len(yyv4638) - if yyrg4638 { - copy(yyv4638, yyv24638) - } - } else if yyl4638 != len(yyv4638) { - yyv4638 = yyv4638[:yyl4638] - yyc4638 = true - } - yyj4638 := 0 - for ; yyj4638 < yyrr4638; yyj4638++ { - yyh4638.ElemContainerState(yyj4638) + z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yyv4638[yyj4638] = LimitRange{} + yymv4635 = pkg3_resource.Quantity{} } else { - yyv4639 := &yyv4638[yyj4638] - yyv4639.CodecDecodeSelf(d) - } - - } - if yyrt4638 { - for ; yyj4638 < yyl4638; yyj4638++ { - yyv4638 = append(yyv4638, LimitRange{}) - yyh4638.ElemContainerState(yyj4638) - if r.TryDecodeAsNil() { - yyv4638[yyj4638] = LimitRange{} + yyv4640 := &yymv4635 + yym4641 := z.DecBinary() + _ = yym4641 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4640) { + } else if !yym4641 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4640) } else { - yyv4640 := &yyv4638[yyj4638] - yyv4640.CodecDecodeSelf(d) + z.DecFallback(yyv4640, false) } - - } - } - - } else { - yyj4638 := 0 - for ; !r.CheckBreak(); yyj4638++ { - - if yyj4638 >= len(yyv4638) { - yyv4638 = append(yyv4638, LimitRange{}) // var yyz4638 LimitRange - yyc4638 = true - } - yyh4638.ElemContainerState(yyj4638) - if yyj4638 < len(yyv4638) { - if r.TryDecodeAsNil() { - yyv4638[yyj4638] = LimitRange{} - } else { - yyv4641 := &yyv4638[yyj4638] - yyv4641.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() } + if yyv4635 != nil { + yyv4635[yymk4635] = yymv4635 + } } - if yyj4638 < len(yyv4638) { - yyv4638 = yyv4638[:yyj4638] - yyc4638 = true - } else if yyj4638 == 0 && yyv4638 == nil { - yyv4638 = []LimitRange{} - yyc4638 = true - } - } - yyh4638.End() - if yyc4638 { - *v = yyv4638 - } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4642 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4642.CodecEncodeSelf(e) + yy4643 := &yyv4642 + yy4643.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4643 := *v - yyh4643, yyl4643 := z.DecSliceHelperStart() - var yyc4643 bool - if yyl4643 == 0 { - if yyv4643 == nil { - yyv4643 = []ResourceQuotaScope{} - yyc4643 = true - } else if len(yyv4643) != 0 { - yyv4643 = yyv4643[:0] - yyc4643 = true + yyv4644 := *v + yyh4644, yyl4644 := z.DecSliceHelperStart() + var yyc4644 bool + if yyl4644 == 0 { + if yyv4644 == nil { + yyv4644 = []Node{} + yyc4644 = true + } else if len(yyv4644) != 0 { + yyv4644 = yyv4644[:0] + yyc4644 = true } - } else if yyl4643 > 0 { - var yyrr4643, yyrl4643 int - var yyrt4643 bool - if yyl4643 > cap(yyv4643) { + } else if yyl4644 > 0 { + var yyrr4644, yyrl4644 int + var yyrt4644 bool + if yyl4644 > cap(yyv4644) { - yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4643 { - if yyrl4643 <= cap(yyv4643) { - yyv4643 = yyv4643[:yyrl4643] + yyrg4644 := len(yyv4644) > 0 + yyv24644 := yyv4644 + yyrl4644, yyrt4644 = z.DecInferLen(yyl4644, z.DecBasicHandle().MaxInitLen, 616) + if yyrt4644 { + if yyrl4644 <= cap(yyv4644) { + yyv4644 = yyv4644[:yyrl4644] } else { - yyv4643 = make([]ResourceQuotaScope, yyrl4643) + yyv4644 = make([]Node, yyrl4644) } } else { - yyv4643 = make([]ResourceQuotaScope, yyrl4643) + yyv4644 = make([]Node, yyrl4644) } - yyc4643 = true - yyrr4643 = len(yyv4643) - } else if yyl4643 != len(yyv4643) { - yyv4643 = yyv4643[:yyl4643] - yyc4643 = true + yyc4644 = true + yyrr4644 = len(yyv4644) + if yyrg4644 { + copy(yyv4644, yyv24644) + } + } else if yyl4644 != len(yyv4644) { + yyv4644 = yyv4644[:yyl4644] + yyc4644 = true } - yyj4643 := 0 - for ; yyj4643 < yyrr4643; yyj4643++ { - yyh4643.ElemContainerState(yyj4643) + yyj4644 := 0 + for ; yyj4644 < yyrr4644; yyj4644++ { + yyh4644.ElemContainerState(yyj4644) if r.TryDecodeAsNil() { - yyv4643[yyj4643] = "" + yyv4644[yyj4644] = Node{} } else { - yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) + yyv4645 := &yyv4644[yyj4644] + yyv4645.CodecDecodeSelf(d) } } - if yyrt4643 { - for ; yyj4643 < yyl4643; yyj4643++ { - yyv4643 = append(yyv4643, "") - yyh4643.ElemContainerState(yyj4643) + if yyrt4644 { + for ; yyj4644 < yyl4644; yyj4644++ { + yyv4644 = append(yyv4644, Node{}) + yyh4644.ElemContainerState(yyj4644) if r.TryDecodeAsNil() { - yyv4643[yyj4643] = "" + yyv4644[yyj4644] = Node{} } else { - yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) + yyv4646 := &yyv4644[yyj4644] + yyv4646.CodecDecodeSelf(d) } } } } else { - yyj4643 := 0 - for ; !r.CheckBreak(); yyj4643++ { + yyj4644 := 0 + for ; !r.CheckBreak(); yyj4644++ { - if yyj4643 >= len(yyv4643) { - yyv4643 = append(yyv4643, "") // var yyz4643 ResourceQuotaScope - yyc4643 = true + if yyj4644 >= len(yyv4644) { + yyv4644 = append(yyv4644, Node{}) // var yyz4644 Node + yyc4644 = true } - yyh4643.ElemContainerState(yyj4643) - if yyj4643 < len(yyv4643) { + yyh4644.ElemContainerState(yyj4644) + if yyj4644 < len(yyv4644) { if r.TryDecodeAsNil() { - yyv4643[yyj4643] = "" + yyv4644[yyj4644] = Node{} } else { - yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) + yyv4647 := &yyv4644[yyj4644] + yyv4647.CodecDecodeSelf(d) } } else { @@ -59803,34 +59367,33 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4643 < len(yyv4643) { - yyv4643 = yyv4643[:yyj4643] - yyc4643 = true - } else if yyj4643 == 0 && yyv4643 == nil { - yyv4643 = []ResourceQuotaScope{} - yyc4643 = true + if yyj4644 < len(yyv4644) { + yyv4644 = yyv4644[:yyj4644] + yyc4644 = true + } else if yyj4644 == 0 && yyv4644 == nil { + yyv4644 = []Node{} + yyc4644 = true } } - yyh4643.End() - if yyc4643 { - *v = yyv4643 + yyh4644.End() + if yyc4644 { + *v = yyv4644 } } -func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, 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 _, yyv4647 := range v { + for _, yyv4648 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4648 := &yyv4647 - yy4648.CodecEncodeSelf(e) + yyv4648.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -59840,7 +59403,7 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. var yyc4649 bool if yyl4649 == 0 { if yyv4649 == nil { - yyv4649 = []ResourceQuota{} + yyv4649 = []FinalizerName{} yyc4649 = true } else if len(yyv4649) != 0 { yyv4649 = yyv4649[:0] @@ -59851,23 +59414,18 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. var yyrt4649 bool if yyl4649 > cap(yyv4649) { - yyrg4649 := len(yyv4649) > 0 - yyv24649 := yyv4649 - yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 288) + yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 16) if yyrt4649 { if yyrl4649 <= cap(yyv4649) { yyv4649 = yyv4649[:yyrl4649] } else { - yyv4649 = make([]ResourceQuota, yyrl4649) + yyv4649 = make([]FinalizerName, yyrl4649) } } else { - yyv4649 = make([]ResourceQuota, yyrl4649) + yyv4649 = make([]FinalizerName, yyrl4649) } yyc4649 = true yyrr4649 = len(yyv4649) - if yyrg4649 { - copy(yyv4649, yyv24649) - } } else if yyl4649 != len(yyv4649) { yyv4649 = yyv4649[:yyl4649] yyc4649 = true @@ -59876,22 +59434,20 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. for ; yyj4649 < yyrr4649; yyj4649++ { yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4649[yyj4649] = ResourceQuota{} + yyv4649[yyj4649] = "" } else { - yyv4650 := &yyv4649[yyj4649] - yyv4650.CodecDecodeSelf(d) + yyv4649[yyj4649] = FinalizerName(r.DecodeString()) } } if yyrt4649 { for ; yyj4649 < yyl4649; yyj4649++ { - yyv4649 = append(yyv4649, ResourceQuota{}) + yyv4649 = append(yyv4649, "") yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4649[yyj4649] = ResourceQuota{} + yyv4649[yyj4649] = "" } else { - yyv4651 := &yyv4649[yyj4649] - yyv4651.CodecDecodeSelf(d) + yyv4649[yyj4649] = FinalizerName(r.DecodeString()) } } @@ -59902,16 +59458,15 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. for ; !r.CheckBreak(); yyj4649++ { if yyj4649 >= len(yyv4649) { - yyv4649 = append(yyv4649, ResourceQuota{}) // var yyz4649 ResourceQuota + yyv4649 = append(yyv4649, "") // var yyz4649 FinalizerName yyc4649 = true } yyh4649.ElemContainerState(yyj4649) if yyj4649 < len(yyv4649) { if r.TryDecodeAsNil() { - yyv4649[yyj4649] = ResourceQuota{} + yyv4649[yyj4649] = "" } else { - yyv4652 := &yyv4649[yyj4649] - yyv4652.CodecDecodeSelf(d) + yyv4649[yyj4649] = FinalizerName(r.DecodeString()) } } else { @@ -59923,7 +59478,7 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. yyv4649 = yyv4649[:yyj4649] yyc4649 = true } else if yyj4649 == 0 && yyv4649 == nil { - yyv4649 = []ResourceQuota{} + yyv4649 = []FinalizerName{} yyc4649 = true } } @@ -59933,214 +59488,365 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } -func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4653, yyv4653 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4654 := z.EncBinary() - _ = yym4654 + r.EncodeArrayStart(len(v)) + for _, yyv4653 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4654 := &yyv4653 + yy4654.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4655 := *v + yyh4655, yyl4655 := z.DecSliceHelperStart() + var yyc4655 bool + if yyl4655 == 0 { + if yyv4655 == nil { + yyv4655 = []Namespace{} + yyc4655 = true + } else if len(yyv4655) != 0 { + yyv4655 = yyv4655[:0] + yyc4655 = true + } + } else if yyl4655 > 0 { + var yyrr4655, yyrl4655 int + var yyrt4655 bool + if yyl4655 > cap(yyv4655) { + + yyrg4655 := len(yyv4655) > 0 + yyv24655 := yyv4655 + yyrl4655, yyrt4655 = z.DecInferLen(yyl4655, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4655 { + if yyrl4655 <= cap(yyv4655) { + yyv4655 = yyv4655[:yyrl4655] + } else { + yyv4655 = make([]Namespace, yyrl4655) + } + } else { + yyv4655 = make([]Namespace, yyrl4655) + } + yyc4655 = true + yyrr4655 = len(yyv4655) + if yyrg4655 { + copy(yyv4655, yyv24655) + } + } else if yyl4655 != len(yyv4655) { + yyv4655 = yyv4655[:yyl4655] + yyc4655 = true + } + yyj4655 := 0 + for ; yyj4655 < yyrr4655; yyj4655++ { + yyh4655.ElemContainerState(yyj4655) + if r.TryDecodeAsNil() { + yyv4655[yyj4655] = Namespace{} + } else { + yyv4656 := &yyv4655[yyj4655] + yyv4656.CodecDecodeSelf(d) + } + + } + if yyrt4655 { + for ; yyj4655 < yyl4655; yyj4655++ { + yyv4655 = append(yyv4655, Namespace{}) + yyh4655.ElemContainerState(yyj4655) + if r.TryDecodeAsNil() { + yyv4655[yyj4655] = Namespace{} + } else { + yyv4657 := &yyv4655[yyj4655] + yyv4657.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4655 := 0 + for ; !r.CheckBreak(); yyj4655++ { + + if yyj4655 >= len(yyv4655) { + yyv4655 = append(yyv4655, Namespace{}) // var yyz4655 Namespace + yyc4655 = true + } + yyh4655.ElemContainerState(yyj4655) + if yyj4655 < len(yyv4655) { + if r.TryDecodeAsNil() { + yyv4655[yyj4655] = Namespace{} + } else { + yyv4658 := &yyv4655[yyj4655] + yyv4658.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4655 < len(yyv4655) { + yyv4655 = yyv4655[:yyj4655] + yyc4655 = true + } else if yyj4655 == 0 && yyv4655 == nil { + yyv4655 = []Namespace{} + yyc4655 = true + } + } + yyh4655.End() + if yyc4655 { + *v = yyv4655 + } +} + +func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4659 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4660 := &yyv4659 + yy4660.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4661 := *v + yyh4661, yyl4661 := z.DecSliceHelperStart() + var yyc4661 bool + if yyl4661 == 0 { + if yyv4661 == nil { + yyv4661 = []Event{} + yyc4661 = true + } else if len(yyv4661) != 0 { + yyv4661 = yyv4661[:0] + yyc4661 = true + } + } else if yyl4661 > 0 { + var yyrr4661, yyrl4661 int + var yyrt4661 bool + if yyl4661 > cap(yyv4661) { + + yyrg4661 := len(yyv4661) > 0 + yyv24661 := yyv4661 + yyrl4661, yyrt4661 = z.DecInferLen(yyl4661, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4661 { + if yyrl4661 <= cap(yyv4661) { + yyv4661 = yyv4661[:yyrl4661] + } else { + yyv4661 = make([]Event, yyrl4661) + } + } else { + yyv4661 = make([]Event, yyrl4661) + } + yyc4661 = true + yyrr4661 = len(yyv4661) + if yyrg4661 { + copy(yyv4661, yyv24661) + } + } else if yyl4661 != len(yyv4661) { + yyv4661 = yyv4661[:yyl4661] + yyc4661 = true + } + yyj4661 := 0 + for ; yyj4661 < yyrr4661; yyj4661++ { + yyh4661.ElemContainerState(yyj4661) + if r.TryDecodeAsNil() { + yyv4661[yyj4661] = Event{} + } else { + yyv4662 := &yyv4661[yyj4661] + yyv4662.CodecDecodeSelf(d) + } + + } + if yyrt4661 { + for ; yyj4661 < yyl4661; yyj4661++ { + yyv4661 = append(yyv4661, Event{}) + yyh4661.ElemContainerState(yyj4661) + if r.TryDecodeAsNil() { + yyv4661[yyj4661] = Event{} + } else { + yyv4663 := &yyv4661[yyj4661] + yyv4663.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4661 := 0 + for ; !r.CheckBreak(); yyj4661++ { + + if yyj4661 >= len(yyv4661) { + yyv4661 = append(yyv4661, Event{}) // var yyz4661 Event + yyc4661 = true + } + yyh4661.ElemContainerState(yyj4661) + if yyj4661 < len(yyv4661) { + if r.TryDecodeAsNil() { + yyv4661[yyj4661] = Event{} + } else { + yyv4664 := &yyv4661[yyj4661] + yyv4664.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4661 < len(yyv4661) { + yyv4661 = yyv4661[:yyj4661] + yyc4661 = true + } else if yyj4661 == 0 && yyv4661 == nil { + yyv4661 = []Event{} + yyc4661 = true + } + } + yyh4661.End() + if yyc4661 { + *v = yyv4661 + } +} + +func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtension, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4665 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4666 := &yyv4665 + yym4667 := z.EncBinary() + _ = yym4667 if false { + } else if z.HasExtensions() && z.EncExt(yy4666) { + } else if !yym4667 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4666) } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4653)) + z.EncFallback(yy4666) } - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4653 == nil { - r.EncodeNil() - } else { - yym4655 := z.EncBinary() - _ = yym4655 - if false { - } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4653)) - } - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4656 := *v - yyl4656 := r.ReadMapStart() - yybh4656 := z.DecBasicHandle() - if yyv4656 == nil { - yyrl4656, _ := z.DecInferLen(yyl4656, yybh4656.MaxInitLen, 40) - yyv4656 = make(map[string][]uint8, yyrl4656) - *v = yyv4656 - } - var yymk4656 string - var yymv4656 []uint8 - var yymg4656 bool - if yybh4656.MapValueReset { - yymg4656 = true - } - if yyl4656 > 0 { - for yyj4656 := 0; yyj4656 < yyl4656; yyj4656++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4656 = "" - } else { - yymk4656 = string(r.DecodeString()) - } - - if yymg4656 { - yymv4656 = yyv4656[yymk4656] - } else { - yymv4656 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4656 = nil - } else { - yyv4658 := &yymv4656 - yym4659 := z.DecBinary() - _ = yym4659 - if false { - } else { - *yyv4658 = r.DecodeBytes(*(*[]byte)(yyv4658), false, false) - } - } - - if yyv4656 != nil { - yyv4656[yymk4656] = yymv4656 - } - } - } else if yyl4656 < 0 { - for yyj4656 := 0; !r.CheckBreak(); yyj4656++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4656 = "" - } else { - yymk4656 = string(r.DecodeString()) - } - - if yymg4656 { - yymv4656 = yyv4656[yymk4656] - } else { - yymv4656 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4656 = nil - } else { - yyv4661 := &yymv4656 - yym4662 := z.DecBinary() - _ = yym4662 - if false { - } else { - *yyv4661 = r.DecodeBytes(*(*[]byte)(yyv4661), false, false) - } - } - - if yyv4656 != nil { - yyv4656[yymk4656] = yymv4656 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4663 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4664 := &yyv4663 - yy4664.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExtension, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4665 := *v - yyh4665, yyl4665 := z.DecSliceHelperStart() - var yyc4665 bool - if yyl4665 == 0 { - if yyv4665 == nil { - yyv4665 = []Secret{} - yyc4665 = true - } else if len(yyv4665) != 0 { - yyv4665 = yyv4665[:0] - yyc4665 = true + yyv4668 := *v + yyh4668, yyl4668 := z.DecSliceHelperStart() + var yyc4668 bool + if yyl4668 == 0 { + if yyv4668 == nil { + yyv4668 = []pkg5_runtime.RawExtension{} + yyc4668 = true + } else if len(yyv4668) != 0 { + yyv4668 = yyv4668[:0] + yyc4668 = true } - } else if yyl4665 > 0 { - var yyrr4665, yyrl4665 int - var yyrt4665 bool - if yyl4665 > cap(yyv4665) { + } else if yyl4668 > 0 { + var yyrr4668, yyrl4668 int + var yyrt4668 bool + if yyl4668 > cap(yyv4668) { - yyrg4665 := len(yyv4665) > 0 - yyv24665 := yyv4665 - yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 272) - if yyrt4665 { - if yyrl4665 <= cap(yyv4665) { - yyv4665 = yyv4665[:yyrl4665] + yyrg4668 := len(yyv4668) > 0 + yyv24668 := yyv4668 + yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4668 { + if yyrl4668 <= cap(yyv4668) { + yyv4668 = yyv4668[:yyrl4668] } else { - yyv4665 = make([]Secret, yyrl4665) + yyv4668 = make([]pkg5_runtime.RawExtension, yyrl4668) } } else { - yyv4665 = make([]Secret, yyrl4665) + yyv4668 = make([]pkg5_runtime.RawExtension, yyrl4668) } - yyc4665 = true - yyrr4665 = len(yyv4665) - if yyrg4665 { - copy(yyv4665, yyv24665) + yyc4668 = true + yyrr4668 = len(yyv4668) + if yyrg4668 { + copy(yyv4668, yyv24668) } - } else if yyl4665 != len(yyv4665) { - yyv4665 = yyv4665[:yyl4665] - yyc4665 = true + } else if yyl4668 != len(yyv4668) { + yyv4668 = yyv4668[:yyl4668] + yyc4668 = true } - yyj4665 := 0 - for ; yyj4665 < yyrr4665; yyj4665++ { - yyh4665.ElemContainerState(yyj4665) + yyj4668 := 0 + for ; yyj4668 < yyrr4668; yyj4668++ { + yyh4668.ElemContainerState(yyj4668) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = Secret{} + yyv4668[yyj4668] = pkg5_runtime.RawExtension{} } else { - yyv4666 := &yyv4665[yyj4665] - yyv4666.CodecDecodeSelf(d) + yyv4669 := &yyv4668[yyj4668] + yym4670 := z.DecBinary() + _ = yym4670 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4669) { + } else if !yym4670 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4669) + } else { + z.DecFallback(yyv4669, false) + } } } - if yyrt4665 { - for ; yyj4665 < yyl4665; yyj4665++ { - yyv4665 = append(yyv4665, Secret{}) - yyh4665.ElemContainerState(yyj4665) + if yyrt4668 { + for ; yyj4668 < yyl4668; yyj4668++ { + yyv4668 = append(yyv4668, pkg5_runtime.RawExtension{}) + yyh4668.ElemContainerState(yyj4668) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = Secret{} + yyv4668[yyj4668] = pkg5_runtime.RawExtension{} } else { - yyv4667 := &yyv4665[yyj4665] - yyv4667.CodecDecodeSelf(d) + yyv4671 := &yyv4668[yyj4668] + yym4672 := z.DecBinary() + _ = yym4672 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4671) { + } else if !yym4672 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4671) + } else { + z.DecFallback(yyv4671, false) + } } } } } else { - yyj4665 := 0 - for ; !r.CheckBreak(); yyj4665++ { + yyj4668 := 0 + for ; !r.CheckBreak(); yyj4668++ { - if yyj4665 >= len(yyv4665) { - yyv4665 = append(yyv4665, Secret{}) // var yyz4665 Secret - yyc4665 = true + if yyj4668 >= len(yyv4668) { + yyv4668 = append(yyv4668, pkg5_runtime.RawExtension{}) // var yyz4668 pkg5_runtime.RawExtension + yyc4668 = true } - yyh4665.ElemContainerState(yyj4665) - if yyj4665 < len(yyv4665) { + yyh4668.ElemContainerState(yyj4668) + if yyj4668 < len(yyv4668) { if r.TryDecodeAsNil() { - yyv4665[yyj4665] = Secret{} + yyv4668[yyj4668] = pkg5_runtime.RawExtension{} } else { - yyv4668 := &yyv4665[yyj4665] - yyv4668.CodecDecodeSelf(d) + yyv4673 := &yyv4668[yyj4668] + yym4674 := z.DecBinary() + _ = yym4674 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4673) { + } else if !yym4674 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4673) + } else { + z.DecFallback(yyv4673, false) + } } } else { @@ -60148,137 +59854,21 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4665 < len(yyv4665) { - yyv4665 = yyv4665[:yyj4665] - yyc4665 = true - } else if yyj4665 == 0 && yyv4665 == nil { - yyv4665 = []Secret{} - yyc4665 = true + if yyj4668 < len(yyv4668) { + yyv4668 = yyv4668[:yyj4668] + yyc4668 = true + } else if yyj4668 == 0 && yyv4668 == nil { + yyv4668 = []pkg5_runtime.RawExtension{} + yyc4668 = true } } - yyh4665.End() - if yyc4665 { - *v = yyv4665 + yyh4668.End() + if yyc4668 { + *v = yyv4668 } } -func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4669 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4670 := &yyv4669 - yy4670.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4671 := *v - yyh4671, yyl4671 := z.DecSliceHelperStart() - var yyc4671 bool - if yyl4671 == 0 { - if yyv4671 == nil { - yyv4671 = []ConfigMap{} - yyc4671 = true - } else if len(yyv4671) != 0 { - yyv4671 = yyv4671[:0] - yyc4671 = true - } - } else if yyl4671 > 0 { - var yyrr4671, yyrl4671 int - var yyrt4671 bool - if yyl4671 > cap(yyv4671) { - - yyrg4671 := len(yyv4671) > 0 - yyv24671 := yyv4671 - yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 248) - if yyrt4671 { - if yyrl4671 <= cap(yyv4671) { - yyv4671 = yyv4671[:yyrl4671] - } else { - yyv4671 = make([]ConfigMap, yyrl4671) - } - } else { - yyv4671 = make([]ConfigMap, yyrl4671) - } - yyc4671 = true - yyrr4671 = len(yyv4671) - if yyrg4671 { - copy(yyv4671, yyv24671) - } - } else if yyl4671 != len(yyv4671) { - yyv4671 = yyv4671[:yyl4671] - yyc4671 = true - } - yyj4671 := 0 - for ; yyj4671 < yyrr4671; yyj4671++ { - yyh4671.ElemContainerState(yyj4671) - if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ConfigMap{} - } else { - yyv4672 := &yyv4671[yyj4671] - yyv4672.CodecDecodeSelf(d) - } - - } - if yyrt4671 { - for ; yyj4671 < yyl4671; yyj4671++ { - yyv4671 = append(yyv4671, ConfigMap{}) - yyh4671.ElemContainerState(yyj4671) - if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ConfigMap{} - } else { - yyv4673 := &yyv4671[yyj4671] - yyv4673.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4671 := 0 - for ; !r.CheckBreak(); yyj4671++ { - - if yyj4671 >= len(yyv4671) { - yyv4671 = append(yyv4671, ConfigMap{}) // var yyz4671 ConfigMap - yyc4671 = true - } - yyh4671.ElemContainerState(yyj4671) - if yyj4671 < len(yyv4671) { - if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ConfigMap{} - } else { - yyv4674 := &yyv4671[yyj4671] - yyv4674.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4671 < len(yyv4671) { - yyv4671 = yyv4671[:yyj4671] - yyc4671 = true - } else if yyj4671 == 0 && yyv4671 == nil { - yyv4671 = []ConfigMap{} - yyc4671 = true - } - } - yyh4671.End() - if yyc4671 { - *v = yyv4671 - } -} - -func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -60291,7 +59881,7 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -60301,7 +59891,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * var yyc4677 bool if yyl4677 == 0 { if yyv4677 == nil { - yyv4677 = []ComponentCondition{} + yyv4677 = []LimitRangeItem{} yyc4677 = true } else if len(yyv4677) != 0 { yyv4677 = yyv4677[:0] @@ -60314,15 +59904,15 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyrg4677 := len(yyv4677) > 0 yyv24677 := yyv4677 - yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 64) + yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 56) if yyrt4677 { if yyrl4677 <= cap(yyv4677) { yyv4677 = yyv4677[:yyrl4677] } else { - yyv4677 = make([]ComponentCondition, yyrl4677) + yyv4677 = make([]LimitRangeItem, yyrl4677) } } else { - yyv4677 = make([]ComponentCondition, yyrl4677) + yyv4677 = make([]LimitRangeItem, yyrl4677) } yyc4677 = true yyrr4677 = len(yyv4677) @@ -60337,7 +59927,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; yyj4677 < yyrr4677; yyj4677++ { yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4677[yyj4677] = ComponentCondition{} + yyv4677[yyj4677] = LimitRangeItem{} } else { yyv4678 := &yyv4677[yyj4677] yyv4678.CodecDecodeSelf(d) @@ -60346,10 +59936,10 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } if yyrt4677 { for ; yyj4677 < yyl4677; yyj4677++ { - yyv4677 = append(yyv4677, ComponentCondition{}) + yyv4677 = append(yyv4677, LimitRangeItem{}) yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4677[yyj4677] = ComponentCondition{} + yyv4677[yyj4677] = LimitRangeItem{} } else { yyv4679 := &yyv4677[yyj4677] yyv4679.CodecDecodeSelf(d) @@ -60363,13 +59953,13 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; !r.CheckBreak(); yyj4677++ { if yyj4677 >= len(yyv4677) { - yyv4677 = append(yyv4677, ComponentCondition{}) // var yyz4677 ComponentCondition + yyv4677 = append(yyv4677, LimitRangeItem{}) // var yyz4677 LimitRangeItem yyc4677 = true } yyh4677.ElemContainerState(yyj4677) if yyj4677 < len(yyv4677) { if r.TryDecodeAsNil() { - yyv4677[yyj4677] = ComponentCondition{} + yyv4677[yyj4677] = LimitRangeItem{} } else { yyv4680 := &yyv4677[yyj4677] yyv4680.CodecDecodeSelf(d) @@ -60384,7 +59974,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyv4677 = yyv4677[:yyj4677] yyc4677 = true } else if yyj4677 == 0 && yyv4677 == nil { - yyv4677 = []ComponentCondition{} + yyv4677 = []LimitRangeItem{} yyc4677 = true } } @@ -60394,7 +59984,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } -func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -60407,7 +59997,7 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -60417,7 +60007,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 var yyc4683 bool if yyl4683 == 0 { if yyv4683 == nil { - yyv4683 = []ComponentStatus{} + yyv4683 = []LimitRange{} yyc4683 = true } else if len(yyv4683) != 0 { yyv4683 = yyv4683[:0] @@ -60435,10 +60025,10 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 if yyrl4683 <= cap(yyv4683) { yyv4683 = yyv4683[:yyrl4683] } else { - yyv4683 = make([]ComponentStatus, yyrl4683) + yyv4683 = make([]LimitRange, yyrl4683) } } else { - yyv4683 = make([]ComponentStatus, yyrl4683) + yyv4683 = make([]LimitRange, yyrl4683) } yyc4683 = true yyrr4683 = len(yyv4683) @@ -60453,7 +60043,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 for ; yyj4683 < yyrr4683; yyj4683++ { yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4683[yyj4683] = ComponentStatus{} + yyv4683[yyj4683] = LimitRange{} } else { yyv4684 := &yyv4683[yyj4683] yyv4684.CodecDecodeSelf(d) @@ -60462,10 +60052,10 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } if yyrt4683 { for ; yyj4683 < yyl4683; yyj4683++ { - yyv4683 = append(yyv4683, ComponentStatus{}) + yyv4683 = append(yyv4683, LimitRange{}) yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4683[yyj4683] = ComponentStatus{} + yyv4683[yyj4683] = LimitRange{} } else { yyv4685 := &yyv4683[yyj4683] yyv4685.CodecDecodeSelf(d) @@ -60479,13 +60069,13 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 for ; !r.CheckBreak(); yyj4683++ { if yyj4683 >= len(yyv4683) { - yyv4683 = append(yyv4683, ComponentStatus{}) // var yyz4683 ComponentStatus + yyv4683 = append(yyv4683, LimitRange{}) // var yyz4683 LimitRange yyc4683 = true } yyh4683.ElemContainerState(yyj4683) if yyj4683 < len(yyv4683) { if r.TryDecodeAsNil() { - yyv4683[yyj4683] = ComponentStatus{} + yyv4683[yyj4683] = LimitRange{} } else { yyv4686 := &yyv4683[yyj4683] yyv4686.CodecDecodeSelf(d) @@ -60500,7 +60090,7 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 yyv4683 = yyv4683[:yyj4683] yyc4683 = true } else if yyj4683 == 0 && yyv4683 == nil { - yyv4683 = []ComponentStatus{} + yyv4683 = []LimitRange{} yyc4683 = true } } @@ -60510,15 +60100,815 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } -func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile, 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 _, yyv4687 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4688 := &yyv4687 - yy4688.CodecEncodeSelf(e) + yyv4687.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 + + yyv4688 := *v + yyh4688, yyl4688 := z.DecSliceHelperStart() + var yyc4688 bool + if yyl4688 == 0 { + if yyv4688 == nil { + yyv4688 = []ResourceQuotaScope{} + yyc4688 = true + } else if len(yyv4688) != 0 { + yyv4688 = yyv4688[:0] + yyc4688 = true + } + } else if yyl4688 > 0 { + var yyrr4688, yyrl4688 int + var yyrt4688 bool + if yyl4688 > cap(yyv4688) { + + yyrl4688, yyrt4688 = z.DecInferLen(yyl4688, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4688 { + if yyrl4688 <= cap(yyv4688) { + yyv4688 = yyv4688[:yyrl4688] + } else { + yyv4688 = make([]ResourceQuotaScope, yyrl4688) + } + } else { + yyv4688 = make([]ResourceQuotaScope, yyrl4688) + } + yyc4688 = true + yyrr4688 = len(yyv4688) + } else if yyl4688 != len(yyv4688) { + yyv4688 = yyv4688[:yyl4688] + yyc4688 = true + } + yyj4688 := 0 + for ; yyj4688 < yyrr4688; yyj4688++ { + yyh4688.ElemContainerState(yyj4688) + if r.TryDecodeAsNil() { + yyv4688[yyj4688] = "" + } else { + yyv4688[yyj4688] = ResourceQuotaScope(r.DecodeString()) + } + + } + if yyrt4688 { + for ; yyj4688 < yyl4688; yyj4688++ { + yyv4688 = append(yyv4688, "") + yyh4688.ElemContainerState(yyj4688) + if r.TryDecodeAsNil() { + yyv4688[yyj4688] = "" + } else { + yyv4688[yyj4688] = ResourceQuotaScope(r.DecodeString()) + } + + } + } + + } else { + yyj4688 := 0 + for ; !r.CheckBreak(); yyj4688++ { + + if yyj4688 >= len(yyv4688) { + yyv4688 = append(yyv4688, "") // var yyz4688 ResourceQuotaScope + yyc4688 = true + } + yyh4688.ElemContainerState(yyj4688) + if yyj4688 < len(yyv4688) { + if r.TryDecodeAsNil() { + yyv4688[yyj4688] = "" + } else { + yyv4688[yyj4688] = ResourceQuotaScope(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4688 < len(yyv4688) { + yyv4688 = yyv4688[:yyj4688] + yyc4688 = true + } else if yyj4688 == 0 && yyv4688 == nil { + yyv4688 = []ResourceQuotaScope{} + yyc4688 = true + } + } + yyh4688.End() + if yyc4688 { + *v = yyv4688 + } +} + +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 _, yyv4692 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4693 := &yyv4692 + yy4693.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4694 := *v + yyh4694, yyl4694 := z.DecSliceHelperStart() + var yyc4694 bool + if yyl4694 == 0 { + if yyv4694 == nil { + yyv4694 = []ResourceQuota{} + yyc4694 = true + } else if len(yyv4694) != 0 { + yyv4694 = yyv4694[:0] + yyc4694 = true + } + } else if yyl4694 > 0 { + var yyrr4694, yyrl4694 int + var yyrt4694 bool + if yyl4694 > cap(yyv4694) { + + yyrg4694 := len(yyv4694) > 0 + yyv24694 := yyv4694 + yyrl4694, yyrt4694 = z.DecInferLen(yyl4694, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4694 { + if yyrl4694 <= cap(yyv4694) { + yyv4694 = yyv4694[:yyrl4694] + } else { + yyv4694 = make([]ResourceQuota, yyrl4694) + } + } else { + yyv4694 = make([]ResourceQuota, yyrl4694) + } + yyc4694 = true + yyrr4694 = len(yyv4694) + if yyrg4694 { + copy(yyv4694, yyv24694) + } + } else if yyl4694 != len(yyv4694) { + yyv4694 = yyv4694[:yyl4694] + yyc4694 = true + } + yyj4694 := 0 + for ; yyj4694 < yyrr4694; yyj4694++ { + yyh4694.ElemContainerState(yyj4694) + if r.TryDecodeAsNil() { + yyv4694[yyj4694] = ResourceQuota{} + } else { + yyv4695 := &yyv4694[yyj4694] + yyv4695.CodecDecodeSelf(d) + } + + } + if yyrt4694 { + for ; yyj4694 < yyl4694; yyj4694++ { + yyv4694 = append(yyv4694, ResourceQuota{}) + yyh4694.ElemContainerState(yyj4694) + if r.TryDecodeAsNil() { + yyv4694[yyj4694] = ResourceQuota{} + } else { + yyv4696 := &yyv4694[yyj4694] + yyv4696.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4694 := 0 + for ; !r.CheckBreak(); yyj4694++ { + + if yyj4694 >= len(yyv4694) { + yyv4694 = append(yyv4694, ResourceQuota{}) // var yyz4694 ResourceQuota + yyc4694 = true + } + yyh4694.ElemContainerState(yyj4694) + if yyj4694 < len(yyv4694) { + if r.TryDecodeAsNil() { + yyv4694[yyj4694] = ResourceQuota{} + } else { + yyv4697 := &yyv4694[yyj4694] + yyv4697.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4694 < len(yyv4694) { + yyv4694 = yyv4694[:yyj4694] + yyc4694 = true + } else if yyj4694 == 0 && yyv4694 == nil { + yyv4694 = []ResourceQuota{} + yyc4694 = true + } + } + yyh4694.End() + if yyc4694 { + *v = yyv4694 + } +} + +func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4698, yyv4698 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yym4699 := z.EncBinary() + _ = yym4699 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyk4698)) + } + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyv4698 == nil { + r.EncodeNil() + } else { + yym4700 := z.EncBinary() + _ = yym4700 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4698)) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4701 := *v + yyl4701 := r.ReadMapStart() + yybh4701 := z.DecBasicHandle() + if yyv4701 == nil { + yyrl4701, _ := z.DecInferLen(yyl4701, yybh4701.MaxInitLen, 40) + yyv4701 = make(map[string][]uint8, yyrl4701) + *v = yyv4701 + } + var yymk4701 string + var yymv4701 []uint8 + var yymg4701 bool + if yybh4701.MapValueReset { + yymg4701 = true + } + if yyl4701 > 0 { + for yyj4701 := 0; yyj4701 < yyl4701; yyj4701++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4701 = "" + } else { + yymk4701 = string(r.DecodeString()) + } + + if yymg4701 { + yymv4701 = yyv4701[yymk4701] + } else { + yymv4701 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4701 = nil + } else { + yyv4703 := &yymv4701 + yym4704 := z.DecBinary() + _ = yym4704 + if false { + } else { + *yyv4703 = r.DecodeBytes(*(*[]byte)(yyv4703), false, false) + } + } + + if yyv4701 != nil { + yyv4701[yymk4701] = yymv4701 + } + } + } else if yyl4701 < 0 { + for yyj4701 := 0; !r.CheckBreak(); yyj4701++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4701 = "" + } else { + yymk4701 = string(r.DecodeString()) + } + + if yymg4701 { + yymv4701 = yyv4701[yymk4701] + } else { + yymv4701 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4701 = nil + } else { + yyv4706 := &yymv4701 + yym4707 := z.DecBinary() + _ = yym4707 + if false { + } else { + *yyv4706 = r.DecodeBytes(*(*[]byte)(yyv4706), false, false) + } + } + + if yyv4701 != nil { + yyv4701[yymk4701] = yymv4701 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4708 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4709 := &yyv4708 + yy4709.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4710 := *v + yyh4710, yyl4710 := z.DecSliceHelperStart() + var yyc4710 bool + if yyl4710 == 0 { + if yyv4710 == nil { + yyv4710 = []Secret{} + yyc4710 = true + } else if len(yyv4710) != 0 { + yyv4710 = yyv4710[:0] + yyc4710 = true + } + } else if yyl4710 > 0 { + var yyrr4710, yyrl4710 int + var yyrt4710 bool + if yyl4710 > cap(yyv4710) { + + yyrg4710 := len(yyv4710) > 0 + yyv24710 := yyv4710 + yyrl4710, yyrt4710 = z.DecInferLen(yyl4710, z.DecBasicHandle().MaxInitLen, 272) + if yyrt4710 { + if yyrl4710 <= cap(yyv4710) { + yyv4710 = yyv4710[:yyrl4710] + } else { + yyv4710 = make([]Secret, yyrl4710) + } + } else { + yyv4710 = make([]Secret, yyrl4710) + } + yyc4710 = true + yyrr4710 = len(yyv4710) + if yyrg4710 { + copy(yyv4710, yyv24710) + } + } else if yyl4710 != len(yyv4710) { + yyv4710 = yyv4710[:yyl4710] + yyc4710 = true + } + yyj4710 := 0 + for ; yyj4710 < yyrr4710; yyj4710++ { + yyh4710.ElemContainerState(yyj4710) + if r.TryDecodeAsNil() { + yyv4710[yyj4710] = Secret{} + } else { + yyv4711 := &yyv4710[yyj4710] + yyv4711.CodecDecodeSelf(d) + } + + } + if yyrt4710 { + for ; yyj4710 < yyl4710; yyj4710++ { + yyv4710 = append(yyv4710, Secret{}) + yyh4710.ElemContainerState(yyj4710) + if r.TryDecodeAsNil() { + yyv4710[yyj4710] = Secret{} + } else { + yyv4712 := &yyv4710[yyj4710] + yyv4712.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4710 := 0 + for ; !r.CheckBreak(); yyj4710++ { + + if yyj4710 >= len(yyv4710) { + yyv4710 = append(yyv4710, Secret{}) // var yyz4710 Secret + yyc4710 = true + } + yyh4710.ElemContainerState(yyj4710) + if yyj4710 < len(yyv4710) { + if r.TryDecodeAsNil() { + yyv4710[yyj4710] = Secret{} + } else { + yyv4713 := &yyv4710[yyj4710] + yyv4713.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4710 < len(yyv4710) { + yyv4710 = yyv4710[:yyj4710] + yyc4710 = true + } else if yyj4710 == 0 && yyv4710 == nil { + yyv4710 = []Secret{} + yyc4710 = true + } + } + yyh4710.End() + if yyc4710 { + *v = yyv4710 + } +} + +func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4714 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4715 := &yyv4714 + yy4715.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4716 := *v + yyh4716, yyl4716 := z.DecSliceHelperStart() + var yyc4716 bool + if yyl4716 == 0 { + if yyv4716 == nil { + yyv4716 = []ConfigMap{} + yyc4716 = true + } else if len(yyv4716) != 0 { + yyv4716 = yyv4716[:0] + yyc4716 = true + } + } else if yyl4716 > 0 { + var yyrr4716, yyrl4716 int + var yyrt4716 bool + if yyl4716 > cap(yyv4716) { + + yyrg4716 := len(yyv4716) > 0 + yyv24716 := yyv4716 + yyrl4716, yyrt4716 = z.DecInferLen(yyl4716, z.DecBasicHandle().MaxInitLen, 248) + if yyrt4716 { + if yyrl4716 <= cap(yyv4716) { + yyv4716 = yyv4716[:yyrl4716] + } else { + yyv4716 = make([]ConfigMap, yyrl4716) + } + } else { + yyv4716 = make([]ConfigMap, yyrl4716) + } + yyc4716 = true + yyrr4716 = len(yyv4716) + if yyrg4716 { + copy(yyv4716, yyv24716) + } + } else if yyl4716 != len(yyv4716) { + yyv4716 = yyv4716[:yyl4716] + yyc4716 = true + } + yyj4716 := 0 + for ; yyj4716 < yyrr4716; yyj4716++ { + yyh4716.ElemContainerState(yyj4716) + if r.TryDecodeAsNil() { + yyv4716[yyj4716] = ConfigMap{} + } else { + yyv4717 := &yyv4716[yyj4716] + yyv4717.CodecDecodeSelf(d) + } + + } + if yyrt4716 { + for ; yyj4716 < yyl4716; yyj4716++ { + yyv4716 = append(yyv4716, ConfigMap{}) + yyh4716.ElemContainerState(yyj4716) + if r.TryDecodeAsNil() { + yyv4716[yyj4716] = ConfigMap{} + } else { + yyv4718 := &yyv4716[yyj4716] + yyv4718.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4716 := 0 + for ; !r.CheckBreak(); yyj4716++ { + + if yyj4716 >= len(yyv4716) { + yyv4716 = append(yyv4716, ConfigMap{}) // var yyz4716 ConfigMap + yyc4716 = true + } + yyh4716.ElemContainerState(yyj4716) + if yyj4716 < len(yyv4716) { + if r.TryDecodeAsNil() { + yyv4716[yyj4716] = ConfigMap{} + } else { + yyv4719 := &yyv4716[yyj4716] + yyv4719.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4716 < len(yyv4716) { + yyv4716 = yyv4716[:yyj4716] + yyc4716 = true + } else if yyj4716 == 0 && yyv4716 == nil { + yyv4716 = []ConfigMap{} + yyc4716 = true + } + } + yyh4716.End() + if yyc4716 { + *v = yyv4716 + } +} + +func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4720 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4721 := &yyv4720 + yy4721.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4722 := *v + yyh4722, yyl4722 := z.DecSliceHelperStart() + var yyc4722 bool + if yyl4722 == 0 { + if yyv4722 == nil { + yyv4722 = []ComponentCondition{} + 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, 64) + if yyrt4722 { + if yyrl4722 <= cap(yyv4722) { + yyv4722 = yyv4722[:yyrl4722] + } else { + yyv4722 = make([]ComponentCondition, yyrl4722) + } + } else { + yyv4722 = make([]ComponentCondition, 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] = ComponentCondition{} + } else { + yyv4723 := &yyv4722[yyj4722] + yyv4723.CodecDecodeSelf(d) + } + + } + if yyrt4722 { + for ; yyj4722 < yyl4722; yyj4722++ { + yyv4722 = append(yyv4722, ComponentCondition{}) + yyh4722.ElemContainerState(yyj4722) + if r.TryDecodeAsNil() { + yyv4722[yyj4722] = ComponentCondition{} + } else { + yyv4724 := &yyv4722[yyj4722] + yyv4724.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4722 := 0 + for ; !r.CheckBreak(); yyj4722++ { + + if yyj4722 >= len(yyv4722) { + yyv4722 = append(yyv4722, ComponentCondition{}) // var yyz4722 ComponentCondition + yyc4722 = true + } + yyh4722.ElemContainerState(yyj4722) + if yyj4722 < len(yyv4722) { + if r.TryDecodeAsNil() { + yyv4722[yyj4722] = ComponentCondition{} + } 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 = []ComponentCondition{} + yyc4722 = true + } + } + yyh4722.End() + if yyc4722 { + *v = yyv4722 + } +} + +func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, 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) + yy4727 := &yyv4726 + yy4727.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4728 := *v + yyh4728, yyl4728 := z.DecSliceHelperStart() + var yyc4728 bool + if yyl4728 == 0 { + if yyv4728 == nil { + yyv4728 = []ComponentStatus{} + yyc4728 = true + } else if len(yyv4728) != 0 { + yyv4728 = yyv4728[:0] + yyc4728 = true + } + } else if yyl4728 > 0 { + var yyrr4728, yyrl4728 int + var yyrt4728 bool + if yyl4728 > cap(yyv4728) { + + yyrg4728 := len(yyv4728) > 0 + yyv24728 := yyv4728 + yyrl4728, yyrt4728 = z.DecInferLen(yyl4728, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4728 { + if yyrl4728 <= cap(yyv4728) { + yyv4728 = yyv4728[:yyrl4728] + } else { + yyv4728 = make([]ComponentStatus, yyrl4728) + } + } else { + yyv4728 = make([]ComponentStatus, yyrl4728) + } + yyc4728 = true + yyrr4728 = len(yyv4728) + if yyrg4728 { + copy(yyv4728, yyv24728) + } + } else if yyl4728 != len(yyv4728) { + yyv4728 = yyv4728[:yyl4728] + yyc4728 = true + } + yyj4728 := 0 + for ; yyj4728 < yyrr4728; yyj4728++ { + yyh4728.ElemContainerState(yyj4728) + if r.TryDecodeAsNil() { + yyv4728[yyj4728] = ComponentStatus{} + } else { + yyv4729 := &yyv4728[yyj4728] + yyv4729.CodecDecodeSelf(d) + } + + } + if yyrt4728 { + for ; yyj4728 < yyl4728; yyj4728++ { + yyv4728 = append(yyv4728, ComponentStatus{}) + yyh4728.ElemContainerState(yyj4728) + if r.TryDecodeAsNil() { + yyv4728[yyj4728] = ComponentStatus{} + } else { + yyv4730 := &yyv4728[yyj4728] + yyv4730.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4728 := 0 + for ; !r.CheckBreak(); yyj4728++ { + + if yyj4728 >= len(yyv4728) { + yyv4728 = append(yyv4728, ComponentStatus{}) // var yyz4728 ComponentStatus + yyc4728 = true + } + yyh4728.ElemContainerState(yyj4728) + if yyj4728 < len(yyv4728) { + if r.TryDecodeAsNil() { + yyv4728[yyj4728] = ComponentStatus{} + } else { + yyv4731 := &yyv4728[yyj4728] + yyv4731.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4728 < len(yyv4728) { + yyv4728 = yyv4728[:yyj4728] + yyc4728 = true + } else if yyj4728 == 0 && yyv4728 == nil { + yyv4728 = []ComponentStatus{} + yyc4728 = true + } + } + yyh4728.End() + if yyc4728 { + *v = yyv4728 + } +} + +func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4732 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4733 := &yyv4732 + yy4733.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60528,83 +60918,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4689 := *v - yyh4689, yyl4689 := z.DecSliceHelperStart() - var yyc4689 bool - if yyl4689 == 0 { - if yyv4689 == nil { - yyv4689 = []DownwardAPIVolumeFile{} - yyc4689 = true - } else if len(yyv4689) != 0 { - yyv4689 = yyv4689[:0] - yyc4689 = true + yyv4734 := *v + yyh4734, yyl4734 := z.DecSliceHelperStart() + var yyc4734 bool + if yyl4734 == 0 { + if yyv4734 == nil { + yyv4734 = []DownwardAPIVolumeFile{} + yyc4734 = true + } else if len(yyv4734) != 0 { + yyv4734 = yyv4734[:0] + yyc4734 = true } - } else if yyl4689 > 0 { - var yyrr4689, yyrl4689 int - var yyrt4689 bool - if yyl4689 > cap(yyv4689) { + } else if yyl4734 > 0 { + var yyrr4734, yyrl4734 int + var yyrt4734 bool + if yyl4734 > cap(yyv4734) { - yyrg4689 := len(yyv4689) > 0 - yyv24689 := yyv4689 - yyrl4689, yyrt4689 = z.DecInferLen(yyl4689, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4689 { - if yyrl4689 <= cap(yyv4689) { - yyv4689 = yyv4689[:yyrl4689] + yyrg4734 := len(yyv4734) > 0 + yyv24734 := yyv4734 + yyrl4734, yyrt4734 = z.DecInferLen(yyl4734, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4734 { + if yyrl4734 <= cap(yyv4734) { + yyv4734 = yyv4734[:yyrl4734] } else { - yyv4689 = make([]DownwardAPIVolumeFile, yyrl4689) + yyv4734 = make([]DownwardAPIVolumeFile, yyrl4734) } } else { - yyv4689 = make([]DownwardAPIVolumeFile, yyrl4689) + yyv4734 = make([]DownwardAPIVolumeFile, yyrl4734) } - yyc4689 = true - yyrr4689 = len(yyv4689) - if yyrg4689 { - copy(yyv4689, yyv24689) + yyc4734 = true + yyrr4734 = len(yyv4734) + if yyrg4734 { + copy(yyv4734, yyv24734) } - } else if yyl4689 != len(yyv4689) { - yyv4689 = yyv4689[:yyl4689] - yyc4689 = true + } else if yyl4734 != len(yyv4734) { + yyv4734 = yyv4734[:yyl4734] + yyc4734 = true } - yyj4689 := 0 - for ; yyj4689 < yyrr4689; yyj4689++ { - yyh4689.ElemContainerState(yyj4689) + yyj4734 := 0 + for ; yyj4734 < yyrr4734; yyj4734++ { + yyh4734.ElemContainerState(yyj4734) if r.TryDecodeAsNil() { - yyv4689[yyj4689] = DownwardAPIVolumeFile{} + yyv4734[yyj4734] = DownwardAPIVolumeFile{} } else { - yyv4690 := &yyv4689[yyj4689] - yyv4690.CodecDecodeSelf(d) + yyv4735 := &yyv4734[yyj4734] + yyv4735.CodecDecodeSelf(d) } } - if yyrt4689 { - for ; yyj4689 < yyl4689; yyj4689++ { - yyv4689 = append(yyv4689, DownwardAPIVolumeFile{}) - yyh4689.ElemContainerState(yyj4689) + if yyrt4734 { + for ; yyj4734 < yyl4734; yyj4734++ { + yyv4734 = append(yyv4734, DownwardAPIVolumeFile{}) + yyh4734.ElemContainerState(yyj4734) if r.TryDecodeAsNil() { - yyv4689[yyj4689] = DownwardAPIVolumeFile{} + yyv4734[yyj4734] = DownwardAPIVolumeFile{} } else { - yyv4691 := &yyv4689[yyj4689] - yyv4691.CodecDecodeSelf(d) + yyv4736 := &yyv4734[yyj4734] + yyv4736.CodecDecodeSelf(d) } } } } else { - yyj4689 := 0 - for ; !r.CheckBreak(); yyj4689++ { + yyj4734 := 0 + for ; !r.CheckBreak(); yyj4734++ { - if yyj4689 >= len(yyv4689) { - yyv4689 = append(yyv4689, DownwardAPIVolumeFile{}) // var yyz4689 DownwardAPIVolumeFile - yyc4689 = true + if yyj4734 >= len(yyv4734) { + yyv4734 = append(yyv4734, DownwardAPIVolumeFile{}) // var yyz4734 DownwardAPIVolumeFile + yyc4734 = true } - yyh4689.ElemContainerState(yyj4689) - if yyj4689 < len(yyv4689) { + yyh4734.ElemContainerState(yyj4734) + if yyj4734 < len(yyv4734) { if r.TryDecodeAsNil() { - yyv4689[yyj4689] = DownwardAPIVolumeFile{} + yyv4734[yyj4734] = DownwardAPIVolumeFile{} } else { - yyv4692 := &yyv4689[yyj4689] - yyv4692.CodecDecodeSelf(d) + yyv4737 := &yyv4734[yyj4734] + yyv4737.CodecDecodeSelf(d) } } else { @@ -60612,16 +61002,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4689 < len(yyv4689) { - yyv4689 = yyv4689[:yyj4689] - yyc4689 = true - } else if yyj4689 == 0 && yyv4689 == nil { - yyv4689 = []DownwardAPIVolumeFile{} - yyc4689 = true + if yyj4734 < len(yyv4734) { + yyv4734 = yyv4734[:yyj4734] + yyc4734 = true + } else if yyj4734 == 0 && yyv4734 == nil { + yyv4734 = []DownwardAPIVolumeFile{} + yyc4734 = true } } - yyh4689.End() - if yyc4689 { - *v = yyv4689 + yyh4734.End() + if yyc4734 { + *v = yyv4734 } } diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 3d2855185e2..4308625586a 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -187,8 +187,9 @@ func (ConfigMapList) SwaggerDoc() map[string]string { } var map_ConfigMapVolumeSource = map[string]string{ - "": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", - "items": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.", + "": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", + "items": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.", + "defaultMode": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", } func (ConfigMapVolumeSource) SwaggerDoc() map[string]string { @@ -330,6 +331,7 @@ var map_DownwardAPIVolumeFile = map[string]string{ "path": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "fieldRef": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.", "resourceFieldRef": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.", + "mode": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", } func (DownwardAPIVolumeFile) SwaggerDoc() map[string]string { @@ -337,8 +339,9 @@ func (DownwardAPIVolumeFile) SwaggerDoc() map[string]string { } var map_DownwardAPIVolumeSource = map[string]string{ - "": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", - "items": "Items is a list of downward API volume file", + "": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", + "items": "Items is a list of downward API volume file", + "defaultMode": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", } func (DownwardAPIVolumeSource) SwaggerDoc() map[string]string { @@ -616,6 +619,7 @@ var map_KeyToPath = map[string]string{ "": "Maps a string key to a path within a volume.", "key": "The key to project.", "path": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", + "mode": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", } func (KeyToPath) SwaggerDoc() map[string]string { @@ -1547,9 +1551,10 @@ func (SecretList) SwaggerDoc() map[string]string { } var map_SecretVolumeSource = map[string]string{ - "": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", - "secretName": "Name of the secret in the pod's namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets", - "items": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.", + "": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", + "secretName": "Name of the secret in the pod's namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets", + "items": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'.", + "defaultMode": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", } func (SecretVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index 5ef869d769d..3bba3d8e30d 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -899,6 +899,7 @@ func Convert_api_ConfigMapList_To_v1_ConfigMapList(in *api.ConfigMapList, out *C } func autoConvert_v1_ConfigMapVolumeSource_To_api_ConfigMapVolumeSource(in *ConfigMapVolumeSource, out *api.ConfigMapVolumeSource, s conversion.Scope) error { + SetDefaults_ConfigMapVolumeSource(in) if err := Convert_v1_LocalObjectReference_To_api_LocalObjectReference(&in.LocalObjectReference, &out.LocalObjectReference, s); err != nil { return err } @@ -913,6 +914,7 @@ func autoConvert_v1_ConfigMapVolumeSource_To_api_ConfigMapVolumeSource(in *Confi } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } @@ -935,6 +937,7 @@ func autoConvert_api_ConfigMapVolumeSource_To_v1_ConfigMapVolumeSource(in *api.C } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } @@ -1442,6 +1445,7 @@ func autoConvert_v1_DownwardAPIVolumeFile_To_api_DownwardAPIVolumeFile(in *Downw } else { out.ResourceFieldRef = nil } + out.Mode = in.Mode return nil } @@ -1469,6 +1473,7 @@ func autoConvert_api_DownwardAPIVolumeFile_To_v1_DownwardAPIVolumeFile(in *api.D } else { out.ResourceFieldRef = nil } + out.Mode = in.Mode return nil } @@ -1477,6 +1482,7 @@ func Convert_api_DownwardAPIVolumeFile_To_v1_DownwardAPIVolumeFile(in *api.Downw } func autoConvert_v1_DownwardAPIVolumeSource_To_api_DownwardAPIVolumeSource(in *DownwardAPIVolumeSource, out *api.DownwardAPIVolumeSource, s conversion.Scope) error { + SetDefaults_DownwardAPIVolumeSource(in) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]api.DownwardAPIVolumeFile, len(*in)) @@ -1488,6 +1494,7 @@ func autoConvert_v1_DownwardAPIVolumeSource_To_api_DownwardAPIVolumeSource(in *D } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } @@ -1507,6 +1514,7 @@ func autoConvert_api_DownwardAPIVolumeSource_To_v1_DownwardAPIVolumeSource(in *a } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } @@ -2420,6 +2428,7 @@ func Convert_api_ISCSIVolumeSource_To_v1_ISCSIVolumeSource(in *api.ISCSIVolumeSo func autoConvert_v1_KeyToPath_To_api_KeyToPath(in *KeyToPath, out *api.KeyToPath, s conversion.Scope) error { out.Key = in.Key out.Path = in.Path + out.Mode = in.Mode return nil } @@ -2430,6 +2439,7 @@ func Convert_v1_KeyToPath_To_api_KeyToPath(in *KeyToPath, out *api.KeyToPath, s func autoConvert_api_KeyToPath_To_v1_KeyToPath(in *api.KeyToPath, out *KeyToPath, s conversion.Scope) error { out.Key = in.Key out.Path = in.Path + out.Mode = in.Mode return nil } @@ -5971,6 +5981,7 @@ func Convert_api_SecretList_To_v1_SecretList(in *api.SecretList, out *SecretList } func autoConvert_v1_SecretVolumeSource_To_api_SecretVolumeSource(in *SecretVolumeSource, out *api.SecretVolumeSource, s conversion.Scope) error { + SetDefaults_SecretVolumeSource(in) out.SecretName = in.SecretName if in.Items != nil { in, out := &in.Items, &out.Items @@ -5983,6 +5994,7 @@ func autoConvert_v1_SecretVolumeSource_To_api_SecretVolumeSource(in *SecretVolum } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } @@ -6003,6 +6015,7 @@ func autoConvert_api_SecretVolumeSource_To_v1_SecretVolumeSource(in *api.SecretV } else { out.Items = nil } + out.DefaultMode = in.DefaultMode return nil } diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index 0249a75a6c7..718d5c56c58 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -469,11 +469,20 @@ func DeepCopy_v1_ConfigMapVolumeSource(in interface{}, out interface{}, c *conve in, out := &in.Items, &out.Items *out = make([]KeyToPath, len(*in)) for i := range *in { - (*out)[i] = (*in)[i] + if err := DeepCopy_v1_KeyToPath(&(*in)[i], &(*out)[i], c); err != nil { + return err + } } } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } } @@ -754,6 +763,13 @@ func DeepCopy_v1_DownwardAPIVolumeFile(in interface{}, out interface{}, c *conve } else { out.ResourceFieldRef = nil } + if in.Mode != nil { + in, out := &in.Mode, &out.Mode + *out = new(int32) + **out = **in + } else { + out.Mode = nil + } return nil } } @@ -773,6 +789,13 @@ func DeepCopy_v1_DownwardAPIVolumeSource(in interface{}, out interface{}, c *con } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } } @@ -1225,6 +1248,13 @@ func DeepCopy_v1_KeyToPath(in interface{}, out interface{}, c *conversion.Cloner out := out.(*KeyToPath) out.Key = in.Key out.Path = in.Path + if in.Mode != nil { + in, out := &in.Mode, &out.Mode + *out = new(int32) + **out = **in + } else { + out.Mode = nil + } return nil } } @@ -3096,11 +3126,20 @@ func DeepCopy_v1_SecretVolumeSource(in interface{}, out interface{}, c *conversi in, out := &in.Items, &out.Items *out = make([]KeyToPath, len(*in)) for i := range *in { - (*out)[i] = (*in)[i] + if err := DeepCopy_v1_KeyToPath(&(*in)[i], &(*out)[i], c); err != nil { + return err + } } } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } } diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index deff0133fd5..286b192a766 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -473,11 +473,20 @@ func DeepCopy_api_ConfigMapVolumeSource(in interface{}, out interface{}, c *conv in, out := &in.Items, &out.Items *out = make([]KeyToPath, len(*in)) for i := range *in { - (*out)[i] = (*in)[i] + if err := DeepCopy_api_KeyToPath(&(*in)[i], &(*out)[i], c); err != nil { + return err + } } } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } } @@ -781,6 +790,13 @@ func DeepCopy_api_DownwardAPIVolumeFile(in interface{}, out interface{}, c *conv } else { out.ResourceFieldRef = nil } + if in.Mode != nil { + in, out := &in.Mode, &out.Mode + *out = new(int32) + **out = **in + } else { + out.Mode = nil + } return nil } } @@ -800,6 +816,13 @@ func DeepCopy_api_DownwardAPIVolumeSource(in interface{}, out interface{}, c *co } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } } @@ -1252,6 +1275,13 @@ func DeepCopy_api_KeyToPath(in interface{}, out interface{}, c *conversion.Clone out := out.(*KeyToPath) out.Key = in.Key out.Path = in.Path + if in.Mode != nil { + in, out := &in.Mode, &out.Mode + *out = new(int32) + **out = **in + } else { + out.Mode = nil + } return nil } } @@ -3138,11 +3168,20 @@ func DeepCopy_api_SecretVolumeSource(in interface{}, out interface{}, c *convers in, out := &in.Items, &out.Items *out = make([]KeyToPath, len(*in)) for i := range *in { - (*out)[i] = (*in)[i] + if err := DeepCopy_api_KeyToPath(&(*in)[i], &(*out)[i], c); err != nil { + return err + } } } else { out.Items = nil } + if in.DefaultMode != nil { + in, out := &in.DefaultMode, &out.DefaultMode + *out = new(int32) + **out = **in + } else { + out.DefaultMode = nil + } return nil } }