diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index fbaf2fb6f16..cbc65ba3b86 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -14536,13 +14536,10 @@ "v1.SecretVolumeSource": { "id": "v1.SecretVolumeSource", "description": "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.", - "required": [ - "secretName" - ], "properties": { "secretName": { "type": "string", - "description": "SecretName is the name of a secret in the pod's namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets" + "description": "Name of the secret in the pod's namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets" } } }, @@ -14770,6 +14767,10 @@ "configMapKeyRef": { "$ref": "v1.ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." + }, + "secretKeyRef": { + "$ref": "v1.SecretKeySelector", + "description": "Selects a key of a secret in the pod's namespace" } } }, @@ -14790,6 +14791,23 @@ } } }, + "v1.SecretKeySelector": { + "id": "v1.SecretKeySelector", + "description": "SecretKeySelector selects a key of a Secret.", + "required": [ + "key" + ], + "properties": { + "name": { + "type": "string", + "description": "Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names" + }, + "key": { + "type": "string", + "description": "The key of the secret to select from. Must be a valid secret key." + } + } + }, "v1.VolumeMount": { "id": "v1.VolumeMount", "description": "VolumeMount describes a mounting of a Volume within a container.", diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index 7883e4be804..c6869483de2 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -4360,13 +4360,10 @@ "v1.SecretVolumeSource": { "id": "v1.SecretVolumeSource", "description": "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.", - "required": [ - "secretName" - ], "properties": { "secretName": { "type": "string", - "description": "SecretName is the name of a secret in the pod's namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets" + "description": "Name of the secret in the pod's namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets" } } }, @@ -4860,6 +4857,10 @@ "configMapKeyRef": { "$ref": "v1.ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." + }, + "secretKeyRef": { + "$ref": "v1.SecretKeySelector", + "description": "Selects a key of a secret in the pod's namespace" } } }, @@ -4880,6 +4881,23 @@ } } }, + "v1.SecretKeySelector": { + "id": "v1.SecretKeySelector", + "description": "SecretKeySelector selects a key of a Secret.", + "required": [ + "key" + ], + "properties": { + "name": { + "type": "string", + "description": "Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names" + }, + "key": { + "type": "string", + "description": "The key of the secret to select from. Must be a valid secret key." + } + } + }, "v1.ResourceRequirements": { "id": "v1.ResourceRequirements", "description": "ResourceRequirements describes the compute resource requirements.", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index bca0fd61dc1..bca7e32ad52 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -3002,8 +3002,8 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

secretName

-

SecretName is the name of a secret in the pod’s namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets

-

true

+

Name of the secret in the pod’s namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets

+

false

string

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

v1.ConfigMapKeySelector

+ +

secretKeyRef

+

Selects a key of a secret in the pod’s namespace

+

false

+

v1.SecretKeySelector

+ + @@ -3655,6 +3662,47 @@ Populated by the system when a graceful deletion is requested. Read-only. More i + +
+

v1.SecretKeySelector

+
+

SecretKeySelector selects a key of a Secret.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names

false

string

key

The key of the secret to select from. Must be a valid secret key.

true

string

+

v1.Capability

@@ -4525,7 +4573,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index fd0a62ded7b..3a35e9f8516 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -2517,8 +2517,8 @@ The resulting set of endpoints can be viewed as:

secretName

-

SecretName is the name of a secret in the pod’s namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets

-

true

+

Name of the secret in the pod’s namespace to use. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets

+

false

string

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

v1.ConfigMapKeySelector

+ +

secretKeyRef

+

Selects a key of a secret in the pod’s namespace

+

false

+

v1.SecretKeySelector

+ + @@ -3195,6 +3202,47 @@ The resulting set of endpoints can be viewed as:
+ +
+

v1.SecretKeySelector

+
+

SecretKeySelector selects a key of a Secret.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names

false

string

key

The key of the secret to select from. Must be a valid secret key.

true

string

+

v1.ReplicationController

@@ -5516,6 +5564,54 @@ The resulting set of endpoints can be viewed as:
+
+
+

v1.ContainerState

+
+

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

waiting

Details about a waiting container

false

v1.ContainerStateWaiting

running

Details about a running container

false

v1.ContainerStateRunning

terminated

Details about a terminated container

false

v1.ContainerStateTerminated

+

v1.SecurityContext

@@ -5578,54 +5674,6 @@ The resulting set of endpoints can be viewed as:
-
-
-

v1.ContainerState

-
-

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

waiting

Details about a waiting container

false

v1.ContainerStateWaiting

running

Details about a running container

false

v1.ContainerStateRunning

terminated

Details about a terminated container

false

v1.ContainerStateTerminated

-

v1.AWSElasticBlockStoreVolumeSource

@@ -7097,7 +7145,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/docs/user-guide/secrets/secret-env-pod.yaml b/docs/user-guide/secrets/secret-env-pod.yaml new file mode 100644 index 00000000000..a5d9c0ff758 --- /dev/null +++ b/docs/user-guide/secrets/secret-env-pod.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Pod +metadata: + name: secret-env-pod +spec: + containers: + - name: test-container + image: gcr.io/google_containers/busybox + command: [ "/bin/sh", "-c", "env" ] + env: + - name: MY_SECRET_DATA + valueFrom: + secretKeyRef: + name: test-secret + key: data-1 + restartPolicy: Never diff --git a/examples/examples_test.go b/examples/examples_test.go index b144e6d6f88..6ec81b83f12 100644 --- a/examples/examples_test.go +++ b/examples/examples_test.go @@ -354,8 +354,9 @@ func TestExampleObjectSchemas(t *testing.T) { "rc": &api.ReplicationController{}, }, "../docs/user-guide/secrets": { - "secret-pod": &api.Pod{}, - "secret": &api.Secret{}, + "secret-pod": &api.Pod{}, + "secret": &api.Secret{}, + "secret-env-pod": &api.Pod{}, }, "../examples/spark": { "spark-master-controller": &api.ReplicationController{}, diff --git a/pkg/api/deep_copy_generated.go b/pkg/api/deep_copy_generated.go index 9faf28ba2aa..c3d8273e0fd 100644 --- a/pkg/api/deep_copy_generated.go +++ b/pkg/api/deep_copy_generated.go @@ -141,6 +141,7 @@ func init() { deepCopy_api_ResourceRequirements, deepCopy_api_SELinuxOptions, deepCopy_api_Secret, + deepCopy_api_SecretKeySelector, deepCopy_api_SecretList, deepCopy_api_SecretVolumeSource, deepCopy_api_SecurityContext, @@ -700,6 +701,15 @@ func deepCopy_api_EnvVarSource(in EnvVarSource, out *EnvVarSource, c *conversion } else { out.ConfigMapKeyRef = nil } + if in.SecretKeyRef != nil { + in, out := in.SecretKeyRef, &out.SecretKeyRef + *out = new(SecretKeySelector) + if err := deepCopy_api_SecretKeySelector(*in, *out, c); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -2333,6 +2343,14 @@ func deepCopy_api_Secret(in Secret, out *Secret, c *conversion.Cloner) error { return nil } +func deepCopy_api_SecretKeySelector(in SecretKeySelector, out *SecretKeySelector, c *conversion.Cloner) error { + if err := deepCopy_api_LocalObjectReference(in.LocalObjectReference, &out.LocalObjectReference, c); err != nil { + return err + } + out.Key = in.Key + return nil +} + func deepCopy_api_SecretList(in SecretList, out *SecretList, c *conversion.Cloner) error { if err := deepCopy_unversioned_TypeMeta(in.TypeMeta, &out.TypeMeta, c); err != nil { return err diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index 1c731026913..2b37310fa6d 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -10378,11 +10378,12 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { var yyq708 [1]bool _, _, _ = yysep708, yyq708, yy2arr708 const yyr708 bool = false + yyq708[0] = x.SecretName != "" var yynn708 int if yyr708 || yy2arr708 { r.EncodeArrayStart(1) } else { - yynn708 = 1 + yynn708 = 0 for _, b := range yyq708 { if b { yynn708++ @@ -10393,21 +10394,27 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr708 || yy2arr708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym710 := z.EncBinary() - _ = yym710 - if false { + if yyq708[0] { + yym710 := z.EncBinary() + _ = yym710 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("secretName")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym711 := z.EncBinary() - _ = yym711 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + if yyq708[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("secretName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym711 := z.EncBinary() + _ = yym711 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + } } } if yyr708 || yy2arr708 { @@ -13579,14 +13586,15 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep968 := !z.EncBinary() yy2arr968 := z.EncBasicHandle().StructToArray - var yyq968 [2]bool + var yyq968 [3]bool _, _, _ = yysep968, yyq968, yy2arr968 const yyr968 bool = false yyq968[0] = x.FieldRef != nil yyq968[1] = x.ConfigMapKeyRef != nil + yyq968[2] = x.SecretKeyRef != nil var yynn968 int if yyr968 || yy2arr968 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { yynn968 = 0 for _, b := range yyq968 { @@ -13643,6 +13651,29 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr968 || yy2arr968 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq968[2] { + if x.SecretKeyRef == nil { + r.EncodeNil() + } else { + x.SecretKeyRef.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq968[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.SecretKeyRef == nil { + r.EncodeNil() + } else { + x.SecretKeyRef.CodecEncodeSelf(e) + } + } + } if yyr968 || yy2arr968 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -13656,25 +13687,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym971 := z.DecBinary() - _ = yym971 + yym972 := z.DecBinary() + _ = yym972 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct972 := r.ContainerType() - if yyct972 == codecSelferValueTypeMap1234 { - yyl972 := r.ReadMapStart() - if yyl972 == 0 { + yyct973 := r.ContainerType() + if yyct973 == codecSelferValueTypeMap1234 { + yyl973 := r.ReadMapStart() + if yyl973 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl972, d) + x.codecDecodeSelfFromMap(yyl973, d) } - } else if yyct972 == codecSelferValueTypeArray1234 { - yyl972 := r.ReadArrayStart() - if yyl972 == 0 { + } else if yyct973 == codecSelferValueTypeArray1234 { + yyl973 := r.ReadArrayStart() + if yyl973 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl972, d) + x.codecDecodeSelfFromArray(yyl973, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13686,12 +13717,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys973Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys973Slc - var yyhl973 bool = l >= 0 - for yyj973 := 0; ; yyj973++ { - if yyhl973 { - if yyj973 >= l { + var yys974Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys974Slc + var yyhl974 bool = l >= 0 + for yyj974 := 0; ; yyj974++ { + if yyhl974 { + if yyj974 >= l { break } } else { @@ -13700,10 +13731,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys973Slc = r.DecodeBytes(yys973Slc, true, true) - yys973 := string(yys973Slc) + yys974Slc = r.DecodeBytes(yys974Slc, true, true) + yys974 := string(yys974Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys973 { + switch yys974 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -13726,10 +13757,21 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } + case "secretKeyRef": + if r.TryDecodeAsNil() { + if x.SecretKeyRef != nil { + x.SecretKeyRef = nil + } + } else { + if x.SecretKeyRef == nil { + x.SecretKeyRef = new(SecretKeySelector) + } + x.SecretKeyRef.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys973) - } // end switch yys973 - } // end for yyj973 + z.DecStructFieldNotFound(-1, yys974) + } // end switch yys974 + } // end for yyj974 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13737,16 +13779,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj976 int - var yyb976 bool - var yyhl976 bool = l >= 0 - yyj976++ - if yyhl976 { - yyb976 = yyj976 > l + var yyj978 int + var yyb978 bool + var yyhl978 bool = l >= 0 + yyj978++ + if yyhl978 { + yyb978 = yyj978 > l } else { - yyb976 = r.CheckBreak() + yyb978 = r.CheckBreak() } - if yyb976 { + if yyb978 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13761,13 +13803,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj976++ - if yyhl976 { - yyb976 = yyj976 > l + yyj978++ + if yyhl978 { + yyb978 = yyj978 > l } else { - yyb976 = r.CheckBreak() + yyb978 = r.CheckBreak() } - if yyb976 { + if yyb978 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13782,18 +13824,39 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - for { - yyj976++ - if yyhl976 { - yyb976 = yyj976 > l - } else { - yyb976 = r.CheckBreak() + yyj978++ + if yyhl978 { + yyb978 = yyj978 > l + } else { + yyb978 = r.CheckBreak() + } + if yyb978 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.SecretKeyRef != nil { + x.SecretKeyRef = nil } - if yyb976 { + } else { + if x.SecretKeyRef == nil { + x.SecretKeyRef = new(SecretKeySelector) + } + x.SecretKeyRef.CodecDecodeSelf(d) + } + for { + yyj978++ + if yyhl978 { + yyb978 = yyj978 > l + } else { + yyb978 = r.CheckBreak() + } + if yyb978 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj976-1, "") + z.DecStructFieldNotFound(yyj978-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13805,33 +13868,33 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym979 := z.EncBinary() - _ = yym979 + yym982 := z.EncBinary() + _ = yym982 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep980 := !z.EncBinary() - yy2arr980 := z.EncBasicHandle().StructToArray - var yyq980 [2]bool - _, _, _ = yysep980, yyq980, yy2arr980 - const yyr980 bool = false - var yynn980 int - if yyr980 || yy2arr980 { + yysep983 := !z.EncBinary() + yy2arr983 := z.EncBasicHandle().StructToArray + var yyq983 [2]bool + _, _, _ = yysep983, yyq983, yy2arr983 + const yyr983 bool = false + var yynn983 int + if yyr983 || yy2arr983 { r.EncodeArrayStart(2) } else { - yynn980 = 2 - for _, b := range yyq980 { + yynn983 = 2 + for _, b := range yyq983 { if b { - yynn980++ + yynn983++ } } - r.EncodeMapStart(yynn980) - yynn980 = 0 + r.EncodeMapStart(yynn983) + yynn983 = 0 } - if yyr980 || yy2arr980 { + if yyr983 || yy2arr983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym982 := z.EncBinary() - _ = yym982 + yym985 := z.EncBinary() + _ = yym985 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13840,17 +13903,17 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym983 := z.EncBinary() - _ = yym983 + yym986 := z.EncBinary() + _ = yym986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr980 || yy2arr980 { + if yyr983 || yy2arr983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym985 := z.EncBinary() - _ = yym985 + yym988 := z.EncBinary() + _ = yym988 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -13859,14 +13922,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym986 := z.EncBinary() - _ = yym986 + yym989 := z.EncBinary() + _ = yym989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr980 || yy2arr980 { + if yyr983 || yy2arr983 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13879,25 +13942,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym987 := z.DecBinary() - _ = yym987 + yym990 := z.DecBinary() + _ = yym990 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct988 := r.ContainerType() - if yyct988 == codecSelferValueTypeMap1234 { - yyl988 := r.ReadMapStart() - if yyl988 == 0 { + yyct991 := r.ContainerType() + if yyct991 == codecSelferValueTypeMap1234 { + yyl991 := r.ReadMapStart() + if yyl991 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl988, d) + x.codecDecodeSelfFromMap(yyl991, d) } - } else if yyct988 == codecSelferValueTypeArray1234 { - yyl988 := r.ReadArrayStart() - if yyl988 == 0 { + } else if yyct991 == codecSelferValueTypeArray1234 { + yyl991 := r.ReadArrayStart() + if yyl991 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl988, d) + x.codecDecodeSelfFromArray(yyl991, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13909,12 +13972,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys989Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys989Slc - var yyhl989 bool = l >= 0 - for yyj989 := 0; ; yyj989++ { - if yyhl989 { - if yyj989 >= l { + var yys992Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys992Slc + var yyhl992 bool = l >= 0 + for yyj992 := 0; ; yyj992++ { + if yyhl992 { + if yyj992 >= l { break } } else { @@ -13923,10 +13986,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys989Slc = r.DecodeBytes(yys989Slc, true, true) - yys989 := string(yys989Slc) + yys992Slc = r.DecodeBytes(yys992Slc, true, true) + yys992 := string(yys992Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys989 { + switch yys992 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -13940,9 +14003,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys989) - } // end switch yys989 - } // end for yyj989 + z.DecStructFieldNotFound(-1, yys992) + } // end switch yys992 + } // end for yyj992 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13950,16 +14013,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj992 int - var yyb992 bool - var yyhl992 bool = l >= 0 - yyj992++ - if yyhl992 { - yyb992 = yyj992 > l + var yyj995 int + var yyb995 bool + var yyhl995 bool = l >= 0 + yyj995++ + if yyhl995 { + yyb995 = yyj995 > l } else { - yyb992 = r.CheckBreak() + yyb995 = r.CheckBreak() } - if yyb992 { + if yyb995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13969,13 +14032,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj992++ - if yyhl992 { - yyb992 = yyj992 > l + yyj995++ + if yyhl995 { + yyb995 = yyj995 > l } else { - yyb992 = r.CheckBreak() + yyb995 = r.CheckBreak() } - if yyb992 { + if yyb995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13986,17 +14049,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj992++ - if yyhl992 { - yyb992 = yyj992 > l + yyj995++ + if yyhl995 { + yyb995 = yyj995 > l } else { - yyb992 = r.CheckBreak() + yyb995 = r.CheckBreak() } - if yyb992 { + if yyb995 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj992-1, "") + z.DecStructFieldNotFound(yyj995-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14008,33 +14071,33 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym995 := z.EncBinary() - _ = yym995 + yym998 := z.EncBinary() + _ = yym998 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep996 := !z.EncBinary() - yy2arr996 := z.EncBasicHandle().StructToArray - var yyq996 [2]bool - _, _, _ = yysep996, yyq996, yy2arr996 - const yyr996 bool = false - var yynn996 int - if yyr996 || yy2arr996 { + yysep999 := !z.EncBinary() + yy2arr999 := z.EncBasicHandle().StructToArray + var yyq999 [2]bool + _, _, _ = yysep999, yyq999, yy2arr999 + const yyr999 bool = false + var yynn999 int + if yyr999 || yy2arr999 { r.EncodeArrayStart(2) } else { - yynn996 = 2 - for _, b := range yyq996 { + yynn999 = 2 + for _, b := range yyq999 { if b { - yynn996++ + yynn999++ } } - r.EncodeMapStart(yynn996) - yynn996 = 0 + r.EncodeMapStart(yynn999) + yynn999 = 0 } - if yyr996 || yy2arr996 { + if yyr999 || yy2arr999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym998 := z.EncBinary() - _ = yym998 + yym1001 := z.EncBinary() + _ = yym1001 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -14043,17 +14106,17 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym999 := z.EncBinary() - _ = yym999 + yym1002 := z.EncBinary() + _ = yym1002 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr996 || yy2arr996 { + if yyr999 || yy2arr999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1001 := z.EncBinary() - _ = yym1001 + yym1004 := z.EncBinary() + _ = yym1004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -14062,14 +14125,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1002 := z.EncBinary() - _ = yym1002 + yym1005 := z.EncBinary() + _ = yym1005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr996 || yy2arr996 { + if yyr999 || yy2arr999 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14082,25 +14145,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1003 := z.DecBinary() - _ = yym1003 + yym1006 := z.DecBinary() + _ = yym1006 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1004 := r.ContainerType() - if yyct1004 == codecSelferValueTypeMap1234 { - yyl1004 := r.ReadMapStart() - if yyl1004 == 0 { + yyct1007 := r.ContainerType() + if yyct1007 == codecSelferValueTypeMap1234 { + yyl1007 := r.ReadMapStart() + if yyl1007 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1004, d) + x.codecDecodeSelfFromMap(yyl1007, d) } - } else if yyct1004 == codecSelferValueTypeArray1234 { - yyl1004 := r.ReadArrayStart() - if yyl1004 == 0 { + } else if yyct1007 == codecSelferValueTypeArray1234 { + yyl1007 := r.ReadArrayStart() + if yyl1007 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1004, d) + x.codecDecodeSelfFromArray(yyl1007, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14112,12 +14175,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1005Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1005Slc - var yyhl1005 bool = l >= 0 - for yyj1005 := 0; ; yyj1005++ { - if yyhl1005 { - if yyj1005 >= l { + var yys1008Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1008Slc + var yyhl1008 bool = l >= 0 + for yyj1008 := 0; ; yyj1008++ { + if yyhl1008 { + if yyj1008 >= l { break } } else { @@ -14126,10 +14189,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1005Slc = r.DecodeBytes(yys1005Slc, true, true) - yys1005 := string(yys1005Slc) + yys1008Slc = r.DecodeBytes(yys1008Slc, true, true) + yys1008 := string(yys1008Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1005 { + switch yys1008 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -14143,9 +14206,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1005) - } // end switch yys1005 - } // end for yyj1005 + z.DecStructFieldNotFound(-1, yys1008) + } // end switch yys1008 + } // end for yyj1008 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14153,16 +14216,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1008 int - var yyb1008 bool - var yyhl1008 bool = l >= 0 - yyj1008++ - if yyhl1008 { - yyb1008 = yyj1008 > l + var yyj1011 int + var yyb1011 bool + var yyhl1011 bool = l >= 0 + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb1008 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb1008 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14172,13 +14235,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1008++ - if yyhl1008 { - yyb1008 = yyj1008 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb1008 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb1008 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14189,17 +14252,220 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1008++ - if yyhl1008 { - yyb1008 = yyj1008 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb1008 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb1008 { + if yyb1011 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1008-1, "") + z.DecStructFieldNotFound(yyj1011-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1014 := z.EncBinary() + _ = yym1014 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1015 := !z.EncBinary() + yy2arr1015 := z.EncBasicHandle().StructToArray + var yyq1015 [2]bool + _, _, _ = yysep1015, yyq1015, yy2arr1015 + const yyr1015 bool = false + var yynn1015 int + if yyr1015 || yy2arr1015 { + r.EncodeArrayStart(2) + } else { + yynn1015 = 2 + for _, b := range yyq1015 { + if b { + yynn1015++ + } + } + r.EncodeMapStart(yynn1015) + yynn1015 = 0 + } + if yyr1015 || yy2arr1015 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1017 := z.EncBinary() + _ = yym1017 + 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) + yym1018 := z.EncBinary() + _ = yym1018 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + if yyr1015 || yy2arr1015 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1020 := z.EncBinary() + _ = yym1020 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Key)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("key")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1021 := z.EncBinary() + _ = yym1021 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Key)) + } + } + if yyr1015 || yy2arr1015 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1022 := z.DecBinary() + _ = yym1022 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1023 := r.ContainerType() + if yyct1023 == codecSelferValueTypeMap1234 { + yyl1023 := r.ReadMapStart() + if yyl1023 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1023, d) + } + } else if yyct1023 == codecSelferValueTypeArray1234 { + yyl1023 := r.ReadArrayStart() + if yyl1023 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1023, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1024Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1024Slc + var yyhl1024 bool = l >= 0 + for yyj1024 := 0; ; yyj1024++ { + if yyhl1024 { + if yyj1024 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1024Slc = r.DecodeBytes(yys1024Slc, true, true) + yys1024 := string(yys1024Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1024 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + case "key": + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1024) + } // end switch yys1024 + } // end for yyj1024 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1027 int + var yyb1027 bool + var yyhl1027 bool = l >= 0 + yyj1027++ + if yyhl1027 { + yyb1027 = yyj1027 > l + } else { + yyb1027 = r.CheckBreak() + } + if yyb1027 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + yyj1027++ + if yyhl1027 { + yyb1027 = yyj1027 > l + } else { + yyb1027 = r.CheckBreak() + } + if yyb1027 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + for { + yyj1027++ + if yyhl1027 { + yyb1027 = yyj1027 > l + } else { + yyb1027 = r.CheckBreak() + } + if yyb1027 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1027-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14211,38 +14477,38 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1011 := z.EncBinary() - _ = yym1011 + yym1030 := z.EncBinary() + _ = yym1030 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1012 := !z.EncBinary() - yy2arr1012 := z.EncBasicHandle().StructToArray - var yyq1012 [4]bool - _, _, _ = yysep1012, yyq1012, yy2arr1012 - const yyr1012 bool = false - yyq1012[0] = x.Path != "" - yyq1012[1] = true - yyq1012[2] = x.Host != "" - yyq1012[3] = x.Scheme != "" - var yynn1012 int - if yyr1012 || yy2arr1012 { + yysep1031 := !z.EncBinary() + yy2arr1031 := z.EncBasicHandle().StructToArray + var yyq1031 [4]bool + _, _, _ = yysep1031, yyq1031, yy2arr1031 + const yyr1031 bool = false + yyq1031[0] = x.Path != "" + yyq1031[1] = true + yyq1031[2] = x.Host != "" + yyq1031[3] = x.Scheme != "" + var yynn1031 int + if yyr1031 || yy2arr1031 { r.EncodeArrayStart(4) } else { - yynn1012 = 0 - for _, b := range yyq1012 { + yynn1031 = 0 + for _, b := range yyq1031 { if b { - yynn1012++ + yynn1031++ } } - r.EncodeMapStart(yynn1012) - yynn1012 = 0 + r.EncodeMapStart(yynn1031) + yynn1031 = 0 } - if yyr1012 || yy2arr1012 { + if yyr1031 || yy2arr1031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1012[0] { - yym1014 := z.EncBinary() - _ = yym1014 + if yyq1031[0] { + yym1033 := z.EncBinary() + _ = yym1033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -14251,56 +14517,56 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1012[0] { + if yyq1031[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1015 := z.EncBinary() - _ = yym1015 + yym1034 := z.EncBinary() + _ = yym1034 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1012 || yy2arr1012 { + if yyr1031 || yy2arr1031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1012[1] { - yy1017 := &x.Port - yym1018 := z.EncBinary() - _ = yym1018 + if yyq1031[1] { + yy1036 := &x.Port + yym1037 := z.EncBinary() + _ = yym1037 if false { - } else if z.HasExtensions() && z.EncExt(yy1017) { - } else if !yym1018 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1017) + } else if z.HasExtensions() && z.EncExt(yy1036) { + } else if !yym1037 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1036) } else { - z.EncFallback(yy1017) + z.EncFallback(yy1036) } } else { r.EncodeNil() } } else { - if yyq1012[1] { + if yyq1031[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1019 := &x.Port - yym1020 := z.EncBinary() - _ = yym1020 + yy1038 := &x.Port + yym1039 := z.EncBinary() + _ = yym1039 if false { - } else if z.HasExtensions() && z.EncExt(yy1019) { - } else if !yym1020 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1019) + } else if z.HasExtensions() && z.EncExt(yy1038) { + } else if !yym1039 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1038) } else { - z.EncFallback(yy1019) + z.EncFallback(yy1038) } } } - if yyr1012 || yy2arr1012 { + if yyr1031 || yy2arr1031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1012[2] { - yym1022 := z.EncBinary() - _ = yym1022 + if yyq1031[2] { + yym1041 := z.EncBinary() + _ = yym1041 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -14309,34 +14575,34 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1012[2] { + if yyq1031[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1023 := z.EncBinary() - _ = yym1023 + yym1042 := z.EncBinary() + _ = yym1042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1012 || yy2arr1012 { + if yyr1031 || yy2arr1031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1012[3] { + if yyq1031[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1012[3] { + if yyq1031[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1012 || yy2arr1012 { + if yyr1031 || yy2arr1031 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14349,25 +14615,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1025 := z.DecBinary() - _ = yym1025 + yym1044 := z.DecBinary() + _ = yym1044 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1026 := r.ContainerType() - if yyct1026 == codecSelferValueTypeMap1234 { - yyl1026 := r.ReadMapStart() - if yyl1026 == 0 { + yyct1045 := r.ContainerType() + if yyct1045 == codecSelferValueTypeMap1234 { + yyl1045 := r.ReadMapStart() + if yyl1045 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1026, d) + x.codecDecodeSelfFromMap(yyl1045, d) } - } else if yyct1026 == codecSelferValueTypeArray1234 { - yyl1026 := r.ReadArrayStart() - if yyl1026 == 0 { + } else if yyct1045 == codecSelferValueTypeArray1234 { + yyl1045 := r.ReadArrayStart() + if yyl1045 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1026, d) + x.codecDecodeSelfFromArray(yyl1045, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14379,12 +14645,12 @@ func (x *HTTPGetAction) 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 yys1046Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1046Slc + var yyhl1046 bool = l >= 0 + for yyj1046 := 0; ; yyj1046++ { + if yyhl1046 { + if yyj1046 >= l { break } } else { @@ -14393,10 +14659,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1027Slc = r.DecodeBytes(yys1027Slc, true, true) - yys1027 := string(yys1027Slc) + yys1046Slc = r.DecodeBytes(yys1046Slc, true, true) + yys1046 := string(yys1046Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1027 { + switch yys1046 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -14407,15 +14673,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv1029 := &x.Port - yym1030 := z.DecBinary() - _ = yym1030 + yyv1048 := &x.Port + yym1049 := z.DecBinary() + _ = yym1049 if false { - } else if z.HasExtensions() && z.DecExt(yyv1029) { - } else if !yym1030 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1029) + } else if z.HasExtensions() && z.DecExt(yyv1048) { + } else if !yym1049 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1048) } else { - z.DecFallback(yyv1029, false) + z.DecFallback(yyv1048, false) } } case "host": @@ -14431,9 +14697,9 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1027) - } // end switch yys1027 - } // end for yyj1027 + z.DecStructFieldNotFound(-1, yys1046) + } // end switch yys1046 + } // end for yyj1046 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14441,16 +14707,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1033 int - var yyb1033 bool - var yyhl1033 bool = l >= 0 - yyj1033++ - if yyhl1033 { - yyb1033 = yyj1033 > l + var yyj1052 int + var yyb1052 bool + var yyhl1052 bool = l >= 0 + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1033 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1033 { + if yyb1052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14460,266 +14726,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1033++ - if yyhl1033 { - yyb1033 = yyj1033 > l + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1033 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1033 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Port = pkg5_intstr.IntOrString{} - } else { - yyv1035 := &x.Port - yym1036 := z.DecBinary() - _ = yym1036 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1035) { - } else if !yym1036 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1035) - } else { - z.DecFallback(yyv1035, false) - } - } - yyj1033++ - if yyhl1033 { - yyb1033 = yyj1033 > l - } else { - yyb1033 = r.CheckBreak() - } - if yyb1033 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Host = "" - } else { - x.Host = string(r.DecodeString()) - } - yyj1033++ - if yyhl1033 { - yyb1033 = yyj1033 > l - } else { - yyb1033 = r.CheckBreak() - } - if yyb1033 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Scheme = "" - } else { - x.Scheme = URIScheme(r.DecodeString()) - } - for { - yyj1033++ - if yyhl1033 { - yyb1033 = yyj1033 > l - } else { - yyb1033 = r.CheckBreak() - } - if yyb1033 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1033-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1039 := z.EncBinary() - _ = yym1039 - 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 - yym1040 := z.DecBinary() - _ = yym1040 - 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 { - yym1041 := z.EncBinary() - _ = yym1041 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1042 := !z.EncBinary() - yy2arr1042 := z.EncBasicHandle().StructToArray - var yyq1042 [1]bool - _, _, _ = yysep1042, yyq1042, yy2arr1042 - const yyr1042 bool = false - yyq1042[0] = true - var yynn1042 int - if yyr1042 || yy2arr1042 { - r.EncodeArrayStart(1) - } else { - yynn1042 = 0 - for _, b := range yyq1042 { - if b { - yynn1042++ - } - } - r.EncodeMapStart(yynn1042) - yynn1042 = 0 - } - if yyr1042 || yy2arr1042 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1042[0] { - yy1044 := &x.Port - yym1045 := z.EncBinary() - _ = yym1045 - if false { - } else if z.HasExtensions() && z.EncExt(yy1044) { - } else if !yym1045 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1044) - } else { - z.EncFallback(yy1044) - } - } else { - r.EncodeNil() - } - } else { - if yyq1042[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1046 := &x.Port - yym1047 := z.EncBinary() - _ = yym1047 - if false { - } else if z.HasExtensions() && z.EncExt(yy1046) { - } else if !yym1047 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1046) - } else { - z.EncFallback(yy1046) - } - } - } - if yyr1042 || yy2arr1042 { - 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 - yym1048 := z.DecBinary() - _ = yym1048 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1049 := r.ContainerType() - if yyct1049 == codecSelferValueTypeMap1234 { - yyl1049 := r.ReadMapStart() - if yyl1049 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1049, d) - } - } else if yyct1049 == codecSelferValueTypeArray1234 { - yyl1049 := r.ReadArrayStart() - if yyl1049 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1049, 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 yys1050Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1050Slc - var yyhl1050 bool = l >= 0 - for yyj1050 := 0; ; yyj1050++ { - if yyhl1050 { - if yyj1050 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1050Slc = r.DecodeBytes(yys1050Slc, true, true) - yys1050 := string(yys1050Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1050 { - case "port": - if r.TryDecodeAsNil() { - x.Port = pkg5_intstr.IntOrString{} - } else { - yyv1051 := &x.Port - yym1052 := z.DecBinary() - _ = yym1052 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1051) { - } else if !yym1052 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1051) - } else { - z.DecFallback(yyv1051, false) - } - } - default: - z.DecStructFieldNotFound(-1, yys1050) - } // end switch yys1050 - } // end for yyj1050 - 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 yyj1053 int - var yyb1053 bool - var yyhl1053 bool = l >= 0 - yyj1053++ - if yyhl1053 { - yyb1053 = yyj1053 > l - } else { - yyb1053 = r.CheckBreak() - } - if yyb1053 { + if yyb1052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14738,18 +14751,271 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecFallback(yyv1054, false) } } + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l + } else { + yyb1052 = r.CheckBreak() + } + if yyb1052 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Host = "" + } else { + x.Host = string(r.DecodeString()) + } + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l + } else { + yyb1052 = r.CheckBreak() + } + if yyb1052 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Scheme = "" + } else { + x.Scheme = URIScheme(r.DecodeString()) + } for { - yyj1053++ - if yyhl1053 { - yyb1053 = yyj1053 > l + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1053 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1053 { + if yyb1052 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1053-1, "") + z.DecStructFieldNotFound(yyj1052-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1058 := z.EncBinary() + _ = yym1058 + 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 + yym1059 := z.DecBinary() + _ = yym1059 + 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 { + yym1060 := z.EncBinary() + _ = yym1060 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1061 := !z.EncBinary() + yy2arr1061 := z.EncBasicHandle().StructToArray + var yyq1061 [1]bool + _, _, _ = yysep1061, yyq1061, yy2arr1061 + const yyr1061 bool = false + yyq1061[0] = true + var yynn1061 int + if yyr1061 || yy2arr1061 { + r.EncodeArrayStart(1) + } else { + yynn1061 = 0 + for _, b := range yyq1061 { + if b { + yynn1061++ + } + } + r.EncodeMapStart(yynn1061) + yynn1061 = 0 + } + if yyr1061 || yy2arr1061 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1061[0] { + yy1063 := &x.Port + yym1064 := z.EncBinary() + _ = yym1064 + if false { + } else if z.HasExtensions() && z.EncExt(yy1063) { + } else if !yym1064 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1063) + } else { + z.EncFallback(yy1063) + } + } else { + r.EncodeNil() + } + } else { + if yyq1061[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1065 := &x.Port + yym1066 := z.EncBinary() + _ = yym1066 + if false { + } else if z.HasExtensions() && z.EncExt(yy1065) { + } else if !yym1066 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1065) + } else { + z.EncFallback(yy1065) + } + } + } + if yyr1061 || yy2arr1061 { + 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 + yym1067 := z.DecBinary() + _ = yym1067 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1068 := r.ContainerType() + if yyct1068 == codecSelferValueTypeMap1234 { + yyl1068 := r.ReadMapStart() + if yyl1068 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1068, d) + } + } else if yyct1068 == codecSelferValueTypeArray1234 { + yyl1068 := r.ReadArrayStart() + if yyl1068 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1068, 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 yys1069Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1069Slc + var yyhl1069 bool = l >= 0 + for yyj1069 := 0; ; yyj1069++ { + if yyhl1069 { + if yyj1069 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1069Slc = r.DecodeBytes(yys1069Slc, true, true) + yys1069 := string(yys1069Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1069 { + case "port": + if r.TryDecodeAsNil() { + x.Port = pkg5_intstr.IntOrString{} + } else { + yyv1070 := &x.Port + yym1071 := z.DecBinary() + _ = yym1071 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1070) { + } else if !yym1071 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1070) + } else { + z.DecFallback(yyv1070, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys1069) + } // end switch yys1069 + } // end for yyj1069 + 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 yyj1072 int + var yyb1072 bool + var yyhl1072 bool = l >= 0 + yyj1072++ + if yyhl1072 { + yyb1072 = yyj1072 > l + } else { + yyb1072 = r.CheckBreak() + } + if yyb1072 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = pkg5_intstr.IntOrString{} + } else { + yyv1073 := &x.Port + yym1074 := z.DecBinary() + _ = yym1074 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1073) { + } else if !yym1074 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1073) + } else { + z.DecFallback(yyv1073, false) + } + } + for { + yyj1072++ + if yyhl1072 { + yyb1072 = yyj1072 > l + } else { + yyb1072 = r.CheckBreak() + } + if yyb1072 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1072-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14761,38 +15027,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1056 := z.EncBinary() - _ = yym1056 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1057 := !z.EncBinary() - yy2arr1057 := z.EncBasicHandle().StructToArray - var yyq1057 [1]bool - _, _, _ = yysep1057, yyq1057, yy2arr1057 - const yyr1057 bool = false - yyq1057[0] = len(x.Command) != 0 - var yynn1057 int - if yyr1057 || yy2arr1057 { + yysep1076 := !z.EncBinary() + yy2arr1076 := z.EncBasicHandle().StructToArray + var yyq1076 [1]bool + _, _, _ = yysep1076, yyq1076, yy2arr1076 + const yyr1076 bool = false + yyq1076[0] = len(x.Command) != 0 + var yynn1076 int + if yyr1076 || yy2arr1076 { r.EncodeArrayStart(1) } else { - yynn1057 = 0 - for _, b := range yyq1057 { + yynn1076 = 0 + for _, b := range yyq1076 { if b { - yynn1057++ + yynn1076++ } } - r.EncodeMapStart(yynn1057) - yynn1057 = 0 + r.EncodeMapStart(yynn1076) + yynn1076 = 0 } - if yyr1057 || yy2arr1057 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1057[0] { + if yyq1076[0] { if x.Command == nil { r.EncodeNil() } else { - yym1059 := z.EncBinary() - _ = yym1059 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14802,15 +15068,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1057[0] { + if yyq1076[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1060 := z.EncBinary() - _ = yym1060 + yym1079 := z.EncBinary() + _ = yym1079 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14818,7 +15084,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1057 || yy2arr1057 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14831,25 +15097,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1061 := z.DecBinary() - _ = yym1061 + yym1080 := z.DecBinary() + _ = yym1080 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1062 := r.ContainerType() - if yyct1062 == codecSelferValueTypeMap1234 { - yyl1062 := r.ReadMapStart() - if yyl1062 == 0 { + yyct1081 := r.ContainerType() + if yyct1081 == codecSelferValueTypeMap1234 { + yyl1081 := r.ReadMapStart() + if yyl1081 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1062, d) + x.codecDecodeSelfFromMap(yyl1081, d) } - } else if yyct1062 == codecSelferValueTypeArray1234 { - yyl1062 := r.ReadArrayStart() - if yyl1062 == 0 { + } else if yyct1081 == codecSelferValueTypeArray1234 { + yyl1081 := r.ReadArrayStart() + if yyl1081 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1062, d) + x.codecDecodeSelfFromArray(yyl1081, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14861,12 +15127,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1063Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1063Slc - var yyhl1063 bool = l >= 0 - for yyj1063 := 0; ; yyj1063++ { - if yyhl1063 { - if yyj1063 >= l { + var yys1082Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1082Slc + var yyhl1082 bool = l >= 0 + for yyj1082 := 0; ; yyj1082++ { + if yyhl1082 { + if yyj1082 >= l { break } } else { @@ -14875,26 +15141,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1063Slc = r.DecodeBytes(yys1063Slc, true, true) - yys1063 := string(yys1063Slc) + yys1082Slc = r.DecodeBytes(yys1082Slc, true, true) + yys1082 := string(yys1082Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1063 { + switch yys1082 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1064 := &x.Command - yym1065 := z.DecBinary() - _ = yym1065 + yyv1083 := &x.Command + yym1084 := z.DecBinary() + _ = yym1084 if false { } else { - z.F.DecSliceStringX(yyv1064, false, d) + z.F.DecSliceStringX(yyv1083, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1063) - } // end switch yys1063 - } // end for yyj1063 + z.DecStructFieldNotFound(-1, yys1082) + } // end switch yys1082 + } // end for yyj1082 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14902,16 +15168,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1066 int - var yyb1066 bool - var yyhl1066 bool = l >= 0 - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + var yyj1085 int + var yyb1085 bool + var yyhl1085 bool = l >= 0 + yyj1085++ + if yyhl1085 { + yyb1085 = yyj1085 > l } else { - yyb1066 = r.CheckBreak() + yyb1085 = r.CheckBreak() } - if yyb1066 { + if yyb1085 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14919,26 +15185,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1067 := &x.Command - yym1068 := z.DecBinary() - _ = yym1068 + yyv1086 := &x.Command + yym1087 := z.DecBinary() + _ = yym1087 if false { } else { - z.F.DecSliceStringX(yyv1067, false, d) + z.F.DecSliceStringX(yyv1086, false, d) } } for { - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + yyj1085++ + if yyhl1085 { + yyb1085 = yyj1085 > l } else { - yyb1066 = r.CheckBreak() + yyb1085 = r.CheckBreak() } - if yyb1066 { + if yyb1085 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1066-1, "") + z.DecStructFieldNotFound(yyj1085-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14950,49 +15216,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1069 := z.EncBinary() - _ = yym1069 + yym1088 := z.EncBinary() + _ = yym1088 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1070 := !z.EncBinary() - yy2arr1070 := z.EncBasicHandle().StructToArray - var yyq1070 [8]bool - _, _, _ = yysep1070, yyq1070, yy2arr1070 - const yyr1070 bool = false - yyq1070[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1070[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1070[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1070[3] = x.InitialDelaySeconds != 0 - yyq1070[4] = x.TimeoutSeconds != 0 - yyq1070[5] = x.PeriodSeconds != 0 - yyq1070[6] = x.SuccessThreshold != 0 - yyq1070[7] = x.FailureThreshold != 0 - var yynn1070 int - if yyr1070 || yy2arr1070 { + yysep1089 := !z.EncBinary() + yy2arr1089 := z.EncBasicHandle().StructToArray + var yyq1089 [8]bool + _, _, _ = yysep1089, yyq1089, yy2arr1089 + const yyr1089 bool = false + yyq1089[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1089[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1089[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1089[3] = x.InitialDelaySeconds != 0 + yyq1089[4] = x.TimeoutSeconds != 0 + yyq1089[5] = x.PeriodSeconds != 0 + yyq1089[6] = x.SuccessThreshold != 0 + yyq1089[7] = x.FailureThreshold != 0 + var yynn1089 int + if yyr1089 || yy2arr1089 { r.EncodeArrayStart(8) } else { - yynn1070 = 0 - for _, b := range yyq1070 { + yynn1089 = 0 + for _, b := range yyq1089 { if b { - yynn1070++ + yynn1089++ } } - r.EncodeMapStart(yynn1070) - yynn1070 = 0 + r.EncodeMapStart(yynn1089) + yynn1089 = 0 } - var yyn1071 bool + var yyn1090 bool if x.Handler.Exec == nil { - yyn1071 = true - goto LABEL1071 + yyn1090 = true + goto LABEL1090 } - LABEL1071: - if yyr1070 || yy2arr1070 { - if yyn1071 { + LABEL1090: + if yyr1089 || yy2arr1089 { + if yyn1090 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[0] { + if yyq1089[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -15003,11 +15269,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1070[0] { + if yyq1089[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1071 { + if yyn1090 { r.EncodeNil() } else { if x.Exec == nil { @@ -15018,18 +15284,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1072 bool + var yyn1091 bool if x.Handler.HTTPGet == nil { - yyn1072 = true - goto LABEL1072 + yyn1091 = true + goto LABEL1091 } - LABEL1072: - if yyr1070 || yy2arr1070 { - if yyn1072 { + LABEL1091: + if yyr1089 || yy2arr1089 { + if yyn1091 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[1] { + if yyq1089[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -15040,11 +15306,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1070[1] { + if yyq1089[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1072 { + if yyn1091 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -15055,18 +15321,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1073 bool + var yyn1092 bool if x.Handler.TCPSocket == nil { - yyn1073 = true - goto LABEL1073 + yyn1092 = true + goto LABEL1092 } - LABEL1073: - if yyr1070 || yy2arr1070 { - if yyn1073 { + LABEL1092: + if yyr1089 || yy2arr1089 { + if yyn1092 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[2] { + if yyq1089[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -15077,11 +15343,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1070[2] { + if yyq1089[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1073 { + if yyn1092 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -15092,11 +15358,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[3] { - yym1075 := z.EncBinary() - _ = yym1075 + if yyq1089[3] { + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -15105,23 +15371,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1070[3] { + if yyq1089[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1076 := z.EncBinary() - _ = yym1076 + yym1095 := z.EncBinary() + _ = yym1095 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[4] { - yym1078 := z.EncBinary() - _ = yym1078 + if yyq1089[4] { + yym1097 := z.EncBinary() + _ = yym1097 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) @@ -15130,23 +15396,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1070[4] { + if yyq1089[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1079 := z.EncBinary() - _ = yym1079 + yym1098 := z.EncBinary() + _ = yym1098 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[5] { - yym1081 := z.EncBinary() - _ = yym1081 + if yyq1089[5] { + yym1100 := z.EncBinary() + _ = yym1100 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) @@ -15155,23 +15421,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1070[5] { + if yyq1089[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1082 := z.EncBinary() - _ = yym1082 + yym1101 := z.EncBinary() + _ = yym1101 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[6] { - yym1084 := z.EncBinary() - _ = yym1084 + if yyq1089[6] { + yym1103 := z.EncBinary() + _ = yym1103 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) @@ -15180,23 +15446,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1070[6] { + if yyq1089[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1085 := z.EncBinary() - _ = yym1085 + yym1104 := z.EncBinary() + _ = yym1104 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1070[7] { - yym1087 := z.EncBinary() - _ = yym1087 + if yyq1089[7] { + yym1106 := z.EncBinary() + _ = yym1106 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) @@ -15205,19 +15471,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1070[7] { + if yyq1089[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1088 := z.EncBinary() - _ = yym1088 + yym1107 := z.EncBinary() + _ = yym1107 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1070 || yy2arr1070 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15230,25 +15496,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1089 := z.DecBinary() - _ = yym1089 + yym1108 := z.DecBinary() + _ = yym1108 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1090 := r.ContainerType() - if yyct1090 == codecSelferValueTypeMap1234 { - yyl1090 := r.ReadMapStart() - if yyl1090 == 0 { + yyct1109 := r.ContainerType() + if yyct1109 == codecSelferValueTypeMap1234 { + yyl1109 := r.ReadMapStart() + if yyl1109 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1090, d) + x.codecDecodeSelfFromMap(yyl1109, d) } - } else if yyct1090 == codecSelferValueTypeArray1234 { - yyl1090 := r.ReadArrayStart() - if yyl1090 == 0 { + } else if yyct1109 == codecSelferValueTypeArray1234 { + yyl1109 := r.ReadArrayStart() + if yyl1109 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1090, d) + x.codecDecodeSelfFromArray(yyl1109, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15260,12 +15526,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1091Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1091Slc - var yyhl1091 bool = l >= 0 - for yyj1091 := 0; ; yyj1091++ { - if yyhl1091 { - if yyj1091 >= l { + var yys1110Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1110Slc + var yyhl1110 bool = l >= 0 + for yyj1110 := 0; ; yyj1110++ { + if yyhl1110 { + if yyj1110 >= l { break } } else { @@ -15274,10 +15540,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1091Slc = r.DecodeBytes(yys1091Slc, true, true) - yys1091 := string(yys1091Slc) + yys1110Slc = r.DecodeBytes(yys1110Slc, true, true) + yys1110 := string(yys1110Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1091 { + switch yys1110 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -15351,9 +15617,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys1091) - } // end switch yys1091 - } // end for yyj1091 + z.DecStructFieldNotFound(-1, yys1110) + } // end switch yys1110 + } // end for yyj1110 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15361,19 +15627,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1100 int - var yyb1100 bool - var yyhl1100 bool = l >= 0 + var yyj1119 int + var yyb1119 bool + var yyhl1119 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15391,13 +15657,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15415,13 +15681,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15436,13 +15702,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15452,13 +15718,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15468,13 +15734,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15484,13 +15750,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15500,13 +15766,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15517,17 +15783,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1100 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1100 { + if yyb1119 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1100-1, "") + z.DecStructFieldNotFound(yyj1119-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15536,8 +15802,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1109 := z.EncBinary() - _ = yym1109 + yym1128 := z.EncBinary() + _ = yym1128 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15549,8 +15815,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1110 := z.DecBinary() - _ = yym1110 + yym1129 := z.DecBinary() + _ = yym1129 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15562,8 +15828,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1111 := z.EncBinary() - _ = yym1111 + yym1130 := z.EncBinary() + _ = yym1130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15575,8 +15841,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1112 := z.DecBinary() - _ = yym1112 + yym1131 := z.DecBinary() + _ = yym1131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15591,39 +15857,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1113 := z.EncBinary() - _ = yym1113 + yym1132 := z.EncBinary() + _ = yym1132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1114 := !z.EncBinary() - yy2arr1114 := z.EncBasicHandle().StructToArray - var yyq1114 [2]bool - _, _, _ = yysep1114, yyq1114, yy2arr1114 - const yyr1114 bool = false - yyq1114[0] = len(x.Add) != 0 - yyq1114[1] = len(x.Drop) != 0 - var yynn1114 int - if yyr1114 || yy2arr1114 { + yysep1133 := !z.EncBinary() + yy2arr1133 := z.EncBasicHandle().StructToArray + var yyq1133 [2]bool + _, _, _ = yysep1133, yyq1133, yy2arr1133 + const yyr1133 bool = false + yyq1133[0] = len(x.Add) != 0 + yyq1133[1] = len(x.Drop) != 0 + var yynn1133 int + if yyr1133 || yy2arr1133 { r.EncodeArrayStart(2) } else { - yynn1114 = 0 - for _, b := range yyq1114 { + yynn1133 = 0 + for _, b := range yyq1133 { if b { - yynn1114++ + yynn1133++ } } - r.EncodeMapStart(yynn1114) - yynn1114 = 0 + r.EncodeMapStart(yynn1133) + yynn1133 = 0 } - if yyr1114 || yy2arr1114 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1114[0] { + if yyq1133[0] { if x.Add == nil { r.EncodeNil() } else { - yym1116 := z.EncBinary() - _ = yym1116 + yym1135 := z.EncBinary() + _ = yym1135 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -15633,15 +15899,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1114[0] { + if yyq1133[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1117 := z.EncBinary() - _ = yym1117 + yym1136 := z.EncBinary() + _ = yym1136 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -15649,14 +15915,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1114 || yy2arr1114 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1114[1] { + if yyq1133[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1119 := z.EncBinary() - _ = yym1119 + yym1138 := z.EncBinary() + _ = yym1138 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -15666,15 +15932,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1114[1] { + if yyq1133[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1120 := z.EncBinary() - _ = yym1120 + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -15682,7 +15948,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1114 || yy2arr1114 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15695,25 +15961,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1121 := z.DecBinary() - _ = yym1121 + yym1140 := z.DecBinary() + _ = yym1140 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1122 := r.ContainerType() - if yyct1122 == codecSelferValueTypeMap1234 { - yyl1122 := r.ReadMapStart() - if yyl1122 == 0 { + yyct1141 := r.ContainerType() + if yyct1141 == codecSelferValueTypeMap1234 { + yyl1141 := r.ReadMapStart() + if yyl1141 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1122, d) + x.codecDecodeSelfFromMap(yyl1141, d) } - } else if yyct1122 == codecSelferValueTypeArray1234 { - yyl1122 := r.ReadArrayStart() - if yyl1122 == 0 { + } else if yyct1141 == codecSelferValueTypeArray1234 { + yyl1141 := r.ReadArrayStart() + if yyl1141 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1122, d) + x.codecDecodeSelfFromArray(yyl1141, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15725,12 +15991,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1123Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1123Slc - var yyhl1123 bool = l >= 0 - for yyj1123 := 0; ; yyj1123++ { - if yyhl1123 { - if yyj1123 >= l { + var yys1142Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1142Slc + var yyhl1142 bool = l >= 0 + for yyj1142 := 0; ; yyj1142++ { + if yyhl1142 { + if yyj1142 >= l { break } } else { @@ -15739,38 +16005,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1123Slc = r.DecodeBytes(yys1123Slc, true, true) - yys1123 := string(yys1123Slc) + yys1142Slc = r.DecodeBytes(yys1142Slc, true, true) + yys1142 := string(yys1142Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1123 { + switch yys1142 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1124 := &x.Add - yym1125 := z.DecBinary() - _ = yym1125 + yyv1143 := &x.Add + yym1144 := z.DecBinary() + _ = yym1144 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1124), d) + h.decSliceCapability((*[]Capability)(yyv1143), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1126 := &x.Drop - yym1127 := z.DecBinary() - _ = yym1127 + yyv1145 := &x.Drop + yym1146 := z.DecBinary() + _ = yym1146 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1126), d) + h.decSliceCapability((*[]Capability)(yyv1145), d) } } default: - z.DecStructFieldNotFound(-1, yys1123) - } // end switch yys1123 - } // end for yyj1123 + z.DecStructFieldNotFound(-1, yys1142) + } // end switch yys1142 + } // end for yyj1142 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15778,16 +16044,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1128 int - var yyb1128 bool - var yyhl1128 bool = l >= 0 - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + var yyj1147 int + var yyb1147 bool + var yyhl1147 bool = l >= 0 + yyj1147++ + if yyhl1147 { + yyb1147 = yyj1147 > l } else { - yyb1128 = r.CheckBreak() + yyb1147 = r.CheckBreak() } - if yyb1128 { + if yyb1147 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15795,21 +16061,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1129 := &x.Add - yym1130 := z.DecBinary() - _ = yym1130 + yyv1148 := &x.Add + yym1149 := z.DecBinary() + _ = yym1149 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1129), d) + h.decSliceCapability((*[]Capability)(yyv1148), d) } } - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + yyj1147++ + if yyhl1147 { + yyb1147 = yyj1147 > l } else { - yyb1128 = r.CheckBreak() + yyb1147 = r.CheckBreak() } - if yyb1128 { + if yyb1147 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15817,26 +16083,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1131 := &x.Drop - yym1132 := z.DecBinary() - _ = yym1132 + yyv1150 := &x.Drop + yym1151 := z.DecBinary() + _ = yym1151 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1131), d) + h.decSliceCapability((*[]Capability)(yyv1150), d) } } for { - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + yyj1147++ + if yyhl1147 { + yyb1147 = yyj1147 > l } else { - yyb1128 = r.CheckBreak() + yyb1147 = r.CheckBreak() } - if yyb1128 { + if yyb1147 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1128-1, "") + z.DecStructFieldNotFound(yyj1147-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15848,34 +16114,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1133 := z.EncBinary() - _ = yym1133 + yym1152 := z.EncBinary() + _ = yym1152 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1134 := !z.EncBinary() - yy2arr1134 := z.EncBasicHandle().StructToArray - var yyq1134 [2]bool - _, _, _ = yysep1134, yyq1134, yy2arr1134 - const yyr1134 bool = false - yyq1134[0] = len(x.Limits) != 0 - yyq1134[1] = len(x.Requests) != 0 - var yynn1134 int - if yyr1134 || yy2arr1134 { + yysep1153 := !z.EncBinary() + yy2arr1153 := z.EncBasicHandle().StructToArray + var yyq1153 [2]bool + _, _, _ = yysep1153, yyq1153, yy2arr1153 + const yyr1153 bool = false + yyq1153[0] = len(x.Limits) != 0 + yyq1153[1] = len(x.Requests) != 0 + var yynn1153 int + if yyr1153 || yy2arr1153 { r.EncodeArrayStart(2) } else { - yynn1134 = 0 - for _, b := range yyq1134 { + yynn1153 = 0 + for _, b := range yyq1153 { if b { - yynn1134++ + yynn1153++ } } - r.EncodeMapStart(yynn1134) - yynn1134 = 0 + r.EncodeMapStart(yynn1153) + yynn1153 = 0 } - if yyr1134 || yy2arr1134 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1134[0] { + if yyq1153[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -15885,7 +16151,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1134[0] { + if yyq1153[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15896,9 +16162,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1134 || yy2arr1134 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1134[1] { + if yyq1153[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -15908,7 +16174,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1134[1] { + if yyq1153[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15919,7 +16185,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1134 || yy2arr1134 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15932,25 +16198,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1137 := z.DecBinary() - _ = yym1137 + yym1156 := z.DecBinary() + _ = yym1156 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1138 := r.ContainerType() - if yyct1138 == codecSelferValueTypeMap1234 { - yyl1138 := r.ReadMapStart() - if yyl1138 == 0 { + yyct1157 := r.ContainerType() + if yyct1157 == codecSelferValueTypeMap1234 { + yyl1157 := r.ReadMapStart() + if yyl1157 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1138, d) + x.codecDecodeSelfFromMap(yyl1157, d) } - } else if yyct1138 == codecSelferValueTypeArray1234 { - yyl1138 := r.ReadArrayStart() - if yyl1138 == 0 { + } else if yyct1157 == codecSelferValueTypeArray1234 { + yyl1157 := r.ReadArrayStart() + if yyl1157 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1138, d) + x.codecDecodeSelfFromArray(yyl1157, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15962,12 +16228,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1139Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1139Slc - var yyhl1139 bool = l >= 0 - for yyj1139 := 0; ; yyj1139++ { - if yyhl1139 { - if yyj1139 >= l { + var yys1158Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1158Slc + var yyhl1158 bool = l >= 0 + for yyj1158 := 0; ; yyj1158++ { + if yyhl1158 { + if yyj1158 >= l { break } } else { @@ -15976,28 +16242,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1139Slc = r.DecodeBytes(yys1139Slc, true, true) - yys1139 := string(yys1139Slc) + yys1158Slc = r.DecodeBytes(yys1158Slc, true, true) + yys1158 := string(yys1158Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1139 { + switch yys1158 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1140 := &x.Limits - yyv1140.CodecDecodeSelf(d) + yyv1159 := &x.Limits + yyv1159.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1141 := &x.Requests - yyv1141.CodecDecodeSelf(d) + yyv1160 := &x.Requests + yyv1160.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1139) - } // end switch yys1139 - } // end for yyj1139 + z.DecStructFieldNotFound(-1, yys1158) + } // end switch yys1158 + } // end for yyj1158 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16005,16 +16271,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1142 int - var yyb1142 bool - var yyhl1142 bool = l >= 0 - yyj1142++ - if yyhl1142 { - yyb1142 = yyj1142 > l + var yyj1161 int + var yyb1161 bool + var yyhl1161 bool = l >= 0 + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1142 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1142 { + if yyb1161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16022,16 +16288,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1143 := &x.Limits - yyv1143.CodecDecodeSelf(d) + yyv1162 := &x.Limits + yyv1162.CodecDecodeSelf(d) } - yyj1142++ - if yyhl1142 { - yyb1142 = yyj1142 > l + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1142 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1142 { + if yyb1161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16039,21 +16305,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1144 := &x.Requests - yyv1144.CodecDecodeSelf(d) + yyv1163 := &x.Requests + yyv1163.CodecDecodeSelf(d) } for { - yyj1142++ - if yyhl1142 { - yyb1142 = yyj1142 > l + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1142 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1142 { + if yyb1161 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1142-1, "") + z.DecStructFieldNotFound(yyj1161-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16065,48 +16331,48 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1145 := z.EncBinary() - _ = yym1145 + yym1164 := z.EncBinary() + _ = yym1164 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1146 := !z.EncBinary() - yy2arr1146 := z.EncBasicHandle().StructToArray - var yyq1146 [18]bool - _, _, _ = yysep1146, yyq1146, yy2arr1146 - const yyr1146 bool = false - yyq1146[2] = len(x.Command) != 0 - yyq1146[3] = len(x.Args) != 0 - yyq1146[4] = x.WorkingDir != "" - yyq1146[5] = len(x.Ports) != 0 - yyq1146[6] = len(x.Env) != 0 - yyq1146[7] = true - yyq1146[8] = len(x.VolumeMounts) != 0 - yyq1146[9] = x.LivenessProbe != nil - yyq1146[10] = x.ReadinessProbe != nil - yyq1146[11] = x.Lifecycle != nil - yyq1146[12] = x.TerminationMessagePath != "" - yyq1146[14] = x.SecurityContext != nil - yyq1146[15] = x.Stdin != false - yyq1146[16] = x.StdinOnce != false - yyq1146[17] = x.TTY != false - var yynn1146 int - if yyr1146 || yy2arr1146 { + yysep1165 := !z.EncBinary() + yy2arr1165 := z.EncBasicHandle().StructToArray + var yyq1165 [18]bool + _, _, _ = yysep1165, yyq1165, yy2arr1165 + const yyr1165 bool = false + yyq1165[2] = len(x.Command) != 0 + yyq1165[3] = len(x.Args) != 0 + yyq1165[4] = x.WorkingDir != "" + yyq1165[5] = len(x.Ports) != 0 + yyq1165[6] = len(x.Env) != 0 + yyq1165[7] = true + yyq1165[8] = len(x.VolumeMounts) != 0 + yyq1165[9] = x.LivenessProbe != nil + yyq1165[10] = x.ReadinessProbe != nil + yyq1165[11] = x.Lifecycle != nil + yyq1165[12] = x.TerminationMessagePath != "" + yyq1165[14] = x.SecurityContext != nil + yyq1165[15] = x.Stdin != false + yyq1165[16] = x.StdinOnce != false + yyq1165[17] = x.TTY != false + var yynn1165 int + if yyr1165 || yy2arr1165 { r.EncodeArrayStart(18) } else { - yynn1146 = 3 - for _, b := range yyq1146 { + yynn1165 = 3 + for _, b := range yyq1165 { if b { - yynn1146++ + yynn1165++ } } - r.EncodeMapStart(yynn1146) - yynn1146 = 0 + r.EncodeMapStart(yynn1165) + yynn1165 = 0 } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1148 := z.EncBinary() - _ = yym1148 + yym1167 := z.EncBinary() + _ = yym1167 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16115,17 +16381,17 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1149 := z.EncBinary() - _ = yym1149 + yym1168 := z.EncBinary() + _ = yym1168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1151 := z.EncBinary() - _ = yym1151 + yym1170 := z.EncBinary() + _ = yym1170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -16134,21 +16400,21 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1152 := z.EncBinary() - _ = yym1152 + yym1171 := z.EncBinary() + _ = yym1171 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[2] { + if yyq1165[2] { if x.Command == nil { r.EncodeNil() } else { - yym1154 := z.EncBinary() - _ = yym1154 + yym1173 := z.EncBinary() + _ = yym1173 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -16158,15 +16424,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[2] { + if yyq1165[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1155 := z.EncBinary() - _ = yym1155 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -16174,14 +16440,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[3] { + if yyq1165[3] { if x.Args == nil { r.EncodeNil() } else { - yym1157 := z.EncBinary() - _ = yym1157 + yym1176 := z.EncBinary() + _ = yym1176 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -16191,15 +16457,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[3] { + if yyq1165[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1158 := z.EncBinary() - _ = yym1158 + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -16207,11 +16473,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[4] { - yym1160 := z.EncBinary() - _ = yym1160 + if yyq1165[4] { + yym1179 := z.EncBinary() + _ = yym1179 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -16220,26 +16486,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1146[4] { + if yyq1165[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1161 := z.EncBinary() - _ = yym1161 + yym1180 := z.EncBinary() + _ = yym1180 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[5] { + if yyq1165[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1163 := z.EncBinary() - _ = yym1163 + yym1182 := z.EncBinary() + _ = yym1182 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -16249,15 +16515,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[5] { + if yyq1165[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1164 := z.EncBinary() - _ = yym1164 + yym1183 := z.EncBinary() + _ = yym1183 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -16265,14 +16531,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[6] { + if yyq1165[6] { if x.Env == nil { r.EncodeNil() } else { - yym1166 := z.EncBinary() - _ = yym1166 + yym1185 := z.EncBinary() + _ = yym1185 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -16282,15 +16548,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[6] { + if yyq1165[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1167 := z.EncBinary() - _ = yym1167 + yym1186 := z.EncBinary() + _ = yym1186 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -16298,31 +16564,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[7] { - yy1169 := &x.Resources - yy1169.CodecEncodeSelf(e) + if yyq1165[7] { + yy1188 := &x.Resources + yy1188.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1146[7] { + if yyq1165[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1170 := &x.Resources - yy1170.CodecEncodeSelf(e) + yy1189 := &x.Resources + yy1189.CodecEncodeSelf(e) } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[8] { + if yyq1165[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1172 := z.EncBinary() - _ = yym1172 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -16332,15 +16598,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[8] { + if yyq1165[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1173 := z.EncBinary() - _ = yym1173 + yym1192 := z.EncBinary() + _ = yym1192 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -16348,9 +16614,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[9] { + if yyq1165[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -16360,7 +16626,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[9] { + if yyq1165[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16371,9 +16637,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[10] { + if yyq1165[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -16383,7 +16649,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[10] { + if yyq1165[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16394,9 +16660,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[11] { + if yyq1165[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -16406,7 +16672,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[11] { + if yyq1165[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16417,11 +16683,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[12] { - yym1178 := z.EncBinary() - _ = yym1178 + if yyq1165[12] { + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -16430,19 +16696,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1146[12] { + if yyq1165[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1179 := z.EncBinary() - _ = yym1179 + yym1198 := z.EncBinary() + _ = yym1198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.ImagePullPolicy.CodecEncodeSelf(e) } else { @@ -16451,9 +16717,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[14] { + if yyq1165[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -16463,7 +16729,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1146[14] { + if yyq1165[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16474,11 +16740,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[15] { - yym1183 := z.EncBinary() - _ = yym1183 + if yyq1165[15] { + yym1202 := z.EncBinary() + _ = yym1202 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -16487,23 +16753,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1146[15] { + if yyq1165[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1184 := z.EncBinary() - _ = yym1184 + yym1203 := z.EncBinary() + _ = yym1203 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[16] { - yym1186 := z.EncBinary() - _ = yym1186 + if yyq1165[16] { + yym1205 := z.EncBinary() + _ = yym1205 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -16512,23 +16778,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1146[16] { + if yyq1165[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1187 := z.EncBinary() - _ = yym1187 + yym1206 := z.EncBinary() + _ = yym1206 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1146[17] { - yym1189 := z.EncBinary() - _ = yym1189 + if yyq1165[17] { + yym1208 := z.EncBinary() + _ = yym1208 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -16537,19 +16803,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1146[17] { + if yyq1165[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1190 := z.EncBinary() - _ = yym1190 + yym1209 := z.EncBinary() + _ = yym1209 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1146 || yy2arr1146 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16562,25 +16828,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1191 := z.DecBinary() - _ = yym1191 + yym1210 := z.DecBinary() + _ = yym1210 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1192 := r.ContainerType() - if yyct1192 == codecSelferValueTypeMap1234 { - yyl1192 := r.ReadMapStart() - if yyl1192 == 0 { + yyct1211 := r.ContainerType() + if yyct1211 == codecSelferValueTypeMap1234 { + yyl1211 := r.ReadMapStart() + if yyl1211 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1192, d) + x.codecDecodeSelfFromMap(yyl1211, d) } - } else if yyct1192 == codecSelferValueTypeArray1234 { - yyl1192 := r.ReadArrayStart() - if yyl1192 == 0 { + } else if yyct1211 == codecSelferValueTypeArray1234 { + yyl1211 := r.ReadArrayStart() + if yyl1211 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1192, d) + x.codecDecodeSelfFromArray(yyl1211, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16592,12 +16858,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1193Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1193Slc - var yyhl1193 bool = l >= 0 - for yyj1193 := 0; ; yyj1193++ { - if yyhl1193 { - if yyj1193 >= l { + var yys1212Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1212Slc + var yyhl1212 bool = l >= 0 + for yyj1212 := 0; ; yyj1212++ { + if yyhl1212 { + if yyj1212 >= l { break } } else { @@ -16606,10 +16872,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1193Slc = r.DecodeBytes(yys1193Slc, true, true) - yys1193 := string(yys1193Slc) + yys1212Slc = r.DecodeBytes(yys1212Slc, true, true) + yys1212 := string(yys1212Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1193 { + switch yys1212 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16626,24 +16892,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1196 := &x.Command - yym1197 := z.DecBinary() - _ = yym1197 + yyv1215 := &x.Command + yym1216 := z.DecBinary() + _ = yym1216 if false { } else { - z.F.DecSliceStringX(yyv1196, false, d) + z.F.DecSliceStringX(yyv1215, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1198 := &x.Args - yym1199 := z.DecBinary() - _ = yym1199 + yyv1217 := &x.Args + yym1218 := z.DecBinary() + _ = yym1218 if false { } else { - z.F.DecSliceStringX(yyv1198, false, d) + z.F.DecSliceStringX(yyv1217, false, d) } } case "workingDir": @@ -16656,43 +16922,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1201 := &x.Ports - yym1202 := z.DecBinary() - _ = yym1202 + yyv1220 := &x.Ports + yym1221 := z.DecBinary() + _ = yym1221 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1201), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1220), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1203 := &x.Env - yym1204 := z.DecBinary() - _ = yym1204 + yyv1222 := &x.Env + yym1223 := z.DecBinary() + _ = yym1223 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1203), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1222), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1205 := &x.Resources - yyv1205.CodecDecodeSelf(d) + yyv1224 := &x.Resources + yyv1224.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1206 := &x.VolumeMounts - yym1207 := z.DecBinary() - _ = yym1207 + yyv1225 := &x.VolumeMounts + yym1226 := z.DecBinary() + _ = yym1226 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1206), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1225), d) } } case "livenessProbe": @@ -16770,9 +17036,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1193) - } // end switch yys1193 - } // end for yyj1193 + z.DecStructFieldNotFound(-1, yys1212) + } // end switch yys1212 + } // end for yyj1212 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16780,16 +17046,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1217 int - var yyb1217 bool - var yyhl1217 bool = l >= 0 - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + var yyj1236 int + var yyb1236 bool + var yyhl1236 bool = l >= 0 + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16799,13 +17065,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16815,13 +17081,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16829,21 +17095,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1220 := &x.Command - yym1221 := z.DecBinary() - _ = yym1221 + yyv1239 := &x.Command + yym1240 := z.DecBinary() + _ = yym1240 if false { } else { - z.F.DecSliceStringX(yyv1220, false, d) + z.F.DecSliceStringX(yyv1239, false, d) } } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16851,21 +17117,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1222 := &x.Args - yym1223 := z.DecBinary() - _ = yym1223 + yyv1241 := &x.Args + yym1242 := z.DecBinary() + _ = yym1242 if false { } else { - z.F.DecSliceStringX(yyv1222, false, d) + z.F.DecSliceStringX(yyv1241, false, d) } } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16875,13 +17141,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16889,21 +17155,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1225 := &x.Ports - yym1226 := z.DecBinary() - _ = yym1226 + yyv1244 := &x.Ports + yym1245 := z.DecBinary() + _ = yym1245 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1225), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1244), d) } } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16911,21 +17177,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1227 := &x.Env - yym1228 := z.DecBinary() - _ = yym1228 + yyv1246 := &x.Env + yym1247 := z.DecBinary() + _ = yym1247 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1227), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1246), d) } } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16933,16 +17199,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1229 := &x.Resources - yyv1229.CodecDecodeSelf(d) + yyv1248 := &x.Resources + yyv1248.CodecDecodeSelf(d) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16950,21 +17216,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1230 := &x.VolumeMounts - yym1231 := z.DecBinary() - _ = yym1231 + yyv1249 := &x.VolumeMounts + yym1250 := z.DecBinary() + _ = yym1250 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1230), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1249), d) } } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16979,13 +17245,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17000,13 +17266,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17021,13 +17287,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17037,13 +17303,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17053,13 +17319,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17074,13 +17340,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17090,13 +17356,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17106,13 +17372,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17123,17 +17389,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1217++ - if yyhl1217 { - yyb1217 = yyj1217 > l + yyj1236++ + if yyhl1236 { + yyb1236 = yyj1236 > l } else { - yyb1217 = r.CheckBreak() + yyb1236 = r.CheckBreak() } - if yyb1217 { + if yyb1236 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1217-1, "") + z.DecStructFieldNotFound(yyj1236-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17145,35 +17411,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1241 := z.EncBinary() - _ = yym1241 + yym1260 := z.EncBinary() + _ = yym1260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1242 := !z.EncBinary() - yy2arr1242 := z.EncBasicHandle().StructToArray - var yyq1242 [3]bool - _, _, _ = yysep1242, yyq1242, yy2arr1242 - const yyr1242 bool = false - yyq1242[0] = x.Exec != nil - yyq1242[1] = x.HTTPGet != nil - yyq1242[2] = x.TCPSocket != nil - var yynn1242 int - if yyr1242 || yy2arr1242 { + yysep1261 := !z.EncBinary() + yy2arr1261 := z.EncBasicHandle().StructToArray + var yyq1261 [3]bool + _, _, _ = yysep1261, yyq1261, yy2arr1261 + const yyr1261 bool = false + yyq1261[0] = x.Exec != nil + yyq1261[1] = x.HTTPGet != nil + yyq1261[2] = x.TCPSocket != nil + var yynn1261 int + if yyr1261 || yy2arr1261 { r.EncodeArrayStart(3) } else { - yynn1242 = 0 - for _, b := range yyq1242 { + yynn1261 = 0 + for _, b := range yyq1261 { if b { - yynn1242++ + yynn1261++ } } - r.EncodeMapStart(yynn1242) - yynn1242 = 0 + r.EncodeMapStart(yynn1261) + yynn1261 = 0 } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1242[0] { + if yyq1261[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -17183,7 +17449,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1242[0] { + if yyq1261[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17194,9 +17460,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1242[1] { + if yyq1261[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -17206,7 +17472,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1242[1] { + if yyq1261[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17217,9 +17483,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1242[2] { + if yyq1261[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -17229,7 +17495,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1242[2] { + if yyq1261[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17240,7 +17506,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17253,25 +17519,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1246 := z.DecBinary() - _ = yym1246 + yym1265 := z.DecBinary() + _ = yym1265 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1247 := r.ContainerType() - if yyct1247 == codecSelferValueTypeMap1234 { - yyl1247 := r.ReadMapStart() - if yyl1247 == 0 { + yyct1266 := r.ContainerType() + if yyct1266 == codecSelferValueTypeMap1234 { + yyl1266 := r.ReadMapStart() + if yyl1266 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1247, d) + x.codecDecodeSelfFromMap(yyl1266, d) } - } else if yyct1247 == codecSelferValueTypeArray1234 { - yyl1247 := r.ReadArrayStart() - if yyl1247 == 0 { + } else if yyct1266 == codecSelferValueTypeArray1234 { + yyl1266 := r.ReadArrayStart() + if yyl1266 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1247, d) + x.codecDecodeSelfFromArray(yyl1266, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17283,12 +17549,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1248Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1248Slc - var yyhl1248 bool = l >= 0 - for yyj1248 := 0; ; yyj1248++ { - if yyhl1248 { - if yyj1248 >= l { + var yys1267Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1267Slc + var yyhl1267 bool = l >= 0 + for yyj1267 := 0; ; yyj1267++ { + if yyhl1267 { + if yyj1267 >= l { break } } else { @@ -17297,10 +17563,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1248Slc = r.DecodeBytes(yys1248Slc, true, true) - yys1248 := string(yys1248Slc) + yys1267Slc = r.DecodeBytes(yys1267Slc, true, true) + yys1267 := string(yys1267Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1248 { + switch yys1267 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -17335,9 +17601,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1248) - } // end switch yys1248 - } // end for yyj1248 + z.DecStructFieldNotFound(-1, yys1267) + } // end switch yys1267 + } // end for yyj1267 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17345,16 +17611,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1252 int - var yyb1252 bool - var yyhl1252 bool = l >= 0 - yyj1252++ - if yyhl1252 { - yyb1252 = yyj1252 > l + var yyj1271 int + var yyb1271 bool + var yyhl1271 bool = l >= 0 + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1252 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1252 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17369,13 +17635,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1252++ - if yyhl1252 { - yyb1252 = yyj1252 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1252 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1252 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17390,13 +17656,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1252++ - if yyhl1252 { - yyb1252 = yyj1252 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1252 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1252 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17412,17 +17678,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1252++ - if yyhl1252 { - yyb1252 = yyj1252 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1252 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1252 { + if yyb1271 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1252-1, "") + z.DecStructFieldNotFound(yyj1271-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17434,34 +17700,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1256 := z.EncBinary() - _ = yym1256 + yym1275 := z.EncBinary() + _ = yym1275 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1257 := !z.EncBinary() - yy2arr1257 := z.EncBasicHandle().StructToArray - var yyq1257 [2]bool - _, _, _ = yysep1257, yyq1257, yy2arr1257 - const yyr1257 bool = false - yyq1257[0] = x.PostStart != nil - yyq1257[1] = x.PreStop != nil - var yynn1257 int - if yyr1257 || yy2arr1257 { + yysep1276 := !z.EncBinary() + yy2arr1276 := z.EncBasicHandle().StructToArray + var yyq1276 [2]bool + _, _, _ = yysep1276, yyq1276, yy2arr1276 + const yyr1276 bool = false + yyq1276[0] = x.PostStart != nil + yyq1276[1] = x.PreStop != nil + var yynn1276 int + if yyr1276 || yy2arr1276 { r.EncodeArrayStart(2) } else { - yynn1257 = 0 - for _, b := range yyq1257 { + yynn1276 = 0 + for _, b := range yyq1276 { if b { - yynn1257++ + yynn1276++ } } - r.EncodeMapStart(yynn1257) - yynn1257 = 0 + r.EncodeMapStart(yynn1276) + yynn1276 = 0 } - if yyr1257 || yy2arr1257 { + if yyr1276 || yy2arr1276 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1257[0] { + if yyq1276[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -17471,7 +17737,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1257[0] { + if yyq1276[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17482,9 +17748,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1257 || yy2arr1257 { + if yyr1276 || yy2arr1276 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1257[1] { + if yyq1276[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -17494,7 +17760,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1257[1] { + if yyq1276[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17505,7 +17771,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1257 || yy2arr1257 { + if yyr1276 || yy2arr1276 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17518,25 +17784,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1260 := z.DecBinary() - _ = yym1260 + yym1279 := z.DecBinary() + _ = yym1279 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1261 := r.ContainerType() - if yyct1261 == codecSelferValueTypeMap1234 { - yyl1261 := r.ReadMapStart() - if yyl1261 == 0 { + yyct1280 := r.ContainerType() + if yyct1280 == codecSelferValueTypeMap1234 { + yyl1280 := r.ReadMapStart() + if yyl1280 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1261, d) + x.codecDecodeSelfFromMap(yyl1280, d) } - } else if yyct1261 == codecSelferValueTypeArray1234 { - yyl1261 := r.ReadArrayStart() - if yyl1261 == 0 { + } else if yyct1280 == codecSelferValueTypeArray1234 { + yyl1280 := r.ReadArrayStart() + if yyl1280 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1261, d) + x.codecDecodeSelfFromArray(yyl1280, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17548,12 +17814,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1262Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1262Slc - var yyhl1262 bool = l >= 0 - for yyj1262 := 0; ; yyj1262++ { - if yyhl1262 { - if yyj1262 >= l { + var yys1281Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1281Slc + var yyhl1281 bool = l >= 0 + for yyj1281 := 0; ; yyj1281++ { + if yyhl1281 { + if yyj1281 >= l { break } } else { @@ -17562,10 +17828,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1262Slc = r.DecodeBytes(yys1262Slc, true, true) - yys1262 := string(yys1262Slc) + yys1281Slc = r.DecodeBytes(yys1281Slc, true, true) + yys1281 := string(yys1281Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1262 { + switch yys1281 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -17589,9 +17855,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1262) - } // end switch yys1262 - } // end for yyj1262 + z.DecStructFieldNotFound(-1, yys1281) + } // end switch yys1281 + } // end for yyj1281 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17599,16 +17865,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1265 int - var yyb1265 bool - var yyhl1265 bool = l >= 0 - yyj1265++ - if yyhl1265 { - yyb1265 = yyj1265 > l + var yyj1284 int + var yyb1284 bool + var yyhl1284 bool = l >= 0 + yyj1284++ + if yyhl1284 { + yyb1284 = yyj1284 > l } else { - yyb1265 = r.CheckBreak() + yyb1284 = r.CheckBreak() } - if yyb1265 { + if yyb1284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17623,13 +17889,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1265++ - if yyhl1265 { - yyb1265 = yyj1265 > l + yyj1284++ + if yyhl1284 { + yyb1284 = yyj1284 > l } else { - yyb1265 = r.CheckBreak() + yyb1284 = r.CheckBreak() } - if yyb1265 { + if yyb1284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17645,17 +17911,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1265++ - if yyhl1265 { - yyb1265 = yyj1265 > l + yyj1284++ + if yyhl1284 { + yyb1284 = yyj1284 > l } else { - yyb1265 = r.CheckBreak() + yyb1284 = r.CheckBreak() } - if yyb1265 { + if yyb1284 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1265-1, "") + z.DecStructFieldNotFound(yyj1284-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17664,8 +17930,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1268 := z.EncBinary() - _ = yym1268 + yym1287 := z.EncBinary() + _ = yym1287 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17677,8 +17943,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1269 := z.DecBinary() - _ = yym1269 + yym1288 := z.DecBinary() + _ = yym1288 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17693,36 +17959,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1270 := z.EncBinary() - _ = yym1270 + yym1289 := z.EncBinary() + _ = yym1289 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1271 := !z.EncBinary() - yy2arr1271 := z.EncBasicHandle().StructToArray - var yyq1271 [2]bool - _, _, _ = yysep1271, yyq1271, yy2arr1271 - const yyr1271 bool = false - yyq1271[0] = x.Reason != "" - yyq1271[1] = x.Message != "" - var yynn1271 int - if yyr1271 || yy2arr1271 { + yysep1290 := !z.EncBinary() + yy2arr1290 := z.EncBasicHandle().StructToArray + var yyq1290 [2]bool + _, _, _ = yysep1290, yyq1290, yy2arr1290 + const yyr1290 bool = false + yyq1290[0] = x.Reason != "" + yyq1290[1] = x.Message != "" + var yynn1290 int + if yyr1290 || yy2arr1290 { r.EncodeArrayStart(2) } else { - yynn1271 = 0 - for _, b := range yyq1271 { + yynn1290 = 0 + for _, b := range yyq1290 { if b { - yynn1271++ + yynn1290++ } } - r.EncodeMapStart(yynn1271) - yynn1271 = 0 + r.EncodeMapStart(yynn1290) + yynn1290 = 0 } - if yyr1271 || yy2arr1271 { + if yyr1290 || yy2arr1290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1271[0] { - yym1273 := z.EncBinary() - _ = yym1273 + if yyq1290[0] { + yym1292 := z.EncBinary() + _ = yym1292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -17731,23 +17997,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1271[0] { + if yyq1290[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1274 := z.EncBinary() - _ = yym1274 + yym1293 := z.EncBinary() + _ = yym1293 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1271 || yy2arr1271 { + if yyr1290 || yy2arr1290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1271[1] { - yym1276 := z.EncBinary() - _ = yym1276 + if yyq1290[1] { + yym1295 := z.EncBinary() + _ = yym1295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -17756,19 +18022,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1271[1] { + if yyq1290[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1277 := z.EncBinary() - _ = yym1277 + yym1296 := z.EncBinary() + _ = yym1296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1271 || yy2arr1271 { + if yyr1290 || yy2arr1290 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17781,25 +18047,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1278 := z.DecBinary() - _ = yym1278 + yym1297 := z.DecBinary() + _ = yym1297 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1279 := r.ContainerType() - if yyct1279 == codecSelferValueTypeMap1234 { - yyl1279 := r.ReadMapStart() - if yyl1279 == 0 { + yyct1298 := r.ContainerType() + if yyct1298 == codecSelferValueTypeMap1234 { + yyl1298 := r.ReadMapStart() + if yyl1298 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1279, d) + x.codecDecodeSelfFromMap(yyl1298, d) } - } else if yyct1279 == codecSelferValueTypeArray1234 { - yyl1279 := r.ReadArrayStart() - if yyl1279 == 0 { + } else if yyct1298 == codecSelferValueTypeArray1234 { + yyl1298 := r.ReadArrayStart() + if yyl1298 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1279, d) + x.codecDecodeSelfFromArray(yyl1298, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17811,12 +18077,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1280Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1280Slc - var yyhl1280 bool = l >= 0 - for yyj1280 := 0; ; yyj1280++ { - if yyhl1280 { - if yyj1280 >= l { + var yys1299Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1299Slc + var yyhl1299 bool = l >= 0 + for yyj1299 := 0; ; yyj1299++ { + if yyhl1299 { + if yyj1299 >= l { break } } else { @@ -17825,10 +18091,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1280Slc = r.DecodeBytes(yys1280Slc, true, true) - yys1280 := string(yys1280Slc) + yys1299Slc = r.DecodeBytes(yys1299Slc, true, true) + yys1299 := string(yys1299Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1280 { + switch yys1299 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -17842,9 +18108,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1280) - } // end switch yys1280 - } // end for yyj1280 + z.DecStructFieldNotFound(-1, yys1299) + } // end switch yys1299 + } // end for yyj1299 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17852,16 +18118,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1283 int - var yyb1283 bool - var yyhl1283 bool = l >= 0 - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + var yyj1302 int + var yyb1302 bool + var yyhl1302 bool = l >= 0 + yyj1302++ + if yyhl1302 { + yyb1302 = yyj1302 > l } else { - yyb1283 = r.CheckBreak() + yyb1302 = r.CheckBreak() } - if yyb1283 { + if yyb1302 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17871,13 +18137,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1302++ + if yyhl1302 { + yyb1302 = yyj1302 > l } else { - yyb1283 = r.CheckBreak() + yyb1302 = r.CheckBreak() } - if yyb1283 { + if yyb1302 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17888,17 +18154,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1302++ + if yyhl1302 { + yyb1302 = yyj1302 > l } else { - yyb1283 = r.CheckBreak() + yyb1302 = r.CheckBreak() } - if yyb1283 { + if yyb1302 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1283-1, "") + z.DecStructFieldNotFound(yyj1302-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17910,68 +18176,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1286 := z.EncBinary() - _ = yym1286 + yym1305 := z.EncBinary() + _ = yym1305 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1287 := !z.EncBinary() - yy2arr1287 := z.EncBasicHandle().StructToArray - var yyq1287 [1]bool - _, _, _ = yysep1287, yyq1287, yy2arr1287 - const yyr1287 bool = false - yyq1287[0] = true - var yynn1287 int - if yyr1287 || yy2arr1287 { + yysep1306 := !z.EncBinary() + yy2arr1306 := z.EncBasicHandle().StructToArray + var yyq1306 [1]bool + _, _, _ = yysep1306, yyq1306, yy2arr1306 + const yyr1306 bool = false + yyq1306[0] = true + var yynn1306 int + if yyr1306 || yy2arr1306 { r.EncodeArrayStart(1) } else { - yynn1287 = 0 - for _, b := range yyq1287 { + yynn1306 = 0 + for _, b := range yyq1306 { if b { - yynn1287++ + yynn1306++ } } - r.EncodeMapStart(yynn1287) - yynn1287 = 0 + r.EncodeMapStart(yynn1306) + yynn1306 = 0 } - if yyr1287 || yy2arr1287 { + if yyr1306 || yy2arr1306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1287[0] { - yy1289 := &x.StartedAt - yym1290 := z.EncBinary() - _ = yym1290 + if yyq1306[0] { + yy1308 := &x.StartedAt + yym1309 := z.EncBinary() + _ = yym1309 if false { - } else if z.HasExtensions() && z.EncExt(yy1289) { - } else if yym1290 { - z.EncBinaryMarshal(yy1289) - } else if !yym1290 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1289) + } else if z.HasExtensions() && z.EncExt(yy1308) { + } else if yym1309 { + z.EncBinaryMarshal(yy1308) + } else if !yym1309 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1308) } else { - z.EncFallback(yy1289) + z.EncFallback(yy1308) } } else { r.EncodeNil() } } else { - if yyq1287[0] { + if yyq1306[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1291 := &x.StartedAt - yym1292 := z.EncBinary() - _ = yym1292 + yy1310 := &x.StartedAt + yym1311 := z.EncBinary() + _ = yym1311 if false { - } else if z.HasExtensions() && z.EncExt(yy1291) { - } else if yym1292 { - z.EncBinaryMarshal(yy1291) - } else if !yym1292 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1291) + } else if z.HasExtensions() && z.EncExt(yy1310) { + } else if yym1311 { + z.EncBinaryMarshal(yy1310) + } else if !yym1311 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1310) } else { - z.EncFallback(yy1291) + z.EncFallback(yy1310) } } } - if yyr1287 || yy2arr1287 { + if yyr1306 || yy2arr1306 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17984,25 +18250,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1293 := z.DecBinary() - _ = yym1293 + yym1312 := z.DecBinary() + _ = yym1312 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1294 := r.ContainerType() - if yyct1294 == codecSelferValueTypeMap1234 { - yyl1294 := r.ReadMapStart() - if yyl1294 == 0 { + yyct1313 := r.ContainerType() + if yyct1313 == codecSelferValueTypeMap1234 { + yyl1313 := r.ReadMapStart() + if yyl1313 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1294, d) + x.codecDecodeSelfFromMap(yyl1313, d) } - } else if yyct1294 == codecSelferValueTypeArray1234 { - yyl1294 := r.ReadArrayStart() - if yyl1294 == 0 { + } else if yyct1313 == codecSelferValueTypeArray1234 { + yyl1313 := r.ReadArrayStart() + if yyl1313 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1294, d) + x.codecDecodeSelfFromArray(yyl1313, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18014,12 +18280,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1295Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1295Slc - var yyhl1295 bool = l >= 0 - for yyj1295 := 0; ; yyj1295++ { - if yyhl1295 { - if yyj1295 >= l { + var yys1314Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1314Slc + var yyhl1314 bool = l >= 0 + for yyj1314 := 0; ; yyj1314++ { + if yyhl1314 { + if yyj1314 >= l { break } } else { @@ -18028,31 +18294,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1295Slc = r.DecodeBytes(yys1295Slc, true, true) - yys1295 := string(yys1295Slc) + yys1314Slc = r.DecodeBytes(yys1314Slc, true, true) + yys1314 := string(yys1314Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1295 { + switch yys1314 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1296 := &x.StartedAt - yym1297 := z.DecBinary() - _ = yym1297 + yyv1315 := &x.StartedAt + yym1316 := z.DecBinary() + _ = yym1316 if false { - } else if z.HasExtensions() && z.DecExt(yyv1296) { - } else if yym1297 { - z.DecBinaryUnmarshal(yyv1296) - } else if !yym1297 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1296) + } else if z.HasExtensions() && z.DecExt(yyv1315) { + } else if yym1316 { + z.DecBinaryUnmarshal(yyv1315) + } else if !yym1316 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1315) } else { - z.DecFallback(yyv1296, false) + z.DecFallback(yyv1315, false) } } default: - z.DecStructFieldNotFound(-1, yys1295) - } // end switch yys1295 - } // end for yyj1295 + z.DecStructFieldNotFound(-1, yys1314) + } // end switch yys1314 + } // end for yyj1314 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18060,16 +18326,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1298 int - var yyb1298 bool - var yyhl1298 bool = l >= 0 - yyj1298++ - if yyhl1298 { - yyb1298 = yyj1298 > l + var yyj1317 int + var yyb1317 bool + var yyhl1317 bool = l >= 0 + yyj1317++ + if yyhl1317 { + yyb1317 = yyj1317 > l } else { - yyb1298 = r.CheckBreak() + yyb1317 = r.CheckBreak() } - if yyb1298 { + if yyb1317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18077,31 +18343,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1299 := &x.StartedAt - yym1300 := z.DecBinary() - _ = yym1300 + yyv1318 := &x.StartedAt + yym1319 := z.DecBinary() + _ = yym1319 if false { - } else if z.HasExtensions() && z.DecExt(yyv1299) { - } else if yym1300 { - z.DecBinaryUnmarshal(yyv1299) - } else if !yym1300 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1299) + } else if z.HasExtensions() && z.DecExt(yyv1318) { + } else if yym1319 { + z.DecBinaryUnmarshal(yyv1318) + } else if !yym1319 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1318) } else { - z.DecFallback(yyv1299, false) + z.DecFallback(yyv1318, false) } } for { - yyj1298++ - if yyhl1298 { - yyb1298 = yyj1298 > l + yyj1317++ + if yyhl1317 { + yyb1317 = yyj1317 > l } else { - yyb1298 = r.CheckBreak() + yyb1317 = r.CheckBreak() } - if yyb1298 { + if yyb1317 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1298-1, "") + z.DecStructFieldNotFound(yyj1317-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18113,39 +18379,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1301 := z.EncBinary() - _ = yym1301 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1302 := !z.EncBinary() - yy2arr1302 := z.EncBasicHandle().StructToArray - var yyq1302 [7]bool - _, _, _ = yysep1302, yyq1302, yy2arr1302 - const yyr1302 bool = false - yyq1302[1] = x.Signal != 0 - yyq1302[2] = x.Reason != "" - yyq1302[3] = x.Message != "" - yyq1302[4] = true - yyq1302[5] = true - yyq1302[6] = x.ContainerID != "" - var yynn1302 int - if yyr1302 || yy2arr1302 { + yysep1321 := !z.EncBinary() + yy2arr1321 := z.EncBasicHandle().StructToArray + var yyq1321 [7]bool + _, _, _ = yysep1321, yyq1321, yy2arr1321 + const yyr1321 bool = false + yyq1321[1] = x.Signal != 0 + yyq1321[2] = x.Reason != "" + yyq1321[3] = x.Message != "" + yyq1321[4] = true + yyq1321[5] = true + yyq1321[6] = x.ContainerID != "" + var yynn1321 int + if yyr1321 || yy2arr1321 { r.EncodeArrayStart(7) } else { - yynn1302 = 1 - for _, b := range yyq1302 { + yynn1321 = 1 + for _, b := range yyq1321 { if b { - yynn1302++ + yynn1321++ } } - r.EncodeMapStart(yynn1302) - yynn1302 = 0 + r.EncodeMapStart(yynn1321) + yynn1321 = 0 } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1304 := z.EncBinary() - _ = yym1304 + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -18154,18 +18420,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1305 := z.EncBinary() - _ = yym1305 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[1] { - yym1307 := z.EncBinary() - _ = yym1307 + if yyq1321[1] { + yym1326 := z.EncBinary() + _ = yym1326 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -18174,23 +18440,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1302[1] { + if yyq1321[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1308 := z.EncBinary() - _ = yym1308 + yym1327 := z.EncBinary() + _ = yym1327 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[2] { - yym1310 := z.EncBinary() - _ = yym1310 + if yyq1321[2] { + yym1329 := z.EncBinary() + _ = yym1329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -18199,23 +18465,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1302[2] { + if yyq1321[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1311 := z.EncBinary() - _ = yym1311 + yym1330 := z.EncBinary() + _ = yym1330 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[3] { - yym1313 := z.EncBinary() - _ = yym1313 + if yyq1321[3] { + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -18224,97 +18490,97 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1302[3] { + if yyq1321[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1314 := z.EncBinary() - _ = yym1314 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[4] { - yy1316 := &x.StartedAt - yym1317 := z.EncBinary() - _ = yym1317 + if yyq1321[4] { + yy1335 := &x.StartedAt + yym1336 := z.EncBinary() + _ = yym1336 if false { - } else if z.HasExtensions() && z.EncExt(yy1316) { - } else if yym1317 { - z.EncBinaryMarshal(yy1316) - } else if !yym1317 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1316) + } else if z.HasExtensions() && z.EncExt(yy1335) { + } else if yym1336 { + z.EncBinaryMarshal(yy1335) + } else if !yym1336 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1335) } else { - z.EncFallback(yy1316) + z.EncFallback(yy1335) } } else { r.EncodeNil() } } else { - if yyq1302[4] { + if yyq1321[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1318 := &x.StartedAt - yym1319 := z.EncBinary() - _ = yym1319 + yy1337 := &x.StartedAt + yym1338 := z.EncBinary() + _ = yym1338 if false { - } else if z.HasExtensions() && z.EncExt(yy1318) { - } else if yym1319 { - z.EncBinaryMarshal(yy1318) - } else if !yym1319 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1318) + } else if z.HasExtensions() && z.EncExt(yy1337) { + } else if yym1338 { + z.EncBinaryMarshal(yy1337) + } else if !yym1338 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1337) } else { - z.EncFallback(yy1318) + z.EncFallback(yy1337) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[5] { - yy1321 := &x.FinishedAt - yym1322 := z.EncBinary() - _ = yym1322 + if yyq1321[5] { + yy1340 := &x.FinishedAt + yym1341 := z.EncBinary() + _ = yym1341 if false { - } else if z.HasExtensions() && z.EncExt(yy1321) { - } else if yym1322 { - z.EncBinaryMarshal(yy1321) - } else if !yym1322 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1321) + } else if z.HasExtensions() && z.EncExt(yy1340) { + } else if yym1341 { + z.EncBinaryMarshal(yy1340) + } else if !yym1341 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1340) } else { - z.EncFallback(yy1321) + z.EncFallback(yy1340) } } else { r.EncodeNil() } } else { - if yyq1302[5] { + if yyq1321[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1323 := &x.FinishedAt - yym1324 := z.EncBinary() - _ = yym1324 + yy1342 := &x.FinishedAt + yym1343 := z.EncBinary() + _ = yym1343 if false { - } else if z.HasExtensions() && z.EncExt(yy1323) { - } else if yym1324 { - z.EncBinaryMarshal(yy1323) - } else if !yym1324 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1323) + } else if z.HasExtensions() && z.EncExt(yy1342) { + } else if yym1343 { + z.EncBinaryMarshal(yy1342) + } else if !yym1343 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1342) } else { - z.EncFallback(yy1323) + z.EncFallback(yy1342) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1302[6] { - yym1326 := z.EncBinary() - _ = yym1326 + if yyq1321[6] { + yym1345 := z.EncBinary() + _ = yym1345 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -18323,19 +18589,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1302[6] { + if yyq1321[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1327 := z.EncBinary() - _ = yym1327 + yym1346 := z.EncBinary() + _ = yym1346 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1302 || yy2arr1302 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18348,25 +18614,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1328 := z.DecBinary() - _ = yym1328 + yym1347 := z.DecBinary() + _ = yym1347 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1329 := r.ContainerType() - if yyct1329 == codecSelferValueTypeMap1234 { - yyl1329 := r.ReadMapStart() - if yyl1329 == 0 { + yyct1348 := r.ContainerType() + if yyct1348 == codecSelferValueTypeMap1234 { + yyl1348 := r.ReadMapStart() + if yyl1348 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1329, d) + x.codecDecodeSelfFromMap(yyl1348, d) } - } else if yyct1329 == codecSelferValueTypeArray1234 { - yyl1329 := r.ReadArrayStart() - if yyl1329 == 0 { + } else if yyct1348 == codecSelferValueTypeArray1234 { + yyl1348 := r.ReadArrayStart() + if yyl1348 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1329, d) + x.codecDecodeSelfFromArray(yyl1348, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18378,12 +18644,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1330Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1330Slc - var yyhl1330 bool = l >= 0 - for yyj1330 := 0; ; yyj1330++ { - if yyhl1330 { - if yyj1330 >= l { + var yys1349Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1349Slc + var yyhl1349 bool = l >= 0 + for yyj1349 := 0; ; yyj1349++ { + if yyhl1349 { + if yyj1349 >= l { break } } else { @@ -18392,10 +18658,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1330Slc = r.DecodeBytes(yys1330Slc, true, true) - yys1330 := string(yys1330Slc) + yys1349Slc = r.DecodeBytes(yys1349Slc, true, true) + yys1349 := string(yys1349Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1330 { + switch yys1349 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -18424,34 +18690,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1335 := &x.StartedAt - yym1336 := z.DecBinary() - _ = yym1336 + yyv1354 := &x.StartedAt + yym1355 := z.DecBinary() + _ = yym1355 if false { - } else if z.HasExtensions() && z.DecExt(yyv1335) { - } else if yym1336 { - z.DecBinaryUnmarshal(yyv1335) - } else if !yym1336 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1335) + } else if z.HasExtensions() && z.DecExt(yyv1354) { + } else if yym1355 { + z.DecBinaryUnmarshal(yyv1354) + } else if !yym1355 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1354) } else { - z.DecFallback(yyv1335, false) + z.DecFallback(yyv1354, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1337 := &x.FinishedAt - yym1338 := z.DecBinary() - _ = yym1338 + yyv1356 := &x.FinishedAt + yym1357 := z.DecBinary() + _ = yym1357 if false { - } else if z.HasExtensions() && z.DecExt(yyv1337) { - } else if yym1338 { - z.DecBinaryUnmarshal(yyv1337) - } else if !yym1338 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1337) + } else if z.HasExtensions() && z.DecExt(yyv1356) { + } else if yym1357 { + z.DecBinaryUnmarshal(yyv1356) + } else if !yym1357 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1356) } else { - z.DecFallback(yyv1337, false) + z.DecFallback(yyv1356, false) } } case "containerID": @@ -18461,9 +18727,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1330) - } // end switch yys1330 - } // end for yyj1330 + z.DecStructFieldNotFound(-1, yys1349) + } // end switch yys1349 + } // end for yyj1349 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18471,16 +18737,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1340 int - var yyb1340 bool - var yyhl1340 bool = l >= 0 - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + var yyj1359 int + var yyb1359 bool + var yyhl1359 bool = l >= 0 + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18490,13 +18756,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18506,13 +18772,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18522,13 +18788,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18538,13 +18804,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18552,26 +18818,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1345 := &x.StartedAt - yym1346 := z.DecBinary() - _ = yym1346 + yyv1364 := &x.StartedAt + yym1365 := z.DecBinary() + _ = yym1365 if false { - } else if z.HasExtensions() && z.DecExt(yyv1345) { - } else if yym1346 { - z.DecBinaryUnmarshal(yyv1345) - } else if !yym1346 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1345) + } else if z.HasExtensions() && z.DecExt(yyv1364) { + } else if yym1365 { + z.DecBinaryUnmarshal(yyv1364) + } else if !yym1365 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1364) } else { - z.DecFallback(yyv1345, false) + z.DecFallback(yyv1364, false) } } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18579,26 +18845,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1347 := &x.FinishedAt - yym1348 := z.DecBinary() - _ = yym1348 + yyv1366 := &x.FinishedAt + yym1367 := z.DecBinary() + _ = yym1367 if false { - } else if z.HasExtensions() && z.DecExt(yyv1347) { - } else if yym1348 { - z.DecBinaryUnmarshal(yyv1347) - } else if !yym1348 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1347) + } else if z.HasExtensions() && z.DecExt(yyv1366) { + } else if yym1367 { + z.DecBinaryUnmarshal(yyv1366) + } else if !yym1367 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1366) } else { - z.DecFallback(yyv1347, false) + z.DecFallback(yyv1366, false) } } - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18609,17 +18875,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1340++ - if yyhl1340 { - yyb1340 = yyj1340 > l + yyj1359++ + if yyhl1359 { + yyb1359 = yyj1359 > l } else { - yyb1340 = r.CheckBreak() + yyb1359 = r.CheckBreak() } - if yyb1340 { + if yyb1359 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1340-1, "") + z.DecStructFieldNotFound(yyj1359-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18631,35 +18897,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1350 := z.EncBinary() - _ = yym1350 + yym1369 := z.EncBinary() + _ = yym1369 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1351 := !z.EncBinary() - yy2arr1351 := z.EncBasicHandle().StructToArray - var yyq1351 [3]bool - _, _, _ = yysep1351, yyq1351, yy2arr1351 - const yyr1351 bool = false - yyq1351[0] = x.Waiting != nil - yyq1351[1] = x.Running != nil - yyq1351[2] = x.Terminated != nil - var yynn1351 int - if yyr1351 || yy2arr1351 { + yysep1370 := !z.EncBinary() + yy2arr1370 := z.EncBasicHandle().StructToArray + var yyq1370 [3]bool + _, _, _ = yysep1370, yyq1370, yy2arr1370 + const yyr1370 bool = false + yyq1370[0] = x.Waiting != nil + yyq1370[1] = x.Running != nil + yyq1370[2] = x.Terminated != nil + var yynn1370 int + if yyr1370 || yy2arr1370 { r.EncodeArrayStart(3) } else { - yynn1351 = 0 - for _, b := range yyq1351 { + yynn1370 = 0 + for _, b := range yyq1370 { if b { - yynn1351++ + yynn1370++ } } - r.EncodeMapStart(yynn1351) - yynn1351 = 0 + r.EncodeMapStart(yynn1370) + yynn1370 = 0 } - if yyr1351 || yy2arr1351 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1351[0] { + if yyq1370[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -18669,7 +18935,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1351[0] { + if yyq1370[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18680,9 +18946,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1351 || yy2arr1351 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1351[1] { + if yyq1370[1] { if x.Running == nil { r.EncodeNil() } else { @@ -18692,7 +18958,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1351[1] { + if yyq1370[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18703,9 +18969,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1351 || yy2arr1351 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1351[2] { + if yyq1370[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -18715,7 +18981,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1351[2] { + if yyq1370[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18726,7 +18992,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1351 || yy2arr1351 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18739,25 +19005,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1355 := z.DecBinary() - _ = yym1355 + yym1374 := z.DecBinary() + _ = yym1374 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1356 := r.ContainerType() - if yyct1356 == codecSelferValueTypeMap1234 { - yyl1356 := r.ReadMapStart() - if yyl1356 == 0 { + yyct1375 := r.ContainerType() + if yyct1375 == codecSelferValueTypeMap1234 { + yyl1375 := r.ReadMapStart() + if yyl1375 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1356, d) + x.codecDecodeSelfFromMap(yyl1375, d) } - } else if yyct1356 == codecSelferValueTypeArray1234 { - yyl1356 := r.ReadArrayStart() - if yyl1356 == 0 { + } else if yyct1375 == codecSelferValueTypeArray1234 { + yyl1375 := r.ReadArrayStart() + if yyl1375 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1356, d) + x.codecDecodeSelfFromArray(yyl1375, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18769,12 +19035,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1357Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1357Slc - var yyhl1357 bool = l >= 0 - for yyj1357 := 0; ; yyj1357++ { - if yyhl1357 { - if yyj1357 >= l { + var yys1376Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1376Slc + var yyhl1376 bool = l >= 0 + for yyj1376 := 0; ; yyj1376++ { + if yyhl1376 { + if yyj1376 >= l { break } } else { @@ -18783,10 +19049,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1357Slc = r.DecodeBytes(yys1357Slc, true, true) - yys1357 := string(yys1357Slc) + yys1376Slc = r.DecodeBytes(yys1376Slc, true, true) + yys1376 := string(yys1376Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1357 { + switch yys1376 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -18821,9 +19087,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1357) - } // end switch yys1357 - } // end for yyj1357 + z.DecStructFieldNotFound(-1, yys1376) + } // end switch yys1376 + } // end for yyj1376 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18831,16 +19097,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1361 int - var yyb1361 bool - var yyhl1361 bool = l >= 0 - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + var yyj1380 int + var yyb1380 bool + var yyhl1380 bool = l >= 0 + yyj1380++ + if yyhl1380 { + yyb1380 = yyj1380 > l } else { - yyb1361 = r.CheckBreak() + yyb1380 = r.CheckBreak() } - if yyb1361 { + if yyb1380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18855,13 +19121,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + yyj1380++ + if yyhl1380 { + yyb1380 = yyj1380 > l } else { - yyb1361 = r.CheckBreak() + yyb1380 = r.CheckBreak() } - if yyb1361 { + if yyb1380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18876,13 +19142,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + yyj1380++ + if yyhl1380 { + yyb1380 = yyj1380 > l } else { - yyb1361 = r.CheckBreak() + yyb1380 = r.CheckBreak() } - if yyb1361 { + if yyb1380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18898,17 +19164,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + yyj1380++ + if yyhl1380 { + yyb1380 = yyj1380 > l } else { - yyb1361 = r.CheckBreak() + yyb1380 = r.CheckBreak() } - if yyb1361 { + if yyb1380 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1361-1, "") + z.DecStructFieldNotFound(yyj1380-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18920,36 +19186,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1365 := z.EncBinary() - _ = yym1365 + yym1384 := z.EncBinary() + _ = yym1384 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1366 := !z.EncBinary() - yy2arr1366 := z.EncBasicHandle().StructToArray - var yyq1366 [8]bool - _, _, _ = yysep1366, yyq1366, yy2arr1366 - const yyr1366 bool = false - yyq1366[1] = true - yyq1366[2] = true - yyq1366[7] = x.ContainerID != "" - var yynn1366 int - if yyr1366 || yy2arr1366 { + yysep1385 := !z.EncBinary() + yy2arr1385 := z.EncBasicHandle().StructToArray + var yyq1385 [8]bool + _, _, _ = yysep1385, yyq1385, yy2arr1385 + const yyr1385 bool = false + yyq1385[1] = true + yyq1385[2] = true + yyq1385[7] = x.ContainerID != "" + var yynn1385 int + if yyr1385 || yy2arr1385 { r.EncodeArrayStart(8) } else { - yynn1366 = 5 - for _, b := range yyq1366 { + yynn1385 = 5 + for _, b := range yyq1385 { if b { - yynn1366++ + yynn1385++ } } - r.EncodeMapStart(yynn1366) - yynn1366 = 0 + r.EncodeMapStart(yynn1385) + yynn1385 = 0 } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1368 := z.EncBinary() - _ = yym1368 + yym1387 := z.EncBinary() + _ = yym1387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18958,51 +19224,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1369 := z.EncBinary() - _ = yym1369 + yym1388 := z.EncBinary() + _ = yym1388 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[1] { - yy1371 := &x.State - yy1371.CodecEncodeSelf(e) + if yyq1385[1] { + yy1390 := &x.State + yy1390.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1366[1] { + if yyq1385[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1372 := &x.State - yy1372.CodecEncodeSelf(e) + yy1391 := &x.State + yy1391.CodecEncodeSelf(e) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[2] { - yy1374 := &x.LastTerminationState - yy1374.CodecEncodeSelf(e) + if yyq1385[2] { + yy1393 := &x.LastTerminationState + yy1393.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1366[2] { + if yyq1385[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1375 := &x.LastTerminationState - yy1375.CodecEncodeSelf(e) + yy1394 := &x.LastTerminationState + yy1394.CodecEncodeSelf(e) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1377 := z.EncBinary() - _ = yym1377 + yym1396 := z.EncBinary() + _ = yym1396 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -19011,17 +19277,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1378 := z.EncBinary() - _ = yym1378 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1380 := z.EncBinary() - _ = yym1380 + yym1399 := z.EncBinary() + _ = yym1399 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -19030,17 +19296,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1381 := z.EncBinary() - _ = yym1381 + yym1400 := z.EncBinary() + _ = yym1400 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1383 := z.EncBinary() - _ = yym1383 + yym1402 := z.EncBinary() + _ = yym1402 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -19049,17 +19315,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1384 := z.EncBinary() - _ = yym1384 + yym1403 := z.EncBinary() + _ = yym1403 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1386 := z.EncBinary() - _ = yym1386 + yym1405 := z.EncBinary() + _ = yym1405 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -19068,18 +19334,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1387 := z.EncBinary() - _ = yym1387 + yym1406 := z.EncBinary() + _ = yym1406 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[7] { - yym1389 := z.EncBinary() - _ = yym1389 + if yyq1385[7] { + yym1408 := z.EncBinary() + _ = yym1408 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -19088,19 +19354,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1366[7] { + if yyq1385[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1390 := z.EncBinary() - _ = yym1390 + yym1409 := z.EncBinary() + _ = yym1409 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1366 || yy2arr1366 { + if yyr1385 || yy2arr1385 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19113,25 +19379,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1391 := z.DecBinary() - _ = yym1391 + yym1410 := z.DecBinary() + _ = yym1410 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1392 := r.ContainerType() - if yyct1392 == codecSelferValueTypeMap1234 { - yyl1392 := r.ReadMapStart() - if yyl1392 == 0 { + yyct1411 := r.ContainerType() + if yyct1411 == codecSelferValueTypeMap1234 { + yyl1411 := r.ReadMapStart() + if yyl1411 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1392, d) + x.codecDecodeSelfFromMap(yyl1411, d) } - } else if yyct1392 == codecSelferValueTypeArray1234 { - yyl1392 := r.ReadArrayStart() - if yyl1392 == 0 { + } else if yyct1411 == codecSelferValueTypeArray1234 { + yyl1411 := r.ReadArrayStart() + if yyl1411 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1392, d) + x.codecDecodeSelfFromArray(yyl1411, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19143,12 +19409,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1393Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1393Slc - var yyhl1393 bool = l >= 0 - for yyj1393 := 0; ; yyj1393++ { - if yyhl1393 { - if yyj1393 >= l { + var yys1412Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1412Slc + var yyhl1412 bool = l >= 0 + for yyj1412 := 0; ; yyj1412++ { + if yyhl1412 { + if yyj1412 >= l { break } } else { @@ -19157,10 +19423,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1393Slc = r.DecodeBytes(yys1393Slc, true, true) - yys1393 := string(yys1393Slc) + yys1412Slc = r.DecodeBytes(yys1412Slc, true, true) + yys1412 := string(yys1412Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1393 { + switch yys1412 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -19171,15 +19437,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1395 := &x.State - yyv1395.CodecDecodeSelf(d) + yyv1414 := &x.State + yyv1414.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1396 := &x.LastTerminationState - yyv1396.CodecDecodeSelf(d) + yyv1415 := &x.LastTerminationState + yyv1415.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -19212,9 +19478,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1393) - } // end switch yys1393 - } // end for yyj1393 + z.DecStructFieldNotFound(-1, yys1412) + } // end switch yys1412 + } // end for yyj1412 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19222,16 +19488,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1402 int - var yyb1402 bool - var yyhl1402 bool = l >= 0 - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + var yyj1421 int + var yyb1421 bool + var yyhl1421 bool = l >= 0 + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19241,13 +19507,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19255,16 +19521,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1404 := &x.State - yyv1404.CodecDecodeSelf(d) + yyv1423 := &x.State + yyv1423.CodecDecodeSelf(d) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19272,16 +19538,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1405 := &x.LastTerminationState - yyv1405.CodecDecodeSelf(d) + yyv1424 := &x.LastTerminationState + yyv1424.CodecDecodeSelf(d) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19291,13 +19557,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19307,13 +19573,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19323,13 +19589,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19339,13 +19605,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19356,17 +19622,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1402++ - if yyhl1402 { - yyb1402 = yyj1402 > l + yyj1421++ + if yyhl1421 { + yyb1421 = yyj1421 > l } else { - yyb1402 = r.CheckBreak() + yyb1421 = r.CheckBreak() } - if yyb1402 { + if yyb1421 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1402-1, "") + z.DecStructFieldNotFound(yyj1421-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19375,8 +19641,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1411 := z.EncBinary() - _ = yym1411 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19388,8 +19654,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1412 := z.DecBinary() - _ = yym1412 + yym1431 := z.DecBinary() + _ = yym1431 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19401,8 +19667,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1413 := z.EncBinary() - _ = yym1413 + yym1432 := z.EncBinary() + _ = yym1432 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19414,8 +19680,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1414 := z.DecBinary() - _ = yym1414 + yym1433 := z.DecBinary() + _ = yym1433 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19430,34 +19696,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1415 := z.EncBinary() - _ = yym1415 + yym1434 := z.EncBinary() + _ = yym1434 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1416 := !z.EncBinary() - yy2arr1416 := z.EncBasicHandle().StructToArray - var yyq1416 [6]bool - _, _, _ = yysep1416, yyq1416, yy2arr1416 - const yyr1416 bool = false - yyq1416[2] = true - yyq1416[3] = true - yyq1416[4] = x.Reason != "" - yyq1416[5] = x.Message != "" - var yynn1416 int - if yyr1416 || yy2arr1416 { + yysep1435 := !z.EncBinary() + yy2arr1435 := z.EncBasicHandle().StructToArray + var yyq1435 [6]bool + _, _, _ = yysep1435, yyq1435, yy2arr1435 + const yyr1435 bool = false + yyq1435[2] = true + yyq1435[3] = true + yyq1435[4] = x.Reason != "" + yyq1435[5] = x.Message != "" + var yynn1435 int + if yyr1435 || yy2arr1435 { r.EncodeArrayStart(6) } else { - yynn1416 = 2 - for _, b := range yyq1416 { + yynn1435 = 2 + for _, b := range yyq1435 { if b { - yynn1416++ + yynn1435++ } } - r.EncodeMapStart(yynn1416) - yynn1416 = 0 + r.EncodeMapStart(yynn1435) + yynn1435 = 0 } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -19466,7 +19732,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -19475,85 +19741,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1416[2] { - yy1420 := &x.LastProbeTime - yym1421 := z.EncBinary() - _ = yym1421 + if yyq1435[2] { + yy1439 := &x.LastProbeTime + yym1440 := z.EncBinary() + _ = yym1440 if false { - } else if z.HasExtensions() && z.EncExt(yy1420) { - } else if yym1421 { - z.EncBinaryMarshal(yy1420) - } else if !yym1421 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1420) + } else if z.HasExtensions() && z.EncExt(yy1439) { + } else if yym1440 { + z.EncBinaryMarshal(yy1439) + } else if !yym1440 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1439) } else { - z.EncFallback(yy1420) + z.EncFallback(yy1439) } } else { r.EncodeNil() } } else { - if yyq1416[2] { + if yyq1435[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1422 := &x.LastProbeTime - yym1423 := z.EncBinary() - _ = yym1423 + yy1441 := &x.LastProbeTime + yym1442 := z.EncBinary() + _ = yym1442 if false { - } else if z.HasExtensions() && z.EncExt(yy1422) { - } else if yym1423 { - z.EncBinaryMarshal(yy1422) - } else if !yym1423 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1422) + } else if z.HasExtensions() && z.EncExt(yy1441) { + } else if yym1442 { + z.EncBinaryMarshal(yy1441) + } else if !yym1442 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1441) } else { - z.EncFallback(yy1422) + z.EncFallback(yy1441) } } } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1416[3] { - yy1425 := &x.LastTransitionTime - yym1426 := z.EncBinary() - _ = yym1426 + if yyq1435[3] { + yy1444 := &x.LastTransitionTime + yym1445 := z.EncBinary() + _ = yym1445 if false { - } else if z.HasExtensions() && z.EncExt(yy1425) { - } else if yym1426 { - z.EncBinaryMarshal(yy1425) - } else if !yym1426 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1425) + } else if z.HasExtensions() && z.EncExt(yy1444) { + } else if yym1445 { + z.EncBinaryMarshal(yy1444) + } else if !yym1445 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1444) } else { - z.EncFallback(yy1425) + z.EncFallback(yy1444) } } else { r.EncodeNil() } } else { - if yyq1416[3] { + if yyq1435[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1427 := &x.LastTransitionTime - yym1428 := z.EncBinary() - _ = yym1428 + yy1446 := &x.LastTransitionTime + yym1447 := z.EncBinary() + _ = yym1447 if false { - } else if z.HasExtensions() && z.EncExt(yy1427) { - } else if yym1428 { - z.EncBinaryMarshal(yy1427) - } else if !yym1428 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1427) + } else if z.HasExtensions() && z.EncExt(yy1446) { + } else if yym1447 { + z.EncBinaryMarshal(yy1446) + } else if !yym1447 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1446) } else { - z.EncFallback(yy1427) + z.EncFallback(yy1446) } } } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1416[4] { - yym1430 := z.EncBinary() - _ = yym1430 + if yyq1435[4] { + yym1449 := z.EncBinary() + _ = yym1449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -19562,23 +19828,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1416[4] { + if yyq1435[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1431 := z.EncBinary() - _ = yym1431 + yym1450 := z.EncBinary() + _ = yym1450 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1416[5] { - yym1433 := z.EncBinary() - _ = yym1433 + if yyq1435[5] { + yym1452 := z.EncBinary() + _ = yym1452 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -19587,19 +19853,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1416[5] { + if yyq1435[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1434 := z.EncBinary() - _ = yym1434 + yym1453 := z.EncBinary() + _ = yym1453 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1416 || yy2arr1416 { + if yyr1435 || yy2arr1435 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19612,25 +19878,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1435 := z.DecBinary() - _ = yym1435 + yym1454 := z.DecBinary() + _ = yym1454 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1436 := r.ContainerType() - if yyct1436 == codecSelferValueTypeMap1234 { - yyl1436 := r.ReadMapStart() - if yyl1436 == 0 { + yyct1455 := r.ContainerType() + if yyct1455 == codecSelferValueTypeMap1234 { + yyl1455 := r.ReadMapStart() + if yyl1455 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1436, d) + x.codecDecodeSelfFromMap(yyl1455, d) } - } else if yyct1436 == codecSelferValueTypeArray1234 { - yyl1436 := r.ReadArrayStart() - if yyl1436 == 0 { + } else if yyct1455 == codecSelferValueTypeArray1234 { + yyl1455 := r.ReadArrayStart() + if yyl1455 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1436, d) + x.codecDecodeSelfFromArray(yyl1455, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19642,12 +19908,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1437Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1437Slc - var yyhl1437 bool = l >= 0 - for yyj1437 := 0; ; yyj1437++ { - if yyhl1437 { - if yyj1437 >= l { + var yys1456Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1456Slc + var yyhl1456 bool = l >= 0 + for yyj1456 := 0; ; yyj1456++ { + if yyhl1456 { + if yyj1456 >= l { break } } else { @@ -19656,10 +19922,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1437Slc = r.DecodeBytes(yys1437Slc, true, true) - yys1437 := string(yys1437Slc) + yys1456Slc = r.DecodeBytes(yys1456Slc, true, true) + yys1456 := string(yys1456Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1437 { + switch yys1456 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -19676,34 +19942,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1440 := &x.LastProbeTime - yym1441 := z.DecBinary() - _ = yym1441 + yyv1459 := &x.LastProbeTime + yym1460 := z.DecBinary() + _ = yym1460 if false { - } else if z.HasExtensions() && z.DecExt(yyv1440) { - } else if yym1441 { - z.DecBinaryUnmarshal(yyv1440) - } else if !yym1441 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1440) + } else if z.HasExtensions() && z.DecExt(yyv1459) { + } else if yym1460 { + z.DecBinaryUnmarshal(yyv1459) + } else if !yym1460 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1459) } else { - z.DecFallback(yyv1440, false) + z.DecFallback(yyv1459, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1442 := &x.LastTransitionTime - yym1443 := z.DecBinary() - _ = yym1443 + yyv1461 := &x.LastTransitionTime + yym1462 := z.DecBinary() + _ = yym1462 if false { - } else if z.HasExtensions() && z.DecExt(yyv1442) { - } else if yym1443 { - z.DecBinaryUnmarshal(yyv1442) - } else if !yym1443 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1442) + } else if z.HasExtensions() && z.DecExt(yyv1461) { + } else if yym1462 { + z.DecBinaryUnmarshal(yyv1461) + } else if !yym1462 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1461) } else { - z.DecFallback(yyv1442, false) + z.DecFallback(yyv1461, false) } } case "reason": @@ -19719,9 +19985,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1437) - } // end switch yys1437 - } // end for yyj1437 + z.DecStructFieldNotFound(-1, yys1456) + } // end switch yys1456 + } // end for yyj1456 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19729,16 +19995,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1446 int - var yyb1446 bool - var yyhl1446 bool = l >= 0 - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + var yyj1465 int + var yyb1465 bool + var yyhl1465 bool = l >= 0 + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19748,13 +20014,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19764,13 +20030,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19778,26 +20044,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1449 := &x.LastProbeTime - yym1450 := z.DecBinary() - _ = yym1450 + yyv1468 := &x.LastProbeTime + yym1469 := z.DecBinary() + _ = yym1469 if false { - } else if z.HasExtensions() && z.DecExt(yyv1449) { - } else if yym1450 { - z.DecBinaryUnmarshal(yyv1449) - } else if !yym1450 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1449) + } else if z.HasExtensions() && z.DecExt(yyv1468) { + } else if yym1469 { + z.DecBinaryUnmarshal(yyv1468) + } else if !yym1469 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1468) } else { - z.DecFallback(yyv1449, false) + z.DecFallback(yyv1468, false) } } - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19805,26 +20071,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1451 := &x.LastTransitionTime - yym1452 := z.DecBinary() - _ = yym1452 + yyv1470 := &x.LastTransitionTime + yym1471 := z.DecBinary() + _ = yym1471 if false { - } else if z.HasExtensions() && z.DecExt(yyv1451) { - } else if yym1452 { - z.DecBinaryUnmarshal(yyv1451) - } else if !yym1452 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1451) + } else if z.HasExtensions() && z.DecExt(yyv1470) { + } else if yym1471 { + z.DecBinaryUnmarshal(yyv1470) + } else if !yym1471 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1470) } else { - z.DecFallback(yyv1451, false) + z.DecFallback(yyv1470, false) } } - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19834,13 +20100,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19851,17 +20117,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1446++ - if yyhl1446 { - yyb1446 = yyj1446 > l + yyj1465++ + if yyhl1465 { + yyb1465 = yyj1465 > l } else { - yyb1446 = r.CheckBreak() + yyb1465 = r.CheckBreak() } - if yyb1446 { + if yyb1465 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1446-1, "") + z.DecStructFieldNotFound(yyj1465-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19870,8 +20136,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1455 := z.EncBinary() - _ = yym1455 + yym1474 := z.EncBinary() + _ = yym1474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19883,8 +20149,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1456 := z.DecBinary() - _ = yym1456 + yym1475 := z.DecBinary() + _ = yym1475 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19899,37 +20165,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1457 := z.EncBinary() - _ = yym1457 + yym1476 := z.EncBinary() + _ = yym1476 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1458 := !z.EncBinary() - yy2arr1458 := z.EncBasicHandle().StructToArray - var yyq1458 [4]bool - _, _, _ = yysep1458, yyq1458, yy2arr1458 - const yyr1458 bool = false - yyq1458[0] = x.Kind != "" - yyq1458[1] = x.APIVersion != "" - yyq1458[2] = true - var yynn1458 int - if yyr1458 || yy2arr1458 { + yysep1477 := !z.EncBinary() + yy2arr1477 := z.EncBasicHandle().StructToArray + var yyq1477 [4]bool + _, _, _ = yysep1477, yyq1477, yy2arr1477 + const yyr1477 bool = false + yyq1477[0] = x.Kind != "" + yyq1477[1] = x.APIVersion != "" + yyq1477[2] = true + var yynn1477 int + if yyr1477 || yy2arr1477 { r.EncodeArrayStart(4) } else { - yynn1458 = 1 - for _, b := range yyq1458 { + yynn1477 = 1 + for _, b := range yyq1477 { if b { - yynn1458++ + yynn1477++ } } - r.EncodeMapStart(yynn1458) - yynn1458 = 0 + r.EncodeMapStart(yynn1477) + yynn1477 = 0 } - if yyr1458 || yy2arr1458 { + if yyr1477 || yy2arr1477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1458[0] { - yym1460 := z.EncBinary() - _ = yym1460 + if yyq1477[0] { + yym1479 := z.EncBinary() + _ = yym1479 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -19938,23 +20204,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1458[0] { + if yyq1477[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1461 := z.EncBinary() - _ = yym1461 + yym1480 := z.EncBinary() + _ = yym1480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1458 || yy2arr1458 { + if yyr1477 || yy2arr1477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1458[1] { - yym1463 := z.EncBinary() - _ = yym1463 + if yyq1477[1] { + yym1482 := z.EncBinary() + _ = yym1482 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -19963,54 +20229,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1458[1] { + if yyq1477[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1464 := z.EncBinary() - _ = yym1464 + yym1483 := z.EncBinary() + _ = yym1483 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1458 || yy2arr1458 { + if yyr1477 || yy2arr1477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1458[2] { - yy1466 := &x.ListMeta - yym1467 := z.EncBinary() - _ = yym1467 + if yyq1477[2] { + yy1485 := &x.ListMeta + yym1486 := z.EncBinary() + _ = yym1486 if false { - } else if z.HasExtensions() && z.EncExt(yy1466) { + } else if z.HasExtensions() && z.EncExt(yy1485) { } else { - z.EncFallback(yy1466) + z.EncFallback(yy1485) } } else { r.EncodeNil() } } else { - if yyq1458[2] { + if yyq1477[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1468 := &x.ListMeta - yym1469 := z.EncBinary() - _ = yym1469 + yy1487 := &x.ListMeta + yym1488 := z.EncBinary() + _ = yym1488 if false { - } else if z.HasExtensions() && z.EncExt(yy1468) { + } else if z.HasExtensions() && z.EncExt(yy1487) { } else { - z.EncFallback(yy1468) + z.EncFallback(yy1487) } } } - if yyr1458 || yy2arr1458 { + if yyr1477 || yy2arr1477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1471 := z.EncBinary() - _ = yym1471 + yym1490 := z.EncBinary() + _ = yym1490 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -20023,15 +20289,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1472 := z.EncBinary() - _ = yym1472 + yym1491 := z.EncBinary() + _ = yym1491 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1458 || yy2arr1458 { + if yyr1477 || yy2arr1477 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20044,25 +20310,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1473 := z.DecBinary() - _ = yym1473 + yym1492 := z.DecBinary() + _ = yym1492 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1474 := r.ContainerType() - if yyct1474 == codecSelferValueTypeMap1234 { - yyl1474 := r.ReadMapStart() - if yyl1474 == 0 { + yyct1493 := r.ContainerType() + if yyct1493 == codecSelferValueTypeMap1234 { + yyl1493 := r.ReadMapStart() + if yyl1493 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1474, d) + x.codecDecodeSelfFromMap(yyl1493, d) } - } else if yyct1474 == codecSelferValueTypeArray1234 { - yyl1474 := r.ReadArrayStart() - if yyl1474 == 0 { + } else if yyct1493 == codecSelferValueTypeArray1234 { + yyl1493 := r.ReadArrayStart() + if yyl1493 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1474, d) + x.codecDecodeSelfFromArray(yyl1493, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20074,12 +20340,12 @@ func (x *PodList) 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 { + var yys1494Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1494Slc + var yyhl1494 bool = l >= 0 + for yyj1494 := 0; ; yyj1494++ { + if yyhl1494 { + if yyj1494 >= l { break } } else { @@ -20088,10 +20354,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1475Slc = r.DecodeBytes(yys1475Slc, true, true) - yys1475 := string(yys1475Slc) + yys1494Slc = r.DecodeBytes(yys1494Slc, true, true) + yys1494 := string(yys1494Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1475 { + switch yys1494 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -20108,31 +20374,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1478 := &x.ListMeta - yym1479 := z.DecBinary() - _ = yym1479 + yyv1497 := &x.ListMeta + yym1498 := z.DecBinary() + _ = yym1498 if false { - } else if z.HasExtensions() && z.DecExt(yyv1478) { + } else if z.HasExtensions() && z.DecExt(yyv1497) { } else { - z.DecFallback(yyv1478, false) + z.DecFallback(yyv1497, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1480 := &x.Items - yym1481 := z.DecBinary() - _ = yym1481 + yyv1499 := &x.Items + yym1500 := z.DecBinary() + _ = yym1500 if false { } else { - h.decSlicePod((*[]Pod)(yyv1480), d) + h.decSlicePod((*[]Pod)(yyv1499), d) } } default: - z.DecStructFieldNotFound(-1, yys1475) - } // end switch yys1475 - } // end for yyj1475 + z.DecStructFieldNotFound(-1, yys1494) + } // end switch yys1494 + } // end for yyj1494 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20140,16 +20406,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1482 int - var yyb1482 bool - var yyhl1482 bool = l >= 0 - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + var yyj1501 int + var yyb1501 bool + var yyhl1501 bool = l >= 0 + yyj1501++ + if yyhl1501 { + yyb1501 = yyj1501 > l } else { - yyb1482 = r.CheckBreak() + yyb1501 = r.CheckBreak() } - if yyb1482 { + if yyb1501 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20159,13 +20425,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1501++ + if yyhl1501 { + yyb1501 = yyj1501 > l } else { - yyb1482 = r.CheckBreak() + yyb1501 = r.CheckBreak() } - if yyb1482 { + if yyb1501 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20175,13 +20441,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1501++ + if yyhl1501 { + yyb1501 = yyj1501 > l } else { - yyb1482 = r.CheckBreak() + yyb1501 = r.CheckBreak() } - if yyb1482 { + if yyb1501 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20189,22 +20455,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1485 := &x.ListMeta - yym1486 := z.DecBinary() - _ = yym1486 + yyv1504 := &x.ListMeta + yym1505 := z.DecBinary() + _ = yym1505 if false { - } else if z.HasExtensions() && z.DecExt(yyv1485) { + } else if z.HasExtensions() && z.DecExt(yyv1504) { } else { - z.DecFallback(yyv1485, false) + z.DecFallback(yyv1504, false) } } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1501++ + if yyhl1501 { + yyb1501 = yyj1501 > l } else { - yyb1482 = r.CheckBreak() + yyb1501 = r.CheckBreak() } - if yyb1482 { + if yyb1501 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20212,26 +20478,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1487 := &x.Items - yym1488 := z.DecBinary() - _ = yym1488 + yyv1506 := &x.Items + yym1507 := z.DecBinary() + _ = yym1507 if false { } else { - h.decSlicePod((*[]Pod)(yyv1487), d) + h.decSlicePod((*[]Pod)(yyv1506), d) } } for { - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1501++ + if yyhl1501 { + yyb1501 = yyj1501 > l } else { - yyb1482 = r.CheckBreak() + yyb1501 = r.CheckBreak() } - if yyb1482 { + if yyb1501 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1482-1, "") + z.DecStructFieldNotFound(yyj1501-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20240,8 +20506,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1489 := z.EncBinary() - _ = yym1489 + yym1508 := z.EncBinary() + _ = yym1508 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -20253,8 +20519,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1490 := z.DecBinary() - _ = yym1490 + yym1509 := z.DecBinary() + _ = yym1509 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -20269,44 +20535,44 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1491 := z.EncBinary() - _ = yym1491 + yym1510 := z.EncBinary() + _ = yym1510 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1492 := !z.EncBinary() - yy2arr1492 := z.EncBasicHandle().StructToArray - var yyq1492 [11]bool - _, _, _ = yysep1492, yyq1492, yy2arr1492 - const yyr1492 bool = false - yyq1492[2] = x.RestartPolicy != "" - yyq1492[3] = x.TerminationGracePeriodSeconds != nil - yyq1492[4] = x.ActiveDeadlineSeconds != nil - yyq1492[5] = x.DNSPolicy != "" - yyq1492[6] = len(x.NodeSelector) != 0 - yyq1492[8] = x.NodeName != "" - yyq1492[9] = x.SecurityContext != nil - yyq1492[10] = len(x.ImagePullSecrets) != 0 - var yynn1492 int - if yyr1492 || yy2arr1492 { + yysep1511 := !z.EncBinary() + yy2arr1511 := z.EncBasicHandle().StructToArray + var yyq1511 [11]bool + _, _, _ = yysep1511, yyq1511, yy2arr1511 + const yyr1511 bool = false + yyq1511[2] = x.RestartPolicy != "" + yyq1511[3] = x.TerminationGracePeriodSeconds != nil + yyq1511[4] = x.ActiveDeadlineSeconds != nil + yyq1511[5] = x.DNSPolicy != "" + yyq1511[6] = len(x.NodeSelector) != 0 + yyq1511[8] = x.NodeName != "" + yyq1511[9] = x.SecurityContext != nil + yyq1511[10] = len(x.ImagePullSecrets) != 0 + var yynn1511 int + if yyr1511 || yy2arr1511 { r.EncodeArrayStart(11) } else { - yynn1492 = 3 - for _, b := range yyq1492 { + yynn1511 = 3 + for _, b := range yyq1511 { if b { - yynn1492++ + yynn1511++ } } - r.EncodeMapStart(yynn1492) - yynn1492 = 0 + r.EncodeMapStart(yynn1511) + yynn1511 = 0 } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1494 := z.EncBinary() - _ = yym1494 + yym1513 := z.EncBinary() + _ = yym1513 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -20319,21 +20585,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Volumes == nil { r.EncodeNil() } else { - yym1495 := z.EncBinary() - _ = yym1495 + yym1514 := z.EncBinary() + _ = yym1514 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1497 := z.EncBinary() - _ = yym1497 + yym1516 := z.EncBinary() + _ = yym1516 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -20346,122 +20612,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1498 := z.EncBinary() - _ = yym1498 + yym1517 := z.EncBinary() + _ = yym1517 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[2] { + if yyq1511[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1492[2] { + if yyq1511[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[3] { + if yyq1511[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1501 := *x.TerminationGracePeriodSeconds - yym1502 := z.EncBinary() - _ = yym1502 + yy1520 := *x.TerminationGracePeriodSeconds + yym1521 := z.EncBinary() + _ = yym1521 if false { } else { - r.EncodeInt(int64(yy1501)) + r.EncodeInt(int64(yy1520)) } } } else { r.EncodeNil() } } else { - if yyq1492[3] { + if yyq1511[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1503 := *x.TerminationGracePeriodSeconds - yym1504 := z.EncBinary() - _ = yym1504 + yy1522 := *x.TerminationGracePeriodSeconds + yym1523 := z.EncBinary() + _ = yym1523 if false { } else { - r.EncodeInt(int64(yy1503)) + r.EncodeInt(int64(yy1522)) } } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[4] { + if yyq1511[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1506 := *x.ActiveDeadlineSeconds - yym1507 := z.EncBinary() - _ = yym1507 + yy1525 := *x.ActiveDeadlineSeconds + yym1526 := z.EncBinary() + _ = yym1526 if false { } else { - r.EncodeInt(int64(yy1506)) + r.EncodeInt(int64(yy1525)) } } } else { r.EncodeNil() } } else { - if yyq1492[4] { + if yyq1511[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1508 := *x.ActiveDeadlineSeconds - yym1509 := z.EncBinary() - _ = yym1509 + yy1527 := *x.ActiveDeadlineSeconds + yym1528 := z.EncBinary() + _ = yym1528 if false { } else { - r.EncodeInt(int64(yy1508)) + r.EncodeInt(int64(yy1527)) } } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[5] { + if yyq1511[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1492[5] { + if yyq1511[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[6] { + if yyq1511[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1512 := z.EncBinary() - _ = yym1512 + yym1531 := z.EncBinary() + _ = yym1531 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -20471,15 +20737,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1492[6] { + if yyq1511[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1513 := z.EncBinary() - _ = yym1513 + yym1532 := z.EncBinary() + _ = yym1532 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -20487,10 +20753,10 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1515 := z.EncBinary() - _ = yym1515 + yym1534 := z.EncBinary() + _ = yym1534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -20499,18 +20765,18 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1516 := z.EncBinary() - _ = yym1516 + yym1535 := z.EncBinary() + _ = yym1535 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[8] { - yym1518 := z.EncBinary() - _ = yym1518 + if yyq1511[8] { + yym1537 := z.EncBinary() + _ = yym1537 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -20519,21 +20785,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1492[8] { + if yyq1511[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1519 := z.EncBinary() - _ = yym1519 + yym1538 := z.EncBinary() + _ = yym1538 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[9] { + if yyq1511[9] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -20543,7 +20809,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1492[9] { + if yyq1511[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20554,14 +20820,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1492[10] { + if yyq1511[10] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1522 := z.EncBinary() - _ = yym1522 + yym1541 := z.EncBinary() + _ = yym1541 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -20571,15 +20837,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1492[10] { + if yyq1511[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1523 := z.EncBinary() - _ = yym1523 + yym1542 := z.EncBinary() + _ = yym1542 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -20587,7 +20853,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1492 || yy2arr1492 { + if yyr1511 || yy2arr1511 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20600,25 +20866,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1524 := z.DecBinary() - _ = yym1524 + yym1543 := z.DecBinary() + _ = yym1543 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1525 := r.ContainerType() - if yyct1525 == codecSelferValueTypeMap1234 { - yyl1525 := r.ReadMapStart() - if yyl1525 == 0 { + yyct1544 := r.ContainerType() + if yyct1544 == codecSelferValueTypeMap1234 { + yyl1544 := r.ReadMapStart() + if yyl1544 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1525, d) + x.codecDecodeSelfFromMap(yyl1544, d) } - } else if yyct1525 == codecSelferValueTypeArray1234 { - yyl1525 := r.ReadArrayStart() - if yyl1525 == 0 { + } else if yyct1544 == codecSelferValueTypeArray1234 { + yyl1544 := r.ReadArrayStart() + if yyl1544 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1525, d) + x.codecDecodeSelfFromArray(yyl1544, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20630,12 +20896,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1526Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1526Slc - var yyhl1526 bool = l >= 0 - for yyj1526 := 0; ; yyj1526++ { - if yyhl1526 { - if yyj1526 >= l { + var yys1545Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1545Slc + var yyhl1545 bool = l >= 0 + for yyj1545 := 0; ; yyj1545++ { + if yyhl1545 { + if yyj1545 >= l { break } } else { @@ -20644,32 +20910,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1526Slc = r.DecodeBytes(yys1526Slc, true, true) - yys1526 := string(yys1526Slc) + yys1545Slc = r.DecodeBytes(yys1545Slc, true, true) + yys1545 := string(yys1545Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1526 { + switch yys1545 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1527 := &x.Volumes - yym1528 := z.DecBinary() - _ = yym1528 + yyv1546 := &x.Volumes + yym1547 := z.DecBinary() + _ = yym1547 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1527), d) + h.decSliceVolume((*[]Volume)(yyv1546), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1529 := &x.Containers - yym1530 := z.DecBinary() - _ = yym1530 + yyv1548 := &x.Containers + yym1549 := z.DecBinary() + _ = yym1549 if false { } else { - h.decSliceContainer((*[]Container)(yyv1529), d) + h.decSliceContainer((*[]Container)(yyv1548), d) } } case "restartPolicy": @@ -20687,8 +20953,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1533 := z.DecBinary() - _ = yym1533 + yym1552 := z.DecBinary() + _ = yym1552 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -20703,8 +20969,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1535 := z.DecBinary() - _ = yym1535 + yym1554 := z.DecBinary() + _ = yym1554 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -20720,12 +20986,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1537 := &x.NodeSelector - yym1538 := z.DecBinary() - _ = yym1538 + yyv1556 := &x.NodeSelector + yym1557 := z.DecBinary() + _ = yym1557 if false { } else { - z.F.DecMapStringStringX(yyv1537, false, d) + z.F.DecMapStringStringX(yyv1556, false, d) } } case "serviceAccountName": @@ -20755,18 +21021,18 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1542 := &x.ImagePullSecrets - yym1543 := z.DecBinary() - _ = yym1543 + yyv1561 := &x.ImagePullSecrets + yym1562 := z.DecBinary() + _ = yym1562 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1542), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1561), d) } } default: - z.DecStructFieldNotFound(-1, yys1526) - } // end switch yys1526 - } // end for yyj1526 + z.DecStructFieldNotFound(-1, yys1545) + } // end switch yys1545 + } // end for yyj1545 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20774,16 +21040,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1544 int - var yyb1544 bool - var yyhl1544 bool = l >= 0 - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + var yyj1563 int + var yyb1563 bool + var yyhl1563 bool = l >= 0 + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20791,21 +21057,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1545 := &x.Volumes - yym1546 := z.DecBinary() - _ = yym1546 + yyv1564 := &x.Volumes + yym1565 := z.DecBinary() + _ = yym1565 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1545), d) + h.decSliceVolume((*[]Volume)(yyv1564), d) } } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20813,21 +21079,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1547 := &x.Containers - yym1548 := z.DecBinary() - _ = yym1548 + yyv1566 := &x.Containers + yym1567 := z.DecBinary() + _ = yym1567 if false { } else { - h.decSliceContainer((*[]Container)(yyv1547), d) + h.decSliceContainer((*[]Container)(yyv1566), d) } } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20837,13 +21103,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20856,20 +21122,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1551 := z.DecBinary() - _ = yym1551 + yym1570 := z.DecBinary() + _ = yym1570 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20882,20 +21148,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1553 := z.DecBinary() - _ = yym1553 + yym1572 := z.DecBinary() + _ = yym1572 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20905,13 +21171,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20919,21 +21185,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1555 := &x.NodeSelector - yym1556 := z.DecBinary() - _ = yym1556 + yyv1574 := &x.NodeSelector + yym1575 := z.DecBinary() + _ = yym1575 if false { } else { - z.F.DecMapStringStringX(yyv1555, false, d) + z.F.DecMapStringStringX(yyv1574, false, d) } } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20943,13 +21209,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20959,13 +21225,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20980,13 +21246,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20994,26 +21260,26 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1560 := &x.ImagePullSecrets - yym1561 := z.DecBinary() - _ = yym1561 + yyv1579 := &x.ImagePullSecrets + yym1580 := z.DecBinary() + _ = yym1580 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1560), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1579), d) } } for { - yyj1544++ - if yyhl1544 { - yyb1544 = yyj1544 > l + yyj1563++ + if yyhl1563 { + yyb1563 = yyj1563 > l } else { - yyb1544 = r.CheckBreak() + yyb1563 = r.CheckBreak() } - if yyb1544 { + if yyb1563 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1544-1, "") + z.DecStructFieldNotFound(yyj1563-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21025,42 +21291,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1562 := z.EncBinary() - _ = yym1562 + yym1581 := z.EncBinary() + _ = yym1581 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1563 := !z.EncBinary() - yy2arr1563 := z.EncBasicHandle().StructToArray - var yyq1563 [8]bool - _, _, _ = yysep1563, yyq1563, yy2arr1563 - const yyr1563 bool = false - yyq1563[0] = x.HostNetwork != false - yyq1563[1] = x.HostPID != false - yyq1563[2] = x.HostIPC != false - yyq1563[3] = x.SELinuxOptions != nil - yyq1563[4] = x.RunAsUser != nil - yyq1563[5] = x.RunAsNonRoot != nil - yyq1563[6] = len(x.SupplementalGroups) != 0 - yyq1563[7] = x.FSGroup != nil - var yynn1563 int - if yyr1563 || yy2arr1563 { + yysep1582 := !z.EncBinary() + yy2arr1582 := z.EncBasicHandle().StructToArray + var yyq1582 [8]bool + _, _, _ = yysep1582, yyq1582, yy2arr1582 + const yyr1582 bool = false + yyq1582[0] = x.HostNetwork != false + yyq1582[1] = x.HostPID != false + yyq1582[2] = x.HostIPC != false + yyq1582[3] = x.SELinuxOptions != nil + yyq1582[4] = x.RunAsUser != nil + yyq1582[5] = x.RunAsNonRoot != nil + yyq1582[6] = len(x.SupplementalGroups) != 0 + yyq1582[7] = x.FSGroup != nil + var yynn1582 int + if yyr1582 || yy2arr1582 { r.EncodeArrayStart(8) } else { - yynn1563 = 0 - for _, b := range yyq1563 { + yynn1582 = 0 + for _, b := range yyq1582 { if b { - yynn1563++ + yynn1582++ } } - r.EncodeMapStart(yynn1563) - yynn1563 = 0 + r.EncodeMapStart(yynn1582) + yynn1582 = 0 } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[0] { - yym1565 := z.EncBinary() - _ = yym1565 + if yyq1582[0] { + yym1584 := z.EncBinary() + _ = yym1584 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -21069,23 +21335,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1563[0] { + if yyq1582[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1566 := z.EncBinary() - _ = yym1566 + yym1585 := z.EncBinary() + _ = yym1585 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[1] { - yym1568 := z.EncBinary() - _ = yym1568 + if yyq1582[1] { + yym1587 := z.EncBinary() + _ = yym1587 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -21094,23 +21360,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1563[1] { + if yyq1582[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1569 := z.EncBinary() - _ = yym1569 + yym1588 := z.EncBinary() + _ = yym1588 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[2] { - yym1571 := z.EncBinary() - _ = yym1571 + if yyq1582[2] { + yym1590 := z.EncBinary() + _ = yym1590 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -21119,21 +21385,21 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1563[2] { + if yyq1582[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1572 := z.EncBinary() - _ = yym1572 + yym1591 := z.EncBinary() + _ = yym1591 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[3] { + if yyq1582[3] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -21143,7 +21409,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1563[3] { + if yyq1582[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21154,84 +21420,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[4] { + if yyq1582[4] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy1575 := *x.RunAsUser - yym1576 := z.EncBinary() - _ = yym1576 + yy1594 := *x.RunAsUser + yym1595 := z.EncBinary() + _ = yym1595 if false { } else { - r.EncodeInt(int64(yy1575)) + r.EncodeInt(int64(yy1594)) } } } else { r.EncodeNil() } } else { - if yyq1563[4] { + if yyq1582[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy1577 := *x.RunAsUser - yym1578 := z.EncBinary() - _ = yym1578 + yy1596 := *x.RunAsUser + yym1597 := z.EncBinary() + _ = yym1597 if false { } else { - r.EncodeInt(int64(yy1577)) + r.EncodeInt(int64(yy1596)) } } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[5] { + if yyq1582[5] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1580 := *x.RunAsNonRoot - yym1581 := z.EncBinary() - _ = yym1581 + yy1599 := *x.RunAsNonRoot + yym1600 := z.EncBinary() + _ = yym1600 if false { } else { - r.EncodeBool(bool(yy1580)) + r.EncodeBool(bool(yy1599)) } } } else { r.EncodeNil() } } else { - if yyq1563[5] { + if yyq1582[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1582 := *x.RunAsNonRoot - yym1583 := z.EncBinary() - _ = yym1583 + yy1601 := *x.RunAsNonRoot + yym1602 := z.EncBinary() + _ = yym1602 if false { } else { - r.EncodeBool(bool(yy1582)) + r.EncodeBool(bool(yy1601)) } } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[6] { + if yyq1582[6] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1585 := z.EncBinary() - _ = yym1585 + yym1604 := z.EncBinary() + _ = yym1604 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -21241,15 +21507,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1563[6] { + if yyq1582[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1586 := z.EncBinary() - _ = yym1586 + yym1605 := z.EncBinary() + _ = yym1605 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -21257,42 +21523,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1563[7] { + if yyq1582[7] { if x.FSGroup == nil { r.EncodeNil() } else { - yy1588 := *x.FSGroup - yym1589 := z.EncBinary() - _ = yym1589 + yy1607 := *x.FSGroup + yym1608 := z.EncBinary() + _ = yym1608 if false { } else { - r.EncodeInt(int64(yy1588)) + r.EncodeInt(int64(yy1607)) } } } else { r.EncodeNil() } } else { - if yyq1563[7] { + if yyq1582[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy1590 := *x.FSGroup - yym1591 := z.EncBinary() - _ = yym1591 + yy1609 := *x.FSGroup + yym1610 := z.EncBinary() + _ = yym1610 if false { } else { - r.EncodeInt(int64(yy1590)) + r.EncodeInt(int64(yy1609)) } } } } - if yyr1563 || yy2arr1563 { + if yyr1582 || yy2arr1582 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21305,25 +21571,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1592 := z.DecBinary() - _ = yym1592 + yym1611 := z.DecBinary() + _ = yym1611 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1593 := r.ContainerType() - if yyct1593 == codecSelferValueTypeMap1234 { - yyl1593 := r.ReadMapStart() - if yyl1593 == 0 { + yyct1612 := r.ContainerType() + if yyct1612 == codecSelferValueTypeMap1234 { + yyl1612 := r.ReadMapStart() + if yyl1612 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1593, d) + x.codecDecodeSelfFromMap(yyl1612, d) } - } else if yyct1593 == codecSelferValueTypeArray1234 { - yyl1593 := r.ReadArrayStart() - if yyl1593 == 0 { + } else if yyct1612 == codecSelferValueTypeArray1234 { + yyl1612 := r.ReadArrayStart() + if yyl1612 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1593, d) + x.codecDecodeSelfFromArray(yyl1612, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21335,12 +21601,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1594Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1594Slc - var yyhl1594 bool = l >= 0 - for yyj1594 := 0; ; yyj1594++ { - if yyhl1594 { - if yyj1594 >= l { + var yys1613Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1613Slc + var yyhl1613 bool = l >= 0 + for yyj1613 := 0; ; yyj1613++ { + if yyhl1613 { + if yyj1613 >= l { break } } else { @@ -21349,10 +21615,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1594Slc = r.DecodeBytes(yys1594Slc, true, true) - yys1594 := string(yys1594Slc) + yys1613Slc = r.DecodeBytes(yys1613Slc, true, true) + yys1613 := string(yys1613Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1594 { + switch yys1613 { case "hostNetwork": if r.TryDecodeAsNil() { x.HostNetwork = false @@ -21391,8 +21657,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1600 := z.DecBinary() - _ = yym1600 + yym1619 := z.DecBinary() + _ = yym1619 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -21407,8 +21673,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1602 := z.DecBinary() - _ = yym1602 + yym1621 := z.DecBinary() + _ = yym1621 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -21418,12 +21684,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1603 := &x.SupplementalGroups - yym1604 := z.DecBinary() - _ = yym1604 + yyv1622 := &x.SupplementalGroups + yym1623 := z.DecBinary() + _ = yym1623 if false { } else { - z.F.DecSliceInt64X(yyv1603, false, d) + z.F.DecSliceInt64X(yyv1622, false, d) } } case "fsGroup": @@ -21435,17 +21701,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1606 := z.DecBinary() - _ = yym1606 + yym1625 := z.DecBinary() + _ = yym1625 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1594) - } // end switch yys1594 - } // end for yyj1594 + z.DecStructFieldNotFound(-1, yys1613) + } // end switch yys1613 + } // end for yyj1613 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21453,16 +21719,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1607 int - var yyb1607 bool - var yyhl1607 bool = l >= 0 - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + var yyj1626 int + var yyb1626 bool + var yyhl1626 bool = l >= 0 + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21472,13 +21738,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21488,13 +21754,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostPID = bool(r.DecodeBool()) } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21504,13 +21770,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21525,13 +21791,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21544,20 +21810,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1613 := z.DecBinary() - _ = yym1613 + yym1632 := z.DecBinary() + _ = yym1632 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21570,20 +21836,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1615 := z.DecBinary() - _ = yym1615 + yym1634 := z.DecBinary() + _ = yym1634 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21591,21 +21857,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1616 := &x.SupplementalGroups - yym1617 := z.DecBinary() - _ = yym1617 + yyv1635 := &x.SupplementalGroups + yym1636 := z.DecBinary() + _ = yym1636 if false { } else { - z.F.DecSliceInt64X(yyv1616, false, d) + z.F.DecSliceInt64X(yyv1635, false, d) } } - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21618,25 +21884,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1619 := z.DecBinary() - _ = yym1619 + yym1638 := z.DecBinary() + _ = yym1638 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj1607++ - if yyhl1607 { - yyb1607 = yyj1607 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1607 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1607 { + if yyb1626 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1607-1, "") + z.DecStructFieldNotFound(yyj1626-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21648,262 +21914,262 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1620 := z.EncBinary() - _ = yym1620 + yym1639 := z.EncBinary() + _ = yym1639 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1621 := !z.EncBinary() - yy2arr1621 := z.EncBasicHandle().StructToArray - var yyq1621 [8]bool - _, _, _ = yysep1621, yyq1621, yy2arr1621 - const yyr1621 bool = false - yyq1621[0] = x.Phase != "" - yyq1621[1] = len(x.Conditions) != 0 - yyq1621[2] = x.Message != "" - yyq1621[3] = x.Reason != "" - yyq1621[4] = x.HostIP != "" - yyq1621[5] = x.PodIP != "" - yyq1621[6] = x.StartTime != nil - yyq1621[7] = len(x.ContainerStatuses) != 0 - var yynn1621 int - if yyr1621 || yy2arr1621 { + yysep1640 := !z.EncBinary() + yy2arr1640 := z.EncBasicHandle().StructToArray + var yyq1640 [8]bool + _, _, _ = yysep1640, yyq1640, yy2arr1640 + const yyr1640 bool = false + yyq1640[0] = x.Phase != "" + yyq1640[1] = len(x.Conditions) != 0 + yyq1640[2] = x.Message != "" + yyq1640[3] = x.Reason != "" + yyq1640[4] = x.HostIP != "" + yyq1640[5] = x.PodIP != "" + yyq1640[6] = x.StartTime != nil + yyq1640[7] = len(x.ContainerStatuses) != 0 + var yynn1640 int + if yyr1640 || yy2arr1640 { r.EncodeArrayStart(8) } else { - yynn1621 = 0 - for _, b := range yyq1621 { + yynn1640 = 0 + for _, b := range yyq1640 { if b { - yynn1621++ + yynn1640++ } } - r.EncodeMapStart(yynn1621) - yynn1621 = 0 + r.EncodeMapStart(yynn1640) + yynn1640 = 0 } - if yyr1621 || yy2arr1621 { + if yyr1640 || yy2arr1640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[0] { + if yyq1640[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1621[0] { + if yyq1640[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr1621 || yy2arr1621 { + if yyr1640 || yy2arr1640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[1] { + if yyq1640[1] { if x.Conditions == nil { r.EncodeNil() - } else { - yym1624 := z.EncBinary() - _ = yym1624 - if false { - } else { - h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1621[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("conditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Conditions == nil { - r.EncodeNil() - } else { - yym1625 := z.EncBinary() - _ = yym1625 - if false { - } else { - h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) - } - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[2] { - yym1627 := z.EncBinary() - _ = yym1627 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1621[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1628 := z.EncBinary() - _ = yym1628 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[3] { - yym1630 := z.EncBinary() - _ = yym1630 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1621[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1631 := z.EncBinary() - _ = yym1631 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[4] { - yym1633 := z.EncBinary() - _ = yym1633 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1621[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1634 := z.EncBinary() - _ = yym1634 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[5] { - yym1636 := z.EncBinary() - _ = yym1636 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1621[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1637 := z.EncBinary() - _ = yym1637 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[6] { - if x.StartTime == nil { - r.EncodeNil() - } else { - yym1639 := z.EncBinary() - _ = yym1639 - if false { - } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1639 { - z.EncBinaryMarshal(x.StartTime) - } else if !yym1639 && z.IsJSONHandle() { - z.EncJSONMarshal(x.StartTime) - } else { - z.EncFallback(x.StartTime) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1621[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.StartTime == nil { - r.EncodeNil() - } else { - yym1640 := z.EncBinary() - _ = yym1640 - if false { - } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1640 { - z.EncBinaryMarshal(x.StartTime) - } else if !yym1640 && z.IsJSONHandle() { - z.EncJSONMarshal(x.StartTime) - } else { - z.EncFallback(x.StartTime) - } - } - } - } - if yyr1621 || yy2arr1621 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[7] { - if x.ContainerStatuses == nil { - r.EncodeNil() - } else { - yym1642 := z.EncBinary() - _ = yym1642 - if false { - } else { - h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1621[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ContainerStatuses == nil { - r.EncodeNil() } else { yym1643 := z.EncBinary() _ = yym1643 if false { + } else { + h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1640[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Conditions == nil { + r.EncodeNil() + } else { + yym1644 := z.EncBinary() + _ = yym1644 + if false { + } else { + h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) + } + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[2] { + yym1646 := z.EncBinary() + _ = yym1646 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1640[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1647 := z.EncBinary() + _ = yym1647 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[3] { + yym1649 := z.EncBinary() + _ = yym1649 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1640[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1650 := z.EncBinary() + _ = yym1650 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[4] { + yym1652 := z.EncBinary() + _ = yym1652 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1640[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1653 := z.EncBinary() + _ = yym1653 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[5] { + yym1655 := z.EncBinary() + _ = yym1655 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1640[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1656 := z.EncBinary() + _ = yym1656 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[6] { + if x.StartTime == nil { + r.EncodeNil() + } else { + yym1658 := z.EncBinary() + _ = yym1658 + if false { + } else if z.HasExtensions() && z.EncExt(x.StartTime) { + } else if yym1658 { + z.EncBinaryMarshal(x.StartTime) + } else if !yym1658 && z.IsJSONHandle() { + z.EncJSONMarshal(x.StartTime) + } else { + z.EncFallback(x.StartTime) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1640[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("startTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.StartTime == nil { + r.EncodeNil() + } else { + yym1659 := z.EncBinary() + _ = yym1659 + if false { + } else if z.HasExtensions() && z.EncExt(x.StartTime) { + } else if yym1659 { + z.EncBinaryMarshal(x.StartTime) + } else if !yym1659 && z.IsJSONHandle() { + z.EncJSONMarshal(x.StartTime) + } else { + z.EncFallback(x.StartTime) + } + } + } + } + if yyr1640 || yy2arr1640 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1640[7] { + if x.ContainerStatuses == nil { + r.EncodeNil() + } else { + yym1661 := z.EncBinary() + _ = yym1661 + if false { + } else { + h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1640[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ContainerStatuses == nil { + r.EncodeNil() + } else { + yym1662 := z.EncBinary() + _ = yym1662 + if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) } } } } - if yyr1621 || yy2arr1621 { + if yyr1640 || yy2arr1640 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21916,25 +22182,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1644 := z.DecBinary() - _ = yym1644 + yym1663 := z.DecBinary() + _ = yym1663 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1645 := r.ContainerType() - if yyct1645 == codecSelferValueTypeMap1234 { - yyl1645 := r.ReadMapStart() - if yyl1645 == 0 { + yyct1664 := r.ContainerType() + if yyct1664 == codecSelferValueTypeMap1234 { + yyl1664 := r.ReadMapStart() + if yyl1664 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1645, d) + x.codecDecodeSelfFromMap(yyl1664, d) } - } else if yyct1645 == codecSelferValueTypeArray1234 { - yyl1645 := r.ReadArrayStart() - if yyl1645 == 0 { + } else if yyct1664 == codecSelferValueTypeArray1234 { + yyl1664 := r.ReadArrayStart() + if yyl1664 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1645, d) + x.codecDecodeSelfFromArray(yyl1664, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21946,12 +22212,12 @@ func (x *PodStatus) 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 yys1665Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1665Slc + var yyhl1665 bool = l >= 0 + for yyj1665 := 0; ; yyj1665++ { + if yyhl1665 { + if yyj1665 >= l { break } } else { @@ -21960,10 +22226,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1646Slc = r.DecodeBytes(yys1646Slc, true, true) - yys1646 := string(yys1646Slc) + yys1665Slc = r.DecodeBytes(yys1665Slc, true, true) + yys1665 := string(yys1665Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1646 { + switch yys1665 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -21974,12 +22240,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1648 := &x.Conditions - yym1649 := z.DecBinary() - _ = yym1649 + yyv1667 := &x.Conditions + yym1668 := z.DecBinary() + _ = yym1668 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1648), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1667), d) } } case "message": @@ -22015,13 +22281,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1655 := z.DecBinary() - _ = yym1655 + yym1674 := z.DecBinary() + _ = yym1674 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1655 { + } else if yym1674 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1655 && z.IsJSONHandle() { + } else if !yym1674 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -22031,18 +22297,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1656 := &x.ContainerStatuses - yym1657 := z.DecBinary() - _ = yym1657 + yyv1675 := &x.ContainerStatuses + yym1676 := z.DecBinary() + _ = yym1676 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1656), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1675), d) } } default: - z.DecStructFieldNotFound(-1, yys1646) - } // end switch yys1646 - } // end for yyj1646 + z.DecStructFieldNotFound(-1, yys1665) + } // end switch yys1665 + } // end for yyj1665 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22050,16 +22316,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1658 int - var yyb1658 bool - var yyhl1658 bool = l >= 0 - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + var yyj1677 int + var yyb1677 bool + var yyhl1677 bool = l >= 0 + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22069,13 +22335,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22083,21 +22349,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1660 := &x.Conditions - yym1661 := z.DecBinary() - _ = yym1661 + yyv1679 := &x.Conditions + yym1680 := z.DecBinary() + _ = yym1680 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1660), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1679), d) } } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22107,13 +22373,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22123,13 +22389,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22139,13 +22405,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22155,13 +22421,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22174,25 +22440,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1667 := z.DecBinary() - _ = yym1667 + yym1686 := z.DecBinary() + _ = yym1686 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1667 { + } else if yym1686 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1667 && z.IsJSONHandle() { + } else if !yym1686 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22200,26 +22466,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1668 := &x.ContainerStatuses - yym1669 := z.DecBinary() - _ = yym1669 + yyv1687 := &x.ContainerStatuses + yym1688 := z.DecBinary() + _ = yym1688 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1668), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1687), d) } } for { - yyj1658++ - if yyhl1658 { - yyb1658 = yyj1658 > l + yyj1677++ + if yyhl1677 { + yyb1677 = yyj1677 > l } else { - yyb1658 = r.CheckBreak() + yyb1677 = r.CheckBreak() } - if yyb1658 { + if yyb1677 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1658-1, "") + z.DecStructFieldNotFound(yyj1677-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22231,38 +22497,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1670 := z.EncBinary() - _ = yym1670 + yym1689 := z.EncBinary() + _ = yym1689 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1671 := !z.EncBinary() - yy2arr1671 := z.EncBasicHandle().StructToArray - var yyq1671 [4]bool - _, _, _ = yysep1671, yyq1671, yy2arr1671 - const yyr1671 bool = false - yyq1671[0] = x.Kind != "" - yyq1671[1] = x.APIVersion != "" - yyq1671[2] = true - yyq1671[3] = true - var yynn1671 int - if yyr1671 || yy2arr1671 { + yysep1690 := !z.EncBinary() + yy2arr1690 := z.EncBasicHandle().StructToArray + var yyq1690 [4]bool + _, _, _ = yysep1690, yyq1690, yy2arr1690 + const yyr1690 bool = false + yyq1690[0] = x.Kind != "" + yyq1690[1] = x.APIVersion != "" + yyq1690[2] = true + yyq1690[3] = true + var yynn1690 int + if yyr1690 || yy2arr1690 { r.EncodeArrayStart(4) } else { - yynn1671 = 0 - for _, b := range yyq1671 { + yynn1690 = 0 + for _, b := range yyq1690 { if b { - yynn1671++ + yynn1690++ } } - r.EncodeMapStart(yynn1671) - yynn1671 = 0 + r.EncodeMapStart(yynn1690) + yynn1690 = 0 } - if yyr1671 || yy2arr1671 { + if yyr1690 || yy2arr1690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1671[0] { - yym1673 := z.EncBinary() - _ = yym1673 + if yyq1690[0] { + yym1692 := z.EncBinary() + _ = yym1692 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22271,23 +22537,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1671[0] { + if yyq1690[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1674 := z.EncBinary() - _ = yym1674 + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1671 || yy2arr1671 { + if yyr1690 || yy2arr1690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1671[1] { - yym1676 := z.EncBinary() - _ = yym1676 + if yyq1690[1] { + yym1695 := z.EncBinary() + _ = yym1695 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22296,53 +22562,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1671[1] { + if yyq1690[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1677 := z.EncBinary() - _ = yym1677 + yym1696 := z.EncBinary() + _ = yym1696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1671 || yy2arr1671 { + if yyr1690 || yy2arr1690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1671[2] { - yy1679 := &x.ObjectMeta - yy1679.CodecEncodeSelf(e) + if yyq1690[2] { + yy1698 := &x.ObjectMeta + yy1698.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1671[2] { + if yyq1690[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1680 := &x.ObjectMeta - yy1680.CodecEncodeSelf(e) + yy1699 := &x.ObjectMeta + yy1699.CodecEncodeSelf(e) } } - if yyr1671 || yy2arr1671 { + if yyr1690 || yy2arr1690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1671[3] { - yy1682 := &x.Status - yy1682.CodecEncodeSelf(e) + if yyq1690[3] { + yy1701 := &x.Status + yy1701.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1671[3] { + if yyq1690[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1683 := &x.Status - yy1683.CodecEncodeSelf(e) + yy1702 := &x.Status + yy1702.CodecEncodeSelf(e) } } - if yyr1671 || yy2arr1671 { + if yyr1690 || yy2arr1690 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22355,25 +22621,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1684 := z.DecBinary() - _ = yym1684 + yym1703 := z.DecBinary() + _ = yym1703 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1685 := r.ContainerType() - if yyct1685 == codecSelferValueTypeMap1234 { - yyl1685 := r.ReadMapStart() - if yyl1685 == 0 { + yyct1704 := r.ContainerType() + if yyct1704 == codecSelferValueTypeMap1234 { + yyl1704 := r.ReadMapStart() + if yyl1704 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1685, d) + x.codecDecodeSelfFromMap(yyl1704, d) } - } else if yyct1685 == codecSelferValueTypeArray1234 { - yyl1685 := r.ReadArrayStart() - if yyl1685 == 0 { + } else if yyct1704 == codecSelferValueTypeArray1234 { + yyl1704 := r.ReadArrayStart() + if yyl1704 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1685, d) + x.codecDecodeSelfFromArray(yyl1704, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22385,12 +22651,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1686Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1686Slc - var yyhl1686 bool = l >= 0 - for yyj1686 := 0; ; yyj1686++ { - if yyhl1686 { - if yyj1686 >= l { + var yys1705Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1705Slc + var yyhl1705 bool = l >= 0 + for yyj1705 := 0; ; yyj1705++ { + if yyhl1705 { + if yyj1705 >= l { break } } else { @@ -22399,10 +22665,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1686Slc = r.DecodeBytes(yys1686Slc, true, true) - yys1686 := string(yys1686Slc) + yys1705Slc = r.DecodeBytes(yys1705Slc, true, true) + yys1705 := string(yys1705Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1686 { + switch yys1705 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22419,20 +22685,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1689 := &x.ObjectMeta - yyv1689.CodecDecodeSelf(d) + yyv1708 := &x.ObjectMeta + yyv1708.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1690 := &x.Status - yyv1690.CodecDecodeSelf(d) + yyv1709 := &x.Status + yyv1709.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1686) - } // end switch yys1686 - } // end for yyj1686 + z.DecStructFieldNotFound(-1, yys1705) + } // end switch yys1705 + } // end for yyj1705 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22440,16 +22706,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1691 int - var yyb1691 bool - var yyhl1691 bool = l >= 0 - yyj1691++ - if yyhl1691 { - yyb1691 = yyj1691 > l + var yyj1710 int + var yyb1710 bool + var yyhl1710 bool = l >= 0 + yyj1710++ + if yyhl1710 { + yyb1710 = yyj1710 > l } else { - yyb1691 = r.CheckBreak() + yyb1710 = r.CheckBreak() } - if yyb1691 { + if yyb1710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22459,13 +22725,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1691++ - if yyhl1691 { - yyb1691 = yyj1691 > l + yyj1710++ + if yyhl1710 { + yyb1710 = yyj1710 > l } else { - yyb1691 = r.CheckBreak() + yyb1710 = r.CheckBreak() } - if yyb1691 { + if yyb1710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22475,13 +22741,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1691++ - if yyhl1691 { - yyb1691 = yyj1691 > l + yyj1710++ + if yyhl1710 { + yyb1710 = yyj1710 > l } else { - yyb1691 = r.CheckBreak() + yyb1710 = r.CheckBreak() } - if yyb1691 { + if yyb1710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22489,16 +22755,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1694 := &x.ObjectMeta - yyv1694.CodecDecodeSelf(d) + yyv1713 := &x.ObjectMeta + yyv1713.CodecDecodeSelf(d) } - yyj1691++ - if yyhl1691 { - yyb1691 = yyj1691 > l + yyj1710++ + if yyhl1710 { + yyb1710 = yyj1710 > l } else { - yyb1691 = r.CheckBreak() + yyb1710 = r.CheckBreak() } - if yyb1691 { + if yyb1710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22506,21 +22772,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1695 := &x.Status - yyv1695.CodecDecodeSelf(d) + yyv1714 := &x.Status + yyv1714.CodecDecodeSelf(d) } for { - yyj1691++ - if yyhl1691 { - yyb1691 = yyj1691 > l + yyj1710++ + if yyhl1710 { + yyb1710 = yyj1710 > l } else { - yyb1691 = r.CheckBreak() + yyb1710 = r.CheckBreak() } - if yyb1691 { + if yyb1710 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1691-1, "") + z.DecStructFieldNotFound(yyj1710-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22532,39 +22798,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1696 := z.EncBinary() - _ = yym1696 + yym1715 := z.EncBinary() + _ = yym1715 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1697 := !z.EncBinary() - yy2arr1697 := z.EncBasicHandle().StructToArray - var yyq1697 [5]bool - _, _, _ = yysep1697, yyq1697, yy2arr1697 - const yyr1697 bool = false - yyq1697[0] = x.Kind != "" - yyq1697[1] = x.APIVersion != "" - yyq1697[2] = true - yyq1697[3] = true - yyq1697[4] = true - var yynn1697 int - if yyr1697 || yy2arr1697 { + yysep1716 := !z.EncBinary() + yy2arr1716 := z.EncBasicHandle().StructToArray + var yyq1716 [5]bool + _, _, _ = yysep1716, yyq1716, yy2arr1716 + const yyr1716 bool = false + yyq1716[0] = x.Kind != "" + yyq1716[1] = x.APIVersion != "" + yyq1716[2] = true + yyq1716[3] = true + yyq1716[4] = true + var yynn1716 int + if yyr1716 || yy2arr1716 { r.EncodeArrayStart(5) } else { - yynn1697 = 0 - for _, b := range yyq1697 { + yynn1716 = 0 + for _, b := range yyq1716 { if b { - yynn1697++ + yynn1716++ } } - r.EncodeMapStart(yynn1697) - yynn1697 = 0 + r.EncodeMapStart(yynn1716) + yynn1716 = 0 } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[0] { - yym1699 := z.EncBinary() - _ = yym1699 + if yyq1716[0] { + yym1718 := z.EncBinary() + _ = yym1718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22573,23 +22839,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1697[0] { + if yyq1716[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1700 := z.EncBinary() - _ = yym1700 + yym1719 := z.EncBinary() + _ = yym1719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[1] { - yym1702 := z.EncBinary() - _ = yym1702 + if yyq1716[1] { + yym1721 := z.EncBinary() + _ = yym1721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22598,70 +22864,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1697[1] { + if yyq1716[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1703 := z.EncBinary() - _ = yym1703 + yym1722 := z.EncBinary() + _ = yym1722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[2] { - yy1705 := &x.ObjectMeta - yy1705.CodecEncodeSelf(e) + if yyq1716[2] { + yy1724 := &x.ObjectMeta + yy1724.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1697[2] { + if yyq1716[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1706 := &x.ObjectMeta - yy1706.CodecEncodeSelf(e) + yy1725 := &x.ObjectMeta + yy1725.CodecEncodeSelf(e) } } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[3] { - yy1708 := &x.Spec - yy1708.CodecEncodeSelf(e) + if yyq1716[3] { + yy1727 := &x.Spec + yy1727.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1697[3] { + if yyq1716[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1709 := &x.Spec - yy1709.CodecEncodeSelf(e) + yy1728 := &x.Spec + yy1728.CodecEncodeSelf(e) } } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[4] { - yy1711 := &x.Status - yy1711.CodecEncodeSelf(e) + if yyq1716[4] { + yy1730 := &x.Status + yy1730.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1697[4] { + if yyq1716[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1712 := &x.Status - yy1712.CodecEncodeSelf(e) + yy1731 := &x.Status + yy1731.CodecEncodeSelf(e) } } - if yyr1697 || yy2arr1697 { + if yyr1716 || yy2arr1716 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22674,25 +22940,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1713 := z.DecBinary() - _ = yym1713 + yym1732 := z.DecBinary() + _ = yym1732 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1714 := r.ContainerType() - if yyct1714 == codecSelferValueTypeMap1234 { - yyl1714 := r.ReadMapStart() - if yyl1714 == 0 { + yyct1733 := r.ContainerType() + if yyct1733 == codecSelferValueTypeMap1234 { + yyl1733 := r.ReadMapStart() + if yyl1733 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1714, d) + x.codecDecodeSelfFromMap(yyl1733, d) } - } else if yyct1714 == codecSelferValueTypeArray1234 { - yyl1714 := r.ReadArrayStart() - if yyl1714 == 0 { + } else if yyct1733 == codecSelferValueTypeArray1234 { + yyl1733 := r.ReadArrayStart() + if yyl1733 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1714, d) + x.codecDecodeSelfFromArray(yyl1733, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22704,12 +22970,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1715Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1715Slc - var yyhl1715 bool = l >= 0 - for yyj1715 := 0; ; yyj1715++ { - if yyhl1715 { - if yyj1715 >= l { + var yys1734Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1734Slc + var yyhl1734 bool = l >= 0 + for yyj1734 := 0; ; yyj1734++ { + if yyhl1734 { + if yyj1734 >= l { break } } else { @@ -22718,10 +22984,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1715Slc = r.DecodeBytes(yys1715Slc, true, true) - yys1715 := string(yys1715Slc) + yys1734Slc = r.DecodeBytes(yys1734Slc, true, true) + yys1734 := string(yys1734Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1715 { + switch yys1734 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22738,285 +23004,31 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1718 := &x.ObjectMeta - yyv1718.CodecDecodeSelf(d) + yyv1737 := &x.ObjectMeta + yyv1737.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1719 := &x.Spec - yyv1719.CodecDecodeSelf(d) + yyv1738 := &x.Spec + yyv1738.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1720 := &x.Status - yyv1720.CodecDecodeSelf(d) + yyv1739 := &x.Status + yyv1739.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1715) - } // end switch yys1715 - } // end for yyj1715 + z.DecStructFieldNotFound(-1, yys1734) + } // end switch yys1734 + } // end for yyj1734 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1721 int - var yyb1721 bool - var yyhl1721 bool = l >= 0 - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv1724 := &x.ObjectMeta - yyv1724.CodecDecodeSelf(d) - } - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = PodSpec{} - } else { - yyv1725 := &x.Spec - yyv1725.CodecDecodeSelf(d) - } - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = PodStatus{} - } else { - yyv1726 := &x.Status - yyv1726.CodecDecodeSelf(d) - } - for { - yyj1721++ - if yyhl1721 { - yyb1721 = yyj1721 > l - } else { - yyb1721 = r.CheckBreak() - } - if yyb1721 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1721-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1727 := z.EncBinary() - _ = yym1727 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1728 := !z.EncBinary() - yy2arr1728 := z.EncBasicHandle().StructToArray - var yyq1728 [2]bool - _, _, _ = yysep1728, yyq1728, yy2arr1728 - const yyr1728 bool = false - yyq1728[0] = true - yyq1728[1] = true - var yynn1728 int - if yyr1728 || yy2arr1728 { - r.EncodeArrayStart(2) - } else { - yynn1728 = 0 - for _, b := range yyq1728 { - if b { - yynn1728++ - } - } - r.EncodeMapStart(yynn1728) - yynn1728 = 0 - } - if yyr1728 || yy2arr1728 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[0] { - yy1730 := &x.ObjectMeta - yy1730.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq1728[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1731 := &x.ObjectMeta - yy1731.CodecEncodeSelf(e) - } - } - if yyr1728 || yy2arr1728 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[1] { - yy1733 := &x.Spec - yy1733.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq1728[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1734 := &x.Spec - yy1734.CodecEncodeSelf(e) - } - } - if yyr1728 || yy2arr1728 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1735 := z.DecBinary() - _ = yym1735 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1736 := r.ContainerType() - if yyct1736 == codecSelferValueTypeMap1234 { - yyl1736 := r.ReadMapStart() - if yyl1736 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1736, d) - } - } else if yyct1736 == codecSelferValueTypeArray1234 { - yyl1736 := r.ReadArrayStart() - if yyl1736 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1736, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1737Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1737Slc - var yyhl1737 bool = l >= 0 - for yyj1737 := 0; ; yyj1737++ { - if yyhl1737 { - if yyj1737 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1737Slc = r.DecodeBytes(yys1737Slc, true, true) - yys1737 := string(yys1737Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1737 { - case "metadata": - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv1738 := &x.ObjectMeta - yyv1738.CodecDecodeSelf(d) - } - case "spec": - if r.TryDecodeAsNil() { - x.Spec = PodSpec{} - } else { - yyv1739 := &x.Spec - yyv1739.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys1737) - } // end switch yys1737 - } // end for yyj1737 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -23034,11 +23046,43 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj1740++ + if yyhl1740 { + yyb1740 = yyj1740 > l + } else { + yyb1740 = r.CheckBreak() + } + if yyb1740 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj1740++ + if yyhl1740 { + yyb1740 = yyj1740 > l + } else { + yyb1740 = r.CheckBreak() + } + if yyb1740 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1741 := &x.ObjectMeta - yyv1741.CodecDecodeSelf(d) + yyv1743 := &x.ObjectMeta + yyv1743.CodecDecodeSelf(d) } yyj1740++ if yyhl1740 { @@ -23054,8 +23098,25 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1742 := &x.Spec - yyv1742.CodecDecodeSelf(d) + yyv1744 := &x.Spec + yyv1744.CodecDecodeSelf(d) + } + yyj1740++ + if yyhl1740 { + yyb1740 = yyj1740 > l + } else { + yyb1740 = r.CheckBreak() + } + if yyb1740 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = PodStatus{} + } else { + yyv1745 := &x.Status + yyv1745.CodecDecodeSelf(d) } for { yyj1740++ @@ -23073,6 +23134,211 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1746 := z.EncBinary() + _ = yym1746 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1747 := !z.EncBinary() + yy2arr1747 := z.EncBasicHandle().StructToArray + var yyq1747 [2]bool + _, _, _ = yysep1747, yyq1747, yy2arr1747 + const yyr1747 bool = false + yyq1747[0] = true + yyq1747[1] = true + var yynn1747 int + if yyr1747 || yy2arr1747 { + r.EncodeArrayStart(2) + } else { + yynn1747 = 0 + for _, b := range yyq1747 { + if b { + yynn1747++ + } + } + r.EncodeMapStart(yynn1747) + yynn1747 = 0 + } + if yyr1747 || yy2arr1747 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1747[0] { + yy1749 := &x.ObjectMeta + yy1749.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq1747[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1750 := &x.ObjectMeta + yy1750.CodecEncodeSelf(e) + } + } + if yyr1747 || yy2arr1747 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1747[1] { + yy1752 := &x.Spec + yy1752.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq1747[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1753 := &x.Spec + yy1753.CodecEncodeSelf(e) + } + } + if yyr1747 || yy2arr1747 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1754 := z.DecBinary() + _ = yym1754 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1755 := r.ContainerType() + if yyct1755 == codecSelferValueTypeMap1234 { + yyl1755 := r.ReadMapStart() + if yyl1755 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1755, d) + } + } else if yyct1755 == codecSelferValueTypeArray1234 { + yyl1755 := r.ReadArrayStart() + if yyl1755 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1755, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1756Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1756Slc + var yyhl1756 bool = l >= 0 + for yyj1756 := 0; ; yyj1756++ { + if yyhl1756 { + if yyj1756 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1756Slc = r.DecodeBytes(yys1756Slc, true, true) + yys1756 := string(yys1756Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1756 { + case "metadata": + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv1757 := &x.ObjectMeta + yyv1757.CodecDecodeSelf(d) + } + case "spec": + if r.TryDecodeAsNil() { + x.Spec = PodSpec{} + } else { + yyv1758 := &x.Spec + yyv1758.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys1756) + } // end switch yys1756 + } // end for yyj1756 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1759 int + var yyb1759 bool + var yyhl1759 bool = l >= 0 + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l + } else { + yyb1759 = r.CheckBreak() + } + if yyb1759 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv1760 := &x.ObjectMeta + yyv1760.CodecDecodeSelf(d) + } + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l + } else { + yyb1759 = r.CheckBreak() + } + if yyb1759 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Spec = PodSpec{} + } else { + yyv1761 := &x.Spec + yyv1761.CodecDecodeSelf(d) + } + for { + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l + } else { + yyb1759 = r.CheckBreak() + } + if yyb1759 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1759-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -23080,38 +23346,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1743 := z.EncBinary() - _ = yym1743 + yym1762 := z.EncBinary() + _ = yym1762 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1744 := !z.EncBinary() - yy2arr1744 := z.EncBasicHandle().StructToArray - var yyq1744 [4]bool - _, _, _ = yysep1744, yyq1744, yy2arr1744 - const yyr1744 bool = false - yyq1744[0] = x.Kind != "" - yyq1744[1] = x.APIVersion != "" - yyq1744[2] = true - yyq1744[3] = true - var yynn1744 int - if yyr1744 || yy2arr1744 { + yysep1763 := !z.EncBinary() + yy2arr1763 := z.EncBasicHandle().StructToArray + var yyq1763 [4]bool + _, _, _ = yysep1763, yyq1763, yy2arr1763 + const yyr1763 bool = false + yyq1763[0] = x.Kind != "" + yyq1763[1] = x.APIVersion != "" + yyq1763[2] = true + yyq1763[3] = true + var yynn1763 int + if yyr1763 || yy2arr1763 { r.EncodeArrayStart(4) } else { - yynn1744 = 0 - for _, b := range yyq1744 { + yynn1763 = 0 + for _, b := range yyq1763 { if b { - yynn1744++ + yynn1763++ } } - r.EncodeMapStart(yynn1744) - yynn1744 = 0 + r.EncodeMapStart(yynn1763) + yynn1763 = 0 } - if yyr1744 || yy2arr1744 { + if yyr1763 || yy2arr1763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1744[0] { - yym1746 := z.EncBinary() - _ = yym1746 + if yyq1763[0] { + yym1765 := z.EncBinary() + _ = yym1765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23120,23 +23386,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1744[0] { + if yyq1763[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1747 := z.EncBinary() - _ = yym1747 + yym1766 := z.EncBinary() + _ = yym1766 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1744 || yy2arr1744 { + if yyr1763 || yy2arr1763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1744[1] { - yym1749 := z.EncBinary() - _ = yym1749 + if yyq1763[1] { + yym1768 := z.EncBinary() + _ = yym1768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23145,53 +23411,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1744[1] { + if yyq1763[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1750 := z.EncBinary() - _ = yym1750 + yym1769 := z.EncBinary() + _ = yym1769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1744 || yy2arr1744 { + if yyr1763 || yy2arr1763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1744[2] { - yy1752 := &x.ObjectMeta - yy1752.CodecEncodeSelf(e) + if yyq1763[2] { + yy1771 := &x.ObjectMeta + yy1771.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1744[2] { + if yyq1763[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1753 := &x.ObjectMeta - yy1753.CodecEncodeSelf(e) + yy1772 := &x.ObjectMeta + yy1772.CodecEncodeSelf(e) } } - if yyr1744 || yy2arr1744 { + if yyr1763 || yy2arr1763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1744[3] { - yy1755 := &x.Template - yy1755.CodecEncodeSelf(e) + if yyq1763[3] { + yy1774 := &x.Template + yy1774.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1744[3] { + if yyq1763[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1756 := &x.Template - yy1756.CodecEncodeSelf(e) + yy1775 := &x.Template + yy1775.CodecEncodeSelf(e) } } - if yyr1744 || yy2arr1744 { + if yyr1763 || yy2arr1763 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23204,25 +23470,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1757 := z.DecBinary() - _ = yym1757 + yym1776 := z.DecBinary() + _ = yym1776 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1758 := r.ContainerType() - if yyct1758 == codecSelferValueTypeMap1234 { - yyl1758 := r.ReadMapStart() - if yyl1758 == 0 { + yyct1777 := r.ContainerType() + if yyct1777 == codecSelferValueTypeMap1234 { + yyl1777 := r.ReadMapStart() + if yyl1777 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1758, d) + x.codecDecodeSelfFromMap(yyl1777, d) } - } else if yyct1758 == codecSelferValueTypeArray1234 { - yyl1758 := r.ReadArrayStart() - if yyl1758 == 0 { + } else if yyct1777 == codecSelferValueTypeArray1234 { + yyl1777 := r.ReadArrayStart() + if yyl1777 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1758, d) + x.codecDecodeSelfFromArray(yyl1777, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23234,12 +23500,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1759Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1759Slc - var yyhl1759 bool = l >= 0 - for yyj1759 := 0; ; yyj1759++ { - if yyhl1759 { - if yyj1759 >= l { + var yys1778Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1778Slc + var yyhl1778 bool = l >= 0 + for yyj1778 := 0; ; yyj1778++ { + if yyhl1778 { + if yyj1778 >= l { break } } else { @@ -23248,10 +23514,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1759Slc = r.DecodeBytes(yys1759Slc, true, true) - yys1759 := string(yys1759Slc) + yys1778Slc = r.DecodeBytes(yys1778Slc, true, true) + yys1778 := string(yys1778Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1759 { + switch yys1778 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23268,20 +23534,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1762 := &x.ObjectMeta - yyv1762.CodecDecodeSelf(d) + yyv1781 := &x.ObjectMeta + yyv1781.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1763 := &x.Template - yyv1763.CodecDecodeSelf(d) + yyv1782 := &x.Template + yyv1782.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1759) - } // end switch yys1759 - } // end for yyj1759 + z.DecStructFieldNotFound(-1, yys1778) + } // end switch yys1778 + } // end for yyj1778 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23289,16 +23555,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1764 int - var yyb1764 bool - var yyhl1764 bool = l >= 0 - yyj1764++ - if yyhl1764 { - yyb1764 = yyj1764 > l + var yyj1783 int + var yyb1783 bool + var yyhl1783 bool = l >= 0 + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1764 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1764 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23308,13 +23574,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1764++ - if yyhl1764 { - yyb1764 = yyj1764 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1764 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1764 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23324,13 +23590,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1764++ - if yyhl1764 { - yyb1764 = yyj1764 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1764 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1764 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23338,16 +23604,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1767 := &x.ObjectMeta - yyv1767.CodecDecodeSelf(d) + yyv1786 := &x.ObjectMeta + yyv1786.CodecDecodeSelf(d) } - yyj1764++ - if yyhl1764 { - yyb1764 = yyj1764 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1764 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1764 { + if yyb1783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23355,21 +23621,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1768 := &x.Template - yyv1768.CodecDecodeSelf(d) + yyv1787 := &x.Template + yyv1787.CodecDecodeSelf(d) } for { - yyj1764++ - if yyhl1764 { - yyb1764 = yyj1764 > l + yyj1783++ + if yyhl1783 { + yyb1783 = yyj1783 > l } else { - yyb1764 = r.CheckBreak() + yyb1783 = r.CheckBreak() } - if yyb1764 { + if yyb1783 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1764-1, "") + z.DecStructFieldNotFound(yyj1783-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23381,37 +23647,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1769 := z.EncBinary() - _ = yym1769 + yym1788 := z.EncBinary() + _ = yym1788 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1770 := !z.EncBinary() - yy2arr1770 := z.EncBasicHandle().StructToArray - var yyq1770 [4]bool - _, _, _ = yysep1770, yyq1770, yy2arr1770 - const yyr1770 bool = false - yyq1770[0] = x.Kind != "" - yyq1770[1] = x.APIVersion != "" - yyq1770[2] = true - var yynn1770 int - if yyr1770 || yy2arr1770 { + yysep1789 := !z.EncBinary() + yy2arr1789 := z.EncBasicHandle().StructToArray + var yyq1789 [4]bool + _, _, _ = yysep1789, yyq1789, yy2arr1789 + const yyr1789 bool = false + yyq1789[0] = x.Kind != "" + yyq1789[1] = x.APIVersion != "" + yyq1789[2] = true + var yynn1789 int + if yyr1789 || yy2arr1789 { r.EncodeArrayStart(4) } else { - yynn1770 = 1 - for _, b := range yyq1770 { + yynn1789 = 1 + for _, b := range yyq1789 { if b { - yynn1770++ + yynn1789++ } } - r.EncodeMapStart(yynn1770) - yynn1770 = 0 + r.EncodeMapStart(yynn1789) + yynn1789 = 0 } - if yyr1770 || yy2arr1770 { + if yyr1789 || yy2arr1789 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1770[0] { - yym1772 := z.EncBinary() - _ = yym1772 + if yyq1789[0] { + yym1791 := z.EncBinary() + _ = yym1791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23420,23 +23686,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1770[0] { + if yyq1789[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1773 := z.EncBinary() - _ = yym1773 + yym1792 := z.EncBinary() + _ = yym1792 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1770 || yy2arr1770 { + if yyr1789 || yy2arr1789 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1770[1] { - yym1775 := z.EncBinary() - _ = yym1775 + if yyq1789[1] { + yym1794 := z.EncBinary() + _ = yym1794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23445,54 +23711,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1770[1] { + if yyq1789[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1776 := z.EncBinary() - _ = yym1776 + yym1795 := z.EncBinary() + _ = yym1795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1770 || yy2arr1770 { + if yyr1789 || yy2arr1789 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1770[2] { - yy1778 := &x.ListMeta - yym1779 := z.EncBinary() - _ = yym1779 + if yyq1789[2] { + yy1797 := &x.ListMeta + yym1798 := z.EncBinary() + _ = yym1798 if false { - } else if z.HasExtensions() && z.EncExt(yy1778) { + } else if z.HasExtensions() && z.EncExt(yy1797) { } else { - z.EncFallback(yy1778) + z.EncFallback(yy1797) } } else { r.EncodeNil() } } else { - if yyq1770[2] { + if yyq1789[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1780 := &x.ListMeta - yym1781 := z.EncBinary() - _ = yym1781 + yy1799 := &x.ListMeta + yym1800 := z.EncBinary() + _ = yym1800 if false { - } else if z.HasExtensions() && z.EncExt(yy1780) { + } else if z.HasExtensions() && z.EncExt(yy1799) { } else { - z.EncFallback(yy1780) + z.EncFallback(yy1799) } } } - if yyr1770 || yy2arr1770 { + if yyr1789 || yy2arr1789 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1783 := z.EncBinary() - _ = yym1783 + yym1802 := z.EncBinary() + _ = yym1802 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -23505,15 +23771,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1784 := z.EncBinary() - _ = yym1784 + yym1803 := z.EncBinary() + _ = yym1803 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr1770 || yy2arr1770 { + if yyr1789 || yy2arr1789 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23526,25 +23792,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1785 := z.DecBinary() - _ = yym1785 + yym1804 := z.DecBinary() + _ = yym1804 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1786 := r.ContainerType() - if yyct1786 == codecSelferValueTypeMap1234 { - yyl1786 := r.ReadMapStart() - if yyl1786 == 0 { + yyct1805 := r.ContainerType() + if yyct1805 == codecSelferValueTypeMap1234 { + yyl1805 := r.ReadMapStart() + if yyl1805 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1786, d) + x.codecDecodeSelfFromMap(yyl1805, d) } - } else if yyct1786 == codecSelferValueTypeArray1234 { - yyl1786 := r.ReadArrayStart() - if yyl1786 == 0 { + } else if yyct1805 == codecSelferValueTypeArray1234 { + yyl1805 := r.ReadArrayStart() + if yyl1805 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1786, d) + x.codecDecodeSelfFromArray(yyl1805, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23556,12 +23822,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1787Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1787Slc - var yyhl1787 bool = l >= 0 - for yyj1787 := 0; ; yyj1787++ { - if yyhl1787 { - if yyj1787 >= l { + var yys1806Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1806Slc + var yyhl1806 bool = l >= 0 + for yyj1806 := 0; ; yyj1806++ { + if yyhl1806 { + if yyj1806 >= l { break } } else { @@ -23570,10 +23836,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1787Slc = r.DecodeBytes(yys1787Slc, true, true) - yys1787 := string(yys1787Slc) + yys1806Slc = r.DecodeBytes(yys1806Slc, true, true) + yys1806 := string(yys1806Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1787 { + switch yys1806 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23590,31 +23856,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1790 := &x.ListMeta - yym1791 := z.DecBinary() - _ = yym1791 + yyv1809 := &x.ListMeta + yym1810 := z.DecBinary() + _ = yym1810 if false { - } else if z.HasExtensions() && z.DecExt(yyv1790) { + } else if z.HasExtensions() && z.DecExt(yyv1809) { } else { - z.DecFallback(yyv1790, false) + z.DecFallback(yyv1809, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1792 := &x.Items - yym1793 := z.DecBinary() - _ = yym1793 + yyv1811 := &x.Items + yym1812 := z.DecBinary() + _ = yym1812 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1792), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1811), d) } } default: - z.DecStructFieldNotFound(-1, yys1787) - } // end switch yys1787 - } // end for yyj1787 + z.DecStructFieldNotFound(-1, yys1806) + } // end switch yys1806 + } // end for yyj1806 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23622,16 +23888,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1794 int - var yyb1794 bool - var yyhl1794 bool = l >= 0 - yyj1794++ - if yyhl1794 { - yyb1794 = yyj1794 > l + var yyj1813 int + var yyb1813 bool + var yyhl1813 bool = l >= 0 + yyj1813++ + if yyhl1813 { + yyb1813 = yyj1813 > l } else { - yyb1794 = r.CheckBreak() + yyb1813 = r.CheckBreak() } - if yyb1794 { + if yyb1813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23641,13 +23907,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1794++ - if yyhl1794 { - yyb1794 = yyj1794 > l + yyj1813++ + if yyhl1813 { + yyb1813 = yyj1813 > l } else { - yyb1794 = r.CheckBreak() + yyb1813 = r.CheckBreak() } - if yyb1794 { + if yyb1813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23657,13 +23923,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1794++ - if yyhl1794 { - yyb1794 = yyj1794 > l + yyj1813++ + if yyhl1813 { + yyb1813 = yyj1813 > l } else { - yyb1794 = r.CheckBreak() + yyb1813 = r.CheckBreak() } - if yyb1794 { + if yyb1813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23671,22 +23937,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1797 := &x.ListMeta - yym1798 := z.DecBinary() - _ = yym1798 + yyv1816 := &x.ListMeta + yym1817 := z.DecBinary() + _ = yym1817 if false { - } else if z.HasExtensions() && z.DecExt(yyv1797) { + } else if z.HasExtensions() && z.DecExt(yyv1816) { } else { - z.DecFallback(yyv1797, false) + z.DecFallback(yyv1816, false) } } - yyj1794++ - if yyhl1794 { - yyb1794 = yyj1794 > l + yyj1813++ + if yyhl1813 { + yyb1813 = yyj1813 > l } else { - yyb1794 = r.CheckBreak() + yyb1813 = r.CheckBreak() } - if yyb1794 { + if yyb1813 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23694,26 +23960,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1799 := &x.Items - yym1800 := z.DecBinary() - _ = yym1800 + yyv1818 := &x.Items + yym1819 := z.DecBinary() + _ = yym1819 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1799), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1818), d) } } for { - yyj1794++ - if yyhl1794 { - yyb1794 = yyj1794 > l + yyj1813++ + if yyhl1813 { + yyb1813 = yyj1813 > l } else { - yyb1794 = r.CheckBreak() + yyb1813 = r.CheckBreak() } - if yyb1794 { + if yyb1813 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1794-1, "") + z.DecStructFieldNotFound(yyj1813-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23725,34 +23991,34 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1801 := z.EncBinary() - _ = yym1801 + yym1820 := z.EncBinary() + _ = yym1820 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1802 := !z.EncBinary() - yy2arr1802 := z.EncBasicHandle().StructToArray - var yyq1802 [3]bool - _, _, _ = yysep1802, yyq1802, yy2arr1802 - const yyr1802 bool = false - yyq1802[2] = x.Template != nil - var yynn1802 int - if yyr1802 || yy2arr1802 { + yysep1821 := !z.EncBinary() + yy2arr1821 := z.EncBasicHandle().StructToArray + var yyq1821 [3]bool + _, _, _ = yysep1821, yyq1821, yy2arr1821 + const yyr1821 bool = false + yyq1821[2] = x.Template != nil + var yynn1821 int + if yyr1821 || yy2arr1821 { r.EncodeArrayStart(3) } else { - yynn1802 = 2 - for _, b := range yyq1802 { + yynn1821 = 2 + for _, b := range yyq1821 { if b { - yynn1802++ + yynn1821++ } } - r.EncodeMapStart(yynn1802) - yynn1802 = 0 + r.EncodeMapStart(yynn1821) + yynn1821 = 0 } - if yyr1802 || yy2arr1802 { + if yyr1821 || yy2arr1821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1804 := z.EncBinary() - _ = yym1804 + yym1823 := z.EncBinary() + _ = yym1823 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -23761,20 +24027,20 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1805 := z.EncBinary() - _ = yym1805 + yym1824 := z.EncBinary() + _ = yym1824 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1802 || yy2arr1802 { + if yyr1821 || yy2arr1821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym1807 := z.EncBinary() - _ = yym1807 + yym1826 := z.EncBinary() + _ = yym1826 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -23787,17 +24053,17 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym1808 := z.EncBinary() - _ = yym1808 + yym1827 := z.EncBinary() + _ = yym1827 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr1802 || yy2arr1802 { + if yyr1821 || yy2arr1821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1802[2] { + if yyq1821[2] { if x.Template == nil { r.EncodeNil() } else { @@ -23807,7 +24073,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1802[2] { + if yyq1821[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23818,7 +24084,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1802 || yy2arr1802 { + if yyr1821 || yy2arr1821 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23831,25 +24097,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1810 := z.DecBinary() - _ = yym1810 + yym1829 := z.DecBinary() + _ = yym1829 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1811 := r.ContainerType() - if yyct1811 == codecSelferValueTypeMap1234 { - yyl1811 := r.ReadMapStart() - if yyl1811 == 0 { + yyct1830 := r.ContainerType() + if yyct1830 == codecSelferValueTypeMap1234 { + yyl1830 := r.ReadMapStart() + if yyl1830 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1811, d) + x.codecDecodeSelfFromMap(yyl1830, d) } - } else if yyct1811 == codecSelferValueTypeArray1234 { - yyl1811 := r.ReadArrayStart() - if yyl1811 == 0 { + } else if yyct1830 == codecSelferValueTypeArray1234 { + yyl1830 := r.ReadArrayStart() + if yyl1830 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1811, d) + x.codecDecodeSelfFromArray(yyl1830, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23861,12 +24127,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1812Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1812Slc - var yyhl1812 bool = l >= 0 - for yyj1812 := 0; ; yyj1812++ { - if yyhl1812 { - if yyj1812 >= l { + var yys1831Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1831Slc + var yyhl1831 bool = l >= 0 + for yyj1831 := 0; ; yyj1831++ { + if yyhl1831 { + if yyj1831 >= l { break } } else { @@ -23875,10 +24141,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1812Slc = r.DecodeBytes(yys1812Slc, true, true) - yys1812 := string(yys1812Slc) + yys1831Slc = r.DecodeBytes(yys1831Slc, true, true) + yys1831 := string(yys1831Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1812 { + switch yys1831 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -23889,12 +24155,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1814 := &x.Selector - yym1815 := z.DecBinary() - _ = yym1815 + yyv1833 := &x.Selector + yym1834 := z.DecBinary() + _ = yym1834 if false { } else { - z.F.DecMapStringStringX(yyv1814, false, d) + z.F.DecMapStringStringX(yyv1833, false, d) } } case "template": @@ -23909,9 +24175,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1812) - } // end switch yys1812 - } // end for yyj1812 + z.DecStructFieldNotFound(-1, yys1831) + } // end switch yys1831 + } // end for yyj1831 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23919,16 +24185,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1817 int - var yyb1817 bool - var yyhl1817 bool = l >= 0 - yyj1817++ - if yyhl1817 { - yyb1817 = yyj1817 > l + var yyj1836 int + var yyb1836 bool + var yyhl1836 bool = l >= 0 + yyj1836++ + if yyhl1836 { + yyb1836 = yyj1836 > l } else { - yyb1817 = r.CheckBreak() + yyb1836 = r.CheckBreak() } - if yyb1817 { + if yyb1836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23938,13 +24204,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1817++ - if yyhl1817 { - yyb1817 = yyj1817 > l + yyj1836++ + if yyhl1836 { + yyb1836 = yyj1836 > l } else { - yyb1817 = r.CheckBreak() + yyb1836 = r.CheckBreak() } - if yyb1817 { + if yyb1836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23952,21 +24218,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1819 := &x.Selector - yym1820 := z.DecBinary() - _ = yym1820 + yyv1838 := &x.Selector + yym1839 := z.DecBinary() + _ = yym1839 if false { } else { - z.F.DecMapStringStringX(yyv1819, false, d) + z.F.DecMapStringStringX(yyv1838, false, d) } } - yyj1817++ - if yyhl1817 { - yyb1817 = yyj1817 > l + yyj1836++ + if yyhl1836 { + yyb1836 = yyj1836 > l } else { - yyb1817 = r.CheckBreak() + yyb1836 = r.CheckBreak() } - if yyb1817 { + if yyb1836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23982,17 +24248,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj1817++ - if yyhl1817 { - yyb1817 = yyj1817 > l + yyj1836++ + if yyhl1836 { + yyb1836 = yyj1836 > l } else { - yyb1817 = r.CheckBreak() + yyb1836 = r.CheckBreak() } - if yyb1817 { + if yyb1836 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1817-1, "") + z.DecStructFieldNotFound(yyj1836-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24004,34 +24270,34 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1822 := z.EncBinary() - _ = yym1822 + yym1841 := z.EncBinary() + _ = yym1841 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1823 := !z.EncBinary() - yy2arr1823 := z.EncBasicHandle().StructToArray - var yyq1823 [2]bool - _, _, _ = yysep1823, yyq1823, yy2arr1823 - const yyr1823 bool = false - yyq1823[1] = x.ObservedGeneration != 0 - var yynn1823 int - if yyr1823 || yy2arr1823 { + yysep1842 := !z.EncBinary() + yy2arr1842 := z.EncBasicHandle().StructToArray + var yyq1842 [2]bool + _, _, _ = yysep1842, yyq1842, yy2arr1842 + const yyr1842 bool = false + yyq1842[1] = x.ObservedGeneration != 0 + var yynn1842 int + if yyr1842 || yy2arr1842 { r.EncodeArrayStart(2) } else { - yynn1823 = 1 - for _, b := range yyq1823 { + yynn1842 = 1 + for _, b := range yyq1842 { if b { - yynn1823++ + yynn1842++ } } - r.EncodeMapStart(yynn1823) - yynn1823 = 0 + r.EncodeMapStart(yynn1842) + yynn1842 = 0 } - if yyr1823 || yy2arr1823 { + if yyr1842 || yy2arr1842 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1825 := z.EncBinary() - _ = yym1825 + yym1844 := z.EncBinary() + _ = yym1844 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -24040,18 +24306,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1826 := z.EncBinary() - _ = yym1826 + yym1845 := z.EncBinary() + _ = yym1845 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1823 || yy2arr1823 { + if yyr1842 || yy2arr1842 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1823[1] { - yym1828 := z.EncBinary() - _ = yym1828 + if yyq1842[1] { + yym1847 := z.EncBinary() + _ = yym1847 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -24060,19 +24326,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1823[1] { + if yyq1842[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1829 := z.EncBinary() - _ = yym1829 + yym1848 := z.EncBinary() + _ = yym1848 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1823 || yy2arr1823 { + if yyr1842 || yy2arr1842 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24085,25 +24351,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1830 := z.DecBinary() - _ = yym1830 + yym1849 := z.DecBinary() + _ = yym1849 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1831 := r.ContainerType() - if yyct1831 == codecSelferValueTypeMap1234 { - yyl1831 := r.ReadMapStart() - if yyl1831 == 0 { + yyct1850 := r.ContainerType() + if yyct1850 == codecSelferValueTypeMap1234 { + yyl1850 := r.ReadMapStart() + if yyl1850 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1831, d) + x.codecDecodeSelfFromMap(yyl1850, d) } - } else if yyct1831 == codecSelferValueTypeArray1234 { - yyl1831 := r.ReadArrayStart() - if yyl1831 == 0 { + } else if yyct1850 == codecSelferValueTypeArray1234 { + yyl1850 := r.ReadArrayStart() + if yyl1850 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1831, d) + x.codecDecodeSelfFromArray(yyl1850, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24115,12 +24381,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1832Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1832Slc - var yyhl1832 bool = l >= 0 - for yyj1832 := 0; ; yyj1832++ { - if yyhl1832 { - if yyj1832 >= l { + var yys1851Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1851Slc + var yyhl1851 bool = l >= 0 + for yyj1851 := 0; ; yyj1851++ { + if yyhl1851 { + if yyj1851 >= l { break } } else { @@ -24129,10 +24395,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1832Slc = r.DecodeBytes(yys1832Slc, true, true) - yys1832 := string(yys1832Slc) + yys1851Slc = r.DecodeBytes(yys1851Slc, true, true) + yys1851 := string(yys1851Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1832 { + switch yys1851 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -24146,9 +24412,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1832) - } // end switch yys1832 - } // end for yyj1832 + z.DecStructFieldNotFound(-1, yys1851) + } // end switch yys1851 + } // end for yyj1851 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24156,16 +24422,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1835 int - var yyb1835 bool - var yyhl1835 bool = l >= 0 - yyj1835++ - if yyhl1835 { - yyb1835 = yyj1835 > l + var yyj1854 int + var yyb1854 bool + var yyhl1854 bool = l >= 0 + yyj1854++ + if yyhl1854 { + yyb1854 = yyj1854 > l } else { - yyb1835 = r.CheckBreak() + yyb1854 = r.CheckBreak() } - if yyb1835 { + if yyb1854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24175,13 +24441,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1835++ - if yyhl1835 { - yyb1835 = yyj1835 > l + yyj1854++ + if yyhl1854 { + yyb1854 = yyj1854 > l } else { - yyb1835 = r.CheckBreak() + yyb1854 = r.CheckBreak() } - if yyb1835 { + if yyb1854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24192,17 +24458,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1835++ - if yyhl1835 { - yyb1835 = yyj1835 > l + yyj1854++ + if yyhl1854 { + yyb1854 = yyj1854 > l } else { - yyb1835 = r.CheckBreak() + yyb1854 = r.CheckBreak() } - if yyb1835 { + if yyb1854 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1835-1, "") + z.DecStructFieldNotFound(yyj1854-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24214,39 +24480,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1838 := z.EncBinary() - _ = yym1838 + yym1857 := z.EncBinary() + _ = yym1857 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1839 := !z.EncBinary() - yy2arr1839 := z.EncBasicHandle().StructToArray - var yyq1839 [5]bool - _, _, _ = yysep1839, yyq1839, yy2arr1839 - const yyr1839 bool = false - yyq1839[0] = x.Kind != "" - yyq1839[1] = x.APIVersion != "" - yyq1839[2] = true - yyq1839[3] = true - yyq1839[4] = true - var yynn1839 int - if yyr1839 || yy2arr1839 { + yysep1858 := !z.EncBinary() + yy2arr1858 := z.EncBasicHandle().StructToArray + var yyq1858 [5]bool + _, _, _ = yysep1858, yyq1858, yy2arr1858 + const yyr1858 bool = false + yyq1858[0] = x.Kind != "" + yyq1858[1] = x.APIVersion != "" + yyq1858[2] = true + yyq1858[3] = true + yyq1858[4] = true + var yynn1858 int + if yyr1858 || yy2arr1858 { r.EncodeArrayStart(5) } else { - yynn1839 = 0 - for _, b := range yyq1839 { + yynn1858 = 0 + for _, b := range yyq1858 { if b { - yynn1839++ + yynn1858++ } } - r.EncodeMapStart(yynn1839) - yynn1839 = 0 + r.EncodeMapStart(yynn1858) + yynn1858 = 0 } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1839[0] { - yym1841 := z.EncBinary() - _ = yym1841 + if yyq1858[0] { + yym1860 := z.EncBinary() + _ = yym1860 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24255,23 +24521,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1839[0] { + if yyq1858[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1842 := z.EncBinary() - _ = yym1842 + yym1861 := z.EncBinary() + _ = yym1861 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1839[1] { - yym1844 := z.EncBinary() - _ = yym1844 + if yyq1858[1] { + yym1863 := z.EncBinary() + _ = yym1863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24280,70 +24546,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1839[1] { + if yyq1858[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1845 := z.EncBinary() - _ = yym1845 + yym1864 := z.EncBinary() + _ = yym1864 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1839[2] { - yy1847 := &x.ObjectMeta - yy1847.CodecEncodeSelf(e) + if yyq1858[2] { + yy1866 := &x.ObjectMeta + yy1866.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1839[2] { + if yyq1858[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1848 := &x.ObjectMeta - yy1848.CodecEncodeSelf(e) + yy1867 := &x.ObjectMeta + yy1867.CodecEncodeSelf(e) } } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1839[3] { - yy1850 := &x.Spec - yy1850.CodecEncodeSelf(e) + if yyq1858[3] { + yy1869 := &x.Spec + yy1869.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1839[3] { + if yyq1858[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1851 := &x.Spec - yy1851.CodecEncodeSelf(e) + yy1870 := &x.Spec + yy1870.CodecEncodeSelf(e) } } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1839[4] { - yy1853 := &x.Status - yy1853.CodecEncodeSelf(e) + if yyq1858[4] { + yy1872 := &x.Status + yy1872.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1839[4] { + if yyq1858[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1854 := &x.Status - yy1854.CodecEncodeSelf(e) + yy1873 := &x.Status + yy1873.CodecEncodeSelf(e) } } - if yyr1839 || yy2arr1839 { + if yyr1858 || yy2arr1858 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24356,25 +24622,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1855 := z.DecBinary() - _ = yym1855 + yym1874 := z.DecBinary() + _ = yym1874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1856 := r.ContainerType() - if yyct1856 == codecSelferValueTypeMap1234 { - yyl1856 := r.ReadMapStart() - if yyl1856 == 0 { + yyct1875 := r.ContainerType() + if yyct1875 == codecSelferValueTypeMap1234 { + yyl1875 := r.ReadMapStart() + if yyl1875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1856, d) + x.codecDecodeSelfFromMap(yyl1875, d) } - } else if yyct1856 == codecSelferValueTypeArray1234 { - yyl1856 := r.ReadArrayStart() - if yyl1856 == 0 { + } else if yyct1875 == codecSelferValueTypeArray1234 { + yyl1875 := r.ReadArrayStart() + if yyl1875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1856, d) + x.codecDecodeSelfFromArray(yyl1875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24386,12 +24652,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1857Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1857Slc - var yyhl1857 bool = l >= 0 - for yyj1857 := 0; ; yyj1857++ { - if yyhl1857 { - if yyj1857 >= 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 { @@ -24400,10 +24666,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1857Slc = r.DecodeBytes(yys1857Slc, true, true) - yys1857 := string(yys1857Slc) + yys1876Slc = r.DecodeBytes(yys1876Slc, true, true) + yys1876 := string(yys1876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1857 { + switch yys1876 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24420,27 +24686,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1860 := &x.ObjectMeta - yyv1860.CodecDecodeSelf(d) + yyv1879 := &x.ObjectMeta + yyv1879.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1861 := &x.Spec - yyv1861.CodecDecodeSelf(d) + yyv1880 := &x.Spec + yyv1880.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1862 := &x.Status - yyv1862.CodecDecodeSelf(d) + yyv1881 := &x.Status + yyv1881.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1857) - } // end switch yys1857 - } // end for yyj1857 + z.DecStructFieldNotFound(-1, yys1876) + } // end switch yys1876 + } // end for yyj1876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24448,16 +24714,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1863 int - var yyb1863 bool - var yyhl1863 bool = l >= 0 - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + var yyj1882 int + var yyb1882 bool + var yyhl1882 bool = l >= 0 + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24467,13 +24733,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24483,13 +24749,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24497,16 +24763,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1866 := &x.ObjectMeta - yyv1866.CodecDecodeSelf(d) + yyv1885 := &x.ObjectMeta + yyv1885.CodecDecodeSelf(d) } - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24514,16 +24780,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1867 := &x.Spec - yyv1867.CodecDecodeSelf(d) + yyv1886 := &x.Spec + yyv1886.CodecDecodeSelf(d) } - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24531,21 +24797,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1868 := &x.Status - yyv1868.CodecDecodeSelf(d) + yyv1887 := &x.Status + yyv1887.CodecDecodeSelf(d) } for { - yyj1863++ - if yyhl1863 { - yyb1863 = yyj1863 > l + yyj1882++ + if yyhl1882 { + yyb1882 = yyj1882 > l } else { - yyb1863 = r.CheckBreak() + yyb1882 = r.CheckBreak() } - if yyb1863 { + if yyb1882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1863-1, "") + z.DecStructFieldNotFound(yyj1882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24557,37 +24823,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1869 := z.EncBinary() - _ = yym1869 + yym1888 := z.EncBinary() + _ = yym1888 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1870 := !z.EncBinary() - yy2arr1870 := z.EncBasicHandle().StructToArray - var yyq1870 [4]bool - _, _, _ = yysep1870, yyq1870, yy2arr1870 - const yyr1870 bool = false - yyq1870[0] = x.Kind != "" - yyq1870[1] = x.APIVersion != "" - yyq1870[2] = true - var yynn1870 int - if yyr1870 || yy2arr1870 { + yysep1889 := !z.EncBinary() + yy2arr1889 := z.EncBasicHandle().StructToArray + var yyq1889 [4]bool + _, _, _ = yysep1889, yyq1889, yy2arr1889 + const yyr1889 bool = false + yyq1889[0] = x.Kind != "" + yyq1889[1] = x.APIVersion != "" + yyq1889[2] = true + var yynn1889 int + if yyr1889 || yy2arr1889 { r.EncodeArrayStart(4) } else { - yynn1870 = 1 - for _, b := range yyq1870 { + yynn1889 = 1 + for _, b := range yyq1889 { if b { - yynn1870++ + yynn1889++ } } - r.EncodeMapStart(yynn1870) - yynn1870 = 0 + r.EncodeMapStart(yynn1889) + yynn1889 = 0 } - if yyr1870 || yy2arr1870 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1870[0] { - yym1872 := z.EncBinary() - _ = yym1872 + if yyq1889[0] { + yym1891 := z.EncBinary() + _ = yym1891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24596,23 +24862,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1870[0] { + if yyq1889[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1873 := z.EncBinary() - _ = yym1873 + yym1892 := z.EncBinary() + _ = yym1892 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1870 || yy2arr1870 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1870[1] { - yym1875 := z.EncBinary() - _ = yym1875 + if yyq1889[1] { + yym1894 := z.EncBinary() + _ = yym1894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24621,54 +24887,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1870[1] { + if yyq1889[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1876 := z.EncBinary() - _ = yym1876 + yym1895 := z.EncBinary() + _ = yym1895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1870 || yy2arr1870 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1870[2] { - yy1878 := &x.ListMeta - yym1879 := z.EncBinary() - _ = yym1879 + if yyq1889[2] { + yy1897 := &x.ListMeta + yym1898 := z.EncBinary() + _ = yym1898 if false { - } else if z.HasExtensions() && z.EncExt(yy1878) { + } else if z.HasExtensions() && z.EncExt(yy1897) { } else { - z.EncFallback(yy1878) + z.EncFallback(yy1897) } } else { r.EncodeNil() } } else { - if yyq1870[2] { + if yyq1889[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1880 := &x.ListMeta - yym1881 := z.EncBinary() - _ = yym1881 + yy1899 := &x.ListMeta + yym1900 := z.EncBinary() + _ = yym1900 if false { - } else if z.HasExtensions() && z.EncExt(yy1880) { + } else if z.HasExtensions() && z.EncExt(yy1899) { } else { - z.EncFallback(yy1880) + z.EncFallback(yy1899) } } } - if yyr1870 || yy2arr1870 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1883 := z.EncBinary() - _ = yym1883 + yym1902 := z.EncBinary() + _ = yym1902 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -24681,15 +24947,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1884 := z.EncBinary() - _ = yym1884 + yym1903 := z.EncBinary() + _ = yym1903 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr1870 || yy2arr1870 { + if yyr1889 || yy2arr1889 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24702,25 +24968,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1885 := z.DecBinary() - _ = yym1885 + yym1904 := z.DecBinary() + _ = yym1904 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1886 := r.ContainerType() - if yyct1886 == codecSelferValueTypeMap1234 { - yyl1886 := r.ReadMapStart() - if yyl1886 == 0 { + yyct1905 := r.ContainerType() + if yyct1905 == codecSelferValueTypeMap1234 { + yyl1905 := r.ReadMapStart() + if yyl1905 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1886, d) + x.codecDecodeSelfFromMap(yyl1905, d) } - } else if yyct1886 == codecSelferValueTypeArray1234 { - yyl1886 := r.ReadArrayStart() - if yyl1886 == 0 { + } else if yyct1905 == codecSelferValueTypeArray1234 { + yyl1905 := r.ReadArrayStart() + if yyl1905 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1886, d) + x.codecDecodeSelfFromArray(yyl1905, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24732,12 +24998,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1887Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1887Slc - var yyhl1887 bool = l >= 0 - for yyj1887 := 0; ; yyj1887++ { - if yyhl1887 { - if yyj1887 >= l { + var yys1906Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1906Slc + var yyhl1906 bool = l >= 0 + for yyj1906 := 0; ; yyj1906++ { + if yyhl1906 { + if yyj1906 >= l { break } } else { @@ -24746,10 +25012,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1887Slc = r.DecodeBytes(yys1887Slc, true, true) - yys1887 := string(yys1887Slc) + yys1906Slc = r.DecodeBytes(yys1906Slc, true, true) + yys1906 := string(yys1906Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1887 { + switch yys1906 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24766,31 +25032,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1890 := &x.ListMeta - yym1891 := z.DecBinary() - _ = yym1891 + yyv1909 := &x.ListMeta + yym1910 := z.DecBinary() + _ = yym1910 if false { - } else if z.HasExtensions() && z.DecExt(yyv1890) { + } else if z.HasExtensions() && z.DecExt(yyv1909) { } else { - z.DecFallback(yyv1890, false) + z.DecFallback(yyv1909, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1892 := &x.Items - yym1893 := z.DecBinary() - _ = yym1893 + yyv1911 := &x.Items + yym1912 := z.DecBinary() + _ = yym1912 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1892), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1911), d) } } default: - z.DecStructFieldNotFound(-1, yys1887) - } // end switch yys1887 - } // end for yyj1887 + z.DecStructFieldNotFound(-1, yys1906) + } // end switch yys1906 + } // end for yyj1906 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24798,16 +25064,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1894 int - var yyb1894 bool - var yyhl1894 bool = l >= 0 - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + var yyj1913 int + var yyb1913 bool + var yyhl1913 bool = l >= 0 + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24817,13 +25083,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24833,13 +25099,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24847,22 +25113,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1897 := &x.ListMeta - yym1898 := z.DecBinary() - _ = yym1898 + yyv1916 := &x.ListMeta + yym1917 := z.DecBinary() + _ = yym1917 if false { - } else if z.HasExtensions() && z.DecExt(yyv1897) { + } else if z.HasExtensions() && z.DecExt(yyv1916) { } else { - z.DecFallback(yyv1897, false) + z.DecFallback(yyv1916, false) } } - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24870,26 +25136,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1899 := &x.Items - yym1900 := z.DecBinary() - _ = yym1900 + yyv1918 := &x.Items + yym1919 := z.DecBinary() + _ = yym1919 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1899), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1918), d) } } for { - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1894-1, "") + z.DecStructFieldNotFound(yyj1913-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24901,37 +25167,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1901 := z.EncBinary() - _ = yym1901 + yym1920 := z.EncBinary() + _ = yym1920 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1902 := !z.EncBinary() - yy2arr1902 := z.EncBasicHandle().StructToArray - var yyq1902 [4]bool - _, _, _ = yysep1902, yyq1902, yy2arr1902 - const yyr1902 bool = false - yyq1902[0] = x.Kind != "" - yyq1902[1] = x.APIVersion != "" - yyq1902[2] = true - var yynn1902 int - if yyr1902 || yy2arr1902 { + yysep1921 := !z.EncBinary() + yy2arr1921 := z.EncBasicHandle().StructToArray + var yyq1921 [4]bool + _, _, _ = yysep1921, yyq1921, yy2arr1921 + const yyr1921 bool = false + yyq1921[0] = x.Kind != "" + yyq1921[1] = x.APIVersion != "" + yyq1921[2] = true + var yynn1921 int + if yyr1921 || yy2arr1921 { r.EncodeArrayStart(4) } else { - yynn1902 = 1 - for _, b := range yyq1902 { + yynn1921 = 1 + for _, b := range yyq1921 { if b { - yynn1902++ + yynn1921++ } } - r.EncodeMapStart(yynn1902) - yynn1902 = 0 + r.EncodeMapStart(yynn1921) + yynn1921 = 0 } - if yyr1902 || yy2arr1902 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[0] { - yym1904 := z.EncBinary() - _ = yym1904 + if yyq1921[0] { + yym1923 := z.EncBinary() + _ = yym1923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24940,23 +25206,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1902[0] { + if yyq1921[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1905 := z.EncBinary() - _ = yym1905 + yym1924 := z.EncBinary() + _ = yym1924 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1902 || yy2arr1902 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[1] { - yym1907 := z.EncBinary() - _ = yym1907 + if yyq1921[1] { + yym1926 := z.EncBinary() + _ = yym1926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24965,54 +25231,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1902[1] { + if yyq1921[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1908 := z.EncBinary() - _ = yym1908 + yym1927 := z.EncBinary() + _ = yym1927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1902 || yy2arr1902 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[2] { - yy1910 := &x.ListMeta - yym1911 := z.EncBinary() - _ = yym1911 + if yyq1921[2] { + yy1929 := &x.ListMeta + yym1930 := z.EncBinary() + _ = yym1930 if false { - } else if z.HasExtensions() && z.EncExt(yy1910) { + } else if z.HasExtensions() && z.EncExt(yy1929) { } else { - z.EncFallback(yy1910) + z.EncFallback(yy1929) } } else { r.EncodeNil() } } else { - if yyq1902[2] { + if yyq1921[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1912 := &x.ListMeta - yym1913 := z.EncBinary() - _ = yym1913 + yy1931 := &x.ListMeta + yym1932 := z.EncBinary() + _ = yym1932 if false { - } else if z.HasExtensions() && z.EncExt(yy1912) { + } else if z.HasExtensions() && z.EncExt(yy1931) { } else { - z.EncFallback(yy1912) + z.EncFallback(yy1931) } } } - if yyr1902 || yy2arr1902 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1915 := z.EncBinary() - _ = yym1915 + yym1934 := z.EncBinary() + _ = yym1934 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -25025,15 +25291,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1916 := z.EncBinary() - _ = yym1916 + yym1935 := z.EncBinary() + _ = yym1935 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr1902 || yy2arr1902 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25046,25 +25312,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1917 := z.DecBinary() - _ = yym1917 + yym1936 := z.DecBinary() + _ = yym1936 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1918 := r.ContainerType() - if yyct1918 == codecSelferValueTypeMap1234 { - yyl1918 := r.ReadMapStart() - if yyl1918 == 0 { + yyct1937 := r.ContainerType() + if yyct1937 == codecSelferValueTypeMap1234 { + yyl1937 := r.ReadMapStart() + if yyl1937 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1918, d) + x.codecDecodeSelfFromMap(yyl1937, d) } - } else if yyct1918 == codecSelferValueTypeArray1234 { - yyl1918 := r.ReadArrayStart() - if yyl1918 == 0 { + } else if yyct1937 == codecSelferValueTypeArray1234 { + yyl1937 := r.ReadArrayStart() + if yyl1937 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1918, d) + x.codecDecodeSelfFromArray(yyl1937, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25076,12 +25342,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1919Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1919Slc - var yyhl1919 bool = l >= 0 - for yyj1919 := 0; ; yyj1919++ { - if yyhl1919 { - if yyj1919 >= l { + var yys1938Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1938Slc + var yyhl1938 bool = l >= 0 + for yyj1938 := 0; ; yyj1938++ { + if yyhl1938 { + if yyj1938 >= l { break } } else { @@ -25090,10 +25356,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1919Slc = r.DecodeBytes(yys1919Slc, true, true) - yys1919 := string(yys1919Slc) + yys1938Slc = r.DecodeBytes(yys1938Slc, true, true) + yys1938 := string(yys1938Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1919 { + switch yys1938 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -25110,31 +25376,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1922 := &x.ListMeta - yym1923 := z.DecBinary() - _ = yym1923 + yyv1941 := &x.ListMeta + yym1942 := z.DecBinary() + _ = yym1942 if false { - } else if z.HasExtensions() && z.DecExt(yyv1922) { + } else if z.HasExtensions() && z.DecExt(yyv1941) { } else { - z.DecFallback(yyv1922, false) + z.DecFallback(yyv1941, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1924 := &x.Items - yym1925 := z.DecBinary() - _ = yym1925 + yyv1943 := &x.Items + yym1944 := z.DecBinary() + _ = yym1944 if false { } else { - h.decSliceService((*[]Service)(yyv1924), d) + h.decSliceService((*[]Service)(yyv1943), d) } } default: - z.DecStructFieldNotFound(-1, yys1919) - } // end switch yys1919 - } // end for yyj1919 + z.DecStructFieldNotFound(-1, yys1938) + } // end switch yys1938 + } // end for yyj1938 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25142,16 +25408,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1926 int - var yyb1926 bool - var yyhl1926 bool = l >= 0 - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + var yyj1945 int + var yyb1945 bool + var yyhl1945 bool = l >= 0 + yyj1945++ + if yyhl1945 { + yyb1945 = yyj1945 > l } else { - yyb1926 = r.CheckBreak() + yyb1945 = r.CheckBreak() } - if yyb1926 { + if yyb1945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25161,13 +25427,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1945++ + if yyhl1945 { + yyb1945 = yyj1945 > l } else { - yyb1926 = r.CheckBreak() + yyb1945 = r.CheckBreak() } - if yyb1926 { + if yyb1945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25177,13 +25443,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1945++ + if yyhl1945 { + yyb1945 = yyj1945 > l } else { - yyb1926 = r.CheckBreak() + yyb1945 = r.CheckBreak() } - if yyb1926 { + if yyb1945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25191,22 +25457,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1929 := &x.ListMeta - yym1930 := z.DecBinary() - _ = yym1930 + yyv1948 := &x.ListMeta + yym1949 := z.DecBinary() + _ = yym1949 if false { - } else if z.HasExtensions() && z.DecExt(yyv1929) { + } else if z.HasExtensions() && z.DecExt(yyv1948) { } else { - z.DecFallback(yyv1929, false) + z.DecFallback(yyv1948, false) } } - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1945++ + if yyhl1945 { + yyb1945 = yyj1945 > l } else { - yyb1926 = r.CheckBreak() + yyb1945 = r.CheckBreak() } - if yyb1926 { + if yyb1945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25214,26 +25480,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1931 := &x.Items - yym1932 := z.DecBinary() - _ = yym1932 + yyv1950 := &x.Items + yym1951 := z.DecBinary() + _ = yym1951 if false { } else { - h.decSliceService((*[]Service)(yyv1931), d) + h.decSliceService((*[]Service)(yyv1950), d) } } for { - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1945++ + if yyhl1945 { + yyb1945 = yyj1945 > l } else { - yyb1926 = r.CheckBreak() + yyb1945 = r.CheckBreak() } - if yyb1926 { + if yyb1945 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1926-1, "") + z.DecStructFieldNotFound(yyj1945-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25242,8 +25508,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1933 := z.EncBinary() - _ = yym1933 + yym1952 := z.EncBinary() + _ = yym1952 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25255,8 +25521,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1934 := z.DecBinary() - _ = yym1934 + yym1953 := z.DecBinary() + _ = yym1953 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25268,8 +25534,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1935 := z.EncBinary() - _ = yym1935 + yym1954 := z.EncBinary() + _ = yym1954 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25281,8 +25547,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1936 := z.DecBinary() - _ = yym1936 + yym1955 := z.DecBinary() + _ = yym1955 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25297,48 +25563,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1937 := z.EncBinary() - _ = yym1937 + yym1956 := z.EncBinary() + _ = yym1956 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1938 := !z.EncBinary() - yy2arr1938 := z.EncBasicHandle().StructToArray - var yyq1938 [1]bool - _, _, _ = yysep1938, yyq1938, yy2arr1938 - const yyr1938 bool = false - yyq1938[0] = true - var yynn1938 int - if yyr1938 || yy2arr1938 { + yysep1957 := !z.EncBinary() + yy2arr1957 := z.EncBasicHandle().StructToArray + var yyq1957 [1]bool + _, _, _ = yysep1957, yyq1957, yy2arr1957 + const yyr1957 bool = false + yyq1957[0] = true + var yynn1957 int + if yyr1957 || yy2arr1957 { r.EncodeArrayStart(1) } else { - yynn1938 = 0 - for _, b := range yyq1938 { + yynn1957 = 0 + for _, b := range yyq1957 { if b { - yynn1938++ + yynn1957++ } } - r.EncodeMapStart(yynn1938) - yynn1938 = 0 + r.EncodeMapStart(yynn1957) + yynn1957 = 0 } - if yyr1938 || yy2arr1938 { + if yyr1957 || yy2arr1957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1938[0] { - yy1940 := &x.LoadBalancer - yy1940.CodecEncodeSelf(e) + if yyq1957[0] { + yy1959 := &x.LoadBalancer + yy1959.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1938[0] { + if yyq1957[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1941 := &x.LoadBalancer - yy1941.CodecEncodeSelf(e) + yy1960 := &x.LoadBalancer + yy1960.CodecEncodeSelf(e) } } - if yyr1938 || yy2arr1938 { + if yyr1957 || yy2arr1957 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25351,25 +25617,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1942 := z.DecBinary() - _ = yym1942 + yym1961 := z.DecBinary() + _ = yym1961 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1943 := r.ContainerType() - if yyct1943 == codecSelferValueTypeMap1234 { - yyl1943 := r.ReadMapStart() - if yyl1943 == 0 { + yyct1962 := r.ContainerType() + if yyct1962 == codecSelferValueTypeMap1234 { + yyl1962 := r.ReadMapStart() + if yyl1962 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1943, d) + x.codecDecodeSelfFromMap(yyl1962, d) } - } else if yyct1943 == codecSelferValueTypeArray1234 { - yyl1943 := r.ReadArrayStart() - if yyl1943 == 0 { + } else if yyct1962 == codecSelferValueTypeArray1234 { + yyl1962 := r.ReadArrayStart() + if yyl1962 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1943, d) + x.codecDecodeSelfFromArray(yyl1962, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25381,12 +25647,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1944Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1944Slc - var yyhl1944 bool = l >= 0 - for yyj1944 := 0; ; yyj1944++ { - if yyhl1944 { - if yyj1944 >= l { + var yys1963Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1963Slc + var yyhl1963 bool = l >= 0 + for yyj1963 := 0; ; yyj1963++ { + if yyhl1963 { + if yyj1963 >= l { break } } else { @@ -25395,21 +25661,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1944Slc = r.DecodeBytes(yys1944Slc, true, true) - yys1944 := string(yys1944Slc) + yys1963Slc = r.DecodeBytes(yys1963Slc, true, true) + yys1963 := string(yys1963Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1944 { + switch yys1963 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1945 := &x.LoadBalancer - yyv1945.CodecDecodeSelf(d) + yyv1964 := &x.LoadBalancer + yyv1964.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1944) - } // end switch yys1944 - } // end for yyj1944 + z.DecStructFieldNotFound(-1, yys1963) + } // end switch yys1963 + } // end for yyj1963 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25417,16 +25683,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1946 int - var yyb1946 bool - var yyhl1946 bool = l >= 0 - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + var yyj1965 int + var yyb1965 bool + var yyhl1965 bool = l >= 0 + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1946 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1946 { + if yyb1965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25434,21 +25700,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1947 := &x.LoadBalancer - yyv1947.CodecDecodeSelf(d) + yyv1966 := &x.LoadBalancer + yyv1966.CodecDecodeSelf(d) } for { - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + yyj1965++ + if yyhl1965 { + yyb1965 = yyj1965 > l } else { - yyb1946 = r.CheckBreak() + yyb1965 = r.CheckBreak() } - if yyb1946 { + if yyb1965 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1946-1, "") + z.DecStructFieldNotFound(yyj1965-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25460,38 +25726,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1948 := z.EncBinary() - _ = yym1948 + yym1967 := z.EncBinary() + _ = yym1967 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1949 := !z.EncBinary() - yy2arr1949 := z.EncBasicHandle().StructToArray - var yyq1949 [1]bool - _, _, _ = yysep1949, yyq1949, yy2arr1949 - const yyr1949 bool = false - yyq1949[0] = len(x.Ingress) != 0 - var yynn1949 int - if yyr1949 || yy2arr1949 { + yysep1968 := !z.EncBinary() + yy2arr1968 := z.EncBasicHandle().StructToArray + var yyq1968 [1]bool + _, _, _ = yysep1968, yyq1968, yy2arr1968 + const yyr1968 bool = false + yyq1968[0] = len(x.Ingress) != 0 + var yynn1968 int + if yyr1968 || yy2arr1968 { r.EncodeArrayStart(1) } else { - yynn1949 = 0 - for _, b := range yyq1949 { + yynn1968 = 0 + for _, b := range yyq1968 { if b { - yynn1949++ + yynn1968++ } } - r.EncodeMapStart(yynn1949) - yynn1949 = 0 + r.EncodeMapStart(yynn1968) + yynn1968 = 0 } - if yyr1949 || yy2arr1949 { + if yyr1968 || yy2arr1968 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1949[0] { + if yyq1968[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym1951 := z.EncBinary() - _ = yym1951 + yym1970 := z.EncBinary() + _ = yym1970 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -25501,15 +25767,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1949[0] { + if yyq1968[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1952 := z.EncBinary() - _ = yym1952 + yym1971 := z.EncBinary() + _ = yym1971 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -25517,7 +25783,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1949 || yy2arr1949 { + if yyr1968 || yy2arr1968 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25530,25 +25796,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1953 := z.DecBinary() - _ = yym1953 + yym1972 := z.DecBinary() + _ = yym1972 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1954 := r.ContainerType() - if yyct1954 == codecSelferValueTypeMap1234 { - yyl1954 := r.ReadMapStart() - if yyl1954 == 0 { + yyct1973 := r.ContainerType() + if yyct1973 == codecSelferValueTypeMap1234 { + yyl1973 := r.ReadMapStart() + if yyl1973 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1954, d) + x.codecDecodeSelfFromMap(yyl1973, d) } - } else if yyct1954 == codecSelferValueTypeArray1234 { - yyl1954 := r.ReadArrayStart() - if yyl1954 == 0 { + } else if yyct1973 == codecSelferValueTypeArray1234 { + yyl1973 := r.ReadArrayStart() + if yyl1973 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1954, d) + x.codecDecodeSelfFromArray(yyl1973, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25560,12 +25826,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1955Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1955Slc - var yyhl1955 bool = l >= 0 - for yyj1955 := 0; ; yyj1955++ { - if yyhl1955 { - if yyj1955 >= l { + var yys1974Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1974Slc + var yyhl1974 bool = l >= 0 + for yyj1974 := 0; ; yyj1974++ { + if yyhl1974 { + if yyj1974 >= l { break } } else { @@ -25574,26 +25840,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1955Slc = r.DecodeBytes(yys1955Slc, true, true) - yys1955 := string(yys1955Slc) + yys1974Slc = r.DecodeBytes(yys1974Slc, true, true) + yys1974 := string(yys1974Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1955 { + switch yys1974 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1956 := &x.Ingress - yym1957 := z.DecBinary() - _ = yym1957 + yyv1975 := &x.Ingress + yym1976 := z.DecBinary() + _ = yym1976 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1956), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1975), d) } } default: - z.DecStructFieldNotFound(-1, yys1955) - } // end switch yys1955 - } // end for yyj1955 + z.DecStructFieldNotFound(-1, yys1974) + } // end switch yys1974 + } // end for yyj1974 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25601,16 +25867,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1958 int - var yyb1958 bool - var yyhl1958 bool = l >= 0 - yyj1958++ - if yyhl1958 { - yyb1958 = yyj1958 > l + var yyj1977 int + var yyb1977 bool + var yyhl1977 bool = l >= 0 + yyj1977++ + if yyhl1977 { + yyb1977 = yyj1977 > l } else { - yyb1958 = r.CheckBreak() + yyb1977 = r.CheckBreak() } - if yyb1958 { + if yyb1977 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25618,26 +25884,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1959 := &x.Ingress - yym1960 := z.DecBinary() - _ = yym1960 + yyv1978 := &x.Ingress + yym1979 := z.DecBinary() + _ = yym1979 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1959), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1978), d) } } for { - yyj1958++ - if yyhl1958 { - yyb1958 = yyj1958 > l + yyj1977++ + if yyhl1977 { + yyb1977 = yyj1977 > l } else { - yyb1958 = r.CheckBreak() + yyb1977 = r.CheckBreak() } - if yyb1958 { + if yyb1977 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1958-1, "") + z.DecStructFieldNotFound(yyj1977-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25649,36 +25915,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1961 := z.EncBinary() - _ = yym1961 + yym1980 := z.EncBinary() + _ = yym1980 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1962 := !z.EncBinary() - yy2arr1962 := z.EncBasicHandle().StructToArray - var yyq1962 [2]bool - _, _, _ = yysep1962, yyq1962, yy2arr1962 - const yyr1962 bool = false - yyq1962[0] = x.IP != "" - yyq1962[1] = x.Hostname != "" - var yynn1962 int - if yyr1962 || yy2arr1962 { + yysep1981 := !z.EncBinary() + yy2arr1981 := z.EncBasicHandle().StructToArray + var yyq1981 [2]bool + _, _, _ = yysep1981, yyq1981, yy2arr1981 + const yyr1981 bool = false + yyq1981[0] = x.IP != "" + yyq1981[1] = x.Hostname != "" + var yynn1981 int + if yyr1981 || yy2arr1981 { r.EncodeArrayStart(2) } else { - yynn1962 = 0 - for _, b := range yyq1962 { + yynn1981 = 0 + for _, b := range yyq1981 { if b { - yynn1962++ + yynn1981++ } } - r.EncodeMapStart(yynn1962) - yynn1962 = 0 + r.EncodeMapStart(yynn1981) + yynn1981 = 0 } - if yyr1962 || yy2arr1962 { + if yyr1981 || yy2arr1981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1962[0] { - yym1964 := z.EncBinary() - _ = yym1964 + if yyq1981[0] { + yym1983 := z.EncBinary() + _ = yym1983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -25687,23 +25953,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1962[0] { + if yyq1981[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1965 := z.EncBinary() - _ = yym1965 + yym1984 := z.EncBinary() + _ = yym1984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr1962 || yy2arr1962 { + if yyr1981 || yy2arr1981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1962[1] { - yym1967 := z.EncBinary() - _ = yym1967 + if yyq1981[1] { + yym1986 := z.EncBinary() + _ = yym1986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -25712,19 +25978,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1962[1] { + if yyq1981[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1968 := z.EncBinary() - _ = yym1968 + yym1987 := z.EncBinary() + _ = yym1987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1962 || yy2arr1962 { + if yyr1981 || yy2arr1981 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25737,25 +26003,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1969 := z.DecBinary() - _ = yym1969 + yym1988 := z.DecBinary() + _ = yym1988 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1970 := r.ContainerType() - if yyct1970 == codecSelferValueTypeMap1234 { - yyl1970 := r.ReadMapStart() - if yyl1970 == 0 { + yyct1989 := r.ContainerType() + if yyct1989 == codecSelferValueTypeMap1234 { + yyl1989 := r.ReadMapStart() + if yyl1989 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1970, d) + x.codecDecodeSelfFromMap(yyl1989, d) } - } else if yyct1970 == codecSelferValueTypeArray1234 { - yyl1970 := r.ReadArrayStart() - if yyl1970 == 0 { + } else if yyct1989 == codecSelferValueTypeArray1234 { + yyl1989 := r.ReadArrayStart() + if yyl1989 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1970, d) + x.codecDecodeSelfFromArray(yyl1989, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25767,12 +26033,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1971Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1971Slc - var yyhl1971 bool = l >= 0 - for yyj1971 := 0; ; yyj1971++ { - if yyhl1971 { - if yyj1971 >= l { + var yys1990Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1990Slc + var yyhl1990 bool = l >= 0 + for yyj1990 := 0; ; yyj1990++ { + if yyhl1990 { + if yyj1990 >= l { break } } else { @@ -25781,10 +26047,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1971Slc = r.DecodeBytes(yys1971Slc, true, true) - yys1971 := string(yys1971Slc) + yys1990Slc = r.DecodeBytes(yys1990Slc, true, true) + yys1990 := string(yys1990Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1971 { + switch yys1990 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -25798,9 +26064,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1971) - } // end switch yys1971 - } // end for yyj1971 + z.DecStructFieldNotFound(-1, yys1990) + } // end switch yys1990 + } // end for yyj1990 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25808,16 +26074,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1974 int - var yyb1974 bool - var yyhl1974 bool = l >= 0 - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + var yyj1993 int + var yyb1993 bool + var yyhl1993 bool = l >= 0 + yyj1993++ + if yyhl1993 { + yyb1993 = yyj1993 > l } else { - yyb1974 = r.CheckBreak() + yyb1993 = r.CheckBreak() } - if yyb1974 { + if yyb1993 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25827,13 +26093,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1993++ + if yyhl1993 { + yyb1993 = yyj1993 > l } else { - yyb1974 = r.CheckBreak() + yyb1993 = r.CheckBreak() } - if yyb1974 { + if yyb1993 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25844,17 +26110,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1993++ + if yyhl1993 { + yyb1993 = yyj1993 > l } else { - yyb1974 = r.CheckBreak() + yyb1993 = r.CheckBreak() } - if yyb1974 { + if yyb1993 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1974-1, "") + z.DecStructFieldNotFound(yyj1993-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25866,56 +26132,56 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1977 := z.EncBinary() - _ = yym1977 + yym1996 := z.EncBinary() + _ = yym1996 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1978 := !z.EncBinary() - yy2arr1978 := z.EncBasicHandle().StructToArray - var yyq1978 [7]bool - _, _, _ = yysep1978, yyq1978, yy2arr1978 - const yyr1978 bool = false - yyq1978[0] = x.Type != "" - yyq1978[3] = x.ClusterIP != "" - yyq1978[4] = len(x.ExternalIPs) != 0 - yyq1978[5] = x.LoadBalancerIP != "" - yyq1978[6] = x.SessionAffinity != "" - var yynn1978 int - if yyr1978 || yy2arr1978 { + yysep1997 := !z.EncBinary() + yy2arr1997 := z.EncBasicHandle().StructToArray + var yyq1997 [7]bool + _, _, _ = yysep1997, yyq1997, yy2arr1997 + const yyr1997 bool = false + yyq1997[0] = x.Type != "" + yyq1997[3] = x.ClusterIP != "" + yyq1997[4] = len(x.ExternalIPs) != 0 + yyq1997[5] = x.LoadBalancerIP != "" + yyq1997[6] = x.SessionAffinity != "" + var yynn1997 int + if yyr1997 || yy2arr1997 { r.EncodeArrayStart(7) } else { - yynn1978 = 2 - for _, b := range yyq1978 { + yynn1997 = 2 + for _, b := range yyq1997 { if b { - yynn1978++ + yynn1997++ } } - r.EncodeMapStart(yynn1978) - yynn1978 = 0 + r.EncodeMapStart(yynn1997) + yynn1997 = 0 } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1978[0] { + if yyq1997[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1978[0] { + if yyq1997[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym1981 := z.EncBinary() - _ = yym1981 + yym2000 := z.EncBinary() + _ = yym2000 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -25928,21 +26194,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym1982 := z.EncBinary() - _ = yym1982 + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym1984 := z.EncBinary() - _ = yym1984 + yym2003 := z.EncBinary() + _ = yym2003 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -25955,19 +26221,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym1985 := z.EncBinary() - _ = yym1985 + yym2004 := z.EncBinary() + _ = yym2004 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1978[3] { - yym1987 := z.EncBinary() - _ = yym1987 + if yyq1997[3] { + yym2006 := z.EncBinary() + _ = yym2006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -25976,26 +26242,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1978[3] { + if yyq1997[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1988 := z.EncBinary() - _ = yym1988 + yym2007 := z.EncBinary() + _ = yym2007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1978[4] { + if yyq1997[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1990 := z.EncBinary() - _ = yym1990 + yym2009 := z.EncBinary() + _ = yym2009 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -26005,15 +26271,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1978[4] { + if yyq1997[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1991 := z.EncBinary() - _ = yym1991 + yym2010 := z.EncBinary() + _ = yym2010 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -26021,11 +26287,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1978[5] { - yym1993 := z.EncBinary() - _ = yym1993 + if yyq1997[5] { + yym2012 := z.EncBinary() + _ = yym2012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -26034,34 +26300,34 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1978[5] { + if yyq1997[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1994 := z.EncBinary() - _ = yym1994 + yym2013 := z.EncBinary() + _ = yym2013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1978[6] { + if yyq1997[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1978[6] { + if yyq1997[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr1978 || yy2arr1978 { + if yyr1997 || yy2arr1997 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26074,25 +26340,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1996 := z.DecBinary() - _ = yym1996 + yym2015 := z.DecBinary() + _ = yym2015 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1997 := r.ContainerType() - if yyct1997 == codecSelferValueTypeMap1234 { - yyl1997 := r.ReadMapStart() - if yyl1997 == 0 { + yyct2016 := r.ContainerType() + if yyct2016 == codecSelferValueTypeMap1234 { + yyl2016 := r.ReadMapStart() + if yyl2016 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1997, d) + x.codecDecodeSelfFromMap(yyl2016, d) } - } else if yyct1997 == codecSelferValueTypeArray1234 { - yyl1997 := r.ReadArrayStart() - if yyl1997 == 0 { + } else if yyct2016 == codecSelferValueTypeArray1234 { + yyl2016 := r.ReadArrayStart() + if yyl2016 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1997, d) + x.codecDecodeSelfFromArray(yyl2016, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26104,12 +26370,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1998Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1998Slc - var yyhl1998 bool = l >= 0 - for yyj1998 := 0; ; yyj1998++ { - if yyhl1998 { - if yyj1998 >= l { + var yys2017Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2017Slc + var yyhl2017 bool = l >= 0 + for yyj2017 := 0; ; yyj2017++ { + if yyhl2017 { + if yyj2017 >= l { break } } else { @@ -26118,10 +26384,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1998Slc = r.DecodeBytes(yys1998Slc, true, true) - yys1998 := string(yys1998Slc) + yys2017Slc = r.DecodeBytes(yys2017Slc, true, true) + yys2017 := string(yys2017Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1998 { + switch yys2017 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -26132,24 +26398,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2000 := &x.Ports - yym2001 := z.DecBinary() - _ = yym2001 + yyv2019 := &x.Ports + yym2020 := z.DecBinary() + _ = yym2020 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2000), d) + h.decSliceServicePort((*[]ServicePort)(yyv2019), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2002 := &x.Selector - yym2003 := z.DecBinary() - _ = yym2003 + yyv2021 := &x.Selector + yym2022 := z.DecBinary() + _ = yym2022 if false { } else { - z.F.DecMapStringStringX(yyv2002, false, d) + z.F.DecMapStringStringX(yyv2021, false, d) } } case "clusterIP": @@ -26162,12 +26428,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2005 := &x.ExternalIPs - yym2006 := z.DecBinary() - _ = yym2006 + yyv2024 := &x.ExternalIPs + yym2025 := z.DecBinary() + _ = yym2025 if false { } else { - z.F.DecSliceStringX(yyv2005, false, d) + z.F.DecSliceStringX(yyv2024, false, d) } } case "loadBalancerIP": @@ -26183,9 +26449,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1998) - } // end switch yys1998 - } // end for yyj1998 + z.DecStructFieldNotFound(-1, yys2017) + } // end switch yys2017 + } // end for yyj2017 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26193,16 +26459,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2009 int - var yyb2009 bool - var yyhl2009 bool = l >= 0 - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + var yyj2028 int + var yyb2028 bool + var yyhl2028 bool = l >= 0 + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26212,13 +26478,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26226,21 +26492,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2011 := &x.Ports - yym2012 := z.DecBinary() - _ = yym2012 + yyv2030 := &x.Ports + yym2031 := z.DecBinary() + _ = yym2031 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2011), d) + h.decSliceServicePort((*[]ServicePort)(yyv2030), d) } } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26248,21 +26514,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2013 := &x.Selector - yym2014 := z.DecBinary() - _ = yym2014 + yyv2032 := &x.Selector + yym2033 := z.DecBinary() + _ = yym2033 if false { } else { - z.F.DecMapStringStringX(yyv2013, false, d) + z.F.DecMapStringStringX(yyv2032, false, d) } } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26272,13 +26538,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26286,21 +26552,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2016 := &x.ExternalIPs - yym2017 := z.DecBinary() - _ = yym2017 + yyv2035 := &x.ExternalIPs + yym2036 := z.DecBinary() + _ = yym2036 if false { } else { - z.F.DecSliceStringX(yyv2016, false, d) + z.F.DecSliceStringX(yyv2035, false, d) } } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26310,13 +26576,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26327,17 +26593,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } for { - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2028++ + if yyhl2028 { + yyb2028 = yyj2028 > l } else { - yyb2009 = r.CheckBreak() + yyb2028 = r.CheckBreak() } - if yyb2009 { + if yyb2028 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2009-1, "") + z.DecStructFieldNotFound(yyj2028-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26349,33 +26615,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2020 := z.EncBinary() - _ = yym2020 + yym2039 := z.EncBinary() + _ = yym2039 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2021 := !z.EncBinary() - yy2arr2021 := z.EncBasicHandle().StructToArray - var yyq2021 [5]bool - _, _, _ = yysep2021, yyq2021, yy2arr2021 - const yyr2021 bool = false - var yynn2021 int - if yyr2021 || yy2arr2021 { + yysep2040 := !z.EncBinary() + yy2arr2040 := z.EncBasicHandle().StructToArray + var yyq2040 [5]bool + _, _, _ = yysep2040, yyq2040, yy2arr2040 + const yyr2040 bool = false + var yynn2040 int + if yyr2040 || yy2arr2040 { r.EncodeArrayStart(5) } else { - yynn2021 = 5 - for _, b := range yyq2021 { + yynn2040 = 5 + for _, b := range yyq2040 { if b { - yynn2021++ + yynn2040++ } } - r.EncodeMapStart(yynn2021) - yynn2021 = 0 + r.EncodeMapStart(yynn2040) + yynn2040 = 0 } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2023 := z.EncBinary() - _ = yym2023 + yym2042 := z.EncBinary() + _ = yym2042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -26384,14 +26650,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2024 := z.EncBinary() - _ = yym2024 + yym2043 := z.EncBinary() + _ = yym2043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -26400,10 +26666,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2027 := z.EncBinary() - _ = yym2027 + yym2046 := z.EncBinary() + _ = yym2046 if false { } else { r.EncodeInt(int64(x.Port)) @@ -26412,44 +26678,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2028 := z.EncBinary() - _ = yym2028 + yym2047 := z.EncBinary() + _ = yym2047 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2030 := &x.TargetPort - yym2031 := z.EncBinary() - _ = yym2031 + yy2049 := &x.TargetPort + yym2050 := z.EncBinary() + _ = yym2050 if false { - } else if z.HasExtensions() && z.EncExt(yy2030) { - } else if !yym2031 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2030) + } else if z.HasExtensions() && z.EncExt(yy2049) { + } else if !yym2050 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2049) } else { - z.EncFallback(yy2030) + z.EncFallback(yy2049) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2032 := &x.TargetPort - yym2033 := z.EncBinary() - _ = yym2033 + yy2051 := &x.TargetPort + yym2052 := z.EncBinary() + _ = yym2052 if false { - } else if z.HasExtensions() && z.EncExt(yy2032) { - } else if !yym2033 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2032) + } else if z.HasExtensions() && z.EncExt(yy2051) { + } else if !yym2052 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2051) } else { - z.EncFallback(yy2032) + z.EncFallback(yy2051) } } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2035 := z.EncBinary() - _ = yym2035 + yym2054 := z.EncBinary() + _ = yym2054 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -26458,14 +26724,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2036 := z.EncBinary() - _ = yym2036 + yym2055 := z.EncBinary() + _ = yym2055 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr2021 || yy2arr2021 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26478,25 +26744,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2037 := z.DecBinary() - _ = yym2037 + yym2056 := z.DecBinary() + _ = yym2056 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2038 := r.ContainerType() - if yyct2038 == codecSelferValueTypeMap1234 { - yyl2038 := r.ReadMapStart() - if yyl2038 == 0 { + yyct2057 := r.ContainerType() + if yyct2057 == codecSelferValueTypeMap1234 { + yyl2057 := r.ReadMapStart() + if yyl2057 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2038, d) + x.codecDecodeSelfFromMap(yyl2057, d) } - } else if yyct2038 == codecSelferValueTypeArray1234 { - yyl2038 := r.ReadArrayStart() - if yyl2038 == 0 { + } else if yyct2057 == codecSelferValueTypeArray1234 { + yyl2057 := r.ReadArrayStart() + if yyl2057 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2038, d) + x.codecDecodeSelfFromArray(yyl2057, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26508,12 +26774,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2039Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2039Slc - var yyhl2039 bool = l >= 0 - for yyj2039 := 0; ; yyj2039++ { - if yyhl2039 { - if yyj2039 >= 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 { @@ -26522,10 +26788,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2039Slc = r.DecodeBytes(yys2039Slc, true, true) - yys2039 := string(yys2039Slc) + yys2058Slc = r.DecodeBytes(yys2058Slc, true, true) + yys2058 := string(yys2058Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2039 { + switch yys2058 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -26548,15 +26814,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv2043 := &x.TargetPort - yym2044 := z.DecBinary() - _ = yym2044 + yyv2062 := &x.TargetPort + yym2063 := z.DecBinary() + _ = yym2063 if false { - } else if z.HasExtensions() && z.DecExt(yyv2043) { - } else if !yym2044 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2043) + } else if z.HasExtensions() && z.DecExt(yyv2062) { + } else if !yym2063 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2062) } else { - z.DecFallback(yyv2043, false) + z.DecFallback(yyv2062, false) } } case "nodePort": @@ -26566,9 +26832,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys2039) - } // end switch yys2039 - } // end for yyj2039 + z.DecStructFieldNotFound(-1, yys2058) + } // end switch yys2058 + } // end for yyj2058 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26576,16 +26842,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2046 int - var yyb2046 bool - var yyhl2046 bool = l >= 0 - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + var yyj2065 int + var yyb2065 bool + var yyhl2065 bool = l >= 0 + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26595,13 +26861,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26611,13 +26877,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26627,13 +26893,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26641,24 +26907,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv2050 := &x.TargetPort - yym2051 := z.DecBinary() - _ = yym2051 + yyv2069 := &x.TargetPort + yym2070 := z.DecBinary() + _ = yym2070 if false { - } else if z.HasExtensions() && z.DecExt(yyv2050) { - } else if !yym2051 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2050) + } else if z.HasExtensions() && z.DecExt(yyv2069) { + } else if !yym2070 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2069) } else { - z.DecFallback(yyv2050, false) + z.DecFallback(yyv2069, false) } } - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26669,17 +26935,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj2046++ - if yyhl2046 { - yyb2046 = yyj2046 > l + yyj2065++ + if yyhl2065 { + yyb2065 = yyj2065 > l } else { - yyb2046 = r.CheckBreak() + yyb2065 = r.CheckBreak() } - if yyb2046 { + if yyb2065 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2046-1, "") + z.DecStructFieldNotFound(yyj2065-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26691,39 +26957,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2053 := z.EncBinary() - _ = yym2053 + yym2072 := z.EncBinary() + _ = yym2072 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2054 := !z.EncBinary() - yy2arr2054 := z.EncBasicHandle().StructToArray - var yyq2054 [5]bool - _, _, _ = yysep2054, yyq2054, yy2arr2054 - const yyr2054 bool = false - yyq2054[0] = x.Kind != "" - yyq2054[1] = x.APIVersion != "" - yyq2054[2] = true - yyq2054[3] = true - yyq2054[4] = true - var yynn2054 int - if yyr2054 || yy2arr2054 { + yysep2073 := !z.EncBinary() + yy2arr2073 := z.EncBasicHandle().StructToArray + var yyq2073 [5]bool + _, _, _ = yysep2073, yyq2073, yy2arr2073 + const yyr2073 bool = false + yyq2073[0] = x.Kind != "" + yyq2073[1] = x.APIVersion != "" + yyq2073[2] = true + yyq2073[3] = true + yyq2073[4] = true + var yynn2073 int + if yyr2073 || yy2arr2073 { r.EncodeArrayStart(5) } else { - yynn2054 = 0 - for _, b := range yyq2054 { + yynn2073 = 0 + for _, b := range yyq2073 { if b { - yynn2054++ + yynn2073++ } } - r.EncodeMapStart(yynn2054) - yynn2054 = 0 + r.EncodeMapStart(yynn2073) + yynn2073 = 0 } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2054[0] { - yym2056 := z.EncBinary() - _ = yym2056 + if yyq2073[0] { + yym2075 := z.EncBinary() + _ = yym2075 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26732,23 +26998,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2054[0] { + if yyq2073[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2057 := z.EncBinary() - _ = yym2057 + yym2076 := z.EncBinary() + _ = yym2076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2054[1] { - yym2059 := z.EncBinary() - _ = yym2059 + if yyq2073[1] { + yym2078 := z.EncBinary() + _ = yym2078 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26757,70 +27023,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2054[1] { + if yyq2073[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2060 := z.EncBinary() - _ = yym2060 + yym2079 := z.EncBinary() + _ = yym2079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2054[2] { - yy2062 := &x.ObjectMeta - yy2062.CodecEncodeSelf(e) + if yyq2073[2] { + yy2081 := &x.ObjectMeta + yy2081.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2054[2] { + if yyq2073[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2063 := &x.ObjectMeta - yy2063.CodecEncodeSelf(e) + yy2082 := &x.ObjectMeta + yy2082.CodecEncodeSelf(e) } } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2054[3] { - yy2065 := &x.Spec - yy2065.CodecEncodeSelf(e) + if yyq2073[3] { + yy2084 := &x.Spec + yy2084.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2054[3] { + if yyq2073[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2066 := &x.Spec - yy2066.CodecEncodeSelf(e) + yy2085 := &x.Spec + yy2085.CodecEncodeSelf(e) } } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2054[4] { - yy2068 := &x.Status - yy2068.CodecEncodeSelf(e) + if yyq2073[4] { + yy2087 := &x.Status + yy2087.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2054[4] { + if yyq2073[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2069 := &x.Status - yy2069.CodecEncodeSelf(e) + yy2088 := &x.Status + yy2088.CodecEncodeSelf(e) } } - if yyr2054 || yy2arr2054 { + if yyr2073 || yy2arr2073 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26833,25 +27099,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2070 := z.DecBinary() - _ = yym2070 + yym2089 := z.DecBinary() + _ = yym2089 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2071 := r.ContainerType() - if yyct2071 == codecSelferValueTypeMap1234 { - yyl2071 := r.ReadMapStart() - if yyl2071 == 0 { + yyct2090 := r.ContainerType() + if yyct2090 == codecSelferValueTypeMap1234 { + yyl2090 := r.ReadMapStart() + if yyl2090 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2071, d) + x.codecDecodeSelfFromMap(yyl2090, d) } - } else if yyct2071 == codecSelferValueTypeArray1234 { - yyl2071 := r.ReadArrayStart() - if yyl2071 == 0 { + } else if yyct2090 == codecSelferValueTypeArray1234 { + yyl2090 := r.ReadArrayStart() + if yyl2090 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2071, d) + x.codecDecodeSelfFromArray(yyl2090, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26863,12 +27129,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2072Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2072Slc - var yyhl2072 bool = l >= 0 - for yyj2072 := 0; ; yyj2072++ { - if yyhl2072 { - if yyj2072 >= l { + var yys2091Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2091Slc + var yyhl2091 bool = l >= 0 + for yyj2091 := 0; ; yyj2091++ { + if yyhl2091 { + if yyj2091 >= l { break } } else { @@ -26877,10 +27143,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2072Slc = r.DecodeBytes(yys2072Slc, true, true) - yys2072 := string(yys2072Slc) + yys2091Slc = r.DecodeBytes(yys2091Slc, true, true) + yys2091 := string(yys2091Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2072 { + switch yys2091 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26897,27 +27163,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2075 := &x.ObjectMeta - yyv2075.CodecDecodeSelf(d) + yyv2094 := &x.ObjectMeta + yyv2094.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2076 := &x.Spec - yyv2076.CodecDecodeSelf(d) + yyv2095 := &x.Spec + yyv2095.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2077 := &x.Status - yyv2077.CodecDecodeSelf(d) + yyv2096 := &x.Status + yyv2096.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2072) - } // end switch yys2072 - } // end for yyj2072 + z.DecStructFieldNotFound(-1, yys2091) + } // end switch yys2091 + } // end for yyj2091 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26925,16 +27191,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2078 int - var yyb2078 bool - var yyhl2078 bool = l >= 0 - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + var yyj2097 int + var yyb2097 bool + var yyhl2097 bool = l >= 0 + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26944,13 +27210,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26960,13 +27226,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26974,16 +27240,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2081 := &x.ObjectMeta - yyv2081.CodecDecodeSelf(d) + yyv2100 := &x.ObjectMeta + yyv2100.CodecDecodeSelf(d) } - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26991,16 +27257,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2082 := &x.Spec - yyv2082.CodecDecodeSelf(d) + yyv2101 := &x.Spec + yyv2101.CodecDecodeSelf(d) } - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27008,21 +27274,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2083 := &x.Status - yyv2083.CodecDecodeSelf(d) + yyv2102 := &x.Status + yyv2102.CodecDecodeSelf(d) } for { - yyj2078++ - if yyhl2078 { - yyb2078 = yyj2078 > l + yyj2097++ + if yyhl2097 { + yyb2097 = yyj2097 > l } else { - yyb2078 = r.CheckBreak() + yyb2097 = r.CheckBreak() } - if yyb2078 { + if yyb2097 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2078-1, "") + z.DecStructFieldNotFound(yyj2097-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27034,38 +27300,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2084 := z.EncBinary() - _ = yym2084 + yym2103 := z.EncBinary() + _ = yym2103 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2085 := !z.EncBinary() - yy2arr2085 := z.EncBasicHandle().StructToArray - var yyq2085 [5]bool - _, _, _ = yysep2085, yyq2085, yy2arr2085 - const yyr2085 bool = false - yyq2085[0] = x.Kind != "" - yyq2085[1] = x.APIVersion != "" - yyq2085[2] = true - yyq2085[4] = len(x.ImagePullSecrets) != 0 - var yynn2085 int - if yyr2085 || yy2arr2085 { + yysep2104 := !z.EncBinary() + yy2arr2104 := z.EncBasicHandle().StructToArray + var yyq2104 [5]bool + _, _, _ = yysep2104, yyq2104, yy2arr2104 + const yyr2104 bool = false + yyq2104[0] = x.Kind != "" + yyq2104[1] = x.APIVersion != "" + yyq2104[2] = true + yyq2104[4] = len(x.ImagePullSecrets) != 0 + var yynn2104 int + if yyr2104 || yy2arr2104 { r.EncodeArrayStart(5) } else { - yynn2085 = 1 - for _, b := range yyq2085 { + yynn2104 = 1 + for _, b := range yyq2104 { if b { - yynn2085++ + yynn2104++ } } - r.EncodeMapStart(yynn2085) - yynn2085 = 0 + r.EncodeMapStart(yynn2104) + yynn2104 = 0 } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2085[0] { - yym2087 := z.EncBinary() - _ = yym2087 + if yyq2104[0] { + yym2106 := z.EncBinary() + _ = yym2106 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27074,23 +27340,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2085[0] { + if yyq2104[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2088 := z.EncBinary() - _ = yym2088 + yym2107 := z.EncBinary() + _ = yym2107 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2085[1] { - yym2090 := z.EncBinary() - _ = yym2090 + if yyq2104[1] { + yym2109 := z.EncBinary() + _ = yym2109 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27099,42 +27365,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2085[1] { + if yyq2104[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2091 := z.EncBinary() - _ = yym2091 + yym2110 := z.EncBinary() + _ = yym2110 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2085[2] { - yy2093 := &x.ObjectMeta - yy2093.CodecEncodeSelf(e) + if yyq2104[2] { + yy2112 := &x.ObjectMeta + yy2112.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2085[2] { + if yyq2104[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2094 := &x.ObjectMeta - yy2094.CodecEncodeSelf(e) + yy2113 := &x.ObjectMeta + yy2113.CodecEncodeSelf(e) } } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2096 := z.EncBinary() - _ = yym2096 + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -27147,22 +27413,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2097 := z.EncBinary() - _ = yym2097 + yym2116 := z.EncBinary() + _ = yym2116 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2085[4] { + if yyq2104[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2099 := z.EncBinary() - _ = yym2099 + yym2118 := z.EncBinary() + _ = yym2118 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27172,15 +27438,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2085[4] { + if yyq2104[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2100 := z.EncBinary() - _ = yym2100 + yym2119 := z.EncBinary() + _ = yym2119 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27188,7 +27454,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2085 || yy2arr2085 { + if yyr2104 || yy2arr2104 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27201,25 +27467,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2101 := z.DecBinary() - _ = yym2101 + yym2120 := z.DecBinary() + _ = yym2120 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2102 := r.ContainerType() - if yyct2102 == codecSelferValueTypeMap1234 { - yyl2102 := r.ReadMapStart() - if yyl2102 == 0 { + yyct2121 := r.ContainerType() + if yyct2121 == codecSelferValueTypeMap1234 { + yyl2121 := r.ReadMapStart() + if yyl2121 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2102, d) + x.codecDecodeSelfFromMap(yyl2121, d) } - } else if yyct2102 == codecSelferValueTypeArray1234 { - yyl2102 := r.ReadArrayStart() - if yyl2102 == 0 { + } else if yyct2121 == codecSelferValueTypeArray1234 { + yyl2121 := r.ReadArrayStart() + if yyl2121 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2102, d) + x.codecDecodeSelfFromArray(yyl2121, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27231,12 +27497,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2103Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2103Slc - var yyhl2103 bool = l >= 0 - for yyj2103 := 0; ; yyj2103++ { - if yyhl2103 { - if yyj2103 >= l { + var yys2122Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2122Slc + var yyhl2122 bool = l >= 0 + for yyj2122 := 0; ; yyj2122++ { + if yyhl2122 { + if yyj2122 >= l { break } } else { @@ -27245,10 +27511,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2103Slc = r.DecodeBytes(yys2103Slc, true, true) - yys2103 := string(yys2103Slc) + yys2122Slc = r.DecodeBytes(yys2122Slc, true, true) + yys2122 := string(yys2122Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2103 { + switch yys2122 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27265,37 +27531,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2106 := &x.ObjectMeta - yyv2106.CodecDecodeSelf(d) + yyv2125 := &x.ObjectMeta + yyv2125.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2107 := &x.Secrets - yym2108 := z.DecBinary() - _ = yym2108 + yyv2126 := &x.Secrets + yym2127 := z.DecBinary() + _ = yym2127 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2107), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2126), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2109 := &x.ImagePullSecrets - yym2110 := z.DecBinary() - _ = yym2110 + yyv2128 := &x.ImagePullSecrets + yym2129 := z.DecBinary() + _ = yym2129 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2109), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2128), d) } } default: - z.DecStructFieldNotFound(-1, yys2103) - } // end switch yys2103 - } // end for yyj2103 + z.DecStructFieldNotFound(-1, yys2122) + } // end switch yys2122 + } // end for yyj2122 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27303,16 +27569,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2111 int - var yyb2111 bool - var yyhl2111 bool = l >= 0 - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + var yyj2130 int + var yyb2130 bool + var yyhl2130 bool = l >= 0 + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27322,13 +27588,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27338,13 +27604,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27352,16 +27618,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2114 := &x.ObjectMeta - yyv2114.CodecDecodeSelf(d) + yyv2133 := &x.ObjectMeta + yyv2133.CodecDecodeSelf(d) } - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27369,21 +27635,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2115 := &x.Secrets - yym2116 := z.DecBinary() - _ = yym2116 + yyv2134 := &x.Secrets + yym2135 := z.DecBinary() + _ = yym2135 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2115), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2134), d) } } - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27391,26 +27657,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2117 := &x.ImagePullSecrets - yym2118 := z.DecBinary() - _ = yym2118 + yyv2136 := &x.ImagePullSecrets + yym2137 := z.DecBinary() + _ = yym2137 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2117), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2136), d) } } for { - yyj2111++ - if yyhl2111 { - yyb2111 = yyj2111 > l + yyj2130++ + if yyhl2130 { + yyb2130 = yyj2130 > l } else { - yyb2111 = r.CheckBreak() + yyb2130 = r.CheckBreak() } - if yyb2111 { + if yyb2130 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2111-1, "") + z.DecStructFieldNotFound(yyj2130-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27422,37 +27688,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2119 := z.EncBinary() - _ = yym2119 + yym2138 := z.EncBinary() + _ = yym2138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2120 := !z.EncBinary() - yy2arr2120 := z.EncBasicHandle().StructToArray - var yyq2120 [4]bool - _, _, _ = yysep2120, yyq2120, yy2arr2120 - const yyr2120 bool = false - yyq2120[0] = x.Kind != "" - yyq2120[1] = x.APIVersion != "" - yyq2120[2] = true - var yynn2120 int - if yyr2120 || yy2arr2120 { + yysep2139 := !z.EncBinary() + yy2arr2139 := z.EncBasicHandle().StructToArray + var yyq2139 [4]bool + _, _, _ = yysep2139, yyq2139, yy2arr2139 + const yyr2139 bool = false + yyq2139[0] = x.Kind != "" + yyq2139[1] = x.APIVersion != "" + yyq2139[2] = true + var yynn2139 int + if yyr2139 || yy2arr2139 { r.EncodeArrayStart(4) } else { - yynn2120 = 1 - for _, b := range yyq2120 { + yynn2139 = 1 + for _, b := range yyq2139 { if b { - yynn2120++ + yynn2139++ } } - r.EncodeMapStart(yynn2120) - yynn2120 = 0 + r.EncodeMapStart(yynn2139) + yynn2139 = 0 } - if yyr2120 || yy2arr2120 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2120[0] { - yym2122 := z.EncBinary() - _ = yym2122 + if yyq2139[0] { + yym2141 := z.EncBinary() + _ = yym2141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27461,23 +27727,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2120[0] { + if yyq2139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2123 := z.EncBinary() - _ = yym2123 + yym2142 := z.EncBinary() + _ = yym2142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2120 || yy2arr2120 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2120[1] { - yym2125 := z.EncBinary() - _ = yym2125 + if yyq2139[1] { + yym2144 := z.EncBinary() + _ = yym2144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27486,54 +27752,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2120[1] { + if yyq2139[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2126 := z.EncBinary() - _ = yym2126 + yym2145 := z.EncBinary() + _ = yym2145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2120 || yy2arr2120 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2120[2] { - yy2128 := &x.ListMeta - yym2129 := z.EncBinary() - _ = yym2129 + if yyq2139[2] { + yy2147 := &x.ListMeta + yym2148 := z.EncBinary() + _ = yym2148 if false { - } else if z.HasExtensions() && z.EncExt(yy2128) { + } else if z.HasExtensions() && z.EncExt(yy2147) { } else { - z.EncFallback(yy2128) + z.EncFallback(yy2147) } } else { r.EncodeNil() } } else { - if yyq2120[2] { + if yyq2139[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2130 := &x.ListMeta - yym2131 := z.EncBinary() - _ = yym2131 + yy2149 := &x.ListMeta + yym2150 := z.EncBinary() + _ = yym2150 if false { - } else if z.HasExtensions() && z.EncExt(yy2130) { + } else if z.HasExtensions() && z.EncExt(yy2149) { } else { - z.EncFallback(yy2130) + z.EncFallback(yy2149) } } } - if yyr2120 || yy2arr2120 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2133 := z.EncBinary() - _ = yym2133 + yym2152 := z.EncBinary() + _ = yym2152 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -27546,15 +27812,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2134 := z.EncBinary() - _ = yym2134 + yym2153 := z.EncBinary() + _ = yym2153 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2120 || yy2arr2120 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27567,25 +27833,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2135 := z.DecBinary() - _ = yym2135 + yym2154 := z.DecBinary() + _ = yym2154 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2136 := r.ContainerType() - if yyct2136 == codecSelferValueTypeMap1234 { - yyl2136 := r.ReadMapStart() - if yyl2136 == 0 { + yyct2155 := r.ContainerType() + if yyct2155 == codecSelferValueTypeMap1234 { + yyl2155 := r.ReadMapStart() + if yyl2155 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2136, d) + x.codecDecodeSelfFromMap(yyl2155, d) } - } else if yyct2136 == codecSelferValueTypeArray1234 { - yyl2136 := r.ReadArrayStart() - if yyl2136 == 0 { + } else if yyct2155 == codecSelferValueTypeArray1234 { + yyl2155 := r.ReadArrayStart() + if yyl2155 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2136, d) + x.codecDecodeSelfFromArray(yyl2155, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27597,12 +27863,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2137Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2137Slc - var yyhl2137 bool = l >= 0 - for yyj2137 := 0; ; yyj2137++ { - if yyhl2137 { - if yyj2137 >= l { + var yys2156Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2156Slc + var yyhl2156 bool = l >= 0 + for yyj2156 := 0; ; yyj2156++ { + if yyhl2156 { + if yyj2156 >= l { break } } else { @@ -27611,10 +27877,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2137Slc = r.DecodeBytes(yys2137Slc, true, true) - yys2137 := string(yys2137Slc) + yys2156Slc = r.DecodeBytes(yys2156Slc, true, true) + yys2156 := string(yys2156Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2137 { + switch yys2156 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27631,31 +27897,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2140 := &x.ListMeta - yym2141 := z.DecBinary() - _ = yym2141 + yyv2159 := &x.ListMeta + yym2160 := z.DecBinary() + _ = yym2160 if false { - } else if z.HasExtensions() && z.DecExt(yyv2140) { + } else if z.HasExtensions() && z.DecExt(yyv2159) { } else { - z.DecFallback(yyv2140, false) + z.DecFallback(yyv2159, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2142 := &x.Items - yym2143 := z.DecBinary() - _ = yym2143 + yyv2161 := &x.Items + yym2162 := z.DecBinary() + _ = yym2162 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2142), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2161), d) } } default: - z.DecStructFieldNotFound(-1, yys2137) - } // end switch yys2137 - } // end for yyj2137 + z.DecStructFieldNotFound(-1, yys2156) + } // end switch yys2156 + } // end for yyj2156 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27663,16 +27929,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2144 int - var yyb2144 bool - var yyhl2144 bool = l >= 0 - yyj2144++ - if yyhl2144 { - yyb2144 = yyj2144 > l + var yyj2163 int + var yyb2163 bool + var yyhl2163 bool = l >= 0 + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2144 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2144 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27682,13 +27948,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2144++ - if yyhl2144 { - yyb2144 = yyj2144 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2144 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2144 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27698,13 +27964,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2144++ - if yyhl2144 { - yyb2144 = yyj2144 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2144 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2144 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27712,22 +27978,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2147 := &x.ListMeta - yym2148 := z.DecBinary() - _ = yym2148 + yyv2166 := &x.ListMeta + yym2167 := z.DecBinary() + _ = yym2167 if false { - } else if z.HasExtensions() && z.DecExt(yyv2147) { + } else if z.HasExtensions() && z.DecExt(yyv2166) { } else { - z.DecFallback(yyv2147, false) + z.DecFallback(yyv2166, false) } } - yyj2144++ - if yyhl2144 { - yyb2144 = yyj2144 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2144 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2144 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27735,26 +28001,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2149 := &x.Items - yym2150 := z.DecBinary() - _ = yym2150 + yyv2168 := &x.Items + yym2169 := z.DecBinary() + _ = yym2169 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2149), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2168), d) } } for { - yyj2144++ - if yyhl2144 { - yyb2144 = yyj2144 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2144 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2144 { + if yyb2163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2144-1, "") + z.DecStructFieldNotFound(yyj2163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27766,37 +28032,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2151 := z.EncBinary() - _ = yym2151 + yym2170 := z.EncBinary() + _ = yym2170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2152 := !z.EncBinary() - yy2arr2152 := z.EncBasicHandle().StructToArray - var yyq2152 [4]bool - _, _, _ = yysep2152, yyq2152, yy2arr2152 - const yyr2152 bool = false - yyq2152[0] = x.Kind != "" - yyq2152[1] = x.APIVersion != "" - yyq2152[2] = true - var yynn2152 int - if yyr2152 || yy2arr2152 { + yysep2171 := !z.EncBinary() + yy2arr2171 := z.EncBasicHandle().StructToArray + var yyq2171 [4]bool + _, _, _ = yysep2171, yyq2171, yy2arr2171 + const yyr2171 bool = false + yyq2171[0] = x.Kind != "" + yyq2171[1] = x.APIVersion != "" + yyq2171[2] = true + var yynn2171 int + if yyr2171 || yy2arr2171 { r.EncodeArrayStart(4) } else { - yynn2152 = 1 - for _, b := range yyq2152 { + yynn2171 = 1 + for _, b := range yyq2171 { if b { - yynn2152++ + yynn2171++ } } - r.EncodeMapStart(yynn2152) - yynn2152 = 0 + r.EncodeMapStart(yynn2171) + yynn2171 = 0 } - if yyr2152 || yy2arr2152 { + if yyr2171 || yy2arr2171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2152[0] { - yym2154 := z.EncBinary() - _ = yym2154 + if yyq2171[0] { + yym2173 := z.EncBinary() + _ = yym2173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27805,23 +28071,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2152[0] { + if yyq2171[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2155 := z.EncBinary() - _ = yym2155 + yym2174 := z.EncBinary() + _ = yym2174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2152 || yy2arr2152 { + if yyr2171 || yy2arr2171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2152[1] { - yym2157 := z.EncBinary() - _ = yym2157 + if yyq2171[1] { + yym2176 := z.EncBinary() + _ = yym2176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27830,42 +28096,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2152[1] { + if yyq2171[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2158 := z.EncBinary() - _ = yym2158 + yym2177 := z.EncBinary() + _ = yym2177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2152 || yy2arr2152 { + if yyr2171 || yy2arr2171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2152[2] { - yy2160 := &x.ObjectMeta - yy2160.CodecEncodeSelf(e) + if yyq2171[2] { + yy2179 := &x.ObjectMeta + yy2179.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2152[2] { + if yyq2171[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2161 := &x.ObjectMeta - yy2161.CodecEncodeSelf(e) + yy2180 := &x.ObjectMeta + yy2180.CodecEncodeSelf(e) } } - if yyr2152 || yy2arr2152 { + if yyr2171 || yy2arr2171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2163 := z.EncBinary() - _ = yym2163 + yym2182 := z.EncBinary() + _ = yym2182 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -27878,15 +28144,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2164 := z.EncBinary() - _ = yym2164 + yym2183 := z.EncBinary() + _ = yym2183 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2152 || yy2arr2152 { + if yyr2171 || yy2arr2171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27899,25 +28165,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2165 := z.DecBinary() - _ = yym2165 + yym2184 := z.DecBinary() + _ = yym2184 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2166 := r.ContainerType() - if yyct2166 == codecSelferValueTypeMap1234 { - yyl2166 := r.ReadMapStart() - if yyl2166 == 0 { + yyct2185 := r.ContainerType() + if yyct2185 == codecSelferValueTypeMap1234 { + yyl2185 := r.ReadMapStart() + if yyl2185 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2166, d) + x.codecDecodeSelfFromMap(yyl2185, d) } - } else if yyct2166 == codecSelferValueTypeArray1234 { - yyl2166 := r.ReadArrayStart() - if yyl2166 == 0 { + } else if yyct2185 == codecSelferValueTypeArray1234 { + yyl2185 := r.ReadArrayStart() + if yyl2185 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2166, d) + x.codecDecodeSelfFromArray(yyl2185, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27929,12 +28195,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2167Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2167Slc - var yyhl2167 bool = l >= 0 - for yyj2167 := 0; ; yyj2167++ { - if yyhl2167 { - if yyj2167 >= l { + var yys2186Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2186Slc + var yyhl2186 bool = l >= 0 + for yyj2186 := 0; ; yyj2186++ { + if yyhl2186 { + if yyj2186 >= l { break } } else { @@ -27943,10 +28209,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2167Slc = r.DecodeBytes(yys2167Slc, true, true) - yys2167 := string(yys2167Slc) + yys2186Slc = r.DecodeBytes(yys2186Slc, true, true) + yys2186 := string(yys2186Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2167 { + switch yys2186 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27963,25 +28229,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2170 := &x.ObjectMeta - yyv2170.CodecDecodeSelf(d) + yyv2189 := &x.ObjectMeta + yyv2189.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2171 := &x.Subsets - yym2172 := z.DecBinary() - _ = yym2172 + yyv2190 := &x.Subsets + yym2191 := z.DecBinary() + _ = yym2191 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2171), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2190), d) } } default: - z.DecStructFieldNotFound(-1, yys2167) - } // end switch yys2167 - } // end for yyj2167 + z.DecStructFieldNotFound(-1, yys2186) + } // end switch yys2186 + } // end for yyj2186 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27989,16 +28255,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2173 int - var yyb2173 bool - var yyhl2173 bool = l >= 0 - yyj2173++ - if yyhl2173 { - yyb2173 = yyj2173 > l + var yyj2192 int + var yyb2192 bool + var yyhl2192 bool = l >= 0 + yyj2192++ + if yyhl2192 { + yyb2192 = yyj2192 > l } else { - yyb2173 = r.CheckBreak() + yyb2192 = r.CheckBreak() } - if yyb2173 { + if yyb2192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28008,13 +28274,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2173++ - if yyhl2173 { - yyb2173 = yyj2173 > l + yyj2192++ + if yyhl2192 { + yyb2192 = yyj2192 > l } else { - yyb2173 = r.CheckBreak() + yyb2192 = r.CheckBreak() } - if yyb2173 { + if yyb2192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28024,13 +28290,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2173++ - if yyhl2173 { - yyb2173 = yyj2173 > l + yyj2192++ + if yyhl2192 { + yyb2192 = yyj2192 > l } else { - yyb2173 = r.CheckBreak() + yyb2192 = r.CheckBreak() } - if yyb2173 { + if yyb2192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28038,16 +28304,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2176 := &x.ObjectMeta - yyv2176.CodecDecodeSelf(d) + yyv2195 := &x.ObjectMeta + yyv2195.CodecDecodeSelf(d) } - yyj2173++ - if yyhl2173 { - yyb2173 = yyj2173 > l + yyj2192++ + if yyhl2192 { + yyb2192 = yyj2192 > l } else { - yyb2173 = r.CheckBreak() + yyb2192 = r.CheckBreak() } - if yyb2173 { + if yyb2192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28055,26 +28321,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2177 := &x.Subsets - yym2178 := z.DecBinary() - _ = yym2178 + yyv2196 := &x.Subsets + yym2197 := z.DecBinary() + _ = yym2197 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2177), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2196), d) } } for { - yyj2173++ - if yyhl2173 { - yyb2173 = yyj2173 > l + yyj2192++ + if yyhl2192 { + yyb2192 = yyj2192 > l } else { - yyb2173 = r.CheckBreak() + yyb2192 = r.CheckBreak() } - if yyb2173 { + if yyb2192 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2173-1, "") + z.DecStructFieldNotFound(yyj2192-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28086,36 +28352,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2179 := z.EncBinary() - _ = yym2179 + yym2198 := z.EncBinary() + _ = yym2198 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2180 := !z.EncBinary() - yy2arr2180 := z.EncBasicHandle().StructToArray - var yyq2180 [3]bool - _, _, _ = yysep2180, yyq2180, yy2arr2180 - const yyr2180 bool = false - var yynn2180 int - if yyr2180 || yy2arr2180 { + yysep2199 := !z.EncBinary() + yy2arr2199 := z.EncBasicHandle().StructToArray + var yyq2199 [3]bool + _, _, _ = yysep2199, yyq2199, yy2arr2199 + const yyr2199 bool = false + var yynn2199 int + if yyr2199 || yy2arr2199 { r.EncodeArrayStart(3) } else { - yynn2180 = 3 - for _, b := range yyq2180 { + yynn2199 = 3 + for _, b := range yyq2199 { if b { - yynn2180++ + yynn2199++ } } - r.EncodeMapStart(yynn2180) - yynn2180 = 0 + r.EncodeMapStart(yynn2199) + yynn2199 = 0 } - if yyr2180 || yy2arr2180 { + if yyr2199 || yy2arr2199 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2182 := z.EncBinary() - _ = yym2182 + yym2201 := z.EncBinary() + _ = yym2201 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -28128,21 +28394,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2183 := z.EncBinary() - _ = yym2183 + yym2202 := z.EncBinary() + _ = yym2202 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2180 || yy2arr2180 { + if yyr2199 || yy2arr2199 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2185 := z.EncBinary() - _ = yym2185 + yym2204 := z.EncBinary() + _ = yym2204 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -28155,21 +28421,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2186 := z.EncBinary() - _ = yym2186 + yym2205 := z.EncBinary() + _ = yym2205 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2180 || yy2arr2180 { + if yyr2199 || yy2arr2199 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2188 := z.EncBinary() - _ = yym2188 + yym2207 := z.EncBinary() + _ = yym2207 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -28182,15 +28448,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2189 := z.EncBinary() - _ = yym2189 + yym2208 := z.EncBinary() + _ = yym2208 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2180 || yy2arr2180 { + if yyr2199 || yy2arr2199 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28203,25 +28469,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2190 := z.DecBinary() - _ = yym2190 + yym2209 := z.DecBinary() + _ = yym2209 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2191 := r.ContainerType() - if yyct2191 == codecSelferValueTypeMap1234 { - yyl2191 := r.ReadMapStart() - if yyl2191 == 0 { + yyct2210 := r.ContainerType() + if yyct2210 == codecSelferValueTypeMap1234 { + yyl2210 := r.ReadMapStart() + if yyl2210 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2191, d) + x.codecDecodeSelfFromMap(yyl2210, d) } - } else if yyct2191 == codecSelferValueTypeArray1234 { - yyl2191 := r.ReadArrayStart() - if yyl2191 == 0 { + } else if yyct2210 == codecSelferValueTypeArray1234 { + yyl2210 := r.ReadArrayStart() + if yyl2210 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2191, d) + x.codecDecodeSelfFromArray(yyl2210, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28233,12 +28499,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2192Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2192Slc - var yyhl2192 bool = l >= 0 - for yyj2192 := 0; ; yyj2192++ { - if yyhl2192 { - if yyj2192 >= l { + var yys2211Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2211Slc + var yyhl2211 bool = l >= 0 + for yyj2211 := 0; ; yyj2211++ { + if yyhl2211 { + if yyj2211 >= l { break } } else { @@ -28247,50 +28513,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2192Slc = r.DecodeBytes(yys2192Slc, true, true) - yys2192 := string(yys2192Slc) + yys2211Slc = r.DecodeBytes(yys2211Slc, true, true) + yys2211 := string(yys2211Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2192 { + switch yys2211 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2193 := &x.Addresses - yym2194 := z.DecBinary() - _ = yym2194 + yyv2212 := &x.Addresses + yym2213 := z.DecBinary() + _ = yym2213 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2193), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2212), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2195 := &x.NotReadyAddresses - yym2196 := z.DecBinary() - _ = yym2196 + yyv2214 := &x.NotReadyAddresses + yym2215 := z.DecBinary() + _ = yym2215 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2195), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2214), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2197 := &x.Ports - yym2198 := z.DecBinary() - _ = yym2198 + yyv2216 := &x.Ports + yym2217 := z.DecBinary() + _ = yym2217 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2197), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2216), d) } } default: - z.DecStructFieldNotFound(-1, yys2192) - } // end switch yys2192 - } // end for yyj2192 + z.DecStructFieldNotFound(-1, yys2211) + } // end switch yys2211 + } // end for yyj2211 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28298,16 +28564,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2199 int - var yyb2199 bool - var yyhl2199 bool = l >= 0 - yyj2199++ - if yyhl2199 { - yyb2199 = yyj2199 > l + var yyj2218 int + var yyb2218 bool + var yyhl2218 bool = l >= 0 + yyj2218++ + if yyhl2218 { + yyb2218 = yyj2218 > l } else { - yyb2199 = r.CheckBreak() + yyb2218 = r.CheckBreak() } - if yyb2199 { + if yyb2218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28315,21 +28581,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2200 := &x.Addresses - yym2201 := z.DecBinary() - _ = yym2201 + yyv2219 := &x.Addresses + yym2220 := z.DecBinary() + _ = yym2220 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2200), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2219), d) } } - yyj2199++ - if yyhl2199 { - yyb2199 = yyj2199 > l + yyj2218++ + if yyhl2218 { + yyb2218 = yyj2218 > l } else { - yyb2199 = r.CheckBreak() + yyb2218 = r.CheckBreak() } - if yyb2199 { + if yyb2218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28337,21 +28603,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2202 := &x.NotReadyAddresses - yym2203 := z.DecBinary() - _ = yym2203 + yyv2221 := &x.NotReadyAddresses + yym2222 := z.DecBinary() + _ = yym2222 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2202), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2221), d) } } - yyj2199++ - if yyhl2199 { - yyb2199 = yyj2199 > l + yyj2218++ + if yyhl2218 { + yyb2218 = yyj2218 > l } else { - yyb2199 = r.CheckBreak() + yyb2218 = r.CheckBreak() } - if yyb2199 { + if yyb2218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28359,26 +28625,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2204 := &x.Ports - yym2205 := z.DecBinary() - _ = yym2205 + yyv2223 := &x.Ports + yym2224 := z.DecBinary() + _ = yym2224 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2204), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2223), d) } } for { - yyj2199++ - if yyhl2199 { - yyb2199 = yyj2199 > l + yyj2218++ + if yyhl2218 { + yyb2218 = yyj2218 > l } else { - yyb2199 = r.CheckBreak() + yyb2218 = r.CheckBreak() } - if yyb2199 { + if yyb2218 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2199-1, "") + z.DecStructFieldNotFound(yyj2218-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28390,33 +28656,33 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2206 := z.EncBinary() - _ = yym2206 + yym2225 := z.EncBinary() + _ = yym2225 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2207 := !z.EncBinary() - yy2arr2207 := z.EncBasicHandle().StructToArray - var yyq2207 [2]bool - _, _, _ = yysep2207, yyq2207, yy2arr2207 - const yyr2207 bool = false - var yynn2207 int - if yyr2207 || yy2arr2207 { + yysep2226 := !z.EncBinary() + yy2arr2226 := z.EncBasicHandle().StructToArray + var yyq2226 [2]bool + _, _, _ = yysep2226, yyq2226, yy2arr2226 + const yyr2226 bool = false + var yynn2226 int + if yyr2226 || yy2arr2226 { r.EncodeArrayStart(2) } else { - yynn2207 = 2 - for _, b := range yyq2207 { + yynn2226 = 2 + for _, b := range yyq2226 { if b { - yynn2207++ + yynn2226++ } } - r.EncodeMapStart(yynn2207) - yynn2207 = 0 + r.EncodeMapStart(yynn2226) + yynn2226 = 0 } - if yyr2207 || yy2arr2207 { + if yyr2226 || yy2arr2226 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2209 := z.EncBinary() - _ = yym2209 + yym2228 := z.EncBinary() + _ = yym2228 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -28425,14 +28691,14 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2210 := z.EncBinary() - _ = yym2210 + yym2229 := z.EncBinary() + _ = yym2229 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2207 || yy2arr2207 { + if yyr2226 || yy2arr2226 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -28449,7 +28715,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2207 || yy2arr2207 { + if yyr2226 || yy2arr2226 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28462,25 +28728,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2212 := z.DecBinary() - _ = yym2212 + yym2231 := z.DecBinary() + _ = yym2231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2213 := r.ContainerType() - if yyct2213 == codecSelferValueTypeMap1234 { - yyl2213 := r.ReadMapStart() - if yyl2213 == 0 { + yyct2232 := r.ContainerType() + if yyct2232 == codecSelferValueTypeMap1234 { + yyl2232 := r.ReadMapStart() + if yyl2232 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2213, d) + x.codecDecodeSelfFromMap(yyl2232, d) } - } else if yyct2213 == codecSelferValueTypeArray1234 { - yyl2213 := r.ReadArrayStart() - if yyl2213 == 0 { + } else if yyct2232 == codecSelferValueTypeArray1234 { + yyl2232 := r.ReadArrayStart() + if yyl2232 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2213, d) + x.codecDecodeSelfFromArray(yyl2232, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28492,12 +28758,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2214Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2214Slc - var yyhl2214 bool = l >= 0 - for yyj2214 := 0; ; yyj2214++ { - if yyhl2214 { - if yyj2214 >= l { + var yys2233Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2233Slc + var yyhl2233 bool = l >= 0 + for yyj2233 := 0; ; yyj2233++ { + if yyhl2233 { + if yyj2233 >= l { break } } else { @@ -28506,10 +28772,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2214Slc = r.DecodeBytes(yys2214Slc, true, true) - yys2214 := string(yys2214Slc) + yys2233Slc = r.DecodeBytes(yys2233Slc, true, true) + yys2233 := string(yys2233Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2214 { + switch yys2233 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -28528,9 +28794,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2214) - } // end switch yys2214 - } // end for yyj2214 + z.DecStructFieldNotFound(-1, yys2233) + } // end switch yys2233 + } // end for yyj2233 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28538,16 +28804,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2217 int - var yyb2217 bool - var yyhl2217 bool = l >= 0 - yyj2217++ - if yyhl2217 { - yyb2217 = yyj2217 > l + var yyj2236 int + var yyb2236 bool + var yyhl2236 bool = l >= 0 + yyj2236++ + if yyhl2236 { + yyb2236 = yyj2236 > l } else { - yyb2217 = r.CheckBreak() + yyb2236 = r.CheckBreak() } - if yyb2217 { + if yyb2236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28557,13 +28823,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2217++ - if yyhl2217 { - yyb2217 = yyj2217 > l + yyj2236++ + if yyhl2236 { + yyb2236 = yyj2236 > l } else { - yyb2217 = r.CheckBreak() + yyb2236 = r.CheckBreak() } - if yyb2217 { + if yyb2236 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28579,17 +28845,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2217++ - if yyhl2217 { - yyb2217 = yyj2217 > l + yyj2236++ + if yyhl2236 { + yyb2236 = yyj2236 > l } else { - yyb2217 = r.CheckBreak() + yyb2236 = r.CheckBreak() } - if yyb2217 { + if yyb2236 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2217-1, "") + z.DecStructFieldNotFound(yyj2236-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28601,33 +28867,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2220 := z.EncBinary() - _ = yym2220 + yym2239 := z.EncBinary() + _ = yym2239 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2221 := !z.EncBinary() - yy2arr2221 := z.EncBasicHandle().StructToArray - var yyq2221 [3]bool - _, _, _ = yysep2221, yyq2221, yy2arr2221 - const yyr2221 bool = false - var yynn2221 int - if yyr2221 || yy2arr2221 { + yysep2240 := !z.EncBinary() + yy2arr2240 := z.EncBasicHandle().StructToArray + var yyq2240 [3]bool + _, _, _ = yysep2240, yyq2240, yy2arr2240 + const yyr2240 bool = false + var yynn2240 int + if yyr2240 || yy2arr2240 { r.EncodeArrayStart(3) } else { - yynn2221 = 3 - for _, b := range yyq2221 { + yynn2240 = 3 + for _, b := range yyq2240 { if b { - yynn2221++ + yynn2240++ } } - r.EncodeMapStart(yynn2221) - yynn2221 = 0 + r.EncodeMapStart(yynn2240) + yynn2240 = 0 } - if yyr2221 || yy2arr2221 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2223 := z.EncBinary() - _ = yym2223 + yym2242 := z.EncBinary() + _ = yym2242 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -28636,17 +28902,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2224 := z.EncBinary() - _ = yym2224 + yym2243 := z.EncBinary() + _ = yym2243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2221 || yy2arr2221 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2226 := z.EncBinary() - _ = yym2226 + yym2245 := z.EncBinary() + _ = yym2245 if false { } else { r.EncodeInt(int64(x.Port)) @@ -28655,14 +28921,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2227 := z.EncBinary() - _ = yym2227 + yym2246 := z.EncBinary() + _ = yym2246 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2221 || yy2arr2221 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -28671,7 +28937,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2221 || yy2arr2221 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28684,25 +28950,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2229 := z.DecBinary() - _ = yym2229 + yym2248 := z.DecBinary() + _ = yym2248 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2230 := r.ContainerType() - if yyct2230 == codecSelferValueTypeMap1234 { - yyl2230 := r.ReadMapStart() - if yyl2230 == 0 { + yyct2249 := r.ContainerType() + if yyct2249 == codecSelferValueTypeMap1234 { + yyl2249 := r.ReadMapStart() + if yyl2249 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2230, d) + x.codecDecodeSelfFromMap(yyl2249, d) } - } else if yyct2230 == codecSelferValueTypeArray1234 { - yyl2230 := r.ReadArrayStart() - if yyl2230 == 0 { + } else if yyct2249 == codecSelferValueTypeArray1234 { + yyl2249 := r.ReadArrayStart() + if yyl2249 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2230, d) + x.codecDecodeSelfFromArray(yyl2249, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28714,12 +28980,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2231Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2231Slc - var yyhl2231 bool = l >= 0 - for yyj2231 := 0; ; yyj2231++ { - if yyhl2231 { - if yyj2231 >= l { + var yys2250Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2250Slc + var yyhl2250 bool = l >= 0 + for yyj2250 := 0; ; yyj2250++ { + if yyhl2250 { + if yyj2250 >= l { break } } else { @@ -28728,10 +28994,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2231Slc = r.DecodeBytes(yys2231Slc, true, true) - yys2231 := string(yys2231Slc) + yys2250Slc = r.DecodeBytes(yys2250Slc, true, true) + yys2250 := string(yys2250Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2231 { + switch yys2250 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -28751,9 +29017,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2231) - } // end switch yys2231 - } // end for yyj2231 + z.DecStructFieldNotFound(-1, yys2250) + } // end switch yys2250 + } // end for yyj2250 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28761,16 +29027,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2235 int - var yyb2235 bool - var yyhl2235 bool = l >= 0 - yyj2235++ - if yyhl2235 { - yyb2235 = yyj2235 > l + var yyj2254 int + var yyb2254 bool + var yyhl2254 bool = l >= 0 + yyj2254++ + if yyhl2254 { + yyb2254 = yyj2254 > l } else { - yyb2235 = r.CheckBreak() + yyb2254 = r.CheckBreak() } - if yyb2235 { + if yyb2254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28780,13 +29046,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2235++ - if yyhl2235 { - yyb2235 = yyj2235 > l + yyj2254++ + if yyhl2254 { + yyb2254 = yyj2254 > l } else { - yyb2235 = r.CheckBreak() + yyb2254 = r.CheckBreak() } - if yyb2235 { + if yyb2254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28796,13 +29062,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj2235++ - if yyhl2235 { - yyb2235 = yyj2235 > l + yyj2254++ + if yyhl2254 { + yyb2254 = yyj2254 > l } else { - yyb2235 = r.CheckBreak() + yyb2254 = r.CheckBreak() } - if yyb2235 { + if yyb2254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28813,17 +29079,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2235++ - if yyhl2235 { - yyb2235 = yyj2235 > l + yyj2254++ + if yyhl2254 { + yyb2254 = yyj2254 > l } else { - yyb2235 = r.CheckBreak() + yyb2254 = r.CheckBreak() } - if yyb2235 { + if yyb2254 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2235-1, "") + z.DecStructFieldNotFound(yyj2254-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28835,37 +29101,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2239 := z.EncBinary() - _ = yym2239 + yym2258 := z.EncBinary() + _ = yym2258 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2240 := !z.EncBinary() - yy2arr2240 := z.EncBasicHandle().StructToArray - var yyq2240 [4]bool - _, _, _ = yysep2240, yyq2240, yy2arr2240 - const yyr2240 bool = false - yyq2240[0] = x.Kind != "" - yyq2240[1] = x.APIVersion != "" - yyq2240[2] = true - var yynn2240 int - if yyr2240 || yy2arr2240 { + yysep2259 := !z.EncBinary() + yy2arr2259 := z.EncBasicHandle().StructToArray + var yyq2259 [4]bool + _, _, _ = yysep2259, yyq2259, yy2arr2259 + const yyr2259 bool = false + yyq2259[0] = x.Kind != "" + yyq2259[1] = x.APIVersion != "" + yyq2259[2] = true + var yynn2259 int + if yyr2259 || yy2arr2259 { r.EncodeArrayStart(4) } else { - yynn2240 = 1 - for _, b := range yyq2240 { + yynn2259 = 1 + for _, b := range yyq2259 { if b { - yynn2240++ + yynn2259++ } } - r.EncodeMapStart(yynn2240) - yynn2240 = 0 + r.EncodeMapStart(yynn2259) + yynn2259 = 0 } - if yyr2240 || yy2arr2240 { + if yyr2259 || yy2arr2259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2240[0] { - yym2242 := z.EncBinary() - _ = yym2242 + if yyq2259[0] { + yym2261 := z.EncBinary() + _ = yym2261 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28874,23 +29140,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2240[0] { + if yyq2259[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2243 := z.EncBinary() - _ = yym2243 + yym2262 := z.EncBinary() + _ = yym2262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2240 || yy2arr2240 { + if yyr2259 || yy2arr2259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2240[1] { - yym2245 := z.EncBinary() - _ = yym2245 + if yyq2259[1] { + yym2264 := z.EncBinary() + _ = yym2264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28899,54 +29165,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2240[1] { + if yyq2259[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2246 := z.EncBinary() - _ = yym2246 + yym2265 := z.EncBinary() + _ = yym2265 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2240 || yy2arr2240 { + if yyr2259 || yy2arr2259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2240[2] { - yy2248 := &x.ListMeta - yym2249 := z.EncBinary() - _ = yym2249 + if yyq2259[2] { + yy2267 := &x.ListMeta + yym2268 := z.EncBinary() + _ = yym2268 if false { - } else if z.HasExtensions() && z.EncExt(yy2248) { + } else if z.HasExtensions() && z.EncExt(yy2267) { } else { - z.EncFallback(yy2248) + z.EncFallback(yy2267) } } else { r.EncodeNil() } } else { - if yyq2240[2] { + if yyq2259[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2250 := &x.ListMeta - yym2251 := z.EncBinary() - _ = yym2251 + yy2269 := &x.ListMeta + yym2270 := z.EncBinary() + _ = yym2270 if false { - } else if z.HasExtensions() && z.EncExt(yy2250) { + } else if z.HasExtensions() && z.EncExt(yy2269) { } else { - z.EncFallback(yy2250) + z.EncFallback(yy2269) } } } - if yyr2240 || yy2arr2240 { + if yyr2259 || yy2arr2259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2253 := z.EncBinary() - _ = yym2253 + yym2272 := z.EncBinary() + _ = yym2272 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -28959,15 +29225,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2254 := z.EncBinary() - _ = yym2254 + yym2273 := z.EncBinary() + _ = yym2273 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2240 || yy2arr2240 { + if yyr2259 || yy2arr2259 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28980,25 +29246,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2255 := z.DecBinary() - _ = yym2255 + yym2274 := z.DecBinary() + _ = yym2274 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2256 := r.ContainerType() - if yyct2256 == codecSelferValueTypeMap1234 { - yyl2256 := r.ReadMapStart() - if yyl2256 == 0 { + yyct2275 := r.ContainerType() + if yyct2275 == codecSelferValueTypeMap1234 { + yyl2275 := r.ReadMapStart() + if yyl2275 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2256, d) + x.codecDecodeSelfFromMap(yyl2275, d) } - } else if yyct2256 == codecSelferValueTypeArray1234 { - yyl2256 := r.ReadArrayStart() - if yyl2256 == 0 { + } else if yyct2275 == codecSelferValueTypeArray1234 { + yyl2275 := r.ReadArrayStart() + if yyl2275 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2256, d) + x.codecDecodeSelfFromArray(yyl2275, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29010,12 +29276,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2257Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2257Slc - var yyhl2257 bool = l >= 0 - for yyj2257 := 0; ; yyj2257++ { - if yyhl2257 { - if yyj2257 >= l { + var yys2276Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2276Slc + var yyhl2276 bool = l >= 0 + for yyj2276 := 0; ; yyj2276++ { + if yyhl2276 { + if yyj2276 >= l { break } } else { @@ -29024,10 +29290,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2257Slc = r.DecodeBytes(yys2257Slc, true, true) - yys2257 := string(yys2257Slc) + yys2276Slc = r.DecodeBytes(yys2276Slc, true, true) + yys2276 := string(yys2276Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2257 { + switch yys2276 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29044,31 +29310,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2260 := &x.ListMeta - yym2261 := z.DecBinary() - _ = yym2261 + yyv2279 := &x.ListMeta + yym2280 := z.DecBinary() + _ = yym2280 if false { - } else if z.HasExtensions() && z.DecExt(yyv2260) { + } else if z.HasExtensions() && z.DecExt(yyv2279) { } else { - z.DecFallback(yyv2260, false) + z.DecFallback(yyv2279, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2262 := &x.Items - yym2263 := z.DecBinary() - _ = yym2263 + yyv2281 := &x.Items + yym2282 := z.DecBinary() + _ = yym2282 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2262), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2281), d) } } default: - z.DecStructFieldNotFound(-1, yys2257) - } // end switch yys2257 - } // end for yyj2257 + z.DecStructFieldNotFound(-1, yys2276) + } // end switch yys2276 + } // end for yyj2276 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29076,16 +29342,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2264 int - var yyb2264 bool - var yyhl2264 bool = l >= 0 - yyj2264++ - if yyhl2264 { - yyb2264 = yyj2264 > l + var yyj2283 int + var yyb2283 bool + var yyhl2283 bool = l >= 0 + yyj2283++ + if yyhl2283 { + yyb2283 = yyj2283 > l } else { - yyb2264 = r.CheckBreak() + yyb2283 = r.CheckBreak() } - if yyb2264 { + if yyb2283 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29095,13 +29361,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2264++ - if yyhl2264 { - yyb2264 = yyj2264 > l + yyj2283++ + if yyhl2283 { + yyb2283 = yyj2283 > l } else { - yyb2264 = r.CheckBreak() + yyb2283 = r.CheckBreak() } - if yyb2264 { + if yyb2283 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29111,13 +29377,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2264++ - if yyhl2264 { - yyb2264 = yyj2264 > l + yyj2283++ + if yyhl2283 { + yyb2283 = yyj2283 > l } else { - yyb2264 = r.CheckBreak() + yyb2283 = r.CheckBreak() } - if yyb2264 { + if yyb2283 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29125,22 +29391,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2267 := &x.ListMeta - yym2268 := z.DecBinary() - _ = yym2268 + yyv2286 := &x.ListMeta + yym2287 := z.DecBinary() + _ = yym2287 if false { - } else if z.HasExtensions() && z.DecExt(yyv2267) { + } else if z.HasExtensions() && z.DecExt(yyv2286) { } else { - z.DecFallback(yyv2267, false) + z.DecFallback(yyv2286, false) } } - yyj2264++ - if yyhl2264 { - yyb2264 = yyj2264 > l + yyj2283++ + if yyhl2283 { + yyb2283 = yyj2283 > l } else { - yyb2264 = r.CheckBreak() + yyb2283 = r.CheckBreak() } - if yyb2264 { + if yyb2283 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29148,26 +29414,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2269 := &x.Items - yym2270 := z.DecBinary() - _ = yym2270 + yyv2288 := &x.Items + yym2289 := z.DecBinary() + _ = yym2289 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2269), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2288), d) } } for { - yyj2264++ - if yyhl2264 { - yyb2264 = yyj2264 > l + yyj2283++ + if yyhl2283 { + yyb2283 = yyj2283 > l } else { - yyb2264 = r.CheckBreak() + yyb2283 = r.CheckBreak() } - if yyb2264 { + if yyb2283 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2264-1, "") + z.DecStructFieldNotFound(yyj2283-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29179,38 +29445,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2271 := z.EncBinary() - _ = yym2271 + yym2290 := z.EncBinary() + _ = yym2290 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2272 := !z.EncBinary() - yy2arr2272 := z.EncBasicHandle().StructToArray - var yyq2272 [4]bool - _, _, _ = yysep2272, yyq2272, yy2arr2272 - const yyr2272 bool = false - yyq2272[0] = x.PodCIDR != "" - yyq2272[1] = x.ExternalID != "" - yyq2272[2] = x.ProviderID != "" - yyq2272[3] = x.Unschedulable != false - var yynn2272 int - if yyr2272 || yy2arr2272 { + yysep2291 := !z.EncBinary() + yy2arr2291 := z.EncBasicHandle().StructToArray + var yyq2291 [4]bool + _, _, _ = yysep2291, yyq2291, yy2arr2291 + const yyr2291 bool = false + yyq2291[0] = x.PodCIDR != "" + yyq2291[1] = x.ExternalID != "" + yyq2291[2] = x.ProviderID != "" + yyq2291[3] = x.Unschedulable != false + var yynn2291 int + if yyr2291 || yy2arr2291 { r.EncodeArrayStart(4) } else { - yynn2272 = 0 - for _, b := range yyq2272 { + yynn2291 = 0 + for _, b := range yyq2291 { if b { - yynn2272++ + yynn2291++ } } - r.EncodeMapStart(yynn2272) - yynn2272 = 0 + r.EncodeMapStart(yynn2291) + yynn2291 = 0 } - if yyr2272 || yy2arr2272 { + if yyr2291 || yy2arr2291 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2272[0] { - yym2274 := z.EncBinary() - _ = yym2274 + if yyq2291[0] { + yym2293 := z.EncBinary() + _ = yym2293 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -29219,23 +29485,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2272[0] { + if yyq2291[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2275 := z.EncBinary() - _ = yym2275 + yym2294 := z.EncBinary() + _ = yym2294 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2272 || yy2arr2272 { + if yyr2291 || yy2arr2291 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2272[1] { - yym2277 := z.EncBinary() - _ = yym2277 + if yyq2291[1] { + yym2296 := z.EncBinary() + _ = yym2296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -29244,23 +29510,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2272[1] { + if yyq2291[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2278 := z.EncBinary() - _ = yym2278 + yym2297 := z.EncBinary() + _ = yym2297 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2272 || yy2arr2272 { + if yyr2291 || yy2arr2291 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2272[2] { - yym2280 := z.EncBinary() - _ = yym2280 + if yyq2291[2] { + yym2299 := z.EncBinary() + _ = yym2299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -29269,23 +29535,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2272[2] { + if yyq2291[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2281 := z.EncBinary() - _ = yym2281 + yym2300 := z.EncBinary() + _ = yym2300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2272 || yy2arr2272 { + if yyr2291 || yy2arr2291 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2272[3] { - yym2283 := z.EncBinary() - _ = yym2283 + if yyq2291[3] { + yym2302 := z.EncBinary() + _ = yym2302 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -29294,19 +29560,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2272[3] { + if yyq2291[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2284 := z.EncBinary() - _ = yym2284 + yym2303 := z.EncBinary() + _ = yym2303 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2272 || yy2arr2272 { + if yyr2291 || yy2arr2291 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29319,25 +29585,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2285 := z.DecBinary() - _ = yym2285 + yym2304 := z.DecBinary() + _ = yym2304 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2286 := r.ContainerType() - if yyct2286 == codecSelferValueTypeMap1234 { - yyl2286 := r.ReadMapStart() - if yyl2286 == 0 { + yyct2305 := r.ContainerType() + if yyct2305 == codecSelferValueTypeMap1234 { + yyl2305 := r.ReadMapStart() + if yyl2305 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2286, d) + x.codecDecodeSelfFromMap(yyl2305, d) } - } else if yyct2286 == codecSelferValueTypeArray1234 { - yyl2286 := r.ReadArrayStart() - if yyl2286 == 0 { + } else if yyct2305 == codecSelferValueTypeArray1234 { + yyl2305 := r.ReadArrayStart() + if yyl2305 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2286, d) + x.codecDecodeSelfFromArray(yyl2305, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29349,12 +29615,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2287Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2287Slc - var yyhl2287 bool = l >= 0 - for yyj2287 := 0; ; yyj2287++ { - if yyhl2287 { - if yyj2287 >= l { + var yys2306Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2306Slc + var yyhl2306 bool = l >= 0 + for yyj2306 := 0; ; yyj2306++ { + if yyhl2306 { + if yyj2306 >= l { break } } else { @@ -29363,10 +29629,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2287Slc = r.DecodeBytes(yys2287Slc, true, true) - yys2287 := string(yys2287Slc) + yys2306Slc = r.DecodeBytes(yys2306Slc, true, true) + yys2306 := string(yys2306Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2287 { + switch yys2306 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -29392,9 +29658,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2287) - } // end switch yys2287 - } // end for yyj2287 + z.DecStructFieldNotFound(-1, yys2306) + } // end switch yys2306 + } // end for yyj2306 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29402,16 +29668,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2292 int - var yyb2292 bool - var yyhl2292 bool = l >= 0 - yyj2292++ - if yyhl2292 { - yyb2292 = yyj2292 > l + var yyj2311 int + var yyb2311 bool + var yyhl2311 bool = l >= 0 + yyj2311++ + if yyhl2311 { + yyb2311 = yyj2311 > l } else { - yyb2292 = r.CheckBreak() + yyb2311 = r.CheckBreak() } - if yyb2292 { + if yyb2311 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29421,13 +29687,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2292++ - if yyhl2292 { - yyb2292 = yyj2292 > l + yyj2311++ + if yyhl2311 { + yyb2311 = yyj2311 > l } else { - yyb2292 = r.CheckBreak() + yyb2311 = r.CheckBreak() } - if yyb2292 { + if yyb2311 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29437,13 +29703,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2292++ - if yyhl2292 { - yyb2292 = yyj2292 > l + yyj2311++ + if yyhl2311 { + yyb2311 = yyj2311 > l } else { - yyb2292 = r.CheckBreak() + yyb2311 = r.CheckBreak() } - if yyb2292 { + if yyb2311 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29453,13 +29719,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2292++ - if yyhl2292 { - yyb2292 = yyj2292 > l + yyj2311++ + if yyhl2311 { + yyb2311 = yyj2311 > l } else { - yyb2292 = r.CheckBreak() + yyb2311 = r.CheckBreak() } - if yyb2292 { + if yyb2311 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29470,17 +29736,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2292++ - if yyhl2292 { - yyb2292 = yyj2292 > l + yyj2311++ + if yyhl2311 { + yyb2311 = yyj2311 > l } else { - yyb2292 = r.CheckBreak() + yyb2311 = r.CheckBreak() } - if yyb2292 { + if yyb2311 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2292-1, "") + z.DecStructFieldNotFound(yyj2311-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29492,33 +29758,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2297 := z.EncBinary() - _ = yym2297 + yym2316 := z.EncBinary() + _ = yym2316 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2298 := !z.EncBinary() - yy2arr2298 := z.EncBasicHandle().StructToArray - var yyq2298 [1]bool - _, _, _ = yysep2298, yyq2298, yy2arr2298 - const yyr2298 bool = false - var yynn2298 int - if yyr2298 || yy2arr2298 { + yysep2317 := !z.EncBinary() + yy2arr2317 := z.EncBasicHandle().StructToArray + var yyq2317 [1]bool + _, _, _ = yysep2317, yyq2317, yy2arr2317 + const yyr2317 bool = false + var yynn2317 int + if yyr2317 || yy2arr2317 { r.EncodeArrayStart(1) } else { - yynn2298 = 1 - for _, b := range yyq2298 { + yynn2317 = 1 + for _, b := range yyq2317 { if b { - yynn2298++ + yynn2317++ } } - r.EncodeMapStart(yynn2298) - yynn2298 = 0 + r.EncodeMapStart(yynn2317) + yynn2317 = 0 } - if yyr2298 || yy2arr2298 { + if yyr2317 || yy2arr2317 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2300 := z.EncBinary() - _ = yym2300 + yym2319 := z.EncBinary() + _ = yym2319 if false { } else { r.EncodeInt(int64(x.Port)) @@ -29527,14 +29793,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2301 := z.EncBinary() - _ = yym2301 + yym2320 := z.EncBinary() + _ = yym2320 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2298 || yy2arr2298 { + if yyr2317 || yy2arr2317 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29547,25 +29813,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2302 := z.DecBinary() - _ = yym2302 + yym2321 := z.DecBinary() + _ = yym2321 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2303 := r.ContainerType() - if yyct2303 == codecSelferValueTypeMap1234 { - yyl2303 := r.ReadMapStart() - if yyl2303 == 0 { + yyct2322 := r.ContainerType() + if yyct2322 == codecSelferValueTypeMap1234 { + yyl2322 := r.ReadMapStart() + if yyl2322 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2303, d) + x.codecDecodeSelfFromMap(yyl2322, d) } - } else if yyct2303 == codecSelferValueTypeArray1234 { - yyl2303 := r.ReadArrayStart() - if yyl2303 == 0 { + } else if yyct2322 == codecSelferValueTypeArray1234 { + yyl2322 := r.ReadArrayStart() + if yyl2322 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2303, d) + x.codecDecodeSelfFromArray(yyl2322, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29577,12 +29843,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2304Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2304Slc - var yyhl2304 bool = l >= 0 - for yyj2304 := 0; ; yyj2304++ { - if yyhl2304 { - if yyj2304 >= l { + var yys2323Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2323Slc + var yyhl2323 bool = l >= 0 + for yyj2323 := 0; ; yyj2323++ { + if yyhl2323 { + if yyj2323 >= l { break } } else { @@ -29591,10 +29857,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2304Slc = r.DecodeBytes(yys2304Slc, true, true) - yys2304 := string(yys2304Slc) + yys2323Slc = r.DecodeBytes(yys2323Slc, true, true) + yys2323 := string(yys2323Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2304 { + switch yys2323 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -29602,9 +29868,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys2304) - } // end switch yys2304 - } // end for yyj2304 + z.DecStructFieldNotFound(-1, yys2323) + } // end switch yys2323 + } // end for yyj2323 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29612,16 +29878,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2306 int - var yyb2306 bool - var yyhl2306 bool = l >= 0 - yyj2306++ - if yyhl2306 { - yyb2306 = yyj2306 > l + var yyj2325 int + var yyb2325 bool + var yyhl2325 bool = l >= 0 + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2306 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2306 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29632,17 +29898,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj2306++ - if yyhl2306 { - yyb2306 = yyj2306 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2306 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2306 { + if yyb2325 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2306-1, "") + z.DecStructFieldNotFound(yyj2325-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29654,48 +29920,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2308 := z.EncBinary() - _ = yym2308 + yym2327 := z.EncBinary() + _ = yym2327 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2309 := !z.EncBinary() - yy2arr2309 := z.EncBasicHandle().StructToArray - var yyq2309 [1]bool - _, _, _ = yysep2309, yyq2309, yy2arr2309 - const yyr2309 bool = false - yyq2309[0] = true - var yynn2309 int - if yyr2309 || yy2arr2309 { + yysep2328 := !z.EncBinary() + yy2arr2328 := z.EncBasicHandle().StructToArray + var yyq2328 [1]bool + _, _, _ = yysep2328, yyq2328, yy2arr2328 + const yyr2328 bool = false + yyq2328[0] = true + var yynn2328 int + if yyr2328 || yy2arr2328 { r.EncodeArrayStart(1) } else { - yynn2309 = 0 - for _, b := range yyq2309 { + yynn2328 = 0 + for _, b := range yyq2328 { if b { - yynn2309++ + yynn2328++ } } - r.EncodeMapStart(yynn2309) - yynn2309 = 0 + r.EncodeMapStart(yynn2328) + yynn2328 = 0 } - if yyr2309 || yy2arr2309 { + if yyr2328 || yy2arr2328 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2309[0] { - yy2311 := &x.KubeletEndpoint - yy2311.CodecEncodeSelf(e) + if yyq2328[0] { + yy2330 := &x.KubeletEndpoint + yy2330.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2309[0] { + if yyq2328[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2312 := &x.KubeletEndpoint - yy2312.CodecEncodeSelf(e) + yy2331 := &x.KubeletEndpoint + yy2331.CodecEncodeSelf(e) } } - if yyr2309 || yy2arr2309 { + if yyr2328 || yy2arr2328 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29708,25 +29974,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2313 := z.DecBinary() - _ = yym2313 + yym2332 := z.DecBinary() + _ = yym2332 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2314 := r.ContainerType() - if yyct2314 == codecSelferValueTypeMap1234 { - yyl2314 := r.ReadMapStart() - if yyl2314 == 0 { + yyct2333 := r.ContainerType() + if yyct2333 == codecSelferValueTypeMap1234 { + yyl2333 := r.ReadMapStart() + if yyl2333 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2314, d) + x.codecDecodeSelfFromMap(yyl2333, d) } - } else if yyct2314 == codecSelferValueTypeArray1234 { - yyl2314 := r.ReadArrayStart() - if yyl2314 == 0 { + } else if yyct2333 == codecSelferValueTypeArray1234 { + yyl2333 := r.ReadArrayStart() + if yyl2333 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2314, d) + x.codecDecodeSelfFromArray(yyl2333, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29738,12 +30004,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2315Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2315Slc - var yyhl2315 bool = l >= 0 - for yyj2315 := 0; ; yyj2315++ { - if yyhl2315 { - if yyj2315 >= l { + var yys2334Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2334Slc + var yyhl2334 bool = l >= 0 + for yyj2334 := 0; ; yyj2334++ { + if yyhl2334 { + if yyj2334 >= l { break } } else { @@ -29752,21 +30018,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2315Slc = r.DecodeBytes(yys2315Slc, true, true) - yys2315 := string(yys2315Slc) + yys2334Slc = r.DecodeBytes(yys2334Slc, true, true) + yys2334 := string(yys2334Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2315 { + switch yys2334 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2316 := &x.KubeletEndpoint - yyv2316.CodecDecodeSelf(d) + yyv2335 := &x.KubeletEndpoint + yyv2335.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2315) - } // end switch yys2315 - } // end for yyj2315 + z.DecStructFieldNotFound(-1, yys2334) + } // end switch yys2334 + } // end for yyj2334 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29774,16 +30040,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2317 int - var yyb2317 bool - var yyhl2317 bool = l >= 0 - yyj2317++ - if yyhl2317 { - yyb2317 = yyj2317 > l + var yyj2336 int + var yyb2336 bool + var yyhl2336 bool = l >= 0 + yyj2336++ + if yyhl2336 { + yyb2336 = yyj2336 > l } else { - yyb2317 = r.CheckBreak() + yyb2336 = r.CheckBreak() } - if yyb2317 { + if yyb2336 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29791,21 +30057,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2318 := &x.KubeletEndpoint - yyv2318.CodecDecodeSelf(d) + yyv2337 := &x.KubeletEndpoint + yyv2337.CodecDecodeSelf(d) } for { - yyj2317++ - if yyhl2317 { - yyb2317 = yyj2317 > l + yyj2336++ + if yyhl2336 { + yyb2336 = yyj2336 > l } else { - yyb2317 = r.CheckBreak() + yyb2336 = r.CheckBreak() } - if yyb2317 { + if yyb2336 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2317-1, "") + z.DecStructFieldNotFound(yyj2336-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29817,33 +30083,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2319 := z.EncBinary() - _ = yym2319 + yym2338 := z.EncBinary() + _ = yym2338 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2320 := !z.EncBinary() - yy2arr2320 := z.EncBasicHandle().StructToArray - var yyq2320 [8]bool - _, _, _ = yysep2320, yyq2320, yy2arr2320 - const yyr2320 bool = false - var yynn2320 int - if yyr2320 || yy2arr2320 { + yysep2339 := !z.EncBinary() + yy2arr2339 := z.EncBasicHandle().StructToArray + var yyq2339 [8]bool + _, _, _ = yysep2339, yyq2339, yy2arr2339 + const yyr2339 bool = false + var yynn2339 int + if yyr2339 || yy2arr2339 { r.EncodeArrayStart(8) } else { - yynn2320 = 8 - for _, b := range yyq2320 { + yynn2339 = 8 + for _, b := range yyq2339 { if b { - yynn2320++ + yynn2339++ } } - r.EncodeMapStart(yynn2320) - yynn2320 = 0 + r.EncodeMapStart(yynn2339) + yynn2339 = 0 } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2322 := z.EncBinary() - _ = yym2322 + yym2341 := z.EncBinary() + _ = yym2341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -29852,17 +30118,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2323 := z.EncBinary() - _ = yym2323 + yym2342 := z.EncBinary() + _ = yym2342 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2325 := z.EncBinary() - _ = yym2325 + yym2344 := z.EncBinary() + _ = yym2344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -29871,17 +30137,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2326 := z.EncBinary() - _ = yym2326 + yym2345 := z.EncBinary() + _ = yym2345 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2328 := z.EncBinary() - _ = yym2328 + yym2347 := z.EncBinary() + _ = yym2347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -29890,17 +30156,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2329 := z.EncBinary() - _ = yym2329 + yym2348 := z.EncBinary() + _ = yym2348 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2331 := z.EncBinary() - _ = yym2331 + yym2350 := z.EncBinary() + _ = yym2350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -29909,17 +30175,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2332 := z.EncBinary() - _ = yym2332 + yym2351 := z.EncBinary() + _ = yym2351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2334 := z.EncBinary() - _ = yym2334 + yym2353 := z.EncBinary() + _ = yym2353 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -29928,17 +30194,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2335 := z.EncBinary() - _ = yym2335 + yym2354 := z.EncBinary() + _ = yym2354 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2337 := z.EncBinary() - _ = yym2337 + yym2356 := z.EncBinary() + _ = yym2356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -29947,17 +30213,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2338 := z.EncBinary() - _ = yym2338 + yym2357 := z.EncBinary() + _ = yym2357 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2340 := z.EncBinary() - _ = yym2340 + yym2359 := z.EncBinary() + _ = yym2359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -29966,17 +30232,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2341 := z.EncBinary() - _ = yym2341 + yym2360 := z.EncBinary() + _ = yym2360 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2343 := z.EncBinary() - _ = yym2343 + yym2362 := z.EncBinary() + _ = yym2362 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -29985,14 +30251,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2344 := z.EncBinary() - _ = yym2344 + yym2363 := z.EncBinary() + _ = yym2363 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2320 || yy2arr2320 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30005,25 +30271,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2345 := z.DecBinary() - _ = yym2345 + yym2364 := z.DecBinary() + _ = yym2364 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2346 := r.ContainerType() - if yyct2346 == codecSelferValueTypeMap1234 { - yyl2346 := r.ReadMapStart() - if yyl2346 == 0 { + yyct2365 := r.ContainerType() + if yyct2365 == codecSelferValueTypeMap1234 { + yyl2365 := r.ReadMapStart() + if yyl2365 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2346, d) + x.codecDecodeSelfFromMap(yyl2365, d) } - } else if yyct2346 == codecSelferValueTypeArray1234 { - yyl2346 := r.ReadArrayStart() - if yyl2346 == 0 { + } else if yyct2365 == codecSelferValueTypeArray1234 { + yyl2365 := r.ReadArrayStart() + if yyl2365 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2346, d) + x.codecDecodeSelfFromArray(yyl2365, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30035,12 +30301,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2347Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2347Slc - var yyhl2347 bool = l >= 0 - for yyj2347 := 0; ; yyj2347++ { - if yyhl2347 { - if yyj2347 >= l { + var yys2366Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2366Slc + var yyhl2366 bool = l >= 0 + for yyj2366 := 0; ; yyj2366++ { + if yyhl2366 { + if yyj2366 >= l { break } } else { @@ -30049,10 +30315,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2347Slc = r.DecodeBytes(yys2347Slc, true, true) - yys2347 := string(yys2347Slc) + yys2366Slc = r.DecodeBytes(yys2366Slc, true, true) + yys2366 := string(yys2366Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2347 { + switch yys2366 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -30102,9 +30368,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2347) - } // end switch yys2347 - } // end for yyj2347 + z.DecStructFieldNotFound(-1, yys2366) + } // end switch yys2366 + } // end for yyj2366 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30112,16 +30378,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2356 int - var yyb2356 bool - var yyhl2356 bool = l >= 0 - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + var yyj2375 int + var yyb2375 bool + var yyhl2375 bool = l >= 0 + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30131,13 +30397,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30147,13 +30413,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30163,13 +30429,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30179,13 +30445,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30195,13 +30461,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30211,13 +30477,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30227,13 +30493,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30244,17 +30510,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } for { - yyj2356++ - if yyhl2356 { - yyb2356 = yyj2356 > l + yyj2375++ + if yyhl2375 { + yyb2375 = yyj2375 > l } else { - yyb2356 = r.CheckBreak() + yyb2375 = r.CheckBreak() } - if yyb2356 { + if yyb2375 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2356-1, "") + z.DecStructFieldNotFound(yyj2375-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30266,39 +30532,39 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2365 := z.EncBinary() - _ = yym2365 + yym2384 := z.EncBinary() + _ = yym2384 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2366 := !z.EncBinary() - yy2arr2366 := z.EncBasicHandle().StructToArray - var yyq2366 [8]bool - _, _, _ = yysep2366, yyq2366, yy2arr2366 - const yyr2366 bool = false - yyq2366[0] = len(x.Capacity) != 0 - yyq2366[1] = len(x.Allocatable) != 0 - yyq2366[2] = x.Phase != "" - yyq2366[3] = len(x.Conditions) != 0 - yyq2366[4] = len(x.Addresses) != 0 - yyq2366[5] = true - yyq2366[6] = true - var yynn2366 int - if yyr2366 || yy2arr2366 { + yysep2385 := !z.EncBinary() + yy2arr2385 := z.EncBasicHandle().StructToArray + var yyq2385 [8]bool + _, _, _ = yysep2385, yyq2385, yy2arr2385 + const yyr2385 bool = false + yyq2385[0] = len(x.Capacity) != 0 + yyq2385[1] = len(x.Allocatable) != 0 + yyq2385[2] = x.Phase != "" + yyq2385[3] = len(x.Conditions) != 0 + yyq2385[4] = len(x.Addresses) != 0 + yyq2385[5] = true + yyq2385[6] = true + var yynn2385 int + if yyr2385 || yy2arr2385 { r.EncodeArrayStart(8) } else { - yynn2366 = 1 - for _, b := range yyq2366 { + yynn2385 = 1 + for _, b := range yyq2385 { if b { - yynn2366++ + yynn2385++ } } - r.EncodeMapStart(yynn2366) - yynn2366 = 0 + r.EncodeMapStart(yynn2385) + yynn2385 = 0 } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[0] { + if yyq2385[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -30308,7 +30574,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2366[0] { + if yyq2385[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -30319,9 +30585,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[1] { + if yyq2385[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -30331,7 +30597,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2366[1] { + if yyq2385[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -30342,29 +30608,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[2] { + if yyq2385[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2366[2] { + if yyq2385[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[3] { + if yyq2385[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2371 := z.EncBinary() - _ = yym2371 + yym2390 := z.EncBinary() + _ = yym2390 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -30374,15 +30640,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2366[3] { + if yyq2385[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2372 := z.EncBinary() - _ = yym2372 + yym2391 := z.EncBinary() + _ = yym2391 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -30390,14 +30656,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[4] { + if yyq2385[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2374 := z.EncBinary() - _ = yym2374 + yym2393 := z.EncBinary() + _ = yym2393 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -30407,15 +30673,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2366[4] { + if yyq2385[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2375 := z.EncBinary() - _ = yym2375 + yym2394 := z.EncBinary() + _ = yym2394 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -30423,47 +30689,47 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[5] { - yy2377 := &x.DaemonEndpoints - yy2377.CodecEncodeSelf(e) + if yyq2385[5] { + yy2396 := &x.DaemonEndpoints + yy2396.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2366[5] { + if yyq2385[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2378 := &x.DaemonEndpoints - yy2378.CodecEncodeSelf(e) + yy2397 := &x.DaemonEndpoints + yy2397.CodecEncodeSelf(e) } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2366[6] { - yy2380 := &x.NodeInfo - yy2380.CodecEncodeSelf(e) + if yyq2385[6] { + yy2399 := &x.NodeInfo + yy2399.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2366[6] { + if yyq2385[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2381 := &x.NodeInfo - yy2381.CodecEncodeSelf(e) + yy2400 := &x.NodeInfo + yy2400.CodecEncodeSelf(e) } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Images == nil { r.EncodeNil() } else { - yym2383 := z.EncBinary() - _ = yym2383 + yym2402 := z.EncBinary() + _ = yym2402 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -30476,15 +30742,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.Images == nil { r.EncodeNil() } else { - yym2384 := z.EncBinary() - _ = yym2384 + yym2403 := z.EncBinary() + _ = yym2403 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) } } } - if yyr2366 || yy2arr2366 { + if yyr2385 || yy2arr2385 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30497,25 +30763,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2385 := z.DecBinary() - _ = yym2385 + yym2404 := z.DecBinary() + _ = yym2404 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2386 := r.ContainerType() - if yyct2386 == codecSelferValueTypeMap1234 { - yyl2386 := r.ReadMapStart() - if yyl2386 == 0 { + yyct2405 := r.ContainerType() + if yyct2405 == codecSelferValueTypeMap1234 { + yyl2405 := r.ReadMapStart() + if yyl2405 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2386, d) + x.codecDecodeSelfFromMap(yyl2405, d) } - } else if yyct2386 == codecSelferValueTypeArray1234 { - yyl2386 := r.ReadArrayStart() - if yyl2386 == 0 { + } else if yyct2405 == codecSelferValueTypeArray1234 { + yyl2405 := r.ReadArrayStart() + if yyl2405 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2386, d) + x.codecDecodeSelfFromArray(yyl2405, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30527,12 +30793,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2387Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2387Slc - var yyhl2387 bool = l >= 0 - for yyj2387 := 0; ; yyj2387++ { - if yyhl2387 { - if yyj2387 >= l { + var yys2406Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2406Slc + var yyhl2406 bool = l >= 0 + for yyj2406 := 0; ; yyj2406++ { + if yyhl2406 { + if yyj2406 >= l { break } } else { @@ -30541,23 +30807,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2387Slc = r.DecodeBytes(yys2387Slc, true, true) - yys2387 := string(yys2387Slc) + yys2406Slc = r.DecodeBytes(yys2406Slc, true, true) + yys2406 := string(yys2406Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2387 { + switch yys2406 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2388 := &x.Capacity - yyv2388.CodecDecodeSelf(d) + yyv2407 := &x.Capacity + yyv2407.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2389 := &x.Allocatable - yyv2389.CodecDecodeSelf(d) + yyv2408 := &x.Allocatable + yyv2408.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -30569,56 +30835,56 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2391 := &x.Conditions - yym2392 := z.DecBinary() - _ = yym2392 + yyv2410 := &x.Conditions + yym2411 := z.DecBinary() + _ = yym2411 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2391), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2410), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2393 := &x.Addresses - yym2394 := z.DecBinary() - _ = yym2394 + yyv2412 := &x.Addresses + yym2413 := z.DecBinary() + _ = yym2413 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2393), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2412), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2395 := &x.DaemonEndpoints - yyv2395.CodecDecodeSelf(d) + yyv2414 := &x.DaemonEndpoints + yyv2414.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2396 := &x.NodeInfo - yyv2396.CodecDecodeSelf(d) + yyv2415 := &x.NodeInfo + yyv2415.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2397 := &x.Images - yym2398 := z.DecBinary() - _ = yym2398 + yyv2416 := &x.Images + yym2417 := z.DecBinary() + _ = yym2417 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2397), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2416), d) } } default: - z.DecStructFieldNotFound(-1, yys2387) - } // end switch yys2387 - } // end for yyj2387 + z.DecStructFieldNotFound(-1, yys2406) + } // end switch yys2406 + } // end for yyj2406 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30626,16 +30892,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2399 int - var yyb2399 bool - var yyhl2399 bool = l >= 0 - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + var yyj2418 int + var yyb2418 bool + var yyhl2418 bool = l >= 0 + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30643,16 +30909,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2400 := &x.Capacity - yyv2400.CodecDecodeSelf(d) + yyv2419 := &x.Capacity + yyv2419.CodecDecodeSelf(d) } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30660,16 +30926,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2401 := &x.Allocatable - yyv2401.CodecDecodeSelf(d) + yyv2420 := &x.Allocatable + yyv2420.CodecDecodeSelf(d) } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30679,13 +30945,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30693,21 +30959,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2403 := &x.Conditions - yym2404 := z.DecBinary() - _ = yym2404 + yyv2422 := &x.Conditions + yym2423 := z.DecBinary() + _ = yym2423 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2403), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2422), d) } } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30715,21 +30981,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2405 := &x.Addresses - yym2406 := z.DecBinary() - _ = yym2406 + yyv2424 := &x.Addresses + yym2425 := z.DecBinary() + _ = yym2425 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2405), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2424), d) } } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30737,16 +31003,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2407 := &x.DaemonEndpoints - yyv2407.CodecDecodeSelf(d) + yyv2426 := &x.DaemonEndpoints + yyv2426.CodecDecodeSelf(d) } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30754,16 +31020,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2408 := &x.NodeInfo - yyv2408.CodecDecodeSelf(d) + yyv2427 := &x.NodeInfo + yyv2427.CodecDecodeSelf(d) } - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30771,26 +31037,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2409 := &x.Images - yym2410 := z.DecBinary() - _ = yym2410 + yyv2428 := &x.Images + yym2429 := z.DecBinary() + _ = yym2429 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2409), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2428), d) } } for { - yyj2399++ - if yyhl2399 { - yyb2399 = yyj2399 > l + yyj2418++ + if yyhl2418 { + yyb2418 = yyj2418 > l } else { - yyb2399 = r.CheckBreak() + yyb2418 = r.CheckBreak() } - if yyb2399 { + if yyb2418 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2399-1, "") + z.DecStructFieldNotFound(yyj2418-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30802,37 +31068,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2411 := z.EncBinary() - _ = yym2411 + yym2430 := z.EncBinary() + _ = yym2430 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2412 := !z.EncBinary() - yy2arr2412 := z.EncBasicHandle().StructToArray - var yyq2412 [2]bool - _, _, _ = yysep2412, yyq2412, yy2arr2412 - const yyr2412 bool = false - yyq2412[1] = x.Size != 0 - var yynn2412 int - if yyr2412 || yy2arr2412 { + yysep2431 := !z.EncBinary() + yy2arr2431 := z.EncBasicHandle().StructToArray + var yyq2431 [2]bool + _, _, _ = yysep2431, yyq2431, yy2arr2431 + const yyr2431 bool = false + yyq2431[1] = x.Size != 0 + var yynn2431 int + if yyr2431 || yy2arr2431 { r.EncodeArrayStart(2) } else { - yynn2412 = 1 - for _, b := range yyq2412 { + yynn2431 = 1 + for _, b := range yyq2431 { if b { - yynn2412++ + yynn2431++ } } - r.EncodeMapStart(yynn2412) - yynn2412 = 0 + r.EncodeMapStart(yynn2431) + yynn2431 = 0 } - if yyr2412 || yy2arr2412 { + if yyr2431 || yy2arr2431 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.RepoTags == nil { r.EncodeNil() } else { - yym2414 := z.EncBinary() - _ = yym2414 + yym2433 := z.EncBinary() + _ = yym2433 if false { } else { z.F.EncSliceStringV(x.RepoTags, false, e) @@ -30845,19 +31111,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.RepoTags == nil { r.EncodeNil() } else { - yym2415 := z.EncBinary() - _ = yym2415 + yym2434 := z.EncBinary() + _ = yym2434 if false { } else { z.F.EncSliceStringV(x.RepoTags, false, e) } } } - if yyr2412 || yy2arr2412 { + if yyr2431 || yy2arr2431 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2412[1] { - yym2417 := z.EncBinary() - _ = yym2417 + if yyq2431[1] { + yym2436 := z.EncBinary() + _ = yym2436 if false { } else { r.EncodeInt(int64(x.Size)) @@ -30866,19 +31132,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2412[1] { + if yyq2431[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("size")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2418 := z.EncBinary() - _ = yym2418 + yym2437 := z.EncBinary() + _ = yym2437 if false { } else { r.EncodeInt(int64(x.Size)) } } } - if yyr2412 || yy2arr2412 { + if yyr2431 || yy2arr2431 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30891,25 +31157,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2419 := z.DecBinary() - _ = yym2419 + yym2438 := z.DecBinary() + _ = yym2438 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2420 := r.ContainerType() - if yyct2420 == codecSelferValueTypeMap1234 { - yyl2420 := r.ReadMapStart() - if yyl2420 == 0 { + yyct2439 := r.ContainerType() + if yyct2439 == codecSelferValueTypeMap1234 { + yyl2439 := r.ReadMapStart() + if yyl2439 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2420, d) + x.codecDecodeSelfFromMap(yyl2439, d) } - } else if yyct2420 == codecSelferValueTypeArray1234 { - yyl2420 := r.ReadArrayStart() - if yyl2420 == 0 { + } else if yyct2439 == codecSelferValueTypeArray1234 { + yyl2439 := r.ReadArrayStart() + if yyl2439 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2420, d) + x.codecDecodeSelfFromArray(yyl2439, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30921,12 +31187,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2421Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2421Slc - var yyhl2421 bool = l >= 0 - for yyj2421 := 0; ; yyj2421++ { - if yyhl2421 { - if yyj2421 >= l { + var yys2440Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2440Slc + var yyhl2440 bool = l >= 0 + for yyj2440 := 0; ; yyj2440++ { + if yyhl2440 { + if yyj2440 >= l { break } } else { @@ -30935,20 +31201,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) - yys2421 := string(yys2421Slc) + yys2440Slc = r.DecodeBytes(yys2440Slc, true, true) + yys2440 := string(yys2440Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2421 { + switch yys2440 { case "repoTags": if r.TryDecodeAsNil() { x.RepoTags = nil } else { - yyv2422 := &x.RepoTags - yym2423 := z.DecBinary() - _ = yym2423 + yyv2441 := &x.RepoTags + yym2442 := z.DecBinary() + _ = yym2442 if false { } else { - z.F.DecSliceStringX(yyv2422, false, d) + z.F.DecSliceStringX(yyv2441, false, d) } } case "size": @@ -30958,9 +31224,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Size = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2421) - } // end switch yys2421 - } // end for yyj2421 + z.DecStructFieldNotFound(-1, yys2440) + } // end switch yys2440 + } // end for yyj2440 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30968,16 +31234,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2425 int - var yyb2425 bool - var yyhl2425 bool = l >= 0 - yyj2425++ - if yyhl2425 { - yyb2425 = yyj2425 > l + var yyj2444 int + var yyb2444 bool + var yyhl2444 bool = l >= 0 + yyj2444++ + if yyhl2444 { + yyb2444 = yyj2444 > l } else { - yyb2425 = r.CheckBreak() + yyb2444 = r.CheckBreak() } - if yyb2425 { + if yyb2444 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30985,21 +31251,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RepoTags = nil } else { - yyv2426 := &x.RepoTags - yym2427 := z.DecBinary() - _ = yym2427 + yyv2445 := &x.RepoTags + yym2446 := z.DecBinary() + _ = yym2446 if false { } else { - z.F.DecSliceStringX(yyv2426, false, d) + z.F.DecSliceStringX(yyv2445, false, d) } } - yyj2425++ - if yyhl2425 { - yyb2425 = yyj2425 > l + yyj2444++ + if yyhl2444 { + yyb2444 = yyj2444 > l } else { - yyb2425 = r.CheckBreak() + yyb2444 = r.CheckBreak() } - if yyb2425 { + if yyb2444 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31010,17 +31276,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Size = int64(r.DecodeInt(64)) } for { - yyj2425++ - if yyhl2425 { - yyb2425 = yyj2425 > l + yyj2444++ + if yyhl2444 { + yyb2444 = yyj2444 > l } else { - yyb2425 = r.CheckBreak() + yyb2444 = r.CheckBreak() } - if yyb2425 { + if yyb2444 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2425-1, "") + z.DecStructFieldNotFound(yyj2444-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31029,8 +31295,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2429 := z.EncBinary() - _ = yym2429 + yym2448 := z.EncBinary() + _ = yym2448 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31042,8 +31308,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2430 := z.DecBinary() - _ = yym2430 + yym2449 := z.DecBinary() + _ = yym2449 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31055,8 +31321,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2431 := z.EncBinary() - _ = yym2431 + yym2450 := z.EncBinary() + _ = yym2450 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31068,8 +31334,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2432 := z.DecBinary() - _ = yym2432 + yym2451 := z.DecBinary() + _ = yym2451 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31084,34 +31350,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2433 := z.EncBinary() - _ = yym2433 + yym2452 := z.EncBinary() + _ = yym2452 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2434 := !z.EncBinary() - yy2arr2434 := z.EncBasicHandle().StructToArray - var yyq2434 [6]bool - _, _, _ = yysep2434, yyq2434, yy2arr2434 - const yyr2434 bool = false - yyq2434[2] = true - yyq2434[3] = true - yyq2434[4] = x.Reason != "" - yyq2434[5] = x.Message != "" - var yynn2434 int - if yyr2434 || yy2arr2434 { + yysep2453 := !z.EncBinary() + yy2arr2453 := z.EncBasicHandle().StructToArray + var yyq2453 [6]bool + _, _, _ = yysep2453, yyq2453, yy2arr2453 + const yyr2453 bool = false + yyq2453[2] = true + yyq2453[3] = true + yyq2453[4] = x.Reason != "" + yyq2453[5] = x.Message != "" + var yynn2453 int + if yyr2453 || yy2arr2453 { r.EncodeArrayStart(6) } else { - yynn2434 = 2 - for _, b := range yyq2434 { + yynn2453 = 2 + for _, b := range yyq2453 { if b { - yynn2434++ + yynn2453++ } } - r.EncodeMapStart(yynn2434) - yynn2434 = 0 + r.EncodeMapStart(yynn2453) + yynn2453 = 0 } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -31120,7 +31386,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -31129,85 +31395,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[2] { - yy2438 := &x.LastHeartbeatTime - yym2439 := z.EncBinary() - _ = yym2439 + if yyq2453[2] { + yy2457 := &x.LastHeartbeatTime + yym2458 := z.EncBinary() + _ = yym2458 if false { - } else if z.HasExtensions() && z.EncExt(yy2438) { - } else if yym2439 { - z.EncBinaryMarshal(yy2438) - } else if !yym2439 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2438) + } else if z.HasExtensions() && z.EncExt(yy2457) { + } else if yym2458 { + z.EncBinaryMarshal(yy2457) + } else if !yym2458 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2457) } else { - z.EncFallback(yy2438) + z.EncFallback(yy2457) } } else { r.EncodeNil() } } else { - if yyq2434[2] { + if yyq2453[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2440 := &x.LastHeartbeatTime - yym2441 := z.EncBinary() - _ = yym2441 + yy2459 := &x.LastHeartbeatTime + yym2460 := z.EncBinary() + _ = yym2460 if false { - } else if z.HasExtensions() && z.EncExt(yy2440) { - } else if yym2441 { - z.EncBinaryMarshal(yy2440) - } else if !yym2441 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2440) + } else if z.HasExtensions() && z.EncExt(yy2459) { + } else if yym2460 { + z.EncBinaryMarshal(yy2459) + } else if !yym2460 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2459) } else { - z.EncFallback(yy2440) + z.EncFallback(yy2459) } } } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[3] { - yy2443 := &x.LastTransitionTime - yym2444 := z.EncBinary() - _ = yym2444 + if yyq2453[3] { + yy2462 := &x.LastTransitionTime + yym2463 := z.EncBinary() + _ = yym2463 if false { - } else if z.HasExtensions() && z.EncExt(yy2443) { - } else if yym2444 { - z.EncBinaryMarshal(yy2443) - } else if !yym2444 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2443) + } else if z.HasExtensions() && z.EncExt(yy2462) { + } else if yym2463 { + z.EncBinaryMarshal(yy2462) + } else if !yym2463 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2462) } else { - z.EncFallback(yy2443) + z.EncFallback(yy2462) } } else { r.EncodeNil() } } else { - if yyq2434[3] { + if yyq2453[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2445 := &x.LastTransitionTime - yym2446 := z.EncBinary() - _ = yym2446 + yy2464 := &x.LastTransitionTime + yym2465 := z.EncBinary() + _ = yym2465 if false { - } else if z.HasExtensions() && z.EncExt(yy2445) { - } else if yym2446 { - z.EncBinaryMarshal(yy2445) - } else if !yym2446 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2445) + } else if z.HasExtensions() && z.EncExt(yy2464) { + } else if yym2465 { + z.EncBinaryMarshal(yy2464) + } else if !yym2465 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2464) } else { - z.EncFallback(yy2445) + z.EncFallback(yy2464) } } } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[4] { - yym2448 := z.EncBinary() - _ = yym2448 + if yyq2453[4] { + yym2467 := z.EncBinary() + _ = yym2467 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -31216,23 +31482,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[4] { + if yyq2453[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2449 := z.EncBinary() - _ = yym2449 + yym2468 := z.EncBinary() + _ = yym2468 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[5] { - yym2451 := z.EncBinary() - _ = yym2451 + if yyq2453[5] { + yym2470 := z.EncBinary() + _ = yym2470 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -31241,19 +31507,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[5] { + if yyq2453[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2452 := z.EncBinary() - _ = yym2452 + yym2471 := z.EncBinary() + _ = yym2471 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2434 || yy2arr2434 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31266,25 +31532,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2453 := z.DecBinary() - _ = yym2453 + yym2472 := z.DecBinary() + _ = yym2472 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2454 := r.ContainerType() - if yyct2454 == codecSelferValueTypeMap1234 { - yyl2454 := r.ReadMapStart() - if yyl2454 == 0 { + yyct2473 := r.ContainerType() + if yyct2473 == codecSelferValueTypeMap1234 { + yyl2473 := r.ReadMapStart() + if yyl2473 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2454, d) + x.codecDecodeSelfFromMap(yyl2473, d) } - } else if yyct2454 == codecSelferValueTypeArray1234 { - yyl2454 := r.ReadArrayStart() - if yyl2454 == 0 { + } else if yyct2473 == codecSelferValueTypeArray1234 { + yyl2473 := r.ReadArrayStart() + if yyl2473 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2454, d) + x.codecDecodeSelfFromArray(yyl2473, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31296,12 +31562,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2455Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2455Slc - var yyhl2455 bool = l >= 0 - for yyj2455 := 0; ; yyj2455++ { - if yyhl2455 { - if yyj2455 >= 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 { @@ -31310,10 +31576,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2455Slc = r.DecodeBytes(yys2455Slc, true, true) - yys2455 := string(yys2455Slc) + yys2474Slc = r.DecodeBytes(yys2474Slc, true, true) + yys2474 := string(yys2474Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2455 { + switch yys2474 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -31330,34 +31596,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2458 := &x.LastHeartbeatTime - yym2459 := z.DecBinary() - _ = yym2459 + yyv2477 := &x.LastHeartbeatTime + yym2478 := z.DecBinary() + _ = yym2478 if false { - } else if z.HasExtensions() && z.DecExt(yyv2458) { - } else if yym2459 { - z.DecBinaryUnmarshal(yyv2458) - } else if !yym2459 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2458) + } else if z.HasExtensions() && z.DecExt(yyv2477) { + } else if yym2478 { + z.DecBinaryUnmarshal(yyv2477) + } else if !yym2478 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2477) } else { - z.DecFallback(yyv2458, false) + z.DecFallback(yyv2477, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2460 := &x.LastTransitionTime - yym2461 := z.DecBinary() - _ = yym2461 + yyv2479 := &x.LastTransitionTime + yym2480 := z.DecBinary() + _ = yym2480 if false { - } else if z.HasExtensions() && z.DecExt(yyv2460) { - } else if yym2461 { - z.DecBinaryUnmarshal(yyv2460) - } else if !yym2461 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2460) + } else if z.HasExtensions() && z.DecExt(yyv2479) { + } else if yym2480 { + z.DecBinaryUnmarshal(yyv2479) + } else if !yym2480 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2479) } else { - z.DecFallback(yyv2460, false) + z.DecFallback(yyv2479, false) } } case "reason": @@ -31373,9 +31639,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2455) - } // end switch yys2455 - } // end for yyj2455 + z.DecStructFieldNotFound(-1, yys2474) + } // end switch yys2474 + } // end for yyj2474 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31383,16 +31649,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2464 int - var yyb2464 bool - var yyhl2464 bool = l >= 0 - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + var yyj2483 int + var yyb2483 bool + var yyhl2483 bool = l >= 0 + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31402,13 +31668,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31418,13 +31684,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31432,26 +31698,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2467 := &x.LastHeartbeatTime - yym2468 := z.DecBinary() - _ = yym2468 + yyv2486 := &x.LastHeartbeatTime + yym2487 := z.DecBinary() + _ = yym2487 if false { - } else if z.HasExtensions() && z.DecExt(yyv2467) { - } else if yym2468 { - z.DecBinaryUnmarshal(yyv2467) - } else if !yym2468 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2467) + } else if z.HasExtensions() && z.DecExt(yyv2486) { + } else if yym2487 { + z.DecBinaryUnmarshal(yyv2486) + } else if !yym2487 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2486) } else { - z.DecFallback(yyv2467, false) + z.DecFallback(yyv2486, false) } } - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31459,26 +31725,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2469 := &x.LastTransitionTime - yym2470 := z.DecBinary() - _ = yym2470 + yyv2488 := &x.LastTransitionTime + yym2489 := z.DecBinary() + _ = yym2489 if false { - } else if z.HasExtensions() && z.DecExt(yyv2469) { - } else if yym2470 { - z.DecBinaryUnmarshal(yyv2469) - } else if !yym2470 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2469) + } else if z.HasExtensions() && z.DecExt(yyv2488) { + } else if yym2489 { + z.DecBinaryUnmarshal(yyv2488) + } else if !yym2489 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2488) } else { - z.DecFallback(yyv2469, false) + z.DecFallback(yyv2488, false) } } - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31488,13 +31754,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31505,17 +31771,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj2464++ - if yyhl2464 { - yyb2464 = yyj2464 > l + yyj2483++ + if yyhl2483 { + yyb2483 = yyj2483 > l } else { - yyb2464 = r.CheckBreak() + yyb2483 = r.CheckBreak() } - if yyb2464 { + if yyb2483 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2464-1, "") + z.DecStructFieldNotFound(yyj2483-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31524,8 +31790,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2473 := z.EncBinary() - _ = yym2473 + yym2492 := z.EncBinary() + _ = yym2492 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31537,8 +31803,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2474 := z.DecBinary() - _ = yym2474 + yym2493 := z.DecBinary() + _ = yym2493 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31553,30 +31819,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2475 := z.EncBinary() - _ = yym2475 + yym2494 := z.EncBinary() + _ = yym2494 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2476 := !z.EncBinary() - yy2arr2476 := z.EncBasicHandle().StructToArray - var yyq2476 [2]bool - _, _, _ = yysep2476, yyq2476, yy2arr2476 - const yyr2476 bool = false - var yynn2476 int - if yyr2476 || yy2arr2476 { + yysep2495 := !z.EncBinary() + yy2arr2495 := z.EncBasicHandle().StructToArray + var yyq2495 [2]bool + _, _, _ = yysep2495, yyq2495, yy2arr2495 + const yyr2495 bool = false + var yynn2495 int + if yyr2495 || yy2arr2495 { r.EncodeArrayStart(2) } else { - yynn2476 = 2 - for _, b := range yyq2476 { + yynn2495 = 2 + for _, b := range yyq2495 { if b { - yynn2476++ + yynn2495++ } } - r.EncodeMapStart(yynn2476) - yynn2476 = 0 + r.EncodeMapStart(yynn2495) + yynn2495 = 0 } - if yyr2476 || yy2arr2476 { + if yyr2495 || yy2arr2495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -31585,10 +31851,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2476 || yy2arr2476 { + if yyr2495 || yy2arr2495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2479 := z.EncBinary() - _ = yym2479 + yym2498 := z.EncBinary() + _ = yym2498 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -31597,14 +31863,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2480 := z.EncBinary() - _ = yym2480 + yym2499 := z.EncBinary() + _ = yym2499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr2476 || yy2arr2476 { + if yyr2495 || yy2arr2495 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31617,25 +31883,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2481 := z.DecBinary() - _ = yym2481 + yym2500 := z.DecBinary() + _ = yym2500 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2482 := r.ContainerType() - if yyct2482 == codecSelferValueTypeMap1234 { - yyl2482 := r.ReadMapStart() - if yyl2482 == 0 { + yyct2501 := r.ContainerType() + if yyct2501 == codecSelferValueTypeMap1234 { + yyl2501 := r.ReadMapStart() + if yyl2501 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2482, d) + x.codecDecodeSelfFromMap(yyl2501, d) } - } else if yyct2482 == codecSelferValueTypeArray1234 { - yyl2482 := r.ReadArrayStart() - if yyl2482 == 0 { + } else if yyct2501 == codecSelferValueTypeArray1234 { + yyl2501 := r.ReadArrayStart() + if yyl2501 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2482, d) + x.codecDecodeSelfFromArray(yyl2501, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31647,12 +31913,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2483Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2483Slc - var yyhl2483 bool = l >= 0 - for yyj2483 := 0; ; yyj2483++ { - if yyhl2483 { - if yyj2483 >= l { + var yys2502Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2502Slc + var yyhl2502 bool = l >= 0 + for yyj2502 := 0; ; yyj2502++ { + if yyhl2502 { + if yyj2502 >= l { break } } else { @@ -31661,10 +31927,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2483Slc = r.DecodeBytes(yys2483Slc, true, true) - yys2483 := string(yys2483Slc) + yys2502Slc = r.DecodeBytes(yys2502Slc, true, true) + yys2502 := string(yys2502Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2483 { + switch yys2502 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -31678,9 +31944,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2483) - } // end switch yys2483 - } // end for yyj2483 + z.DecStructFieldNotFound(-1, yys2502) + } // end switch yys2502 + } // end for yyj2502 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31688,16 +31954,16 @@ func (x *NodeAddress) 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 yyj2505 int + var yyb2505 bool + var yyhl2505 bool = l >= 0 + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2486 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2486 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31707,13 +31973,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2486 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2486 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31724,17 +31990,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2486 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2486 { + if yyb2505 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2486-1, "") + z.DecStructFieldNotFound(yyj2505-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31746,33 +32012,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2489 := z.EncBinary() - _ = yym2489 + yym2508 := z.EncBinary() + _ = yym2508 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2490 := !z.EncBinary() - yy2arr2490 := z.EncBasicHandle().StructToArray - var yyq2490 [1]bool - _, _, _ = yysep2490, yyq2490, yy2arr2490 - const yyr2490 bool = false - yyq2490[0] = len(x.Capacity) != 0 - var yynn2490 int - if yyr2490 || yy2arr2490 { + yysep2509 := !z.EncBinary() + yy2arr2509 := z.EncBasicHandle().StructToArray + var yyq2509 [1]bool + _, _, _ = yysep2509, yyq2509, yy2arr2509 + const yyr2509 bool = false + yyq2509[0] = len(x.Capacity) != 0 + var yynn2509 int + if yyr2509 || yy2arr2509 { r.EncodeArrayStart(1) } else { - yynn2490 = 0 - for _, b := range yyq2490 { + yynn2509 = 0 + for _, b := range yyq2509 { if b { - yynn2490++ + yynn2509++ } } - r.EncodeMapStart(yynn2490) - yynn2490 = 0 + r.EncodeMapStart(yynn2509) + yynn2509 = 0 } - if yyr2490 || yy2arr2490 { + if yyr2509 || yy2arr2509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2490[0] { + if yyq2509[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -31782,7 +32048,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2490[0] { + if yyq2509[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31793,7 +32059,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2490 || yy2arr2490 { + if yyr2509 || yy2arr2509 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31806,25 +32072,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2492 := z.DecBinary() - _ = yym2492 + yym2511 := z.DecBinary() + _ = yym2511 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2493 := r.ContainerType() - if yyct2493 == codecSelferValueTypeMap1234 { - yyl2493 := r.ReadMapStart() - if yyl2493 == 0 { + yyct2512 := r.ContainerType() + if yyct2512 == codecSelferValueTypeMap1234 { + yyl2512 := r.ReadMapStart() + if yyl2512 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2493, d) + x.codecDecodeSelfFromMap(yyl2512, d) } - } else if yyct2493 == codecSelferValueTypeArray1234 { - yyl2493 := r.ReadArrayStart() - if yyl2493 == 0 { + } else if yyct2512 == codecSelferValueTypeArray1234 { + yyl2512 := r.ReadArrayStart() + if yyl2512 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2493, d) + x.codecDecodeSelfFromArray(yyl2512, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31836,12 +32102,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2494Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2494Slc - var yyhl2494 bool = l >= 0 - for yyj2494 := 0; ; yyj2494++ { - if yyhl2494 { - if yyj2494 >= l { + var yys2513Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2513Slc + var yyhl2513 bool = l >= 0 + for yyj2513 := 0; ; yyj2513++ { + if yyhl2513 { + if yyj2513 >= l { break } } else { @@ -31850,21 +32116,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2494Slc = r.DecodeBytes(yys2494Slc, true, true) - yys2494 := string(yys2494Slc) + yys2513Slc = r.DecodeBytes(yys2513Slc, true, true) + yys2513 := string(yys2513Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2494 { + switch yys2513 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2495 := &x.Capacity - yyv2495.CodecDecodeSelf(d) + yyv2514 := &x.Capacity + yyv2514.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2494) - } // end switch yys2494 - } // end for yyj2494 + z.DecStructFieldNotFound(-1, yys2513) + } // end switch yys2513 + } // end for yyj2513 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31872,16 +32138,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2496 int - var yyb2496 bool - var yyhl2496 bool = l >= 0 - yyj2496++ - if yyhl2496 { - yyb2496 = yyj2496 > l + var yyj2515 int + var yyb2515 bool + var yyhl2515 bool = l >= 0 + yyj2515++ + if yyhl2515 { + yyb2515 = yyj2515 > l } else { - yyb2496 = r.CheckBreak() + yyb2515 = r.CheckBreak() } - if yyb2496 { + if yyb2515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31889,21 +32155,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2497 := &x.Capacity - yyv2497.CodecDecodeSelf(d) + yyv2516 := &x.Capacity + yyv2516.CodecDecodeSelf(d) } for { - yyj2496++ - if yyhl2496 { - yyb2496 = yyj2496 > l + yyj2515++ + if yyhl2515 { + yyb2515 = yyj2515 > l } else { - yyb2496 = r.CheckBreak() + yyb2515 = r.CheckBreak() } - if yyb2496 { + if yyb2515 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2496-1, "") + z.DecStructFieldNotFound(yyj2515-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31912,8 +32178,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2498 := z.EncBinary() - _ = yym2498 + yym2517 := z.EncBinary() + _ = yym2517 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31925,8 +32191,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2499 := z.DecBinary() - _ = yym2499 + yym2518 := z.DecBinary() + _ = yym2518 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31941,8 +32207,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2500 := z.EncBinary() - _ = yym2500 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31955,8 +32221,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2501 := z.DecBinary() - _ = yym2501 + yym2520 := z.DecBinary() + _ = yym2520 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31971,39 +32237,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2502 := z.EncBinary() - _ = yym2502 + yym2521 := z.EncBinary() + _ = yym2521 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2503 := !z.EncBinary() - yy2arr2503 := z.EncBasicHandle().StructToArray - var yyq2503 [5]bool - _, _, _ = yysep2503, yyq2503, yy2arr2503 - const yyr2503 bool = false - yyq2503[0] = x.Kind != "" - yyq2503[1] = x.APIVersion != "" - yyq2503[2] = true - yyq2503[3] = true - yyq2503[4] = true - var yynn2503 int - if yyr2503 || yy2arr2503 { + yysep2522 := !z.EncBinary() + yy2arr2522 := z.EncBasicHandle().StructToArray + var yyq2522 [5]bool + _, _, _ = yysep2522, yyq2522, yy2arr2522 + const yyr2522 bool = false + yyq2522[0] = x.Kind != "" + yyq2522[1] = x.APIVersion != "" + yyq2522[2] = true + yyq2522[3] = true + yyq2522[4] = true + var yynn2522 int + if yyr2522 || yy2arr2522 { r.EncodeArrayStart(5) } else { - yynn2503 = 0 - for _, b := range yyq2503 { + yynn2522 = 0 + for _, b := range yyq2522 { if b { - yynn2503++ + yynn2522++ } } - r.EncodeMapStart(yynn2503) - yynn2503 = 0 + r.EncodeMapStart(yynn2522) + yynn2522 = 0 } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2503[0] { - yym2505 := z.EncBinary() - _ = yym2505 + if yyq2522[0] { + yym2524 := z.EncBinary() + _ = yym2524 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32012,23 +32278,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2503[0] { + if yyq2522[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2506 := z.EncBinary() - _ = yym2506 + yym2525 := z.EncBinary() + _ = yym2525 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2503[1] { - yym2508 := z.EncBinary() - _ = yym2508 + if yyq2522[1] { + yym2527 := z.EncBinary() + _ = yym2527 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32037,70 +32303,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2503[1] { + if yyq2522[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2509 := z.EncBinary() - _ = yym2509 + yym2528 := z.EncBinary() + _ = yym2528 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2503[2] { - yy2511 := &x.ObjectMeta - yy2511.CodecEncodeSelf(e) + if yyq2522[2] { + yy2530 := &x.ObjectMeta + yy2530.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2503[2] { + if yyq2522[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2512 := &x.ObjectMeta - yy2512.CodecEncodeSelf(e) + yy2531 := &x.ObjectMeta + yy2531.CodecEncodeSelf(e) } } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2503[3] { - yy2514 := &x.Spec - yy2514.CodecEncodeSelf(e) + if yyq2522[3] { + yy2533 := &x.Spec + yy2533.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2503[3] { + if yyq2522[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2515 := &x.Spec - yy2515.CodecEncodeSelf(e) + yy2534 := &x.Spec + yy2534.CodecEncodeSelf(e) } } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2503[4] { - yy2517 := &x.Status - yy2517.CodecEncodeSelf(e) + if yyq2522[4] { + yy2536 := &x.Status + yy2536.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2503[4] { + if yyq2522[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2518 := &x.Status - yy2518.CodecEncodeSelf(e) + yy2537 := &x.Status + yy2537.CodecEncodeSelf(e) } } - if yyr2503 || yy2arr2503 { + if yyr2522 || yy2arr2522 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32113,25 +32379,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2519 := z.DecBinary() - _ = yym2519 + yym2538 := z.DecBinary() + _ = yym2538 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2520 := r.ContainerType() - if yyct2520 == codecSelferValueTypeMap1234 { - yyl2520 := r.ReadMapStart() - if yyl2520 == 0 { + yyct2539 := r.ContainerType() + if yyct2539 == codecSelferValueTypeMap1234 { + yyl2539 := r.ReadMapStart() + if yyl2539 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2520, d) + x.codecDecodeSelfFromMap(yyl2539, d) } - } else if yyct2520 == codecSelferValueTypeArray1234 { - yyl2520 := r.ReadArrayStart() - if yyl2520 == 0 { + } else if yyct2539 == codecSelferValueTypeArray1234 { + yyl2539 := r.ReadArrayStart() + if yyl2539 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2520, d) + x.codecDecodeSelfFromArray(yyl2539, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32143,12 +32409,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2521Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2521Slc - var yyhl2521 bool = l >= 0 - for yyj2521 := 0; ; yyj2521++ { - if yyhl2521 { - if yyj2521 >= l { + var yys2540Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2540Slc + var yyhl2540 bool = l >= 0 + for yyj2540 := 0; ; yyj2540++ { + if yyhl2540 { + if yyj2540 >= l { break } } else { @@ -32157,10 +32423,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2521Slc = r.DecodeBytes(yys2521Slc, true, true) - yys2521 := string(yys2521Slc) + yys2540Slc = r.DecodeBytes(yys2540Slc, true, true) + yys2540 := string(yys2540Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2521 { + switch yys2540 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32177,27 +32443,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2524 := &x.ObjectMeta - yyv2524.CodecDecodeSelf(d) + yyv2543 := &x.ObjectMeta + yyv2543.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2525 := &x.Spec - yyv2525.CodecDecodeSelf(d) + yyv2544 := &x.Spec + yyv2544.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2526 := &x.Status - yyv2526.CodecDecodeSelf(d) + yyv2545 := &x.Status + yyv2545.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2521) - } // end switch yys2521 - } // end for yyj2521 + z.DecStructFieldNotFound(-1, yys2540) + } // end switch yys2540 + } // end for yyj2540 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32205,16 +32471,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2527 int - var yyb2527 bool - var yyhl2527 bool = l >= 0 - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + var yyj2546 int + var yyb2546 bool + var yyhl2546 bool = l >= 0 + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32224,13 +32490,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32240,13 +32506,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32254,16 +32520,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2530 := &x.ObjectMeta - yyv2530.CodecDecodeSelf(d) + yyv2549 := &x.ObjectMeta + yyv2549.CodecDecodeSelf(d) } - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32271,16 +32537,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2531 := &x.Spec - yyv2531.CodecDecodeSelf(d) + yyv2550 := &x.Spec + yyv2550.CodecDecodeSelf(d) } - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32288,21 +32554,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2532 := &x.Status - yyv2532.CodecDecodeSelf(d) + yyv2551 := &x.Status + yyv2551.CodecDecodeSelf(d) } for { - yyj2527++ - if yyhl2527 { - yyb2527 = yyj2527 > l + yyj2546++ + if yyhl2546 { + yyb2546 = yyj2546 > l } else { - yyb2527 = r.CheckBreak() + yyb2546 = r.CheckBreak() } - if yyb2527 { + if yyb2546 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2527-1, "") + z.DecStructFieldNotFound(yyj2546-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32314,37 +32580,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2533 := z.EncBinary() - _ = yym2533 + yym2552 := z.EncBinary() + _ = yym2552 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2534 := !z.EncBinary() - yy2arr2534 := z.EncBasicHandle().StructToArray - var yyq2534 [4]bool - _, _, _ = yysep2534, yyq2534, yy2arr2534 - const yyr2534 bool = false - yyq2534[0] = x.Kind != "" - yyq2534[1] = x.APIVersion != "" - yyq2534[2] = true - var yynn2534 int - if yyr2534 || yy2arr2534 { + yysep2553 := !z.EncBinary() + yy2arr2553 := z.EncBasicHandle().StructToArray + var yyq2553 [4]bool + _, _, _ = yysep2553, yyq2553, yy2arr2553 + const yyr2553 bool = false + yyq2553[0] = x.Kind != "" + yyq2553[1] = x.APIVersion != "" + yyq2553[2] = true + var yynn2553 int + if yyr2553 || yy2arr2553 { r.EncodeArrayStart(4) } else { - yynn2534 = 1 - for _, b := range yyq2534 { + yynn2553 = 1 + for _, b := range yyq2553 { if b { - yynn2534++ + yynn2553++ } } - r.EncodeMapStart(yynn2534) - yynn2534 = 0 + r.EncodeMapStart(yynn2553) + yynn2553 = 0 } - if yyr2534 || yy2arr2534 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2534[0] { - yym2536 := z.EncBinary() - _ = yym2536 + if yyq2553[0] { + yym2555 := z.EncBinary() + _ = yym2555 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32353,23 +32619,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2534[0] { + if yyq2553[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2537 := z.EncBinary() - _ = yym2537 + yym2556 := z.EncBinary() + _ = yym2556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2534 || yy2arr2534 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2534[1] { - yym2539 := z.EncBinary() - _ = yym2539 + if yyq2553[1] { + yym2558 := z.EncBinary() + _ = yym2558 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32378,54 +32644,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2534[1] { + if yyq2553[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2540 := z.EncBinary() - _ = yym2540 + yym2559 := z.EncBinary() + _ = yym2559 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2534 || yy2arr2534 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2534[2] { - yy2542 := &x.ListMeta - yym2543 := z.EncBinary() - _ = yym2543 + if yyq2553[2] { + yy2561 := &x.ListMeta + yym2562 := z.EncBinary() + _ = yym2562 if false { - } else if z.HasExtensions() && z.EncExt(yy2542) { + } else if z.HasExtensions() && z.EncExt(yy2561) { } else { - z.EncFallback(yy2542) + z.EncFallback(yy2561) } } else { r.EncodeNil() } } else { - if yyq2534[2] { + if yyq2553[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2544 := &x.ListMeta - yym2545 := z.EncBinary() - _ = yym2545 + yy2563 := &x.ListMeta + yym2564 := z.EncBinary() + _ = yym2564 if false { - } else if z.HasExtensions() && z.EncExt(yy2544) { + } else if z.HasExtensions() && z.EncExt(yy2563) { } else { - z.EncFallback(yy2544) + z.EncFallback(yy2563) } } } - if yyr2534 || yy2arr2534 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2547 := z.EncBinary() - _ = yym2547 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -32438,15 +32704,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2548 := z.EncBinary() - _ = yym2548 + yym2567 := z.EncBinary() + _ = yym2567 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr2534 || yy2arr2534 { + if yyr2553 || yy2arr2553 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32459,25 +32725,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2549 := z.DecBinary() - _ = yym2549 + yym2568 := z.DecBinary() + _ = yym2568 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2550 := r.ContainerType() - if yyct2550 == codecSelferValueTypeMap1234 { - yyl2550 := r.ReadMapStart() - if yyl2550 == 0 { + yyct2569 := r.ContainerType() + if yyct2569 == codecSelferValueTypeMap1234 { + yyl2569 := r.ReadMapStart() + if yyl2569 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2550, d) + x.codecDecodeSelfFromMap(yyl2569, d) } - } else if yyct2550 == codecSelferValueTypeArray1234 { - yyl2550 := r.ReadArrayStart() - if yyl2550 == 0 { + } else if yyct2569 == codecSelferValueTypeArray1234 { + yyl2569 := r.ReadArrayStart() + if yyl2569 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2550, d) + x.codecDecodeSelfFromArray(yyl2569, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32489,12 +32755,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2551Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2551Slc - var yyhl2551 bool = l >= 0 - for yyj2551 := 0; ; yyj2551++ { - if yyhl2551 { - if yyj2551 >= 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 { @@ -32503,10 +32769,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2551Slc = r.DecodeBytes(yys2551Slc, true, true) - yys2551 := string(yys2551Slc) + yys2570Slc = r.DecodeBytes(yys2570Slc, true, true) + yys2570 := string(yys2570Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2551 { + switch yys2570 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32523,31 +32789,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2554 := &x.ListMeta - yym2555 := z.DecBinary() - _ = yym2555 + yyv2573 := &x.ListMeta + yym2574 := z.DecBinary() + _ = yym2574 if false { - } else if z.HasExtensions() && z.DecExt(yyv2554) { + } else if z.HasExtensions() && z.DecExt(yyv2573) { } else { - z.DecFallback(yyv2554, false) + z.DecFallback(yyv2573, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2556 := &x.Items - yym2557 := z.DecBinary() - _ = yym2557 + yyv2575 := &x.Items + yym2576 := z.DecBinary() + _ = yym2576 if false { } else { - h.decSliceNode((*[]Node)(yyv2556), d) + h.decSliceNode((*[]Node)(yyv2575), d) } } default: - z.DecStructFieldNotFound(-1, yys2551) - } // end switch yys2551 - } // end for yyj2551 + z.DecStructFieldNotFound(-1, yys2570) + } // end switch yys2570 + } // end for yyj2570 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32555,16 +32821,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2558 int - var yyb2558 bool - var yyhl2558 bool = l >= 0 - yyj2558++ - if yyhl2558 { - yyb2558 = yyj2558 > l + var yyj2577 int + var yyb2577 bool + var yyhl2577 bool = l >= 0 + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2558 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2558 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32574,13 +32840,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2558++ - if yyhl2558 { - yyb2558 = yyj2558 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2558 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2558 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32590,13 +32856,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2558++ - if yyhl2558 { - yyb2558 = yyj2558 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2558 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2558 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32604,22 +32870,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2561 := &x.ListMeta - yym2562 := z.DecBinary() - _ = yym2562 + yyv2580 := &x.ListMeta + yym2581 := z.DecBinary() + _ = yym2581 if false { - } else if z.HasExtensions() && z.DecExt(yyv2561) { + } else if z.HasExtensions() && z.DecExt(yyv2580) { } else { - z.DecFallback(yyv2561, false) + z.DecFallback(yyv2580, false) } } - yyj2558++ - if yyhl2558 { - yyb2558 = yyj2558 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2558 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2558 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32627,26 +32893,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2563 := &x.Items - yym2564 := z.DecBinary() - _ = yym2564 + yyv2582 := &x.Items + yym2583 := z.DecBinary() + _ = yym2583 if false { } else { - h.decSliceNode((*[]Node)(yyv2563), d) + h.decSliceNode((*[]Node)(yyv2582), d) } } for { - yyj2558++ - if yyhl2558 { - yyb2558 = yyj2558 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2558 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2558 { + if yyb2577 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2558-1, "") + z.DecStructFieldNotFound(yyj2577-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32658,36 +32924,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2565 := z.EncBinary() - _ = yym2565 + yym2584 := z.EncBinary() + _ = yym2584 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2566 := !z.EncBinary() - yy2arr2566 := z.EncBasicHandle().StructToArray - var yyq2566 [1]bool - _, _, _ = yysep2566, yyq2566, yy2arr2566 - const yyr2566 bool = false - var yynn2566 int - if yyr2566 || yy2arr2566 { + yysep2585 := !z.EncBinary() + yy2arr2585 := z.EncBasicHandle().StructToArray + var yyq2585 [1]bool + _, _, _ = yysep2585, yyq2585, yy2arr2585 + const yyr2585 bool = false + var yynn2585 int + if yyr2585 || yy2arr2585 { r.EncodeArrayStart(1) } else { - yynn2566 = 1 - for _, b := range yyq2566 { + yynn2585 = 1 + for _, b := range yyq2585 { if b { - yynn2566++ + yynn2585++ } } - r.EncodeMapStart(yynn2566) - yynn2566 = 0 + r.EncodeMapStart(yynn2585) + yynn2585 = 0 } - if yyr2566 || yy2arr2566 { + if yyr2585 || yy2arr2585 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym2568 := z.EncBinary() - _ = yym2568 + yym2587 := z.EncBinary() + _ = yym2587 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -32700,15 +32966,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym2569 := z.EncBinary() - _ = yym2569 + yym2588 := z.EncBinary() + _ = yym2588 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr2566 || yy2arr2566 { + if yyr2585 || yy2arr2585 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32721,25 +32987,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2570 := z.DecBinary() - _ = yym2570 + yym2589 := z.DecBinary() + _ = yym2589 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2571 := r.ContainerType() - if yyct2571 == codecSelferValueTypeMap1234 { - yyl2571 := r.ReadMapStart() - if yyl2571 == 0 { + yyct2590 := r.ContainerType() + if yyct2590 == codecSelferValueTypeMap1234 { + yyl2590 := r.ReadMapStart() + if yyl2590 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2571, d) + x.codecDecodeSelfFromMap(yyl2590, d) } - } else if yyct2571 == codecSelferValueTypeArray1234 { - yyl2571 := r.ReadArrayStart() - if yyl2571 == 0 { + } else if yyct2590 == codecSelferValueTypeArray1234 { + yyl2590 := r.ReadArrayStart() + if yyl2590 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2571, d) + x.codecDecodeSelfFromArray(yyl2590, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32751,12 +33017,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2572Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2572Slc - var yyhl2572 bool = l >= 0 - for yyj2572 := 0; ; yyj2572++ { - if yyhl2572 { - if yyj2572 >= l { + var yys2591Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2591Slc + var yyhl2591 bool = l >= 0 + for yyj2591 := 0; ; yyj2591++ { + if yyhl2591 { + if yyj2591 >= l { break } } else { @@ -32765,26 +33031,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2572Slc = r.DecodeBytes(yys2572Slc, true, true) - yys2572 := string(yys2572Slc) + yys2591Slc = r.DecodeBytes(yys2591Slc, true, true) + yys2591 := string(yys2591Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2572 { + switch yys2591 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2573 := &x.Finalizers - yym2574 := z.DecBinary() - _ = yym2574 + yyv2592 := &x.Finalizers + yym2593 := z.DecBinary() + _ = yym2593 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2573), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2592), d) } } default: - z.DecStructFieldNotFound(-1, yys2572) - } // end switch yys2572 - } // end for yyj2572 + z.DecStructFieldNotFound(-1, yys2591) + } // end switch yys2591 + } // end for yyj2591 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32792,16 +33058,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2575 int - var yyb2575 bool - var yyhl2575 bool = l >= 0 - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + var yyj2594 int + var yyb2594 bool + var yyhl2594 bool = l >= 0 + yyj2594++ + if yyhl2594 { + yyb2594 = yyj2594 > l } else { - yyb2575 = r.CheckBreak() + yyb2594 = r.CheckBreak() } - if yyb2575 { + if yyb2594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32809,26 +33075,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2576 := &x.Finalizers - yym2577 := z.DecBinary() - _ = yym2577 + yyv2595 := &x.Finalizers + yym2596 := z.DecBinary() + _ = yym2596 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2576), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2595), d) } } for { - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + yyj2594++ + if yyhl2594 { + yyb2594 = yyj2594 > l } else { - yyb2575 = r.CheckBreak() + yyb2594 = r.CheckBreak() } - if yyb2575 { + if yyb2594 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2575-1, "") + z.DecStructFieldNotFound(yyj2594-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32837,8 +33103,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2578 := z.EncBinary() - _ = yym2578 + yym2597 := z.EncBinary() + _ = yym2597 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32850,8 +33116,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2579 := z.DecBinary() - _ = yym2579 + yym2598 := z.DecBinary() + _ = yym2598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32866,46 +33132,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2580 := z.EncBinary() - _ = yym2580 + yym2599 := z.EncBinary() + _ = yym2599 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2581 := !z.EncBinary() - yy2arr2581 := z.EncBasicHandle().StructToArray - var yyq2581 [1]bool - _, _, _ = yysep2581, yyq2581, yy2arr2581 - const yyr2581 bool = false - yyq2581[0] = x.Phase != "" - var yynn2581 int - if yyr2581 || yy2arr2581 { + yysep2600 := !z.EncBinary() + yy2arr2600 := z.EncBasicHandle().StructToArray + var yyq2600 [1]bool + _, _, _ = yysep2600, yyq2600, yy2arr2600 + const yyr2600 bool = false + yyq2600[0] = x.Phase != "" + var yynn2600 int + if yyr2600 || yy2arr2600 { r.EncodeArrayStart(1) } else { - yynn2581 = 0 - for _, b := range yyq2581 { + yynn2600 = 0 + for _, b := range yyq2600 { if b { - yynn2581++ + yynn2600++ } } - r.EncodeMapStart(yynn2581) - yynn2581 = 0 + r.EncodeMapStart(yynn2600) + yynn2600 = 0 } - if yyr2581 || yy2arr2581 { + if yyr2600 || yy2arr2600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2581[0] { + if yyq2600[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2581[0] { + if yyq2600[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2581 || yy2arr2581 { + if yyr2600 || yy2arr2600 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32918,25 +33184,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2583 := z.DecBinary() - _ = yym2583 + yym2602 := z.DecBinary() + _ = yym2602 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2584 := r.ContainerType() - if yyct2584 == codecSelferValueTypeMap1234 { - yyl2584 := r.ReadMapStart() - if yyl2584 == 0 { + yyct2603 := r.ContainerType() + if yyct2603 == codecSelferValueTypeMap1234 { + yyl2603 := r.ReadMapStart() + if yyl2603 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2584, d) + x.codecDecodeSelfFromMap(yyl2603, d) } - } else if yyct2584 == codecSelferValueTypeArray1234 { - yyl2584 := r.ReadArrayStart() - if yyl2584 == 0 { + } else if yyct2603 == codecSelferValueTypeArray1234 { + yyl2603 := r.ReadArrayStart() + if yyl2603 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2584, d) + x.codecDecodeSelfFromArray(yyl2603, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32948,12 +33214,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2585Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2585Slc - var yyhl2585 bool = l >= 0 - for yyj2585 := 0; ; yyj2585++ { - if yyhl2585 { - if yyj2585 >= l { + var 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 { @@ -32962,10 +33228,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2585Slc = r.DecodeBytes(yys2585Slc, true, true) - yys2585 := string(yys2585Slc) + yys2604Slc = r.DecodeBytes(yys2604Slc, true, true) + yys2604 := string(yys2604Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2585 { + switch yys2604 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -32973,9 +33239,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2585) - } // end switch yys2585 - } // end for yyj2585 + z.DecStructFieldNotFound(-1, yys2604) + } // end switch yys2604 + } // end for yyj2604 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32983,16 +33249,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2587 int - var yyb2587 bool - var yyhl2587 bool = l >= 0 - yyj2587++ - if yyhl2587 { - yyb2587 = yyj2587 > l + var yyj2606 int + var yyb2606 bool + var yyhl2606 bool = l >= 0 + yyj2606++ + if yyhl2606 { + yyb2606 = yyj2606 > l } else { - yyb2587 = r.CheckBreak() + yyb2606 = r.CheckBreak() } - if yyb2587 { + if yyb2606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33003,17 +33269,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj2587++ - if yyhl2587 { - yyb2587 = yyj2587 > l + yyj2606++ + if yyhl2606 { + yyb2606 = yyj2606 > l } else { - yyb2587 = r.CheckBreak() + yyb2606 = r.CheckBreak() } - if yyb2587 { + if yyb2606 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2587-1, "") + z.DecStructFieldNotFound(yyj2606-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33022,8 +33288,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2589 := z.EncBinary() - _ = yym2589 + yym2608 := z.EncBinary() + _ = yym2608 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33035,8 +33301,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2590 := z.DecBinary() - _ = yym2590 + yym2609 := z.DecBinary() + _ = yym2609 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33051,39 +33317,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2591 := z.EncBinary() - _ = yym2591 + yym2610 := z.EncBinary() + _ = yym2610 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2592 := !z.EncBinary() - yy2arr2592 := z.EncBasicHandle().StructToArray - var yyq2592 [5]bool - _, _, _ = yysep2592, yyq2592, yy2arr2592 - const yyr2592 bool = false - yyq2592[0] = x.Kind != "" - yyq2592[1] = x.APIVersion != "" - yyq2592[2] = true - yyq2592[3] = true - yyq2592[4] = true - var yynn2592 int - if yyr2592 || yy2arr2592 { + yysep2611 := !z.EncBinary() + yy2arr2611 := z.EncBasicHandle().StructToArray + var yyq2611 [5]bool + _, _, _ = yysep2611, yyq2611, yy2arr2611 + const yyr2611 bool = false + yyq2611[0] = x.Kind != "" + yyq2611[1] = x.APIVersion != "" + yyq2611[2] = true + yyq2611[3] = true + yyq2611[4] = true + var yynn2611 int + if yyr2611 || yy2arr2611 { r.EncodeArrayStart(5) } else { - yynn2592 = 0 - for _, b := range yyq2592 { + yynn2611 = 0 + for _, b := range yyq2611 { if b { - yynn2592++ + yynn2611++ } } - r.EncodeMapStart(yynn2592) - yynn2592 = 0 + r.EncodeMapStart(yynn2611) + yynn2611 = 0 } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[0] { - yym2594 := z.EncBinary() - _ = yym2594 + if yyq2611[0] { + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33092,23 +33358,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[0] { + if yyq2611[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2595 := z.EncBinary() - _ = yym2595 + yym2614 := z.EncBinary() + _ = yym2614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[1] { - yym2597 := z.EncBinary() - _ = yym2597 + if yyq2611[1] { + yym2616 := z.EncBinary() + _ = yym2616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33117,70 +33383,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[1] { + if yyq2611[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2598 := z.EncBinary() - _ = yym2598 + yym2617 := z.EncBinary() + _ = yym2617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[2] { - yy2600 := &x.ObjectMeta - yy2600.CodecEncodeSelf(e) + if yyq2611[2] { + yy2619 := &x.ObjectMeta + yy2619.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2592[2] { + if yyq2611[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2601 := &x.ObjectMeta - yy2601.CodecEncodeSelf(e) + yy2620 := &x.ObjectMeta + yy2620.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[3] { - yy2603 := &x.Spec - yy2603.CodecEncodeSelf(e) + if yyq2611[3] { + yy2622 := &x.Spec + yy2622.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2592[3] { + if yyq2611[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2604 := &x.Spec - yy2604.CodecEncodeSelf(e) + yy2623 := &x.Spec + yy2623.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[4] { - yy2606 := &x.Status - yy2606.CodecEncodeSelf(e) + if yyq2611[4] { + yy2625 := &x.Status + yy2625.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2592[4] { + if yyq2611[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2607 := &x.Status - yy2607.CodecEncodeSelf(e) + yy2626 := &x.Status + yy2626.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33193,25 +33459,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2608 := z.DecBinary() - _ = yym2608 + yym2627 := z.DecBinary() + _ = yym2627 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2609 := r.ContainerType() - if yyct2609 == codecSelferValueTypeMap1234 { - yyl2609 := r.ReadMapStart() - if yyl2609 == 0 { + yyct2628 := r.ContainerType() + if yyct2628 == codecSelferValueTypeMap1234 { + yyl2628 := r.ReadMapStart() + if yyl2628 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2609, d) + x.codecDecodeSelfFromMap(yyl2628, d) } - } else if yyct2609 == codecSelferValueTypeArray1234 { - yyl2609 := r.ReadArrayStart() - if yyl2609 == 0 { + } else if yyct2628 == codecSelferValueTypeArray1234 { + yyl2628 := r.ReadArrayStart() + if yyl2628 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2609, d) + x.codecDecodeSelfFromArray(yyl2628, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33223,12 +33489,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2610Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2610Slc - var yyhl2610 bool = l >= 0 - for yyj2610 := 0; ; yyj2610++ { - if yyhl2610 { - if yyj2610 >= l { + var yys2629Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2629Slc + var yyhl2629 bool = l >= 0 + for yyj2629 := 0; ; yyj2629++ { + if yyhl2629 { + if yyj2629 >= l { break } } else { @@ -33237,10 +33503,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2610Slc = r.DecodeBytes(yys2610Slc, true, true) - yys2610 := string(yys2610Slc) + yys2629Slc = r.DecodeBytes(yys2629Slc, true, true) + yys2629 := string(yys2629Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2610 { + switch yys2629 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33257,27 +33523,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2613 := &x.ObjectMeta - yyv2613.CodecDecodeSelf(d) + yyv2632 := &x.ObjectMeta + yyv2632.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2614 := &x.Spec - yyv2614.CodecDecodeSelf(d) + yyv2633 := &x.Spec + yyv2633.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2615 := &x.Status - yyv2615.CodecDecodeSelf(d) + yyv2634 := &x.Status + yyv2634.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2610) - } // end switch yys2610 - } // end for yyj2610 + z.DecStructFieldNotFound(-1, yys2629) + } // end switch yys2629 + } // end for yyj2629 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33285,16 +33551,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2616 int - var yyb2616 bool - var yyhl2616 bool = l >= 0 - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + var yyj2635 int + var yyb2635 bool + var yyhl2635 bool = l >= 0 + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33304,13 +33570,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33320,13 +33586,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33334,16 +33600,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2619 := &x.ObjectMeta - yyv2619.CodecDecodeSelf(d) + yyv2638 := &x.ObjectMeta + yyv2638.CodecDecodeSelf(d) } - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33351,16 +33617,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2620 := &x.Spec - yyv2620.CodecDecodeSelf(d) + yyv2639 := &x.Spec + yyv2639.CodecDecodeSelf(d) } - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33368,21 +33634,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2621 := &x.Status - yyv2621.CodecDecodeSelf(d) + yyv2640 := &x.Status + yyv2640.CodecDecodeSelf(d) } for { - yyj2616++ - if yyhl2616 { - yyb2616 = yyj2616 > l + yyj2635++ + if yyhl2635 { + yyb2635 = yyj2635 > l } else { - yyb2616 = r.CheckBreak() + yyb2635 = r.CheckBreak() } - if yyb2616 { + if yyb2635 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2616-1, "") + z.DecStructFieldNotFound(yyj2635-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33394,37 +33660,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2622 := z.EncBinary() - _ = yym2622 + yym2641 := z.EncBinary() + _ = yym2641 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2623 := !z.EncBinary() - yy2arr2623 := z.EncBasicHandle().StructToArray - var yyq2623 [4]bool - _, _, _ = yysep2623, yyq2623, yy2arr2623 - const yyr2623 bool = false - yyq2623[0] = x.Kind != "" - yyq2623[1] = x.APIVersion != "" - yyq2623[2] = true - var yynn2623 int - if yyr2623 || yy2arr2623 { + yysep2642 := !z.EncBinary() + yy2arr2642 := z.EncBasicHandle().StructToArray + var yyq2642 [4]bool + _, _, _ = yysep2642, yyq2642, yy2arr2642 + const yyr2642 bool = false + yyq2642[0] = x.Kind != "" + yyq2642[1] = x.APIVersion != "" + yyq2642[2] = true + var yynn2642 int + if yyr2642 || yy2arr2642 { r.EncodeArrayStart(4) } else { - yynn2623 = 1 - for _, b := range yyq2623 { + yynn2642 = 1 + for _, b := range yyq2642 { if b { - yynn2623++ + yynn2642++ } } - r.EncodeMapStart(yynn2623) - yynn2623 = 0 + r.EncodeMapStart(yynn2642) + yynn2642 = 0 } - if yyr2623 || yy2arr2623 { + if yyr2642 || yy2arr2642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2623[0] { - yym2625 := z.EncBinary() - _ = yym2625 + if yyq2642[0] { + yym2644 := z.EncBinary() + _ = yym2644 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33433,23 +33699,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2623[0] { + if yyq2642[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2626 := z.EncBinary() - _ = yym2626 + yym2645 := z.EncBinary() + _ = yym2645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2623 || yy2arr2623 { + if yyr2642 || yy2arr2642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2623[1] { - yym2628 := z.EncBinary() - _ = yym2628 + if yyq2642[1] { + yym2647 := z.EncBinary() + _ = yym2647 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33458,54 +33724,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2623[1] { + if yyq2642[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2629 := z.EncBinary() - _ = yym2629 + yym2648 := z.EncBinary() + _ = yym2648 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2623 || yy2arr2623 { + if yyr2642 || yy2arr2642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2623[2] { - yy2631 := &x.ListMeta - yym2632 := z.EncBinary() - _ = yym2632 + if yyq2642[2] { + yy2650 := &x.ListMeta + yym2651 := z.EncBinary() + _ = yym2651 if false { - } else if z.HasExtensions() && z.EncExt(yy2631) { + } else if z.HasExtensions() && z.EncExt(yy2650) { } else { - z.EncFallback(yy2631) + z.EncFallback(yy2650) } } else { r.EncodeNil() } } else { - if yyq2623[2] { + if yyq2642[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2633 := &x.ListMeta - yym2634 := z.EncBinary() - _ = yym2634 + yy2652 := &x.ListMeta + yym2653 := z.EncBinary() + _ = yym2653 if false { - } else if z.HasExtensions() && z.EncExt(yy2633) { + } else if z.HasExtensions() && z.EncExt(yy2652) { } else { - z.EncFallback(yy2633) + z.EncFallback(yy2652) } } } - if yyr2623 || yy2arr2623 { + if yyr2642 || yy2arr2642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2636 := z.EncBinary() - _ = yym2636 + yym2655 := z.EncBinary() + _ = yym2655 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -33518,15 +33784,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2637 := z.EncBinary() - _ = yym2637 + yym2656 := z.EncBinary() + _ = yym2656 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr2623 || yy2arr2623 { + if yyr2642 || yy2arr2642 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33539,25 +33805,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2638 := z.DecBinary() - _ = yym2638 + yym2657 := z.DecBinary() + _ = yym2657 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2639 := r.ContainerType() - if yyct2639 == codecSelferValueTypeMap1234 { - yyl2639 := r.ReadMapStart() - if yyl2639 == 0 { + yyct2658 := r.ContainerType() + if yyct2658 == codecSelferValueTypeMap1234 { + yyl2658 := r.ReadMapStart() + if yyl2658 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2639, d) + x.codecDecodeSelfFromMap(yyl2658, d) } - } else if yyct2639 == codecSelferValueTypeArray1234 { - yyl2639 := r.ReadArrayStart() - if yyl2639 == 0 { + } else if yyct2658 == codecSelferValueTypeArray1234 { + yyl2658 := r.ReadArrayStart() + if yyl2658 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2639, d) + x.codecDecodeSelfFromArray(yyl2658, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33569,12 +33835,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2640Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2640Slc - var yyhl2640 bool = l >= 0 - for yyj2640 := 0; ; yyj2640++ { - if yyhl2640 { - if yyj2640 >= l { + 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 { @@ -33583,10 +33849,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2640Slc = r.DecodeBytes(yys2640Slc, true, true) - yys2640 := string(yys2640Slc) + yys2659Slc = r.DecodeBytes(yys2659Slc, true, true) + yys2659 := string(yys2659Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2640 { + switch yys2659 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33603,31 +33869,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2643 := &x.ListMeta - yym2644 := z.DecBinary() - _ = yym2644 + yyv2662 := &x.ListMeta + yym2663 := z.DecBinary() + _ = yym2663 if false { - } else if z.HasExtensions() && z.DecExt(yyv2643) { + } else if z.HasExtensions() && z.DecExt(yyv2662) { } else { - z.DecFallback(yyv2643, false) + z.DecFallback(yyv2662, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2645 := &x.Items - yym2646 := z.DecBinary() - _ = yym2646 + yyv2664 := &x.Items + yym2665 := z.DecBinary() + _ = yym2665 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2645), d) + h.decSliceNamespace((*[]Namespace)(yyv2664), d) } } default: - z.DecStructFieldNotFound(-1, yys2640) - } // end switch yys2640 - } // end for yyj2640 + z.DecStructFieldNotFound(-1, yys2659) + } // end switch yys2659 + } // end for yyj2659 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33635,16 +33901,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2647 int - var yyb2647 bool - var yyhl2647 bool = l >= 0 - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + var yyj2666 int + var yyb2666 bool + var yyhl2666 bool = l >= 0 + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l } else { - yyb2647 = r.CheckBreak() + yyb2666 = r.CheckBreak() } - if yyb2647 { + if yyb2666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33654,13 +33920,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l } else { - yyb2647 = r.CheckBreak() + yyb2666 = r.CheckBreak() } - if yyb2647 { + if yyb2666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33670,13 +33936,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l } else { - yyb2647 = r.CheckBreak() + yyb2666 = r.CheckBreak() } - if yyb2647 { + if yyb2666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33684,22 +33950,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2650 := &x.ListMeta - yym2651 := z.DecBinary() - _ = yym2651 + yyv2669 := &x.ListMeta + yym2670 := z.DecBinary() + _ = yym2670 if false { - } else if z.HasExtensions() && z.DecExt(yyv2650) { + } else if z.HasExtensions() && z.DecExt(yyv2669) { } else { - z.DecFallback(yyv2650, false) + z.DecFallback(yyv2669, false) } } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l } else { - yyb2647 = r.CheckBreak() + yyb2666 = r.CheckBreak() } - if yyb2647 { + if yyb2666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33707,26 +33973,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2652 := &x.Items - yym2653 := z.DecBinary() - _ = yym2653 + yyv2671 := &x.Items + yym2672 := z.DecBinary() + _ = yym2672 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2652), d) + h.decSliceNamespace((*[]Namespace)(yyv2671), d) } } for { - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2666++ + if yyhl2666 { + yyb2666 = yyj2666 > l } else { - yyb2647 = r.CheckBreak() + yyb2666 = r.CheckBreak() } - if yyb2647 { + if yyb2666 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2647-1, "") + z.DecStructFieldNotFound(yyj2666-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33738,37 +34004,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2654 := z.EncBinary() - _ = yym2654 + yym2673 := z.EncBinary() + _ = yym2673 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2655 := !z.EncBinary() - yy2arr2655 := z.EncBasicHandle().StructToArray - var yyq2655 [4]bool - _, _, _ = yysep2655, yyq2655, yy2arr2655 - const yyr2655 bool = false - yyq2655[0] = x.Kind != "" - yyq2655[1] = x.APIVersion != "" - yyq2655[2] = true - var yynn2655 int - if yyr2655 || yy2arr2655 { + yysep2674 := !z.EncBinary() + yy2arr2674 := z.EncBasicHandle().StructToArray + var yyq2674 [4]bool + _, _, _ = yysep2674, yyq2674, yy2arr2674 + const yyr2674 bool = false + yyq2674[0] = x.Kind != "" + yyq2674[1] = x.APIVersion != "" + yyq2674[2] = true + var yynn2674 int + if yyr2674 || yy2arr2674 { r.EncodeArrayStart(4) } else { - yynn2655 = 1 - for _, b := range yyq2655 { + yynn2674 = 1 + for _, b := range yyq2674 { if b { - yynn2655++ + yynn2674++ } } - r.EncodeMapStart(yynn2655) - yynn2655 = 0 + r.EncodeMapStart(yynn2674) + yynn2674 = 0 } - if yyr2655 || yy2arr2655 { + if yyr2674 || yy2arr2674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[0] { - yym2657 := z.EncBinary() - _ = yym2657 + if yyq2674[0] { + yym2676 := z.EncBinary() + _ = yym2676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33777,23 +34043,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2655[0] { + if yyq2674[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2658 := z.EncBinary() - _ = yym2658 + yym2677 := z.EncBinary() + _ = yym2677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2655 || yy2arr2655 { + if yyr2674 || yy2arr2674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[1] { - yym2660 := z.EncBinary() - _ = yym2660 + if yyq2674[1] { + yym2679 := z.EncBinary() + _ = yym2679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33802,47 +34068,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2655[1] { + if yyq2674[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2661 := z.EncBinary() - _ = yym2661 + yym2680 := z.EncBinary() + _ = yym2680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2655 || yy2arr2655 { + if yyr2674 || yy2arr2674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[2] { - yy2663 := &x.ObjectMeta - yy2663.CodecEncodeSelf(e) + if yyq2674[2] { + yy2682 := &x.ObjectMeta + yy2682.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2655[2] { + if yyq2674[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2664 := &x.ObjectMeta - yy2664.CodecEncodeSelf(e) + yy2683 := &x.ObjectMeta + yy2683.CodecEncodeSelf(e) } } - if yyr2655 || yy2arr2655 { + if yyr2674 || yy2arr2674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2666 := &x.Target - yy2666.CodecEncodeSelf(e) + yy2685 := &x.Target + yy2685.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2667 := &x.Target - yy2667.CodecEncodeSelf(e) + yy2686 := &x.Target + yy2686.CodecEncodeSelf(e) } - if yyr2655 || yy2arr2655 { + if yyr2674 || yy2arr2674 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33855,25 +34121,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2668 := z.DecBinary() - _ = yym2668 + yym2687 := z.DecBinary() + _ = yym2687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2669 := r.ContainerType() - if yyct2669 == codecSelferValueTypeMap1234 { - yyl2669 := r.ReadMapStart() - if yyl2669 == 0 { + yyct2688 := r.ContainerType() + if yyct2688 == codecSelferValueTypeMap1234 { + yyl2688 := r.ReadMapStart() + if yyl2688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2669, d) + x.codecDecodeSelfFromMap(yyl2688, d) } - } else if yyct2669 == codecSelferValueTypeArray1234 { - yyl2669 := r.ReadArrayStart() - if yyl2669 == 0 { + } else if yyct2688 == codecSelferValueTypeArray1234 { + yyl2688 := r.ReadArrayStart() + if yyl2688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2669, d) + x.codecDecodeSelfFromArray(yyl2688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33885,12 +34151,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2670Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2670Slc - var yyhl2670 bool = l >= 0 - for yyj2670 := 0; ; yyj2670++ { - if yyhl2670 { - if yyj2670 >= l { + var 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 { @@ -33899,10 +34165,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2670Slc = r.DecodeBytes(yys2670Slc, true, true) - yys2670 := string(yys2670Slc) + yys2689Slc = r.DecodeBytes(yys2689Slc, true, true) + yys2689 := string(yys2689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2670 { + switch yys2689 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33919,20 +34185,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2673 := &x.ObjectMeta - yyv2673.CodecDecodeSelf(d) + yyv2692 := &x.ObjectMeta + yyv2692.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2674 := &x.Target - yyv2674.CodecDecodeSelf(d) + yyv2693 := &x.Target + yyv2693.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2670) - } // end switch yys2670 - } // end for yyj2670 + z.DecStructFieldNotFound(-1, yys2689) + } // end switch yys2689 + } // end for yyj2689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33940,16 +34206,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2675 int - var yyb2675 bool - var yyhl2675 bool = l >= 0 - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + var yyj2694 int + var yyb2694 bool + var yyhl2694 bool = l >= 0 + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2675 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2675 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33959,13 +34225,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2675 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2675 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33975,13 +34241,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2675 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2675 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33989,16 +34255,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2678 := &x.ObjectMeta - yyv2678.CodecDecodeSelf(d) + yyv2697 := &x.ObjectMeta + yyv2697.CodecDecodeSelf(d) } - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2675 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2675 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34006,21 +34272,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2679 := &x.Target - yyv2679.CodecDecodeSelf(d) + yyv2698 := &x.Target + yyv2698.CodecDecodeSelf(d) } for { - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2675 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2675 { + if yyb2694 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2675-1, "") + z.DecStructFieldNotFound(yyj2694-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34032,36 +34298,36 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2680 := z.EncBinary() - _ = yym2680 + yym2699 := z.EncBinary() + _ = yym2699 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2681 := !z.EncBinary() - yy2arr2681 := z.EncBasicHandle().StructToArray - var yyq2681 [3]bool - _, _, _ = yysep2681, yyq2681, yy2arr2681 - const yyr2681 bool = false - yyq2681[0] = x.Kind != "" - yyq2681[1] = x.APIVersion != "" - var yynn2681 int - if yyr2681 || yy2arr2681 { + yysep2700 := !z.EncBinary() + yy2arr2700 := z.EncBasicHandle().StructToArray + var yyq2700 [3]bool + _, _, _ = yysep2700, yyq2700, yy2arr2700 + const yyr2700 bool = false + yyq2700[0] = x.Kind != "" + yyq2700[1] = x.APIVersion != "" + var yynn2700 int + if yyr2700 || yy2arr2700 { r.EncodeArrayStart(3) } else { - yynn2681 = 1 - for _, b := range yyq2681 { + yynn2700 = 1 + for _, b := range yyq2700 { if b { - yynn2681++ + yynn2700++ } } - r.EncodeMapStart(yynn2681) - yynn2681 = 0 + r.EncodeMapStart(yynn2700) + yynn2700 = 0 } - if yyr2681 || yy2arr2681 { + if yyr2700 || yy2arr2700 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2681[0] { - yym2683 := z.EncBinary() - _ = yym2683 + if yyq2700[0] { + yym2702 := z.EncBinary() + _ = yym2702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34070,23 +34336,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2681[0] { + if yyq2700[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2684 := z.EncBinary() - _ = yym2684 + yym2703 := z.EncBinary() + _ = yym2703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2681 || yy2arr2681 { + if yyr2700 || yy2arr2700 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2681[1] { - yym2686 := z.EncBinary() - _ = yym2686 + if yyq2700[1] { + yym2705 := z.EncBinary() + _ = yym2705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34095,29 +34361,29 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2681[1] { + if yyq2700[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2687 := z.EncBinary() - _ = yym2687 + yym2706 := z.EncBinary() + _ = yym2706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2681 || yy2arr2681 { + if yyr2700 || yy2arr2700 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2689 := *x.GracePeriodSeconds - yym2690 := z.EncBinary() - _ = yym2690 + yy2708 := *x.GracePeriodSeconds + yym2709 := z.EncBinary() + _ = yym2709 if false { } else { - r.EncodeInt(int64(yy2689)) + r.EncodeInt(int64(yy2708)) } } } else { @@ -34127,16 +34393,16 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2691 := *x.GracePeriodSeconds - yym2692 := z.EncBinary() - _ = yym2692 + yy2710 := *x.GracePeriodSeconds + yym2711 := z.EncBinary() + _ = yym2711 if false { } else { - r.EncodeInt(int64(yy2691)) + r.EncodeInt(int64(yy2710)) } } } - if yyr2681 || yy2arr2681 { + if yyr2700 || yy2arr2700 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34149,25 +34415,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2693 := z.DecBinary() - _ = yym2693 + yym2712 := z.DecBinary() + _ = yym2712 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2694 := r.ContainerType() - if yyct2694 == codecSelferValueTypeMap1234 { - yyl2694 := r.ReadMapStart() - if yyl2694 == 0 { + yyct2713 := r.ContainerType() + if yyct2713 == codecSelferValueTypeMap1234 { + yyl2713 := r.ReadMapStart() + if yyl2713 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2694, d) + x.codecDecodeSelfFromMap(yyl2713, d) } - } else if yyct2694 == codecSelferValueTypeArray1234 { - yyl2694 := r.ReadArrayStart() - if yyl2694 == 0 { + } else if yyct2713 == codecSelferValueTypeArray1234 { + yyl2713 := r.ReadArrayStart() + if yyl2713 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2694, d) + x.codecDecodeSelfFromArray(yyl2713, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34179,12 +34445,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2695Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2695Slc - var yyhl2695 bool = l >= 0 - for yyj2695 := 0; ; yyj2695++ { - if yyhl2695 { - if yyj2695 >= l { + var yys2714Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2714Slc + var yyhl2714 bool = l >= 0 + for yyj2714 := 0; ; yyj2714++ { + if yyhl2714 { + if yyj2714 >= l { break } } else { @@ -34193,10 +34459,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2695Slc = r.DecodeBytes(yys2695Slc, true, true) - yys2695 := string(yys2695Slc) + yys2714Slc = r.DecodeBytes(yys2714Slc, true, true) + yys2714 := string(yys2714Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2695 { + switch yys2714 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34218,17 +34484,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2699 := z.DecBinary() - _ = yym2699 + yym2718 := z.DecBinary() + _ = yym2718 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2695) - } // end switch yys2695 - } // end for yyj2695 + z.DecStructFieldNotFound(-1, yys2714) + } // end switch yys2714 + } // end for yyj2714 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34236,16 +34502,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2700 int - var yyb2700 bool - var yyhl2700 bool = l >= 0 - yyj2700++ - if yyhl2700 { - yyb2700 = yyj2700 > l + var yyj2719 int + var yyb2719 bool + var yyhl2719 bool = l >= 0 + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2700 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2700 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34255,13 +34521,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2700++ - if yyhl2700 { - yyb2700 = yyj2700 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2700 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2700 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34271,13 +34537,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2700++ - if yyhl2700 { - yyb2700 = yyj2700 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2700 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2700 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34290,25 +34556,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2704 := z.DecBinary() - _ = yym2704 + yym2723 := z.DecBinary() + _ = yym2723 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2700++ - if yyhl2700 { - yyb2700 = yyj2700 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2700 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2700 { + if yyb2719 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2700-1, "") + z.DecStructFieldNotFound(yyj2719-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34320,36 +34586,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2705 := z.EncBinary() - _ = yym2705 + yym2724 := z.EncBinary() + _ = yym2724 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2706 := !z.EncBinary() - yy2arr2706 := z.EncBasicHandle().StructToArray - var yyq2706 [4]bool - _, _, _ = yysep2706, yyq2706, yy2arr2706 - const yyr2706 bool = false - yyq2706[0] = x.Kind != "" - yyq2706[1] = x.APIVersion != "" - var yynn2706 int - if yyr2706 || yy2arr2706 { + yysep2725 := !z.EncBinary() + yy2arr2725 := z.EncBasicHandle().StructToArray + var yyq2725 [4]bool + _, _, _ = yysep2725, yyq2725, yy2arr2725 + const yyr2725 bool = false + yyq2725[0] = x.Kind != "" + yyq2725[1] = x.APIVersion != "" + var yynn2725 int + if yyr2725 || yy2arr2725 { r.EncodeArrayStart(4) } else { - yynn2706 = 2 - for _, b := range yyq2706 { + yynn2725 = 2 + for _, b := range yyq2725 { if b { - yynn2706++ + yynn2725++ } } - r.EncodeMapStart(yynn2706) - yynn2706 = 0 + r.EncodeMapStart(yynn2725) + yynn2725 = 0 } - if yyr2706 || yy2arr2706 { + if yyr2725 || yy2arr2725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2706[0] { - yym2708 := z.EncBinary() - _ = yym2708 + if yyq2725[0] { + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34358,23 +34624,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2706[0] { + if yyq2725[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2709 := z.EncBinary() - _ = yym2709 + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2706 || yy2arr2706 { + if yyr2725 || yy2arr2725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2706[1] { - yym2711 := z.EncBinary() - _ = yym2711 + if yyq2725[1] { + yym2730 := z.EncBinary() + _ = yym2730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34383,22 +34649,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2706[1] { + if yyq2725[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2712 := z.EncBinary() - _ = yym2712 + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2706 || yy2arr2706 { + if yyr2725 || yy2arr2725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2714 := z.EncBinary() - _ = yym2714 + yym2733 := z.EncBinary() + _ = yym2733 if false { } else { r.EncodeBool(bool(x.Export)) @@ -34407,17 +34673,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2715 := z.EncBinary() - _ = yym2715 + yym2734 := z.EncBinary() + _ = yym2734 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr2706 || yy2arr2706 { + if yyr2725 || yy2arr2725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2717 := z.EncBinary() - _ = yym2717 + yym2736 := z.EncBinary() + _ = yym2736 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -34426,14 +34692,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2718 := z.EncBinary() - _ = yym2718 + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr2706 || yy2arr2706 { + if yyr2725 || yy2arr2725 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34446,25 +34712,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2719 := z.DecBinary() - _ = yym2719 + yym2738 := z.DecBinary() + _ = yym2738 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2720 := r.ContainerType() - if yyct2720 == codecSelferValueTypeMap1234 { - yyl2720 := r.ReadMapStart() - if yyl2720 == 0 { + yyct2739 := r.ContainerType() + if yyct2739 == codecSelferValueTypeMap1234 { + yyl2739 := r.ReadMapStart() + if yyl2739 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2720, d) + x.codecDecodeSelfFromMap(yyl2739, d) } - } else if yyct2720 == codecSelferValueTypeArray1234 { - yyl2720 := r.ReadArrayStart() - if yyl2720 == 0 { + } else if yyct2739 == codecSelferValueTypeArray1234 { + yyl2739 := r.ReadArrayStart() + if yyl2739 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2720, d) + x.codecDecodeSelfFromArray(yyl2739, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34476,12 +34742,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2721Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2721Slc - var yyhl2721 bool = l >= 0 - for yyj2721 := 0; ; yyj2721++ { - if yyhl2721 { - if yyj2721 >= l { + var yys2740Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2740Slc + var yyhl2740 bool = l >= 0 + for yyj2740 := 0; ; yyj2740++ { + if yyhl2740 { + if yyj2740 >= l { break } } else { @@ -34490,10 +34756,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2721Slc = r.DecodeBytes(yys2721Slc, true, true) - yys2721 := string(yys2721Slc) + yys2740Slc = r.DecodeBytes(yys2740Slc, true, true) + yys2740 := string(yys2740Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2721 { + switch yys2740 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34519,9 +34785,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2721) - } // end switch yys2721 - } // end for yyj2721 + z.DecStructFieldNotFound(-1, yys2740) + } // end switch yys2740 + } // end for yyj2740 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34529,16 +34795,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2726 int - var yyb2726 bool - var yyhl2726 bool = l >= 0 - yyj2726++ - if yyhl2726 { - yyb2726 = yyj2726 > l + var yyj2745 int + var yyb2745 bool + var yyhl2745 bool = l >= 0 + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2726 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2726 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34548,13 +34814,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2726++ - if yyhl2726 { - yyb2726 = yyj2726 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2726 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2726 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34564,13 +34830,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2726++ - if yyhl2726 { - yyb2726 = yyj2726 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2726 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2726 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34580,13 +34846,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj2726++ - if yyhl2726 { - yyb2726 = yyj2726 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2726 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2726 { + if yyb2745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34597,17 +34863,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj2726++ - if yyhl2726 { - yyb2726 = yyj2726 > l + yyj2745++ + if yyhl2745 { + yyb2745 = yyj2745 > l } else { - yyb2726 = r.CheckBreak() + yyb2745 = r.CheckBreak() } - if yyb2726 { + if yyb2745 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2726-1, "") + z.DecStructFieldNotFound(yyj2745-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34619,36 +34885,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2731 := z.EncBinary() - _ = yym2731 + yym2750 := z.EncBinary() + _ = yym2750 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2732 := !z.EncBinary() - yy2arr2732 := z.EncBasicHandle().StructToArray - var yyq2732 [7]bool - _, _, _ = yysep2732, yyq2732, yy2arr2732 - const yyr2732 bool = false - yyq2732[0] = x.Kind != "" - yyq2732[1] = x.APIVersion != "" - var yynn2732 int - if yyr2732 || yy2arr2732 { + yysep2751 := !z.EncBinary() + yy2arr2751 := z.EncBasicHandle().StructToArray + var yyq2751 [7]bool + _, _, _ = yysep2751, yyq2751, yy2arr2751 + const yyr2751 bool = false + yyq2751[0] = x.Kind != "" + yyq2751[1] = x.APIVersion != "" + var yynn2751 int + if yyr2751 || yy2arr2751 { r.EncodeArrayStart(7) } else { - yynn2732 = 5 - for _, b := range yyq2732 { + yynn2751 = 5 + for _, b := range yyq2751 { if b { - yynn2732++ + yynn2751++ } } - r.EncodeMapStart(yynn2732) - yynn2732 = 0 + r.EncodeMapStart(yynn2751) + yynn2751 = 0 } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2732[0] { - yym2734 := z.EncBinary() - _ = yym2734 + if yyq2751[0] { + yym2753 := z.EncBinary() + _ = yym2753 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34657,23 +34923,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2732[0] { + if yyq2751[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2735 := z.EncBinary() - _ = yym2735 + yym2754 := z.EncBinary() + _ = yym2754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2732[1] { - yym2737 := z.EncBinary() - _ = yym2737 + if yyq2751[1] { + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34682,25 +34948,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2732[1] { + if yyq2751[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2738 := z.EncBinary() - _ = yym2738 + yym2757 := z.EncBinary() + _ = yym2757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym2740 := z.EncBinary() - _ = yym2740 + yym2759 := z.EncBinary() + _ = yym2759 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -34714,8 +34980,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym2741 := z.EncBinary() - _ = yym2741 + yym2760 := z.EncBinary() + _ = yym2760 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -34723,13 +34989,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym2743 := z.EncBinary() - _ = yym2743 + yym2762 := z.EncBinary() + _ = yym2762 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -34743,8 +35009,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym2744 := z.EncBinary() - _ = yym2744 + yym2763 := z.EncBinary() + _ = yym2763 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -34752,10 +35018,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2746 := z.EncBinary() - _ = yym2746 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -34764,17 +35030,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2747 := z.EncBinary() - _ = yym2747 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2749 := z.EncBinary() - _ = yym2749 + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -34783,24 +35049,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2750 := z.EncBinary() - _ = yym2750 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2752 := *x.TimeoutSeconds - yym2753 := z.EncBinary() - _ = yym2753 + yy2771 := *x.TimeoutSeconds + yym2772 := z.EncBinary() + _ = yym2772 if false { } else { - r.EncodeInt(int64(yy2752)) + r.EncodeInt(int64(yy2771)) } } } else { @@ -34810,16 +35076,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2754 := *x.TimeoutSeconds - yym2755 := z.EncBinary() - _ = yym2755 + yy2773 := *x.TimeoutSeconds + yym2774 := z.EncBinary() + _ = yym2774 if false { } else { - r.EncodeInt(int64(yy2754)) + r.EncodeInt(int64(yy2773)) } } } - if yyr2732 || yy2arr2732 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34832,25 +35098,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2756 := z.DecBinary() - _ = yym2756 + yym2775 := z.DecBinary() + _ = yym2775 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2757 := r.ContainerType() - if yyct2757 == codecSelferValueTypeMap1234 { - yyl2757 := r.ReadMapStart() - if yyl2757 == 0 { + yyct2776 := r.ContainerType() + if yyct2776 == codecSelferValueTypeMap1234 { + yyl2776 := r.ReadMapStart() + if yyl2776 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2757, d) + x.codecDecodeSelfFromMap(yyl2776, d) } - } else if yyct2757 == codecSelferValueTypeArray1234 { - yyl2757 := r.ReadArrayStart() - if yyl2757 == 0 { + } else if yyct2776 == codecSelferValueTypeArray1234 { + yyl2776 := r.ReadArrayStart() + if yyl2776 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2757, d) + x.codecDecodeSelfFromArray(yyl2776, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34862,12 +35128,12 @@ func (x *ListOptions) 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 yys2777Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2777Slc + var yyhl2777 bool = l >= 0 + for yyj2777 := 0; ; yyj2777++ { + if yyhl2777 { + if yyj2777 >= l { break } } else { @@ -34876,10 +35142,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2758Slc = r.DecodeBytes(yys2758Slc, true, true) - yys2758 := string(yys2758Slc) + yys2777Slc = r.DecodeBytes(yys2777Slc, true, true) + yys2777 := string(yys2777Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2758 { + switch yys2777 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34896,26 +35162,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv2761 := &x.LabelSelector - yym2762 := z.DecBinary() - _ = yym2762 + yyv2780 := &x.LabelSelector + yym2781 := z.DecBinary() + _ = yym2781 if false { - } else if z.HasExtensions() && z.DecExt(yyv2761) { + } else if z.HasExtensions() && z.DecExt(yyv2780) { } else { - z.DecFallback(yyv2761, true) + z.DecFallback(yyv2780, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv2763 := &x.FieldSelector - yym2764 := z.DecBinary() - _ = yym2764 + yyv2782 := &x.FieldSelector + yym2783 := z.DecBinary() + _ = yym2783 if false { - } else if z.HasExtensions() && z.DecExt(yyv2763) { + } else if z.HasExtensions() && z.DecExt(yyv2782) { } else { - z.DecFallback(yyv2763, true) + z.DecFallback(yyv2782, true) } } case "Watch": @@ -34939,17 +35205,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2768 := z.DecBinary() - _ = yym2768 + yym2787 := z.DecBinary() + _ = yym2787 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2758) - } // end switch yys2758 - } // end for yyj2758 + z.DecStructFieldNotFound(-1, yys2777) + } // end switch yys2777 + } // end for yyj2777 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34957,16 +35223,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2769 int - var yyb2769 bool - var yyhl2769 bool = l >= 0 - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + var yyj2788 int + var yyb2788 bool + var yyhl2788 bool = l >= 0 + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34976,13 +35242,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34992,13 +35258,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35006,22 +35272,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv2772 := &x.LabelSelector - yym2773 := z.DecBinary() - _ = yym2773 + yyv2791 := &x.LabelSelector + yym2792 := z.DecBinary() + _ = yym2792 if false { - } else if z.HasExtensions() && z.DecExt(yyv2772) { + } else if z.HasExtensions() && z.DecExt(yyv2791) { } else { - z.DecFallback(yyv2772, true) + z.DecFallback(yyv2791, true) } } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35029,22 +35295,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv2774 := &x.FieldSelector - yym2775 := z.DecBinary() - _ = yym2775 + yyv2793 := &x.FieldSelector + yym2794 := z.DecBinary() + _ = yym2794 if false { - } else if z.HasExtensions() && z.DecExt(yyv2774) { + } else if z.HasExtensions() && z.DecExt(yyv2793) { } else { - z.DecFallback(yyv2774, true) + z.DecFallback(yyv2793, true) } } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35054,13 +35320,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35070,13 +35336,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35089,25 +35355,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2779 := z.DecBinary() - _ = yym2779 + yym2798 := z.DecBinary() + _ = yym2798 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2769++ - if yyhl2769 { - yyb2769 = yyj2769 > l + yyj2788++ + if yyhl2788 { + yyb2788 = yyj2788 > l } else { - yyb2769 = r.CheckBreak() + yyb2788 = r.CheckBreak() } - if yyb2769 { + if yyb2788 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2769-1, "") + z.DecStructFieldNotFound(yyj2788-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35119,36 +35385,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2780 := z.EncBinary() - _ = yym2780 + yym2799 := z.EncBinary() + _ = yym2799 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2781 := !z.EncBinary() - yy2arr2781 := z.EncBasicHandle().StructToArray - var yyq2781 [10]bool - _, _, _ = yysep2781, yyq2781, yy2arr2781 - const yyr2781 bool = false - yyq2781[0] = x.Kind != "" - yyq2781[1] = x.APIVersion != "" - var yynn2781 int - if yyr2781 || yy2arr2781 { + yysep2800 := !z.EncBinary() + yy2arr2800 := z.EncBasicHandle().StructToArray + var yyq2800 [10]bool + _, _, _ = yysep2800, yyq2800, yy2arr2800 + const yyr2800 bool = false + yyq2800[0] = x.Kind != "" + yyq2800[1] = x.APIVersion != "" + var yynn2800 int + if yyr2800 || yy2arr2800 { r.EncodeArrayStart(10) } else { - yynn2781 = 8 - for _, b := range yyq2781 { + yynn2800 = 8 + for _, b := range yyq2800 { if b { - yynn2781++ + yynn2800++ } } - r.EncodeMapStart(yynn2781) - yynn2781 = 0 + r.EncodeMapStart(yynn2800) + yynn2800 = 0 } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2781[0] { - yym2783 := z.EncBinary() - _ = yym2783 + if yyq2800[0] { + yym2802 := z.EncBinary() + _ = yym2802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35157,23 +35423,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2781[0] { + if yyq2800[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2784 := z.EncBinary() - _ = yym2784 + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2781[1] { - yym2786 := z.EncBinary() - _ = yym2786 + if yyq2800[1] { + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35182,22 +35448,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2781[1] { + if yyq2800[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2787 := z.EncBinary() - _ = yym2787 + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2789 := z.EncBinary() - _ = yym2789 + yym2808 := z.EncBinary() + _ = yym2808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -35206,17 +35472,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2790 := z.EncBinary() - _ = yym2790 + yym2809 := z.EncBinary() + _ = yym2809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2792 := z.EncBinary() - _ = yym2792 + yym2811 := z.EncBinary() + _ = yym2811 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -35225,17 +35491,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2793 := z.EncBinary() - _ = yym2793 + yym2812 := z.EncBinary() + _ = yym2812 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2795 := z.EncBinary() - _ = yym2795 + yym2814 := z.EncBinary() + _ = yym2814 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -35244,24 +35510,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2796 := z.EncBinary() - _ = yym2796 + yym2815 := z.EncBinary() + _ = yym2815 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2798 := *x.SinceSeconds - yym2799 := z.EncBinary() - _ = yym2799 + yy2817 := *x.SinceSeconds + yym2818 := z.EncBinary() + _ = yym2818 if false { } else { - r.EncodeInt(int64(yy2798)) + r.EncodeInt(int64(yy2817)) } } } else { @@ -35271,27 +35537,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2800 := *x.SinceSeconds - yym2801 := z.EncBinary() - _ = yym2801 + yy2819 := *x.SinceSeconds + yym2820 := z.EncBinary() + _ = yym2820 if false { } else { - r.EncodeInt(int64(yy2800)) + r.EncodeInt(int64(yy2819)) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym2803 := z.EncBinary() - _ = yym2803 + yym2822 := z.EncBinary() + _ = yym2822 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2803 { + } else if yym2822 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2803 && z.IsJSONHandle() { + } else if !yym2822 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -35304,23 +35570,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym2804 := z.EncBinary() - _ = yym2804 + yym2823 := z.EncBinary() + _ = yym2823 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2804 { + } else if yym2823 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2804 && z.IsJSONHandle() { + } else if !yym2823 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2806 := z.EncBinary() - _ = yym2806 + yym2825 := z.EncBinary() + _ = yym2825 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -35329,24 +35595,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2807 := z.EncBinary() - _ = yym2807 + yym2826 := z.EncBinary() + _ = yym2826 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy2809 := *x.TailLines - yym2810 := z.EncBinary() - _ = yym2810 + yy2828 := *x.TailLines + yym2829 := z.EncBinary() + _ = yym2829 if false { } else { - r.EncodeInt(int64(yy2809)) + r.EncodeInt(int64(yy2828)) } } } else { @@ -35356,26 +35622,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy2811 := *x.TailLines - yym2812 := z.EncBinary() - _ = yym2812 + yy2830 := *x.TailLines + yym2831 := z.EncBinary() + _ = yym2831 if false { } else { - r.EncodeInt(int64(yy2811)) + r.EncodeInt(int64(yy2830)) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy2814 := *x.LimitBytes - yym2815 := z.EncBinary() - _ = yym2815 + yy2833 := *x.LimitBytes + yym2834 := z.EncBinary() + _ = yym2834 if false { } else { - r.EncodeInt(int64(yy2814)) + r.EncodeInt(int64(yy2833)) } } } else { @@ -35385,16 +35651,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy2816 := *x.LimitBytes - yym2817 := z.EncBinary() - _ = yym2817 + yy2835 := *x.LimitBytes + yym2836 := z.EncBinary() + _ = yym2836 if false { } else { - r.EncodeInt(int64(yy2816)) + r.EncodeInt(int64(yy2835)) } } } - if yyr2781 || yy2arr2781 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35407,25 +35673,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2818 := z.DecBinary() - _ = yym2818 + yym2837 := z.DecBinary() + _ = yym2837 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2819 := r.ContainerType() - if yyct2819 == codecSelferValueTypeMap1234 { - yyl2819 := r.ReadMapStart() - if yyl2819 == 0 { + yyct2838 := r.ContainerType() + if yyct2838 == codecSelferValueTypeMap1234 { + yyl2838 := r.ReadMapStart() + if yyl2838 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2819, d) + x.codecDecodeSelfFromMap(yyl2838, d) } - } else if yyct2819 == codecSelferValueTypeArray1234 { - yyl2819 := r.ReadArrayStart() - if yyl2819 == 0 { + } else if yyct2838 == codecSelferValueTypeArray1234 { + yyl2838 := r.ReadArrayStart() + if yyl2838 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2819, d) + x.codecDecodeSelfFromArray(yyl2838, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35437,12 +35703,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2820Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2820Slc - var yyhl2820 bool = l >= 0 - for yyj2820 := 0; ; yyj2820++ { - if yyhl2820 { - if yyj2820 >= l { + var yys2839Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2839Slc + var yyhl2839 bool = l >= 0 + for yyj2839 := 0; ; yyj2839++ { + if yyhl2839 { + if yyj2839 >= l { break } } else { @@ -35451,10 +35717,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2820Slc = r.DecodeBytes(yys2820Slc, true, true) - yys2820 := string(yys2820Slc) + yys2839Slc = r.DecodeBytes(yys2839Slc, true, true) + yys2839 := string(yys2839Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2820 { + switch yys2839 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35494,8 +35760,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2827 := z.DecBinary() - _ = yym2827 + yym2846 := z.DecBinary() + _ = yym2846 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -35510,13 +35776,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2829 := z.DecBinary() - _ = yym2829 + yym2848 := z.DecBinary() + _ = yym2848 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2829 { + } else if yym2848 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2829 && z.IsJSONHandle() { + } else if !yym2848 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -35537,8 +35803,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2832 := z.DecBinary() - _ = yym2832 + yym2851 := z.DecBinary() + _ = yym2851 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -35553,17 +35819,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2834 := z.DecBinary() - _ = yym2834 + yym2853 := z.DecBinary() + _ = yym2853 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2820) - } // end switch yys2820 - } // end for yyj2820 + z.DecStructFieldNotFound(-1, yys2839) + } // end switch yys2839 + } // end for yyj2839 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35571,16 +35837,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2835 int - var yyb2835 bool - var yyhl2835 bool = l >= 0 - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + var yyj2854 int + var yyb2854 bool + var yyhl2854 bool = l >= 0 + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35590,13 +35856,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35606,13 +35872,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35622,13 +35888,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35638,13 +35904,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35654,13 +35920,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35673,20 +35939,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2842 := z.DecBinary() - _ = yym2842 + yym2861 := z.DecBinary() + _ = yym2861 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35699,25 +35965,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2844 := z.DecBinary() - _ = yym2844 + yym2863 := z.DecBinary() + _ = yym2863 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2844 { + } else if yym2863 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2844 && z.IsJSONHandle() { + } else if !yym2863 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35727,13 +35993,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35746,20 +36012,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2847 := z.DecBinary() - _ = yym2847 + yym2866 := z.DecBinary() + _ = yym2866 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35772,25 +36038,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2849 := z.DecBinary() - _ = yym2849 + yym2868 := z.DecBinary() + _ = yym2868 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2835 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2835 { + if yyb2854 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2835-1, "") + z.DecStructFieldNotFound(yyj2854-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35802,212 +36068,212 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2850 := z.EncBinary() - _ = yym2850 + yym2869 := z.EncBinary() + _ = yym2869 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2851 := !z.EncBinary() - yy2arr2851 := z.EncBasicHandle().StructToArray - var yyq2851 [7]bool - _, _, _ = yysep2851, yyq2851, yy2arr2851 - const yyr2851 bool = false - yyq2851[0] = x.Kind != "" - yyq2851[1] = x.APIVersion != "" - yyq2851[2] = x.Stdin != false - yyq2851[3] = x.Stdout != false - yyq2851[4] = x.Stderr != false - yyq2851[5] = x.TTY != false - yyq2851[6] = x.Container != "" - var yynn2851 int - if yyr2851 || yy2arr2851 { + yysep2870 := !z.EncBinary() + yy2arr2870 := z.EncBasicHandle().StructToArray + var yyq2870 [7]bool + _, _, _ = yysep2870, yyq2870, yy2arr2870 + const yyr2870 bool = false + yyq2870[0] = x.Kind != "" + yyq2870[1] = x.APIVersion != "" + yyq2870[2] = x.Stdin != false + yyq2870[3] = x.Stdout != false + yyq2870[4] = x.Stderr != false + yyq2870[5] = x.TTY != false + yyq2870[6] = x.Container != "" + var yynn2870 int + if yyr2870 || yy2arr2870 { r.EncodeArrayStart(7) } else { - yynn2851 = 0 - for _, b := range yyq2851 { + yynn2870 = 0 + for _, b := range yyq2870 { if b { - yynn2851++ + yynn2870++ } } - r.EncodeMapStart(yynn2851) - yynn2851 = 0 + r.EncodeMapStart(yynn2870) + yynn2870 = 0 } - if yyr2851 || yy2arr2851 { + if yyr2870 || yy2arr2870 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[0] { - yym2853 := z.EncBinary() - _ = yym2853 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2851[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2854 := z.EncBinary() - _ = yym2854 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[1] { - yym2856 := z.EncBinary() - _ = yym2856 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2851[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2857 := z.EncBinary() - _ = yym2857 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[2] { - yym2859 := z.EncBinary() - _ = yym2859 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2851[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2860 := z.EncBinary() - _ = yym2860 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[3] { - yym2862 := z.EncBinary() - _ = yym2862 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2851[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2863 := z.EncBinary() - _ = yym2863 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[4] { - yym2865 := z.EncBinary() - _ = yym2865 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2851[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2866 := z.EncBinary() - _ = yym2866 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[5] { - yym2868 := z.EncBinary() - _ = yym2868 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2851[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2869 := z.EncBinary() - _ = yym2869 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr2851 || yy2arr2851 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2851[6] { - yym2871 := z.EncBinary() - _ = yym2871 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2851[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("container")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2870[0] { yym2872 := z.EncBinary() _ = yym2872 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2870[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2873 := z.EncBinary() + _ = yym2873 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[1] { + yym2875 := z.EncBinary() + _ = yym2875 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2870[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2876 := z.EncBinary() + _ = yym2876 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[2] { + yym2878 := z.EncBinary() + _ = yym2878 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2870[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2879 := z.EncBinary() + _ = yym2879 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[3] { + yym2881 := z.EncBinary() + _ = yym2881 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2870[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2882 := z.EncBinary() + _ = yym2882 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[4] { + yym2884 := z.EncBinary() + _ = yym2884 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2870[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2885 := z.EncBinary() + _ = yym2885 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[5] { + yym2887 := z.EncBinary() + _ = yym2887 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2870[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tty")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2888 := z.EncBinary() + _ = yym2888 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } + } + if yyr2870 || yy2arr2870 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2870[6] { + yym2890 := z.EncBinary() + _ = yym2890 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2870[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("container")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2891 := z.EncBinary() + _ = yym2891 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2851 || yy2arr2851 { + if yyr2870 || yy2arr2870 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36020,25 +36286,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2873 := z.DecBinary() - _ = yym2873 + yym2892 := z.DecBinary() + _ = yym2892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2874 := r.ContainerType() - if yyct2874 == codecSelferValueTypeMap1234 { - yyl2874 := r.ReadMapStart() - if yyl2874 == 0 { + yyct2893 := r.ContainerType() + if yyct2893 == codecSelferValueTypeMap1234 { + yyl2893 := r.ReadMapStart() + if yyl2893 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2874, d) + x.codecDecodeSelfFromMap(yyl2893, d) } - } else if yyct2874 == codecSelferValueTypeArray1234 { - yyl2874 := r.ReadArrayStart() - if yyl2874 == 0 { + } else if yyct2893 == codecSelferValueTypeArray1234 { + yyl2893 := r.ReadArrayStart() + if yyl2893 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2874, d) + x.codecDecodeSelfFromArray(yyl2893, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36050,12 +36316,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2875Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2875Slc - var yyhl2875 bool = l >= 0 - for yyj2875 := 0; ; yyj2875++ { - if yyhl2875 { - if yyj2875 >= l { + var yys2894Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2894Slc + var yyhl2894 bool = l >= 0 + for yyj2894 := 0; ; yyj2894++ { + if yyhl2894 { + if yyj2894 >= l { break } } else { @@ -36064,10 +36330,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2875Slc = r.DecodeBytes(yys2875Slc, true, true) - yys2875 := string(yys2875Slc) + yys2894Slc = r.DecodeBytes(yys2894Slc, true, true) + yys2894 := string(yys2894Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2875 { + switch yys2894 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36111,9 +36377,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2875) - } // end switch yys2875 - } // end for yyj2875 + z.DecStructFieldNotFound(-1, yys2894) + } // end switch yys2894 + } // end for yyj2894 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36121,16 +36387,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2883 int - var yyb2883 bool - var yyhl2883 bool = l >= 0 - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + var yyj2902 int + var yyb2902 bool + var yyhl2902 bool = l >= 0 + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36140,13 +36406,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36156,13 +36422,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36172,13 +36438,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36188,13 +36454,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36204,13 +36470,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36220,13 +36486,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36237,17 +36503,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj2883++ - if yyhl2883 { - yyb2883 = yyj2883 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2883 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2883 { + if yyb2902 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2883-1, "") + z.DecStructFieldNotFound(yyj2902-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36259,36 +36525,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2891 := z.EncBinary() - _ = yym2891 + yym2910 := z.EncBinary() + _ = yym2910 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2892 := !z.EncBinary() - yy2arr2892 := z.EncBasicHandle().StructToArray - var yyq2892 [8]bool - _, _, _ = yysep2892, yyq2892, yy2arr2892 - const yyr2892 bool = false - yyq2892[0] = x.Kind != "" - yyq2892[1] = x.APIVersion != "" - var yynn2892 int - if yyr2892 || yy2arr2892 { + yysep2911 := !z.EncBinary() + yy2arr2911 := z.EncBasicHandle().StructToArray + var yyq2911 [8]bool + _, _, _ = yysep2911, yyq2911, yy2arr2911 + const yyr2911 bool = false + yyq2911[0] = x.Kind != "" + yyq2911[1] = x.APIVersion != "" + var yynn2911 int + if yyr2911 || yy2arr2911 { r.EncodeArrayStart(8) } else { - yynn2892 = 6 - for _, b := range yyq2892 { + yynn2911 = 6 + for _, b := range yyq2911 { if b { - yynn2892++ + yynn2911++ } } - r.EncodeMapStart(yynn2892) - yynn2892 = 0 + r.EncodeMapStart(yynn2911) + yynn2911 = 0 } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2892[0] { - yym2894 := z.EncBinary() - _ = yym2894 + if yyq2911[0] { + yym2913 := z.EncBinary() + _ = yym2913 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36297,23 +36563,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2892[0] { + if yyq2911[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2895 := z.EncBinary() - _ = yym2895 + yym2914 := z.EncBinary() + _ = yym2914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2892[1] { - yym2897 := z.EncBinary() - _ = yym2897 + if yyq2911[1] { + yym2916 := z.EncBinary() + _ = yym2916 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36322,22 +36588,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2892[1] { + if yyq2911[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2898 := z.EncBinary() - _ = yym2898 + yym2917 := z.EncBinary() + _ = yym2917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2900 := z.EncBinary() - _ = yym2900 + yym2919 := z.EncBinary() + _ = yym2919 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -36346,17 +36612,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2901 := z.EncBinary() - _ = yym2901 + yym2920 := z.EncBinary() + _ = yym2920 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2903 := z.EncBinary() - _ = yym2903 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -36365,17 +36631,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2904 := z.EncBinary() - _ = yym2904 + yym2923 := z.EncBinary() + _ = yym2923 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2906 := z.EncBinary() - _ = yym2906 + yym2925 := z.EncBinary() + _ = yym2925 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -36384,17 +36650,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2907 := z.EncBinary() - _ = yym2907 + yym2926 := z.EncBinary() + _ = yym2926 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2909 := z.EncBinary() - _ = yym2909 + yym2928 := z.EncBinary() + _ = yym2928 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -36403,17 +36669,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2910 := z.EncBinary() - _ = yym2910 + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2912 := z.EncBinary() - _ = yym2912 + yym2931 := z.EncBinary() + _ = yym2931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -36422,20 +36688,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2913 := z.EncBinary() - _ = yym2913 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym2915 := z.EncBinary() - _ = yym2915 + yym2934 := z.EncBinary() + _ = yym2934 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -36448,15 +36714,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym2916 := z.EncBinary() - _ = yym2916 + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr2892 || yy2arr2892 { + if yyr2911 || yy2arr2911 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36469,25 +36735,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2917 := z.DecBinary() - _ = yym2917 + yym2936 := z.DecBinary() + _ = yym2936 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2918 := r.ContainerType() - if yyct2918 == codecSelferValueTypeMap1234 { - yyl2918 := r.ReadMapStart() - if yyl2918 == 0 { + yyct2937 := r.ContainerType() + if yyct2937 == codecSelferValueTypeMap1234 { + yyl2937 := r.ReadMapStart() + if yyl2937 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2918, d) + x.codecDecodeSelfFromMap(yyl2937, d) } - } else if yyct2918 == codecSelferValueTypeArray1234 { - yyl2918 := r.ReadArrayStart() - if yyl2918 == 0 { + } else if yyct2937 == codecSelferValueTypeArray1234 { + yyl2937 := r.ReadArrayStart() + if yyl2937 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2918, d) + x.codecDecodeSelfFromArray(yyl2937, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36499,12 +36765,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2919Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2919Slc - var yyhl2919 bool = l >= 0 - for yyj2919 := 0; ; yyj2919++ { - if yyhl2919 { - if yyj2919 >= l { + var yys2938Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2938Slc + var yyhl2938 bool = l >= 0 + for yyj2938 := 0; ; yyj2938++ { + if yyhl2938 { + if yyj2938 >= l { break } } else { @@ -36513,10 +36779,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2919Slc = r.DecodeBytes(yys2919Slc, true, true) - yys2919 := string(yys2919Slc) + yys2938Slc = r.DecodeBytes(yys2938Slc, true, true) + yys2938 := string(yys2938Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2919 { + switch yys2938 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36563,18 +36829,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2927 := &x.Command - yym2928 := z.DecBinary() - _ = yym2928 + yyv2946 := &x.Command + yym2947 := z.DecBinary() + _ = yym2947 if false { } else { - z.F.DecSliceStringX(yyv2927, false, d) + z.F.DecSliceStringX(yyv2946, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2919) - } // end switch yys2919 - } // end for yyj2919 + z.DecStructFieldNotFound(-1, yys2938) + } // end switch yys2938 + } // end for yyj2938 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36582,16 +36848,16 @@ func (x *PodExecOptions) 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 yyj2948 int + var yyb2948 bool + var yyhl2948 bool = l >= 0 + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36601,13 +36867,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36617,13 +36883,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36633,13 +36899,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36649,13 +36915,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36665,13 +36931,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36681,13 +36947,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36697,13 +36963,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36711,26 +36977,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2937 := &x.Command - yym2938 := z.DecBinary() - _ = yym2938 + yyv2956 := &x.Command + yym2957 := z.DecBinary() + _ = yym2957 if false { } else { - z.F.DecSliceStringX(yyv2937, false, d) + z.F.DecSliceStringX(yyv2956, false, d) } } for { - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2948++ + if yyhl2948 { + yyb2948 = yyj2948 > l } else { - yyb2929 = r.CheckBreak() + yyb2948 = r.CheckBreak() } - if yyb2929 { + if yyb2948 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2929-1, "") + z.DecStructFieldNotFound(yyj2948-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36742,36 +37008,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2939 := z.EncBinary() - _ = yym2939 + yym2958 := z.EncBinary() + _ = yym2958 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2940 := !z.EncBinary() - yy2arr2940 := z.EncBasicHandle().StructToArray - var yyq2940 [3]bool - _, _, _ = yysep2940, yyq2940, yy2arr2940 - const yyr2940 bool = false - yyq2940[0] = x.Kind != "" - yyq2940[1] = x.APIVersion != "" - var yynn2940 int - if yyr2940 || yy2arr2940 { + yysep2959 := !z.EncBinary() + yy2arr2959 := z.EncBasicHandle().StructToArray + var yyq2959 [3]bool + _, _, _ = yysep2959, yyq2959, yy2arr2959 + const yyr2959 bool = false + yyq2959[0] = x.Kind != "" + yyq2959[1] = x.APIVersion != "" + var yynn2959 int + if yyr2959 || yy2arr2959 { r.EncodeArrayStart(3) } else { - yynn2940 = 1 - for _, b := range yyq2940 { + yynn2959 = 1 + for _, b := range yyq2959 { if b { - yynn2940++ + yynn2959++ } } - r.EncodeMapStart(yynn2940) - yynn2940 = 0 + r.EncodeMapStart(yynn2959) + yynn2959 = 0 } - if yyr2940 || yy2arr2940 { + if yyr2959 || yy2arr2959 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2940[0] { - yym2942 := z.EncBinary() - _ = yym2942 + if yyq2959[0] { + yym2961 := z.EncBinary() + _ = yym2961 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36780,23 +37046,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2940[0] { + if yyq2959[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2943 := z.EncBinary() - _ = yym2943 + yym2962 := z.EncBinary() + _ = yym2962 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2940 || yy2arr2940 { + if yyr2959 || yy2arr2959 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2940[1] { - yym2945 := z.EncBinary() - _ = yym2945 + if yyq2959[1] { + yym2964 := z.EncBinary() + _ = yym2964 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36805,22 +37071,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2940[1] { + if yyq2959[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2946 := z.EncBinary() - _ = yym2946 + yym2965 := z.EncBinary() + _ = yym2965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2940 || yy2arr2940 { + if yyr2959 || yy2arr2959 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2948 := z.EncBinary() - _ = yym2948 + yym2967 := z.EncBinary() + _ = yym2967 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -36829,14 +37095,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2949 := z.EncBinary() - _ = yym2949 + yym2968 := z.EncBinary() + _ = yym2968 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr2940 || yy2arr2940 { + if yyr2959 || yy2arr2959 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36849,25 +37115,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2950 := z.DecBinary() - _ = yym2950 + yym2969 := z.DecBinary() + _ = yym2969 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2951 := r.ContainerType() - if yyct2951 == codecSelferValueTypeMap1234 { - yyl2951 := r.ReadMapStart() - if yyl2951 == 0 { + yyct2970 := r.ContainerType() + if yyct2970 == codecSelferValueTypeMap1234 { + yyl2970 := r.ReadMapStart() + if yyl2970 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2951, d) + x.codecDecodeSelfFromMap(yyl2970, d) } - } else if yyct2951 == codecSelferValueTypeArray1234 { - yyl2951 := r.ReadArrayStart() - if yyl2951 == 0 { + } else if yyct2970 == codecSelferValueTypeArray1234 { + yyl2970 := r.ReadArrayStart() + if yyl2970 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2951, d) + x.codecDecodeSelfFromArray(yyl2970, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36879,12 +37145,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2952Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2952Slc - var yyhl2952 bool = l >= 0 - for yyj2952 := 0; ; yyj2952++ { - if yyhl2952 { - if yyj2952 >= 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 { @@ -36893,10 +37159,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2952Slc = r.DecodeBytes(yys2952Slc, true, true) - yys2952 := string(yys2952Slc) + yys2971Slc = r.DecodeBytes(yys2971Slc, true, true) + yys2971 := string(yys2971Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2952 { + switch yys2971 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36916,9 +37182,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2952) - } // end switch yys2952 - } // end for yyj2952 + z.DecStructFieldNotFound(-1, yys2971) + } // end switch yys2971 + } // end for yyj2971 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36926,16 +37192,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2956 int - var yyb2956 bool - var yyhl2956 bool = l >= 0 - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + var yyj2975 int + var yyb2975 bool + var yyhl2975 bool = l >= 0 + yyj2975++ + if yyhl2975 { + yyb2975 = yyj2975 > l } else { - yyb2956 = r.CheckBreak() + yyb2975 = r.CheckBreak() } - if yyb2956 { + if yyb2975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36945,13 +37211,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2975++ + if yyhl2975 { + yyb2975 = yyj2975 > l } else { - yyb2956 = r.CheckBreak() + yyb2975 = r.CheckBreak() } - if yyb2956 { + if yyb2975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36961,13 +37227,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2975++ + if yyhl2975 { + yyb2975 = yyj2975 > l } else { - yyb2956 = r.CheckBreak() + yyb2975 = r.CheckBreak() } - if yyb2956 { + if yyb2975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36978,17 +37244,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2975++ + if yyhl2975 { + yyb2975 = yyj2975 > l } else { - yyb2956 = r.CheckBreak() + yyb2975 = r.CheckBreak() } - if yyb2956 { + if yyb2975 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2956-1, "") + z.DecStructFieldNotFound(yyj2975-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37000,214 +37266,214 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2960 := z.EncBinary() - _ = yym2960 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2961 := !z.EncBinary() - yy2arr2961 := z.EncBasicHandle().StructToArray - var yyq2961 [7]bool - _, _, _ = yysep2961, yyq2961, yy2arr2961 - const yyr2961 bool = false - yyq2961[0] = x.Kind != "" - yyq2961[1] = x.Namespace != "" - yyq2961[2] = x.Name != "" - yyq2961[3] = x.UID != "" - yyq2961[4] = x.APIVersion != "" - yyq2961[5] = x.ResourceVersion != "" - yyq2961[6] = x.FieldPath != "" - var yynn2961 int - if yyr2961 || yy2arr2961 { + yysep2980 := !z.EncBinary() + yy2arr2980 := z.EncBasicHandle().StructToArray + var yyq2980 [7]bool + _, _, _ = yysep2980, yyq2980, yy2arr2980 + const yyr2980 bool = false + yyq2980[0] = x.Kind != "" + yyq2980[1] = x.Namespace != "" + yyq2980[2] = x.Name != "" + yyq2980[3] = x.UID != "" + yyq2980[4] = x.APIVersion != "" + yyq2980[5] = x.ResourceVersion != "" + yyq2980[6] = x.FieldPath != "" + var yynn2980 int + if yyr2980 || yy2arr2980 { r.EncodeArrayStart(7) } else { - yynn2961 = 0 - for _, b := range yyq2961 { + yynn2980 = 0 + for _, b := range yyq2980 { if b { - yynn2961++ + yynn2980++ } } - r.EncodeMapStart(yynn2961) - yynn2961 = 0 + r.EncodeMapStart(yynn2980) + yynn2980 = 0 } - if yyr2961 || yy2arr2961 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[0] { - yym2963 := z.EncBinary() - _ = yym2963 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2964 := z.EncBinary() - _ = yym2964 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[1] { - yym2966 := z.EncBinary() - _ = yym2966 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2967 := z.EncBinary() - _ = yym2967 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[2] { - yym2969 := z.EncBinary() - _ = yym2969 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2970 := z.EncBinary() - _ = yym2970 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[3] { - yym2972 := z.EncBinary() - _ = yym2972 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2973 := z.EncBinary() - _ = yym2973 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[4] { - yym2975 := z.EncBinary() - _ = yym2975 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2976 := z.EncBinary() - _ = yym2976 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[5] { - yym2978 := z.EncBinary() - _ = yym2978 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr2961 || yy2arr2961 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2961[6] { - yym2981 := z.EncBinary() - _ = yym2981 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2961[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2980[0] { yym2982 := z.EncBinary() _ = yym2982 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2983 := z.EncBinary() + _ = yym2983 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[1] { + yym2985 := z.EncBinary() + _ = yym2985 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2986 := z.EncBinary() + _ = yym2986 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[2] { + yym2988 := z.EncBinary() + _ = yym2988 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2989 := z.EncBinary() + _ = yym2989 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[3] { + yym2991 := z.EncBinary() + _ = yym2991 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2992 := z.EncBinary() + _ = yym2992 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[4] { + yym2994 := z.EncBinary() + _ = yym2994 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2995 := z.EncBinary() + _ = yym2995 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[5] { + yym2997 := z.EncBinary() + _ = yym2997 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2998 := z.EncBinary() + _ = yym2998 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr2980 || yy2arr2980 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2980[6] { + yym3000 := z.EncBinary() + _ = yym3000 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2980[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3001 := z.EncBinary() + _ = yym3001 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr2961 || yy2arr2961 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37220,25 +37486,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2983 := z.DecBinary() - _ = yym2983 + yym3002 := z.DecBinary() + _ = yym3002 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2984 := r.ContainerType() - if yyct2984 == codecSelferValueTypeMap1234 { - yyl2984 := r.ReadMapStart() - if yyl2984 == 0 { + yyct3003 := r.ContainerType() + if yyct3003 == codecSelferValueTypeMap1234 { + yyl3003 := r.ReadMapStart() + if yyl3003 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2984, d) + x.codecDecodeSelfFromMap(yyl3003, d) } - } else if yyct2984 == codecSelferValueTypeArray1234 { - yyl2984 := r.ReadArrayStart() - if yyl2984 == 0 { + } else if yyct3003 == codecSelferValueTypeArray1234 { + yyl3003 := r.ReadArrayStart() + if yyl3003 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2984, d) + x.codecDecodeSelfFromArray(yyl3003, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37250,12 +37516,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2985Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2985Slc - var yyhl2985 bool = l >= 0 - for yyj2985 := 0; ; yyj2985++ { - if yyhl2985 { - if yyj2985 >= l { + var yys3004Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3004Slc + var yyhl3004 bool = l >= 0 + for yyj3004 := 0; ; yyj3004++ { + if yyhl3004 { + if yyj3004 >= l { break } } else { @@ -37264,10 +37530,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2985Slc = r.DecodeBytes(yys2985Slc, true, true) - yys2985 := string(yys2985Slc) + yys3004Slc = r.DecodeBytes(yys3004Slc, true, true) + yys3004 := string(yys3004Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2985 { + switch yys3004 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37311,9 +37577,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2985) - } // end switch yys2985 - } // end for yyj2985 + z.DecStructFieldNotFound(-1, yys3004) + } // end switch yys3004 + } // end for yyj3004 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37321,16 +37587,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2993 int - var yyb2993 bool - var yyhl2993 bool = l >= 0 - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + var yyj3012 int + var yyb3012 bool + var yyhl3012 bool = l >= 0 + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37340,13 +37606,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37356,13 +37622,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37372,13 +37638,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37388,13 +37654,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37404,13 +37670,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37420,13 +37686,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37437,17 +37703,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj2993++ - if yyhl2993 { - yyb2993 = yyj2993 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb2993 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb2993 { + if yyb3012 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2993-1, "") + z.DecStructFieldNotFound(yyj3012-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37459,33 +37725,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3001 := z.EncBinary() - _ = yym3001 + yym3020 := z.EncBinary() + _ = yym3020 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3002 := !z.EncBinary() - yy2arr3002 := z.EncBasicHandle().StructToArray - var yyq3002 [1]bool - _, _, _ = yysep3002, yyq3002, yy2arr3002 - const yyr3002 bool = false - var yynn3002 int - if yyr3002 || yy2arr3002 { + yysep3021 := !z.EncBinary() + yy2arr3021 := z.EncBasicHandle().StructToArray + var yyq3021 [1]bool + _, _, _ = yysep3021, yyq3021, yy2arr3021 + const yyr3021 bool = false + var yynn3021 int + if yyr3021 || yy2arr3021 { r.EncodeArrayStart(1) } else { - yynn3002 = 1 - for _, b := range yyq3002 { + yynn3021 = 1 + for _, b := range yyq3021 { if b { - yynn3002++ + yynn3021++ } } - r.EncodeMapStart(yynn3002) - yynn3002 = 0 + r.EncodeMapStart(yynn3021) + yynn3021 = 0 } - if yyr3002 || yy2arr3002 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3004 := z.EncBinary() - _ = yym3004 + yym3023 := z.EncBinary() + _ = yym3023 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -37494,14 +37760,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3005 := z.EncBinary() - _ = yym3005 + yym3024 := z.EncBinary() + _ = yym3024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3002 || yy2arr3002 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37514,25 +37780,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3006 := z.DecBinary() - _ = yym3006 + yym3025 := z.DecBinary() + _ = yym3025 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3007 := r.ContainerType() - if yyct3007 == codecSelferValueTypeMap1234 { - yyl3007 := r.ReadMapStart() - if yyl3007 == 0 { + yyct3026 := r.ContainerType() + if yyct3026 == codecSelferValueTypeMap1234 { + yyl3026 := r.ReadMapStart() + if yyl3026 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3007, d) + x.codecDecodeSelfFromMap(yyl3026, d) } - } else if yyct3007 == codecSelferValueTypeArray1234 { - yyl3007 := r.ReadArrayStart() - if yyl3007 == 0 { + } else if yyct3026 == codecSelferValueTypeArray1234 { + yyl3026 := r.ReadArrayStart() + if yyl3026 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3007, d) + x.codecDecodeSelfFromArray(yyl3026, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37544,12 +37810,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3008Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3008Slc - var yyhl3008 bool = l >= 0 - for yyj3008 := 0; ; yyj3008++ { - if yyhl3008 { - if yyj3008 >= l { + var yys3027Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3027Slc + var yyhl3027 bool = l >= 0 + for yyj3027 := 0; ; yyj3027++ { + if yyhl3027 { + if yyj3027 >= l { break } } else { @@ -37558,10 +37824,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3008Slc = r.DecodeBytes(yys3008Slc, true, true) - yys3008 := string(yys3008Slc) + yys3027Slc = r.DecodeBytes(yys3027Slc, true, true) + yys3027 := string(yys3027Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3008 { + switch yys3027 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -37569,239 +37835,13 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3008) - } // end switch yys3008 - } // end for yyj3008 + z.DecStructFieldNotFound(-1, yys3027) + } // end switch yys3027 + } // end for yyj3027 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *LocalObjectReference) 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 - } else { - yyb3010 = r.CheckBreak() - } - if yyb3010 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Name = "" - } else { - x.Name = string(r.DecodeString()) - } - for { - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l - } else { - yyb3010 = r.CheckBreak() - } - if yyb3010 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3010-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3012 := z.EncBinary() - _ = yym3012 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3013 := !z.EncBinary() - yy2arr3013 := z.EncBasicHandle().StructToArray - var yyq3013 [3]bool - _, _, _ = yysep3013, yyq3013, yy2arr3013 - const yyr3013 bool = false - yyq3013[0] = x.Kind != "" - yyq3013[1] = x.APIVersion != "" - yyq3013[2] = true - var yynn3013 int - if yyr3013 || yy2arr3013 { - r.EncodeArrayStart(3) - } else { - yynn3013 = 0 - for _, b := range yyq3013 { - if b { - yynn3013++ - } - } - r.EncodeMapStart(yynn3013) - yynn3013 = 0 - } - if yyr3013 || yy2arr3013 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3013[0] { - yym3015 := z.EncBinary() - _ = yym3015 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3013[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3016 := z.EncBinary() - _ = yym3016 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3013 || yy2arr3013 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3013[1] { - yym3018 := z.EncBinary() - _ = yym3018 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3013[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3019 := z.EncBinary() - _ = yym3019 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3013 || yy2arr3013 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3013[2] { - yy3021 := &x.Reference - yy3021.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3013[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reference")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3022 := &x.Reference - yy3022.CodecEncodeSelf(e) - } - } - if yyr3013 || yy2arr3013 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3023 := z.DecBinary() - _ = yym3023 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3024 := r.ContainerType() - if yyct3024 == codecSelferValueTypeMap1234 { - yyl3024 := r.ReadMapStart() - if yyl3024 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3024, d) - } - } else if yyct3024 == codecSelferValueTypeArray1234 { - yyl3024 := r.ReadArrayStart() - if yyl3024 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3024, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3025Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3025Slc - var yyhl3025 bool = l >= 0 - for yyj3025 := 0; ; yyj3025++ { - if yyhl3025 { - if yyj3025 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3025Slc = r.DecodeBytes(yys3025Slc, true, true) - yys3025 := string(yys3025Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3025 { - 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 "reference": - if r.TryDecodeAsNil() { - x.Reference = ObjectReference{} - } else { - yyv3028 := &x.Reference - yyv3028.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3025) - } // end switch yys3025 - } // end for yyj3025 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -37820,42 +37860,9 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Kind = "" + x.Name = "" } else { - x.Kind = string(r.DecodeString()) - } - yyj3029++ - if yyhl3029 { - yyb3029 = yyj3029 > l - } else { - yyb3029 = r.CheckBreak() - } - if yyb3029 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3029++ - if yyhl3029 { - yyb3029 = yyj3029 > l - } else { - yyb3029 = r.CheckBreak() - } - if yyb3029 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reference = ObjectReference{} - } else { - yyv3032 := &x.Reference - yyv3032.CodecDecodeSelf(d) + x.Name = string(r.DecodeString()) } for { yyj3029++ @@ -37873,6 +37880,265 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3031 := z.EncBinary() + _ = yym3031 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3032 := !z.EncBinary() + yy2arr3032 := z.EncBasicHandle().StructToArray + var yyq3032 [3]bool + _, _, _ = yysep3032, yyq3032, yy2arr3032 + const yyr3032 bool = false + yyq3032[0] = x.Kind != "" + yyq3032[1] = x.APIVersion != "" + yyq3032[2] = true + var yynn3032 int + if yyr3032 || yy2arr3032 { + r.EncodeArrayStart(3) + } else { + yynn3032 = 0 + for _, b := range yyq3032 { + if b { + yynn3032++ + } + } + r.EncodeMapStart(yynn3032) + yynn3032 = 0 + } + if yyr3032 || yy2arr3032 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3032[0] { + yym3034 := z.EncBinary() + _ = yym3034 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3032[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3035 := z.EncBinary() + _ = yym3035 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3032 || yy2arr3032 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3032[1] { + yym3037 := z.EncBinary() + _ = yym3037 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3032[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3038 := z.EncBinary() + _ = yym3038 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3032 || yy2arr3032 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3032[2] { + yy3040 := &x.Reference + yy3040.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3032[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reference")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3041 := &x.Reference + yy3041.CodecEncodeSelf(e) + } + } + if yyr3032 || yy2arr3032 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3042 := z.DecBinary() + _ = yym3042 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3043 := r.ContainerType() + if yyct3043 == codecSelferValueTypeMap1234 { + yyl3043 := r.ReadMapStart() + if yyl3043 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3043, d) + } + } else if yyct3043 == codecSelferValueTypeArray1234 { + yyl3043 := r.ReadArrayStart() + if yyl3043 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3043, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3044Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3044Slc + var yyhl3044 bool = l >= 0 + for yyj3044 := 0; ; yyj3044++ { + if yyhl3044 { + if yyj3044 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3044Slc = r.DecodeBytes(yys3044Slc, true, true) + yys3044 := string(yys3044Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3044 { + 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 "reference": + if r.TryDecodeAsNil() { + x.Reference = ObjectReference{} + } else { + yyv3047 := &x.Reference + yyv3047.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3044) + } // end switch yys3044 + } // end for yyj3044 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3048 int + var yyb3048 bool + var yyhl3048 bool = l >= 0 + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l + } else { + yyb3048 = r.CheckBreak() + } + if yyb3048 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l + } else { + yyb3048 = r.CheckBreak() + } + if yyb3048 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l + } else { + yyb3048 = r.CheckBreak() + } + if yyb3048 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Reference = ObjectReference{} + } else { + yyv3051 := &x.Reference + yyv3051.CodecDecodeSelf(d) + } + for { + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l + } else { + yyb3048 = r.CheckBreak() + } + if yyb3048 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3048-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -37880,36 +38146,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3033 := z.EncBinary() - _ = yym3033 + yym3052 := z.EncBinary() + _ = yym3052 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3034 := !z.EncBinary() - yy2arr3034 := z.EncBasicHandle().StructToArray - var yyq3034 [2]bool - _, _, _ = yysep3034, yyq3034, yy2arr3034 - const yyr3034 bool = false - yyq3034[0] = x.Component != "" - yyq3034[1] = x.Host != "" - var yynn3034 int - if yyr3034 || yy2arr3034 { + yysep3053 := !z.EncBinary() + yy2arr3053 := z.EncBasicHandle().StructToArray + var yyq3053 [2]bool + _, _, _ = yysep3053, yyq3053, yy2arr3053 + const yyr3053 bool = false + yyq3053[0] = x.Component != "" + yyq3053[1] = x.Host != "" + var yynn3053 int + if yyr3053 || yy2arr3053 { r.EncodeArrayStart(2) } else { - yynn3034 = 0 - for _, b := range yyq3034 { + yynn3053 = 0 + for _, b := range yyq3053 { if b { - yynn3034++ + yynn3053++ } } - r.EncodeMapStart(yynn3034) - yynn3034 = 0 + r.EncodeMapStart(yynn3053) + yynn3053 = 0 } - if yyr3034 || yy2arr3034 { + if yyr3053 || yy2arr3053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3034[0] { - yym3036 := z.EncBinary() - _ = yym3036 + if yyq3053[0] { + yym3055 := z.EncBinary() + _ = yym3055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -37918,23 +38184,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3034[0] { + if yyq3053[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3037 := z.EncBinary() - _ = yym3037 + yym3056 := z.EncBinary() + _ = yym3056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3034 || yy2arr3034 { + if yyr3053 || yy2arr3053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3034[1] { - yym3039 := z.EncBinary() - _ = yym3039 + if yyq3053[1] { + yym3058 := z.EncBinary() + _ = yym3058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -37943,19 +38209,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3034[1] { + if yyq3053[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3040 := z.EncBinary() - _ = yym3040 + yym3059 := z.EncBinary() + _ = yym3059 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3034 || yy2arr3034 { + if yyr3053 || yy2arr3053 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37968,25 +38234,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3041 := z.DecBinary() - _ = yym3041 + yym3060 := z.DecBinary() + _ = yym3060 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3042 := r.ContainerType() - if yyct3042 == codecSelferValueTypeMap1234 { - yyl3042 := r.ReadMapStart() - if yyl3042 == 0 { + yyct3061 := r.ContainerType() + if yyct3061 == codecSelferValueTypeMap1234 { + yyl3061 := r.ReadMapStart() + if yyl3061 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3042, d) + x.codecDecodeSelfFromMap(yyl3061, d) } - } else if yyct3042 == codecSelferValueTypeArray1234 { - yyl3042 := r.ReadArrayStart() - if yyl3042 == 0 { + } else if yyct3061 == codecSelferValueTypeArray1234 { + yyl3061 := r.ReadArrayStart() + if yyl3061 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3042, d) + x.codecDecodeSelfFromArray(yyl3061, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37998,12 +38264,12 @@ func (x *EventSource) 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 yys3062Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3062Slc + var yyhl3062 bool = l >= 0 + for yyj3062 := 0; ; yyj3062++ { + if yyhl3062 { + if yyj3062 >= l { break } } else { @@ -38012,10 +38278,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3043Slc = r.DecodeBytes(yys3043Slc, true, true) - yys3043 := string(yys3043Slc) + yys3062Slc = r.DecodeBytes(yys3062Slc, true, true) + yys3062 := string(yys3062Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3043 { + switch yys3062 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -38029,9 +38295,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3043) - } // end switch yys3043 - } // end for yyj3043 + z.DecStructFieldNotFound(-1, yys3062) + } // end switch yys3062 + } // end for yyj3062 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38039,16 +38305,16 @@ func (x *EventSource) 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 yyj3065 int + var yyb3065 bool + var yyhl3065 bool = l >= 0 + yyj3065++ + if yyhl3065 { + yyb3065 = yyj3065 > l } else { - yyb3046 = r.CheckBreak() + yyb3065 = r.CheckBreak() } - if yyb3046 { + if yyb3065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38058,13 +38324,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3046++ - if yyhl3046 { - yyb3046 = yyj3046 > l + yyj3065++ + if yyhl3065 { + yyb3065 = yyj3065 > l } else { - yyb3046 = r.CheckBreak() + yyb3065 = r.CheckBreak() } - if yyb3046 { + if yyb3065 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38075,17 +38341,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3046++ - if yyhl3046 { - yyb3046 = yyj3046 > l + yyj3065++ + if yyhl3065 { + yyb3065 = yyj3065 > l } else { - yyb3046 = r.CheckBreak() + yyb3065 = r.CheckBreak() } - if yyb3046 { + if yyb3065 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3046-1, "") + z.DecStructFieldNotFound(yyj3065-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38097,45 +38363,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3049 := z.EncBinary() - _ = yym3049 + yym3068 := z.EncBinary() + _ = yym3068 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3050 := !z.EncBinary() - yy2arr3050 := z.EncBasicHandle().StructToArray - var yyq3050 [11]bool - _, _, _ = yysep3050, yyq3050, yy2arr3050 - const yyr3050 bool = false - yyq3050[0] = x.Kind != "" - yyq3050[1] = x.APIVersion != "" - yyq3050[2] = true - yyq3050[3] = true - yyq3050[4] = x.Reason != "" - yyq3050[5] = x.Message != "" - yyq3050[6] = true - yyq3050[7] = true - yyq3050[8] = true - yyq3050[9] = x.Count != 0 - yyq3050[10] = x.Type != "" - var yynn3050 int - if yyr3050 || yy2arr3050 { + yysep3069 := !z.EncBinary() + yy2arr3069 := z.EncBasicHandle().StructToArray + var yyq3069 [11]bool + _, _, _ = yysep3069, yyq3069, yy2arr3069 + const yyr3069 bool = false + yyq3069[0] = x.Kind != "" + yyq3069[1] = x.APIVersion != "" + yyq3069[2] = true + yyq3069[3] = true + yyq3069[4] = x.Reason != "" + yyq3069[5] = x.Message != "" + yyq3069[6] = true + yyq3069[7] = true + yyq3069[8] = true + yyq3069[9] = x.Count != 0 + yyq3069[10] = x.Type != "" + var yynn3069 int + if yyr3069 || yy2arr3069 { r.EncodeArrayStart(11) } else { - yynn3050 = 0 - for _, b := range yyq3050 { + yynn3069 = 0 + for _, b := range yyq3069 { if b { - yynn3050++ + yynn3069++ } } - r.EncodeMapStart(yynn3050) - yynn3050 = 0 + r.EncodeMapStart(yynn3069) + yynn3069 = 0 } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[0] { - yym3052 := z.EncBinary() - _ = yym3052 + if yyq3069[0] { + yym3071 := z.EncBinary() + _ = yym3071 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38144,223 +38410,223 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3050[0] { + if yyq3069[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3053 := z.EncBinary() - _ = yym3053 + yym3072 := z.EncBinary() + _ = yym3072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[1] { - yym3055 := z.EncBinary() - _ = yym3055 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3050[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3056 := z.EncBinary() - _ = yym3056 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[2] { - yy3058 := &x.ObjectMeta - yy3058.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3050[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3059 := &x.ObjectMeta - yy3059.CodecEncodeSelf(e) - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[3] { - yy3061 := &x.InvolvedObject - yy3061.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3050[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3062 := &x.InvolvedObject - yy3062.CodecEncodeSelf(e) - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[4] { - yym3064 := z.EncBinary() - _ = yym3064 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3050[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3065 := z.EncBinary() - _ = yym3065 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[5] { - yym3067 := z.EncBinary() - _ = yym3067 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3050[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3068 := z.EncBinary() - _ = yym3068 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[6] { - yy3070 := &x.Source - yy3070.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3050[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("source")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3071 := &x.Source - yy3071.CodecEncodeSelf(e) - } - } - if yyr3050 || yy2arr3050 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[7] { - yy3073 := &x.FirstTimestamp + if yyq3069[1] { yym3074 := z.EncBinary() _ = yym3074 if false { - } else if z.HasExtensions() && z.EncExt(yy3073) { - } else if yym3074 { - z.EncBinaryMarshal(yy3073) - } else if !yym3074 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3073) } else { - z.EncFallback(yy3073) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3069[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3075 := z.EncBinary() + _ = yym3075 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[2] { + yy3077 := &x.ObjectMeta + yy3077.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3069[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3078 := &x.ObjectMeta + yy3078.CodecEncodeSelf(e) + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[3] { + yy3080 := &x.InvolvedObject + yy3080.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3069[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3081 := &x.InvolvedObject + yy3081.CodecEncodeSelf(e) + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[4] { + yym3083 := z.EncBinary() + _ = yym3083 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3069[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3084 := z.EncBinary() + _ = yym3084 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[5] { + yym3086 := z.EncBinary() + _ = yym3086 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3069[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3087 := z.EncBinary() + _ = yym3087 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[6] { + yy3089 := &x.Source + yy3089.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3069[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("source")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3090 := &x.Source + yy3090.CodecEncodeSelf(e) + } + } + if yyr3069 || yy2arr3069 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3069[7] { + yy3092 := &x.FirstTimestamp + yym3093 := z.EncBinary() + _ = yym3093 + if false { + } else if z.HasExtensions() && z.EncExt(yy3092) { + } else if yym3093 { + z.EncBinaryMarshal(yy3092) + } else if !yym3093 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3092) + } else { + z.EncFallback(yy3092) } } else { r.EncodeNil() } } else { - if yyq3050[7] { + if yyq3069[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3075 := &x.FirstTimestamp - yym3076 := z.EncBinary() - _ = yym3076 + yy3094 := &x.FirstTimestamp + yym3095 := z.EncBinary() + _ = yym3095 if false { - } else if z.HasExtensions() && z.EncExt(yy3075) { - } else if yym3076 { - z.EncBinaryMarshal(yy3075) - } else if !yym3076 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3075) + } else if z.HasExtensions() && z.EncExt(yy3094) { + } else if yym3095 { + z.EncBinaryMarshal(yy3094) + } else if !yym3095 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3094) } else { - z.EncFallback(yy3075) + z.EncFallback(yy3094) } } } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[8] { - yy3078 := &x.LastTimestamp - yym3079 := z.EncBinary() - _ = yym3079 + if yyq3069[8] { + yy3097 := &x.LastTimestamp + yym3098 := z.EncBinary() + _ = yym3098 if false { - } else if z.HasExtensions() && z.EncExt(yy3078) { - } else if yym3079 { - z.EncBinaryMarshal(yy3078) - } else if !yym3079 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3078) + } else if z.HasExtensions() && z.EncExt(yy3097) { + } else if yym3098 { + z.EncBinaryMarshal(yy3097) + } else if !yym3098 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3097) } else { - z.EncFallback(yy3078) + z.EncFallback(yy3097) } } else { r.EncodeNil() } } else { - if yyq3050[8] { + if yyq3069[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3080 := &x.LastTimestamp - yym3081 := z.EncBinary() - _ = yym3081 + yy3099 := &x.LastTimestamp + yym3100 := z.EncBinary() + _ = yym3100 if false { - } else if z.HasExtensions() && z.EncExt(yy3080) { - } else if yym3081 { - z.EncBinaryMarshal(yy3080) - } else if !yym3081 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3080) + } else if z.HasExtensions() && z.EncExt(yy3099) { + } else if yym3100 { + z.EncBinaryMarshal(yy3099) + } else if !yym3100 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3099) } else { - z.EncFallback(yy3080) + z.EncFallback(yy3099) } } } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[9] { - yym3083 := z.EncBinary() - _ = yym3083 + if yyq3069[9] { + yym3102 := z.EncBinary() + _ = yym3102 if false { } else { r.EncodeInt(int64(x.Count)) @@ -38369,23 +38635,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3050[9] { + if yyq3069[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3084 := z.EncBinary() - _ = yym3084 + yym3103 := z.EncBinary() + _ = yym3103 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3050[10] { - yym3086 := z.EncBinary() - _ = yym3086 + if yyq3069[10] { + yym3105 := z.EncBinary() + _ = yym3105 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -38394,19 +38660,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3050[10] { + if yyq3069[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3087 := z.EncBinary() - _ = yym3087 + yym3106 := z.EncBinary() + _ = yym3106 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3050 || yy2arr3050 { + if yyr3069 || yy2arr3069 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38419,25 +38685,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3088 := z.DecBinary() - _ = yym3088 + yym3107 := z.DecBinary() + _ = yym3107 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3089 := r.ContainerType() - if yyct3089 == codecSelferValueTypeMap1234 { - yyl3089 := r.ReadMapStart() - if yyl3089 == 0 { + yyct3108 := r.ContainerType() + if yyct3108 == codecSelferValueTypeMap1234 { + yyl3108 := r.ReadMapStart() + if yyl3108 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3089, d) + x.codecDecodeSelfFromMap(yyl3108, d) } - } else if yyct3089 == codecSelferValueTypeArray1234 { - yyl3089 := r.ReadArrayStart() - if yyl3089 == 0 { + } else if yyct3108 == codecSelferValueTypeArray1234 { + yyl3108 := r.ReadArrayStart() + if yyl3108 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3089, d) + x.codecDecodeSelfFromArray(yyl3108, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38449,12 +38715,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3090Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3090Slc - var yyhl3090 bool = l >= 0 - for yyj3090 := 0; ; yyj3090++ { - if yyhl3090 { - if yyj3090 >= l { + var yys3109Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3109Slc + var yyhl3109 bool = l >= 0 + for yyj3109 := 0; ; yyj3109++ { + if yyhl3109 { + if yyj3109 >= l { break } } else { @@ -38463,10 +38729,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3090Slc = r.DecodeBytes(yys3090Slc, true, true) - yys3090 := string(yys3090Slc) + yys3109Slc = r.DecodeBytes(yys3109Slc, true, true) + yys3109 := string(yys3109Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3090 { + switch yys3109 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38483,15 +38749,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3093 := &x.ObjectMeta - yyv3093.CodecDecodeSelf(d) + yyv3112 := &x.ObjectMeta + yyv3112.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3094 := &x.InvolvedObject - yyv3094.CodecDecodeSelf(d) + yyv3113 := &x.InvolvedObject + yyv3113.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -38509,41 +38775,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3097 := &x.Source - yyv3097.CodecDecodeSelf(d) + yyv3116 := &x.Source + yyv3116.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3098 := &x.FirstTimestamp - yym3099 := z.DecBinary() - _ = yym3099 + yyv3117 := &x.FirstTimestamp + yym3118 := z.DecBinary() + _ = yym3118 if false { - } else if z.HasExtensions() && z.DecExt(yyv3098) { - } else if yym3099 { - z.DecBinaryUnmarshal(yyv3098) - } else if !yym3099 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3098) + } else if z.HasExtensions() && z.DecExt(yyv3117) { + } else if yym3118 { + z.DecBinaryUnmarshal(yyv3117) + } else if !yym3118 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3117) } else { - z.DecFallback(yyv3098, false) + z.DecFallback(yyv3117, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3100 := &x.LastTimestamp - yym3101 := z.DecBinary() - _ = yym3101 + yyv3119 := &x.LastTimestamp + yym3120 := z.DecBinary() + _ = yym3120 if false { - } else if z.HasExtensions() && z.DecExt(yyv3100) { - } else if yym3101 { - z.DecBinaryUnmarshal(yyv3100) - } else if !yym3101 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3100) + } else if z.HasExtensions() && z.DecExt(yyv3119) { + } else if yym3120 { + z.DecBinaryUnmarshal(yyv3119) + } else if !yym3120 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3119) } else { - z.DecFallback(yyv3100, false) + z.DecFallback(yyv3119, false) } } case "count": @@ -38559,9 +38825,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3090) - } // end switch yys3090 - } // end for yyj3090 + z.DecStructFieldNotFound(-1, yys3109) + } // end switch yys3109 + } // end for yyj3109 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38569,16 +38835,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3104 int - var yyb3104 bool - var yyhl3104 bool = l >= 0 - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + var yyj3123 int + var yyb3123 bool + var yyhl3123 bool = l >= 0 + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38588,13 +38854,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38604,13 +38870,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38618,16 +38884,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3107 := &x.ObjectMeta - yyv3107.CodecDecodeSelf(d) + yyv3126 := &x.ObjectMeta + yyv3126.CodecDecodeSelf(d) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38635,16 +38901,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3108 := &x.InvolvedObject - yyv3108.CodecDecodeSelf(d) + yyv3127 := &x.InvolvedObject + yyv3127.CodecDecodeSelf(d) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38654,13 +38920,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38670,13 +38936,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38684,16 +38950,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3111 := &x.Source - yyv3111.CodecDecodeSelf(d) + yyv3130 := &x.Source + yyv3130.CodecDecodeSelf(d) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38701,26 +38967,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3112 := &x.FirstTimestamp - yym3113 := z.DecBinary() - _ = yym3113 + yyv3131 := &x.FirstTimestamp + yym3132 := z.DecBinary() + _ = yym3132 if false { - } else if z.HasExtensions() && z.DecExt(yyv3112) { - } else if yym3113 { - z.DecBinaryUnmarshal(yyv3112) - } else if !yym3113 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3112) + } else if z.HasExtensions() && z.DecExt(yyv3131) { + } else if yym3132 { + z.DecBinaryUnmarshal(yyv3131) + } else if !yym3132 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3131) } else { - z.DecFallback(yyv3112, false) + z.DecFallback(yyv3131, false) } } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38728,26 +38994,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3114 := &x.LastTimestamp - yym3115 := z.DecBinary() - _ = yym3115 + yyv3133 := &x.LastTimestamp + yym3134 := z.DecBinary() + _ = yym3134 if false { - } else if z.HasExtensions() && z.DecExt(yyv3114) { - } else if yym3115 { - z.DecBinaryUnmarshal(yyv3114) - } else if !yym3115 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3114) + } else if z.HasExtensions() && z.DecExt(yyv3133) { + } else if yym3134 { + z.DecBinaryUnmarshal(yyv3133) + } else if !yym3134 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3133) } else { - z.DecFallback(yyv3114, false) + z.DecFallback(yyv3133, false) } } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38757,13 +39023,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38774,17 +39040,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3104 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3104 { + if yyb3123 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3104-1, "") + z.DecStructFieldNotFound(yyj3123-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38796,37 +39062,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3118 := z.EncBinary() - _ = yym3118 + yym3137 := z.EncBinary() + _ = yym3137 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3119 := !z.EncBinary() - yy2arr3119 := z.EncBasicHandle().StructToArray - var yyq3119 [4]bool - _, _, _ = yysep3119, yyq3119, yy2arr3119 - const yyr3119 bool = false - yyq3119[0] = x.Kind != "" - yyq3119[1] = x.APIVersion != "" - yyq3119[2] = true - var yynn3119 int - if yyr3119 || yy2arr3119 { + yysep3138 := !z.EncBinary() + yy2arr3138 := z.EncBasicHandle().StructToArray + var yyq3138 [4]bool + _, _, _ = yysep3138, yyq3138, yy2arr3138 + const yyr3138 bool = false + yyq3138[0] = x.Kind != "" + yyq3138[1] = x.APIVersion != "" + yyq3138[2] = true + var yynn3138 int + if yyr3138 || yy2arr3138 { r.EncodeArrayStart(4) } else { - yynn3119 = 1 - for _, b := range yyq3119 { + yynn3138 = 1 + for _, b := range yyq3138 { if b { - yynn3119++ + yynn3138++ } } - r.EncodeMapStart(yynn3119) - yynn3119 = 0 + r.EncodeMapStart(yynn3138) + yynn3138 = 0 } - if yyr3119 || yy2arr3119 { + if yyr3138 || yy2arr3138 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3119[0] { - yym3121 := z.EncBinary() - _ = yym3121 + if yyq3138[0] { + yym3140 := z.EncBinary() + _ = yym3140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38835,23 +39101,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3119[0] { + if yyq3138[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3122 := z.EncBinary() - _ = yym3122 + yym3141 := z.EncBinary() + _ = yym3141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3119 || yy2arr3119 { + if yyr3138 || yy2arr3138 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3119[1] { - yym3124 := z.EncBinary() - _ = yym3124 + if yyq3138[1] { + yym3143 := z.EncBinary() + _ = yym3143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38860,54 +39126,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3119[1] { + if yyq3138[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3125 := z.EncBinary() - _ = yym3125 + yym3144 := z.EncBinary() + _ = yym3144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3119 || yy2arr3119 { + if yyr3138 || yy2arr3138 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3119[2] { - yy3127 := &x.ListMeta - yym3128 := z.EncBinary() - _ = yym3128 + if yyq3138[2] { + yy3146 := &x.ListMeta + yym3147 := z.EncBinary() + _ = yym3147 if false { - } else if z.HasExtensions() && z.EncExt(yy3127) { + } else if z.HasExtensions() && z.EncExt(yy3146) { } else { - z.EncFallback(yy3127) + z.EncFallback(yy3146) } } else { r.EncodeNil() } } else { - if yyq3119[2] { + if yyq3138[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3129 := &x.ListMeta - yym3130 := z.EncBinary() - _ = yym3130 + yy3148 := &x.ListMeta + yym3149 := z.EncBinary() + _ = yym3149 if false { - } else if z.HasExtensions() && z.EncExt(yy3129) { + } else if z.HasExtensions() && z.EncExt(yy3148) { } else { - z.EncFallback(yy3129) + z.EncFallback(yy3148) } } } - if yyr3119 || yy2arr3119 { + if yyr3138 || yy2arr3138 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3132 := z.EncBinary() - _ = yym3132 + yym3151 := z.EncBinary() + _ = yym3151 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -38920,15 +39186,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3133 := z.EncBinary() - _ = yym3133 + yym3152 := z.EncBinary() + _ = yym3152 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3119 || yy2arr3119 { + if yyr3138 || yy2arr3138 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38941,25 +39207,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3134 := z.DecBinary() - _ = yym3134 + yym3153 := z.DecBinary() + _ = yym3153 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3135 := r.ContainerType() - if yyct3135 == codecSelferValueTypeMap1234 { - yyl3135 := r.ReadMapStart() - if yyl3135 == 0 { + yyct3154 := r.ContainerType() + if yyct3154 == codecSelferValueTypeMap1234 { + yyl3154 := r.ReadMapStart() + if yyl3154 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3135, d) + x.codecDecodeSelfFromMap(yyl3154, d) } - } else if yyct3135 == codecSelferValueTypeArray1234 { - yyl3135 := r.ReadArrayStart() - if yyl3135 == 0 { + } else if yyct3154 == codecSelferValueTypeArray1234 { + yyl3154 := r.ReadArrayStart() + if yyl3154 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3135, d) + x.codecDecodeSelfFromArray(yyl3154, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38971,12 +39237,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3136Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3136Slc - var yyhl3136 bool = l >= 0 - for yyj3136 := 0; ; yyj3136++ { - if yyhl3136 { - if yyj3136 >= l { + var yys3155Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3155Slc + var yyhl3155 bool = l >= 0 + for yyj3155 := 0; ; yyj3155++ { + if yyhl3155 { + if yyj3155 >= l { break } } else { @@ -38985,10 +39251,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3136Slc = r.DecodeBytes(yys3136Slc, true, true) - yys3136 := string(yys3136Slc) + yys3155Slc = r.DecodeBytes(yys3155Slc, true, true) + yys3155 := string(yys3155Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3136 { + switch yys3155 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39005,31 +39271,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3139 := &x.ListMeta - yym3140 := z.DecBinary() - _ = yym3140 + yyv3158 := &x.ListMeta + yym3159 := z.DecBinary() + _ = yym3159 if false { - } else if z.HasExtensions() && z.DecExt(yyv3139) { + } else if z.HasExtensions() && z.DecExt(yyv3158) { } else { - z.DecFallback(yyv3139, false) + z.DecFallback(yyv3158, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3141 := &x.Items - yym3142 := z.DecBinary() - _ = yym3142 + yyv3160 := &x.Items + yym3161 := z.DecBinary() + _ = yym3161 if false { } else { - h.decSliceEvent((*[]Event)(yyv3141), d) + h.decSliceEvent((*[]Event)(yyv3160), d) } } default: - z.DecStructFieldNotFound(-1, yys3136) - } // end switch yys3136 - } // end for yyj3136 + z.DecStructFieldNotFound(-1, yys3155) + } // end switch yys3155 + } // end for yyj3155 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39037,16 +39303,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3143 int - var yyb3143 bool - var yyhl3143 bool = l >= 0 - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + var yyj3162 int + var yyb3162 bool + var yyhl3162 bool = l >= 0 + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3143 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3143 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39056,13 +39322,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3143 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3143 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39072,13 +39338,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3143 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3143 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39086,22 +39352,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3146 := &x.ListMeta - yym3147 := z.DecBinary() - _ = yym3147 + yyv3165 := &x.ListMeta + yym3166 := z.DecBinary() + _ = yym3166 if false { - } else if z.HasExtensions() && z.DecExt(yyv3146) { + } else if z.HasExtensions() && z.DecExt(yyv3165) { } else { - z.DecFallback(yyv3146, false) + z.DecFallback(yyv3165, false) } } - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3143 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3143 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39109,26 +39375,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3148 := &x.Items - yym3149 := z.DecBinary() - _ = yym3149 + yyv3167 := &x.Items + yym3168 := z.DecBinary() + _ = yym3168 if false { } else { - h.decSliceEvent((*[]Event)(yyv3148), d) + h.decSliceEvent((*[]Event)(yyv3167), d) } } for { - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3143 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3143 { + if yyb3162 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3143-1, "") + z.DecStructFieldNotFound(yyj3162-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39140,37 +39406,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3150 := z.EncBinary() - _ = yym3150 + yym3169 := z.EncBinary() + _ = yym3169 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3151 := !z.EncBinary() - yy2arr3151 := z.EncBasicHandle().StructToArray - var yyq3151 [4]bool - _, _, _ = yysep3151, yyq3151, yy2arr3151 - const yyr3151 bool = false - yyq3151[0] = x.Kind != "" - yyq3151[1] = x.APIVersion != "" - yyq3151[2] = true - var yynn3151 int - if yyr3151 || yy2arr3151 { + yysep3170 := !z.EncBinary() + yy2arr3170 := z.EncBasicHandle().StructToArray + var yyq3170 [4]bool + _, _, _ = yysep3170, yyq3170, yy2arr3170 + const yyr3170 bool = false + yyq3170[0] = x.Kind != "" + yyq3170[1] = x.APIVersion != "" + yyq3170[2] = true + var yynn3170 int + if yyr3170 || yy2arr3170 { r.EncodeArrayStart(4) } else { - yynn3151 = 1 - for _, b := range yyq3151 { + yynn3170 = 1 + for _, b := range yyq3170 { if b { - yynn3151++ + yynn3170++ } } - r.EncodeMapStart(yynn3151) - yynn3151 = 0 + r.EncodeMapStart(yynn3170) + yynn3170 = 0 } - if yyr3151 || yy2arr3151 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[0] { - yym3153 := z.EncBinary() - _ = yym3153 + if yyq3170[0] { + yym3172 := z.EncBinary() + _ = yym3172 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39179,23 +39445,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3151[0] { + if yyq3170[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3154 := z.EncBinary() - _ = yym3154 + yym3173 := z.EncBinary() + _ = yym3173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3151 || yy2arr3151 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[1] { - yym3156 := z.EncBinary() - _ = yym3156 + if yyq3170[1] { + yym3175 := z.EncBinary() + _ = yym3175 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39204,54 +39470,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3151[1] { + if yyq3170[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3157 := z.EncBinary() - _ = yym3157 + yym3176 := z.EncBinary() + _ = yym3176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3151 || yy2arr3151 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[2] { - yy3159 := &x.ListMeta - yym3160 := z.EncBinary() - _ = yym3160 + if yyq3170[2] { + yy3178 := &x.ListMeta + yym3179 := z.EncBinary() + _ = yym3179 if false { - } else if z.HasExtensions() && z.EncExt(yy3159) { + } else if z.HasExtensions() && z.EncExt(yy3178) { } else { - z.EncFallback(yy3159) + z.EncFallback(yy3178) } } else { r.EncodeNil() } } else { - if yyq3151[2] { + if yyq3170[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3161 := &x.ListMeta - yym3162 := z.EncBinary() - _ = yym3162 + yy3180 := &x.ListMeta + yym3181 := z.EncBinary() + _ = yym3181 if false { - } else if z.HasExtensions() && z.EncExt(yy3161) { + } else if z.HasExtensions() && z.EncExt(yy3180) { } else { - z.EncFallback(yy3161) + z.EncFallback(yy3180) } } } - if yyr3151 || yy2arr3151 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3164 := z.EncBinary() - _ = yym3164 + yym3183 := z.EncBinary() + _ = yym3183 if false { } else { h.encSliceruntime_Object(([]pkg8_runtime.Object)(x.Items), e) @@ -39264,15 +39530,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3165 := z.EncBinary() - _ = yym3165 + yym3184 := z.EncBinary() + _ = yym3184 if false { } else { h.encSliceruntime_Object(([]pkg8_runtime.Object)(x.Items), e) } } } - if yyr3151 || yy2arr3151 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39285,25 +39551,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3166 := z.DecBinary() - _ = yym3166 + yym3185 := z.DecBinary() + _ = yym3185 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3167 := r.ContainerType() - if yyct3167 == codecSelferValueTypeMap1234 { - yyl3167 := r.ReadMapStart() - if yyl3167 == 0 { + yyct3186 := r.ContainerType() + if yyct3186 == codecSelferValueTypeMap1234 { + yyl3186 := r.ReadMapStart() + if yyl3186 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3167, d) + x.codecDecodeSelfFromMap(yyl3186, d) } - } else if yyct3167 == codecSelferValueTypeArray1234 { - yyl3167 := r.ReadArrayStart() - if yyl3167 == 0 { + } else if yyct3186 == codecSelferValueTypeArray1234 { + yyl3186 := r.ReadArrayStart() + if yyl3186 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3167, d) + x.codecDecodeSelfFromArray(yyl3186, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39315,12 +39581,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3168Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3168Slc - var yyhl3168 bool = l >= 0 - for yyj3168 := 0; ; yyj3168++ { - if yyhl3168 { - if yyj3168 >= l { + var yys3187Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3187Slc + var yyhl3187 bool = l >= 0 + for yyj3187 := 0; ; yyj3187++ { + if yyhl3187 { + if yyj3187 >= l { break } } else { @@ -39329,10 +39595,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3168Slc = r.DecodeBytes(yys3168Slc, true, true) - yys3168 := string(yys3168Slc) + yys3187Slc = r.DecodeBytes(yys3187Slc, true, true) + yys3187 := string(yys3187Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3168 { + switch yys3187 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39349,31 +39615,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3171 := &x.ListMeta - yym3172 := z.DecBinary() - _ = yym3172 + yyv3190 := &x.ListMeta + yym3191 := z.DecBinary() + _ = yym3191 if false { - } else if z.HasExtensions() && z.DecExt(yyv3171) { + } else if z.HasExtensions() && z.DecExt(yyv3190) { } else { - z.DecFallback(yyv3171, false) + z.DecFallback(yyv3190, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3173 := &x.Items - yym3174 := z.DecBinary() - _ = yym3174 + yyv3192 := &x.Items + yym3193 := z.DecBinary() + _ = yym3193 if false { } else { - h.decSliceruntime_Object((*[]pkg8_runtime.Object)(yyv3173), d) + h.decSliceruntime_Object((*[]pkg8_runtime.Object)(yyv3192), d) } } default: - z.DecStructFieldNotFound(-1, yys3168) - } // end switch yys3168 - } // end for yyj3168 + z.DecStructFieldNotFound(-1, yys3187) + } // end switch yys3187 + } // end for yyj3187 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39381,16 +39647,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3175 int - var yyb3175 bool - var yyhl3175 bool = l >= 0 - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + var yyj3194 int + var yyb3194 bool + var yyhl3194 bool = l >= 0 + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39400,13 +39666,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39416,13 +39682,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39430,22 +39696,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3178 := &x.ListMeta - yym3179 := z.DecBinary() - _ = yym3179 + yyv3197 := &x.ListMeta + yym3198 := z.DecBinary() + _ = yym3198 if false { - } else if z.HasExtensions() && z.DecExt(yyv3178) { + } else if z.HasExtensions() && z.DecExt(yyv3197) { } else { - z.DecFallback(yyv3178, false) + z.DecFallback(yyv3197, false) } } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39453,26 +39719,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3180 := &x.Items - yym3181 := z.DecBinary() - _ = yym3181 + yyv3199 := &x.Items + yym3200 := z.DecBinary() + _ = yym3200 if false { } else { - h.decSliceruntime_Object((*[]pkg8_runtime.Object)(yyv3180), d) + h.decSliceruntime_Object((*[]pkg8_runtime.Object)(yyv3199), d) } } for { - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3175-1, "") + z.DecStructFieldNotFound(yyj3194-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39481,8 +39747,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3182 := z.EncBinary() - _ = yym3182 + yym3201 := z.EncBinary() + _ = yym3201 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39494,8 +39760,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3183 := z.DecBinary() - _ = yym3183 + yym3202 := z.DecBinary() + _ = yym3202 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39510,53 +39776,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3184 := z.EncBinary() - _ = yym3184 + yym3203 := z.EncBinary() + _ = yym3203 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3185 := !z.EncBinary() - yy2arr3185 := z.EncBasicHandle().StructToArray - var yyq3185 [6]bool - _, _, _ = yysep3185, yyq3185, yy2arr3185 - const yyr3185 bool = false - yyq3185[0] = x.Type != "" - yyq3185[1] = len(x.Max) != 0 - yyq3185[2] = len(x.Min) != 0 - yyq3185[3] = len(x.Default) != 0 - yyq3185[4] = len(x.DefaultRequest) != 0 - yyq3185[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3185 int - if yyr3185 || yy2arr3185 { + yysep3204 := !z.EncBinary() + yy2arr3204 := z.EncBasicHandle().StructToArray + var yyq3204 [6]bool + _, _, _ = yysep3204, yyq3204, yy2arr3204 + const yyr3204 bool = false + yyq3204[0] = x.Type != "" + yyq3204[1] = len(x.Max) != 0 + yyq3204[2] = len(x.Min) != 0 + yyq3204[3] = len(x.Default) != 0 + yyq3204[4] = len(x.DefaultRequest) != 0 + yyq3204[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3204 int + if yyr3204 || yy2arr3204 { r.EncodeArrayStart(6) } else { - yynn3185 = 0 - for _, b := range yyq3185 { + yynn3204 = 0 + for _, b := range yyq3204 { if b { - yynn3185++ + yynn3204++ } } - r.EncodeMapStart(yynn3185) - yynn3185 = 0 + r.EncodeMapStart(yynn3204) + yynn3204 = 0 } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[0] { + if yyq3204[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3185[0] { + if yyq3204[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[1] { + if yyq3204[1] { if x.Max == nil { r.EncodeNil() } else { @@ -39566,7 +39832,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3185[1] { + if yyq3204[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39577,9 +39843,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[2] { + if yyq3204[2] { if x.Min == nil { r.EncodeNil() } else { @@ -39589,7 +39855,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3185[2] { + if yyq3204[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39600,9 +39866,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[3] { + if yyq3204[3] { if x.Default == nil { r.EncodeNil() } else { @@ -39612,7 +39878,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3185[3] { + if yyq3204[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39623,9 +39889,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[4] { + if yyq3204[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -39635,7 +39901,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3185[4] { + if yyq3204[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39646,9 +39912,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3185[5] { + if yyq3204[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -39658,7 +39924,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3185[5] { + if yyq3204[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39669,7 +39935,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3185 || yy2arr3185 { + if yyr3204 || yy2arr3204 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39682,25 +39948,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3192 := z.DecBinary() - _ = yym3192 + yym3211 := z.DecBinary() + _ = yym3211 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3193 := r.ContainerType() - if yyct3193 == codecSelferValueTypeMap1234 { - yyl3193 := r.ReadMapStart() - if yyl3193 == 0 { + yyct3212 := r.ContainerType() + if yyct3212 == codecSelferValueTypeMap1234 { + yyl3212 := r.ReadMapStart() + if yyl3212 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3193, d) + x.codecDecodeSelfFromMap(yyl3212, d) } - } else if yyct3193 == codecSelferValueTypeArray1234 { - yyl3193 := r.ReadArrayStart() - if yyl3193 == 0 { + } else if yyct3212 == codecSelferValueTypeArray1234 { + yyl3212 := r.ReadArrayStart() + if yyl3212 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3193, d) + x.codecDecodeSelfFromArray(yyl3212, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39712,12 +39978,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3194Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3194Slc - var yyhl3194 bool = l >= 0 - for yyj3194 := 0; ; yyj3194++ { - if yyhl3194 { - if yyj3194 >= l { + var yys3213Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3213Slc + var yyhl3213 bool = l >= 0 + for yyj3213 := 0; ; yyj3213++ { + if yyhl3213 { + if yyj3213 >= l { break } } else { @@ -39726,10 +39992,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3194Slc = r.DecodeBytes(yys3194Slc, true, true) - yys3194 := string(yys3194Slc) + yys3213Slc = r.DecodeBytes(yys3213Slc, true, true) + yys3213 := string(yys3213Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3194 { + switch yys3213 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -39740,41 +40006,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3196 := &x.Max - yyv3196.CodecDecodeSelf(d) + yyv3215 := &x.Max + yyv3215.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3197 := &x.Min - yyv3197.CodecDecodeSelf(d) + yyv3216 := &x.Min + yyv3216.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3198 := &x.Default - yyv3198.CodecDecodeSelf(d) + yyv3217 := &x.Default + yyv3217.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3199 := &x.DefaultRequest - yyv3199.CodecDecodeSelf(d) + yyv3218 := &x.DefaultRequest + yyv3218.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3200 := &x.MaxLimitRequestRatio - yyv3200.CodecDecodeSelf(d) + yyv3219 := &x.MaxLimitRequestRatio + yyv3219.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3194) - } // end switch yys3194 - } // end for yyj3194 + z.DecStructFieldNotFound(-1, yys3213) + } // end switch yys3213 + } // end for yyj3213 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39782,16 +40048,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3201 int - var yyb3201 bool - var yyhl3201 bool = l >= 0 - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + var yyj3220 int + var yyb3220 bool + var yyhl3220 bool = l >= 0 + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39801,13 +40067,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39815,16 +40081,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3203 := &x.Max - yyv3203.CodecDecodeSelf(d) + yyv3222 := &x.Max + yyv3222.CodecDecodeSelf(d) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39832,16 +40098,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3204 := &x.Min - yyv3204.CodecDecodeSelf(d) + yyv3223 := &x.Min + yyv3223.CodecDecodeSelf(d) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39849,16 +40115,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3205 := &x.Default - yyv3205.CodecDecodeSelf(d) + yyv3224 := &x.Default + yyv3224.CodecDecodeSelf(d) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39866,16 +40132,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3206 := &x.DefaultRequest - yyv3206.CodecDecodeSelf(d) + yyv3225 := &x.DefaultRequest + yyv3225.CodecDecodeSelf(d) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39883,21 +40149,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3207 := &x.MaxLimitRequestRatio - yyv3207.CodecDecodeSelf(d) + yyv3226 := &x.MaxLimitRequestRatio + yyv3226.CodecDecodeSelf(d) } for { - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3220++ + if yyhl3220 { + yyb3220 = yyj3220 > l } else { - yyb3201 = r.CheckBreak() + yyb3220 = r.CheckBreak() } - if yyb3201 { + if yyb3220 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3201-1, "") + z.DecStructFieldNotFound(yyj3220-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39909,36 +40175,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3208 := z.EncBinary() - _ = yym3208 + yym3227 := z.EncBinary() + _ = yym3227 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3209 := !z.EncBinary() - yy2arr3209 := z.EncBasicHandle().StructToArray - var yyq3209 [1]bool - _, _, _ = yysep3209, yyq3209, yy2arr3209 - const yyr3209 bool = false - var yynn3209 int - if yyr3209 || yy2arr3209 { + yysep3228 := !z.EncBinary() + yy2arr3228 := z.EncBasicHandle().StructToArray + var yyq3228 [1]bool + _, _, _ = yysep3228, yyq3228, yy2arr3228 + const yyr3228 bool = false + var yynn3228 int + if yyr3228 || yy2arr3228 { r.EncodeArrayStart(1) } else { - yynn3209 = 1 - for _, b := range yyq3209 { + yynn3228 = 1 + for _, b := range yyq3228 { if b { - yynn3209++ + yynn3228++ } } - r.EncodeMapStart(yynn3209) - yynn3209 = 0 + r.EncodeMapStart(yynn3228) + yynn3228 = 0 } - if yyr3209 || yy2arr3209 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3211 := z.EncBinary() - _ = yym3211 + yym3230 := z.EncBinary() + _ = yym3230 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -39951,15 +40217,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3212 := z.EncBinary() - _ = yym3212 + yym3231 := z.EncBinary() + _ = yym3231 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3209 || yy2arr3209 { + if yyr3228 || yy2arr3228 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39972,25 +40238,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3213 := z.DecBinary() - _ = yym3213 + yym3232 := z.DecBinary() + _ = yym3232 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3214 := r.ContainerType() - if yyct3214 == codecSelferValueTypeMap1234 { - yyl3214 := r.ReadMapStart() - if yyl3214 == 0 { + yyct3233 := r.ContainerType() + if yyct3233 == codecSelferValueTypeMap1234 { + yyl3233 := r.ReadMapStart() + if yyl3233 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3214, d) + x.codecDecodeSelfFromMap(yyl3233, d) } - } else if yyct3214 == codecSelferValueTypeArray1234 { - yyl3214 := r.ReadArrayStart() - if yyl3214 == 0 { + } else if yyct3233 == codecSelferValueTypeArray1234 { + yyl3233 := r.ReadArrayStart() + if yyl3233 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3214, d) + x.codecDecodeSelfFromArray(yyl3233, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40002,12 +40268,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3215Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3215Slc - var yyhl3215 bool = l >= 0 - for yyj3215 := 0; ; yyj3215++ { - if yyhl3215 { - if yyj3215 >= l { + var 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 { @@ -40016,26 +40282,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3215Slc = r.DecodeBytes(yys3215Slc, true, true) - yys3215 := string(yys3215Slc) + yys3234Slc = r.DecodeBytes(yys3234Slc, true, true) + yys3234 := string(yys3234Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3215 { + switch yys3234 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3216 := &x.Limits - yym3217 := z.DecBinary() - _ = yym3217 + yyv3235 := &x.Limits + yym3236 := z.DecBinary() + _ = yym3236 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3216), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3235), d) } } default: - z.DecStructFieldNotFound(-1, yys3215) - } // end switch yys3215 - } // end for yyj3215 + z.DecStructFieldNotFound(-1, yys3234) + } // end switch yys3234 + } // end for yyj3234 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40043,16 +40309,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3218 int - var yyb3218 bool - var yyhl3218 bool = l >= 0 - yyj3218++ - if yyhl3218 { - yyb3218 = yyj3218 > l + var yyj3237 int + var yyb3237 bool + var yyhl3237 bool = l >= 0 + yyj3237++ + if yyhl3237 { + yyb3237 = yyj3237 > l } else { - yyb3218 = r.CheckBreak() + yyb3237 = r.CheckBreak() } - if yyb3218 { + if yyb3237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40060,26 +40326,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3219 := &x.Limits - yym3220 := z.DecBinary() - _ = yym3220 + yyv3238 := &x.Limits + yym3239 := z.DecBinary() + _ = yym3239 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3219), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3238), d) } } for { - yyj3218++ - if yyhl3218 { - yyb3218 = yyj3218 > l + yyj3237++ + if yyhl3237 { + yyb3237 = yyj3237 > l } else { - yyb3218 = r.CheckBreak() + yyb3237 = r.CheckBreak() } - if yyb3218 { + if yyb3237 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3218-1, "") + z.DecStructFieldNotFound(yyj3237-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40091,38 +40357,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3221 := z.EncBinary() - _ = yym3221 + yym3240 := z.EncBinary() + _ = yym3240 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3222 := !z.EncBinary() - yy2arr3222 := z.EncBasicHandle().StructToArray - var yyq3222 [4]bool - _, _, _ = yysep3222, yyq3222, yy2arr3222 - const yyr3222 bool = false - yyq3222[0] = x.Kind != "" - yyq3222[1] = x.APIVersion != "" - yyq3222[2] = true - yyq3222[3] = true - var yynn3222 int - if yyr3222 || yy2arr3222 { + yysep3241 := !z.EncBinary() + yy2arr3241 := z.EncBasicHandle().StructToArray + var yyq3241 [4]bool + _, _, _ = yysep3241, yyq3241, yy2arr3241 + const yyr3241 bool = false + yyq3241[0] = x.Kind != "" + yyq3241[1] = x.APIVersion != "" + yyq3241[2] = true + yyq3241[3] = true + var yynn3241 int + if yyr3241 || yy2arr3241 { r.EncodeArrayStart(4) } else { - yynn3222 = 0 - for _, b := range yyq3222 { + yynn3241 = 0 + for _, b := range yyq3241 { if b { - yynn3222++ + yynn3241++ } } - r.EncodeMapStart(yynn3222) - yynn3222 = 0 + r.EncodeMapStart(yynn3241) + yynn3241 = 0 } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[0] { - yym3224 := z.EncBinary() - _ = yym3224 + if yyq3241[0] { + yym3243 := z.EncBinary() + _ = yym3243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40131,23 +40397,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[0] { + if yyq3241[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3225 := z.EncBinary() - _ = yym3225 + yym3244 := z.EncBinary() + _ = yym3244 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[1] { - yym3227 := z.EncBinary() - _ = yym3227 + if yyq3241[1] { + yym3246 := z.EncBinary() + _ = yym3246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40156,53 +40422,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[1] { + if yyq3241[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3228 := z.EncBinary() - _ = yym3228 + yym3247 := z.EncBinary() + _ = yym3247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[2] { - yy3230 := &x.ObjectMeta - yy3230.CodecEncodeSelf(e) + if yyq3241[2] { + yy3249 := &x.ObjectMeta + yy3249.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3222[2] { + if yyq3241[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3231 := &x.ObjectMeta - yy3231.CodecEncodeSelf(e) + yy3250 := &x.ObjectMeta + yy3250.CodecEncodeSelf(e) } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[3] { - yy3233 := &x.Spec - yy3233.CodecEncodeSelf(e) + if yyq3241[3] { + yy3252 := &x.Spec + yy3252.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3222[3] { + if yyq3241[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3234 := &x.Spec - yy3234.CodecEncodeSelf(e) + yy3253 := &x.Spec + yy3253.CodecEncodeSelf(e) } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40215,25 +40481,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3235 := z.DecBinary() - _ = yym3235 + yym3254 := z.DecBinary() + _ = yym3254 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3236 := r.ContainerType() - if yyct3236 == codecSelferValueTypeMap1234 { - yyl3236 := r.ReadMapStart() - if yyl3236 == 0 { + yyct3255 := r.ContainerType() + if yyct3255 == codecSelferValueTypeMap1234 { + yyl3255 := r.ReadMapStart() + if yyl3255 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3236, d) + x.codecDecodeSelfFromMap(yyl3255, d) } - } else if yyct3236 == codecSelferValueTypeArray1234 { - yyl3236 := r.ReadArrayStart() - if yyl3236 == 0 { + } else if yyct3255 == codecSelferValueTypeArray1234 { + yyl3255 := r.ReadArrayStart() + if yyl3255 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3236, d) + x.codecDecodeSelfFromArray(yyl3255, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40245,12 +40511,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3237Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3237Slc - var yyhl3237 bool = l >= 0 - for yyj3237 := 0; ; yyj3237++ { - if yyhl3237 { - if yyj3237 >= l { + var yys3256Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3256Slc + var yyhl3256 bool = l >= 0 + for yyj3256 := 0; ; yyj3256++ { + if yyhl3256 { + if yyj3256 >= l { break } } else { @@ -40259,10 +40525,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3237Slc = r.DecodeBytes(yys3237Slc, true, true) - yys3237 := string(yys3237Slc) + yys3256Slc = r.DecodeBytes(yys3256Slc, true, true) + yys3256 := string(yys3256Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3237 { + switch yys3256 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40279,20 +40545,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3240 := &x.ObjectMeta - yyv3240.CodecDecodeSelf(d) + yyv3259 := &x.ObjectMeta + yyv3259.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3241 := &x.Spec - yyv3241.CodecDecodeSelf(d) + yyv3260 := &x.Spec + yyv3260.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3237) - } // end switch yys3237 - } // end for yyj3237 + z.DecStructFieldNotFound(-1, yys3256) + } // end switch yys3256 + } // end for yyj3256 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40300,16 +40566,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3242 int - var yyb3242 bool - var yyhl3242 bool = l >= 0 - yyj3242++ - if yyhl3242 { - yyb3242 = yyj3242 > l + var yyj3261 int + var yyb3261 bool + var yyhl3261 bool = l >= 0 + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3242 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3242 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40319,13 +40585,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3242++ - if yyhl3242 { - yyb3242 = yyj3242 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3242 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3242 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40335,13 +40601,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3242++ - if yyhl3242 { - yyb3242 = yyj3242 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3242 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3242 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40349,16 +40615,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3245 := &x.ObjectMeta - yyv3245.CodecDecodeSelf(d) + yyv3264 := &x.ObjectMeta + yyv3264.CodecDecodeSelf(d) } - yyj3242++ - if yyhl3242 { - yyb3242 = yyj3242 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3242 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3242 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40366,21 +40632,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3246 := &x.Spec - yyv3246.CodecDecodeSelf(d) + yyv3265 := &x.Spec + yyv3265.CodecDecodeSelf(d) } for { - yyj3242++ - if yyhl3242 { - yyb3242 = yyj3242 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3242 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3242 { + if yyb3261 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3242-1, "") + z.DecStructFieldNotFound(yyj3261-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40392,37 +40658,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3247 := z.EncBinary() - _ = yym3247 + yym3266 := z.EncBinary() + _ = yym3266 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3248 := !z.EncBinary() - yy2arr3248 := z.EncBasicHandle().StructToArray - var yyq3248 [4]bool - _, _, _ = yysep3248, yyq3248, yy2arr3248 - const yyr3248 bool = false - yyq3248[0] = x.Kind != "" - yyq3248[1] = x.APIVersion != "" - yyq3248[2] = true - var yynn3248 int - if yyr3248 || yy2arr3248 { + yysep3267 := !z.EncBinary() + yy2arr3267 := z.EncBasicHandle().StructToArray + var yyq3267 [4]bool + _, _, _ = yysep3267, yyq3267, yy2arr3267 + const yyr3267 bool = false + yyq3267[0] = x.Kind != "" + yyq3267[1] = x.APIVersion != "" + yyq3267[2] = true + var yynn3267 int + if yyr3267 || yy2arr3267 { r.EncodeArrayStart(4) } else { - yynn3248 = 1 - for _, b := range yyq3248 { + yynn3267 = 1 + for _, b := range yyq3267 { if b { - yynn3248++ + yynn3267++ } } - r.EncodeMapStart(yynn3248) - yynn3248 = 0 + r.EncodeMapStart(yynn3267) + yynn3267 = 0 } - if yyr3248 || yy2arr3248 { + if yyr3267 || yy2arr3267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3248[0] { - yym3250 := z.EncBinary() - _ = yym3250 + if yyq3267[0] { + yym3269 := z.EncBinary() + _ = yym3269 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40431,23 +40697,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3248[0] { + if yyq3267[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3251 := z.EncBinary() - _ = yym3251 + yym3270 := z.EncBinary() + _ = yym3270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3248 || yy2arr3248 { + if yyr3267 || yy2arr3267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3248[1] { - yym3253 := z.EncBinary() - _ = yym3253 + if yyq3267[1] { + yym3272 := z.EncBinary() + _ = yym3272 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40456,54 +40722,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3248[1] { + if yyq3267[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3254 := z.EncBinary() - _ = yym3254 + yym3273 := z.EncBinary() + _ = yym3273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3248 || yy2arr3248 { + if yyr3267 || yy2arr3267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3248[2] { - yy3256 := &x.ListMeta - yym3257 := z.EncBinary() - _ = yym3257 + if yyq3267[2] { + yy3275 := &x.ListMeta + yym3276 := z.EncBinary() + _ = yym3276 if false { - } else if z.HasExtensions() && z.EncExt(yy3256) { + } else if z.HasExtensions() && z.EncExt(yy3275) { } else { - z.EncFallback(yy3256) + z.EncFallback(yy3275) } } else { r.EncodeNil() } } else { - if yyq3248[2] { + if yyq3267[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3258 := &x.ListMeta - yym3259 := z.EncBinary() - _ = yym3259 + yy3277 := &x.ListMeta + yym3278 := z.EncBinary() + _ = yym3278 if false { - } else if z.HasExtensions() && z.EncExt(yy3258) { + } else if z.HasExtensions() && z.EncExt(yy3277) { } else { - z.EncFallback(yy3258) + z.EncFallback(yy3277) } } } - if yyr3248 || yy2arr3248 { + if yyr3267 || yy2arr3267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3261 := z.EncBinary() - _ = yym3261 + yym3280 := z.EncBinary() + _ = yym3280 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -40516,15 +40782,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3262 := z.EncBinary() - _ = yym3262 + yym3281 := z.EncBinary() + _ = yym3281 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3248 || yy2arr3248 { + if yyr3267 || yy2arr3267 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40534,265 +40800,6 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3263 := z.DecBinary() - _ = yym3263 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3264 := r.ContainerType() - if yyct3264 == codecSelferValueTypeMap1234 { - yyl3264 := r.ReadMapStart() - if yyl3264 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3264, d) - } - } else if yyct3264 == codecSelferValueTypeArray1234 { - yyl3264 := r.ReadArrayStart() - if yyl3264 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3264, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3265Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3265Slc - var yyhl3265 bool = l >= 0 - for yyj3265 := 0; ; yyj3265++ { - if yyhl3265 { - if yyj3265 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3265Slc = r.DecodeBytes(yys3265Slc, true, true) - yys3265 := string(yys3265Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3265 { - case "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 { - yyv3268 := &x.ListMeta - yym3269 := z.DecBinary() - _ = yym3269 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3268) { - } else { - z.DecFallback(yyv3268, false) - } - } - case "items": - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3270 := &x.Items - yym3271 := z.DecBinary() - _ = yym3271 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3270), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys3265) - } // end switch yys3265 - } // end for yyj3265 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3272 int - var yyb3272 bool - var yyhl3272 bool = l >= 0 - yyj3272++ - if yyhl3272 { - yyb3272 = yyj3272 > l - } else { - yyb3272 = r.CheckBreak() - } - if yyb3272 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3272++ - if yyhl3272 { - yyb3272 = yyj3272 > l - } else { - yyb3272 = r.CheckBreak() - } - if yyb3272 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3272++ - if yyhl3272 { - yyb3272 = yyj3272 > l - } else { - yyb3272 = r.CheckBreak() - } - if yyb3272 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv3275 := &x.ListMeta - yym3276 := z.DecBinary() - _ = yym3276 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3275) { - } else { - z.DecFallback(yyv3275, false) - } - } - yyj3272++ - if yyhl3272 { - yyb3272 = yyj3272 > l - } else { - yyb3272 = r.CheckBreak() - } - if yyb3272 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3277 := &x.Items - yym3278 := z.DecBinary() - _ = yym3278 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3277), d) - } - } - for { - yyj3272++ - if yyhl3272 { - yyb3272 = yyj3272 > l - } else { - yyb3272 = r.CheckBreak() - } - if yyb3272 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3272-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3279 := z.EncBinary() - _ = yym3279 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3280 := !z.EncBinary() - yy2arr3280 := z.EncBasicHandle().StructToArray - var yyq3280 [1]bool - _, _, _ = yysep3280, yyq3280, yy2arr3280 - const yyr3280 bool = false - yyq3280[0] = len(x.Hard) != 0 - var yynn3280 int - if yyr3280 || yy2arr3280 { - r.EncodeArrayStart(1) - } else { - yynn3280 = 0 - for _, b := range yyq3280 { - if b { - yynn3280++ - } - } - r.EncodeMapStart(yynn3280) - yynn3280 = 0 - } - if yyr3280 || yy2arr3280 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3280[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3280[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hard")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } - } - if yyr3280 || yy2arr3280 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -40822,7 +40829,7 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -40844,820 +40851,6 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) yys3284 := string(yys3284Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3284 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3285 := &x.Hard - yyv3285.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3284) - } // end switch yys3284 - } // end for yyj3284 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3286 int - var yyb3286 bool - var yyhl3286 bool = l >= 0 - yyj3286++ - if yyhl3286 { - yyb3286 = yyj3286 > l - } else { - yyb3286 = r.CheckBreak() - } - if yyb3286 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3287 := &x.Hard - yyv3287.CodecDecodeSelf(d) - } - for { - yyj3286++ - if yyhl3286 { - yyb3286 = yyj3286 > l - } else { - yyb3286 = r.CheckBreak() - } - if yyb3286 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3286-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3288 := z.EncBinary() - _ = yym3288 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3289 := !z.EncBinary() - yy2arr3289 := z.EncBasicHandle().StructToArray - var yyq3289 [2]bool - _, _, _ = yysep3289, yyq3289, yy2arr3289 - const yyr3289 bool = false - yyq3289[0] = len(x.Hard) != 0 - yyq3289[1] = len(x.Used) != 0 - var yynn3289 int - if yyr3289 || yy2arr3289 { - r.EncodeArrayStart(2) - } else { - yynn3289 = 0 - for _, b := range yyq3289 { - if b { - yynn3289++ - } - } - r.EncodeMapStart(yynn3289) - yynn3289 = 0 - } - if yyr3289 || yy2arr3289 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3289[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3289[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hard")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } - } - if yyr3289 || yy2arr3289 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3289[1] { - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3289[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("used")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } - } - if yyr3289 || yy2arr3289 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaStatus) 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 *ResourceQuotaStatus) 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 "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3295 := &x.Hard - yyv3295.CodecDecodeSelf(d) - } - case "used": - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv3296 := &x.Used - yyv3296.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3294) - } // end switch yys3294 - } // end for yyj3294 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuotaStatus) 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() { - x.Hard = nil - } else { - yyv3298 := &x.Hard - yyv3298.CodecDecodeSelf(d) - } - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l - } else { - yyb3297 = r.CheckBreak() - } - if yyb3297 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv3299 := &x.Used - yyv3299.CodecDecodeSelf(d) - } - 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 *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3300 := z.EncBinary() - _ = yym3300 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - 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] = true - yyq3301[3] = true - yyq3301[4] = true - var yynn3301 int - if yyr3301 || yy2arr3301 { - r.EncodeArrayStart(5) - } else { - yynn3301 = 0 - for _, b := range yyq3301 { - if b { - yynn3301++ - } - } - r.EncodeMapStart(yynn3301) - yynn3301 = 0 - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[0] { - yym3303 := z.EncBinary() - _ = yym3303 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3301[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3304 := z.EncBinary() - _ = yym3304 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[1] { - yym3306 := z.EncBinary() - _ = yym3306 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3301[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3307 := z.EncBinary() - _ = yym3307 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[2] { - yy3309 := &x.ObjectMeta - yy3309.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3301[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3310 := &x.ObjectMeta - yy3310.CodecEncodeSelf(e) - } - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[3] { - yy3312 := &x.Spec - yy3312.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3301[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3313 := &x.Spec - yy3313.CodecEncodeSelf(e) - } - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[4] { - yy3315 := &x.Status - yy3315.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3301[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3316 := &x.Status - yy3316.CodecEncodeSelf(e) - } - } - if yyr3301 || yy2arr3301 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3317 := z.DecBinary() - _ = yym3317 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3318 := r.ContainerType() - if yyct3318 == codecSelferValueTypeMap1234 { - yyl3318 := r.ReadMapStart() - if yyl3318 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3318, d) - } - } else if yyct3318 == codecSelferValueTypeArray1234 { - yyl3318 := r.ReadArrayStart() - if yyl3318 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3318, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3319Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3319Slc - var yyhl3319 bool = l >= 0 - for yyj3319 := 0; ; yyj3319++ { - if yyhl3319 { - if yyj3319 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3319Slc = r.DecodeBytes(yys3319Slc, true, true) - yys3319 := string(yys3319Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3319 { - 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 { - yyv3322 := &x.ObjectMeta - yyv3322.CodecDecodeSelf(d) - } - case "spec": - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv3323 := &x.Spec - yyv3323.CodecDecodeSelf(d) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv3324 := &x.Status - yyv3324.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3319) - } // end switch yys3319 - } // end for yyj3319 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3325 int - var yyb3325 bool - var yyhl3325 bool = l >= 0 - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv3328 := &x.ObjectMeta - yyv3328.CodecDecodeSelf(d) - } - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv3329 := &x.Spec - yyv3329.CodecDecodeSelf(d) - } - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv3330 := &x.Status - yyv3330.CodecDecodeSelf(d) - } - for { - yyj3325++ - if yyhl3325 { - yyb3325 = yyj3325 > l - } else { - yyb3325 = r.CheckBreak() - } - if yyb3325 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3325-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3331 := z.EncBinary() - _ = yym3331 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3332 := !z.EncBinary() - yy2arr3332 := z.EncBasicHandle().StructToArray - var yyq3332 [4]bool - _, _, _ = yysep3332, yyq3332, yy2arr3332 - const yyr3332 bool = false - yyq3332[0] = x.Kind != "" - yyq3332[1] = x.APIVersion != "" - yyq3332[2] = true - var yynn3332 int - if yyr3332 || yy2arr3332 { - r.EncodeArrayStart(4) - } else { - yynn3332 = 1 - for _, b := range yyq3332 { - if b { - yynn3332++ - } - } - r.EncodeMapStart(yynn3332) - yynn3332 = 0 - } - if yyr3332 || yy2arr3332 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[0] { - yym3334 := z.EncBinary() - _ = yym3334 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3332[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3335 := z.EncBinary() - _ = yym3335 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3332 || yy2arr3332 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[1] { - yym3337 := z.EncBinary() - _ = yym3337 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3332[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3338 := z.EncBinary() - _ = yym3338 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3332 || yy2arr3332 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[2] { - yy3340 := &x.ListMeta - yym3341 := z.EncBinary() - _ = yym3341 - if false { - } else if z.HasExtensions() && z.EncExt(yy3340) { - } else { - z.EncFallback(yy3340) - } - } else { - r.EncodeNil() - } - } else { - if yyq3332[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3342 := &x.ListMeta - yym3343 := z.EncBinary() - _ = yym3343 - if false { - } else if z.HasExtensions() && z.EncExt(yy3342) { - } else { - z.EncFallback(yy3342) - } - } - } - if yyr3332 || yy2arr3332 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym3345 := z.EncBinary() - _ = yym3345 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym3346 := z.EncBinary() - _ = yym3346 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } - } - } - if yyr3332 || yy2arr3332 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3347 := z.DecBinary() - _ = yym3347 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3348 := r.ContainerType() - if yyct3348 == codecSelferValueTypeMap1234 { - yyl3348 := r.ReadMapStart() - if yyl3348 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3348, d) - } - } else if yyct3348 == codecSelferValueTypeArray1234 { - yyl3348 := r.ReadArrayStart() - if yyl3348 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3348, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - 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 { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3349Slc = r.DecodeBytes(yys3349Slc, true, true) - yys3349 := string(yys3349Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3349 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41674,48 +40867,48 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3352 := &x.ListMeta - yym3353 := z.DecBinary() - _ = yym3353 + yyv3287 := &x.ListMeta + yym3288 := z.DecBinary() + _ = yym3288 if false { - } else if z.HasExtensions() && z.DecExt(yyv3352) { + } else if z.HasExtensions() && z.DecExt(yyv3287) { } else { - z.DecFallback(yyv3352, false) + z.DecFallback(yyv3287, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3354 := &x.Items - yym3355 := z.DecBinary() - _ = yym3355 + yyv3289 := &x.Items + yym3290 := z.DecBinary() + _ = yym3290 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3354), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3289), d) } } default: - z.DecStructFieldNotFound(-1, yys3349) - } // end switch yys3349 - } // end for yyj3349 + z.DecStructFieldNotFound(-1, yys3284) + } // end switch yys3284 + } // end for yyj3284 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *LimitRangeList) 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 yyj3291 int + var yyb3291 bool + var yyhl3291 bool = l >= 0 + yyj3291++ + if yyhl3291 { + yyb3291 = yyj3291 > l } else { - yyb3356 = r.CheckBreak() + yyb3291 = r.CheckBreak() } - if yyb3356 { + if yyb3291 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41725,13 +40918,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3291++ + if yyhl3291 { + yyb3291 = yyj3291 > l } else { - yyb3356 = r.CheckBreak() + yyb3291 = r.CheckBreak() } - if yyb3356 { + if yyb3291 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41741,13 +40934,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3291++ + if yyhl3291 { + yyb3291 = yyj3291 > l } else { - yyb3356 = r.CheckBreak() + yyb3291 = r.CheckBreak() } - if yyb3356 { + if yyb3291 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41755,22 +40948,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3359 := &x.ListMeta - yym3360 := z.DecBinary() - _ = yym3360 + yyv3294 := &x.ListMeta + yym3295 := z.DecBinary() + _ = yym3295 if false { - } else if z.HasExtensions() && z.DecExt(yyv3359) { + } else if z.HasExtensions() && z.DecExt(yyv3294) { } else { - z.DecFallback(yyv3359, false) + z.DecFallback(yyv3294, false) } } - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3291++ + if yyhl3291 { + yyb3291 = yyj3291 > l } else { - yyb3356 = r.CheckBreak() + yyb3291 = r.CheckBreak() } - if yyb3356 { + if yyb3291 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41778,181 +40971,85 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3361 := &x.Items - yym3362 := z.DecBinary() - _ = yym3362 + yyv3296 := &x.Items + yym3297 := z.DecBinary() + _ = yym3297 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3361), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3296), d) } } for { - yyj3356++ - if yyhl3356 { - yyb3356 = yyj3356 > l + yyj3291++ + if yyhl3291 { + yyb3291 = yyj3291 > l } else { - yyb3356 = r.CheckBreak() + yyb3291 = r.CheckBreak() } - if yyb3356 { + if yyb3291 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3356-1, "") + z.DecStructFieldNotFound(yyj3291-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym3363 := z.EncBinary() - _ = yym3363 + yym3298 := z.EncBinary() + _ = yym3298 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3364 := !z.EncBinary() - yy2arr3364 := z.EncBasicHandle().StructToArray - var yyq3364 [5]bool - _, _, _ = yysep3364, yyq3364, yy2arr3364 - const yyr3364 bool = false - yyq3364[0] = x.Kind != "" - yyq3364[1] = x.APIVersion != "" - yyq3364[2] = true - yyq3364[3] = len(x.Data) != 0 - yyq3364[4] = x.Type != "" - var yynn3364 int - if yyr3364 || yy2arr3364 { - r.EncodeArrayStart(5) + yysep3299 := !z.EncBinary() + yy2arr3299 := z.EncBasicHandle().StructToArray + var yyq3299 [1]bool + _, _, _ = yysep3299, yyq3299, yy2arr3299 + const yyr3299 bool = false + yyq3299[0] = len(x.Hard) != 0 + var yynn3299 int + if yyr3299 || yy2arr3299 { + r.EncodeArrayStart(1) } else { - yynn3364 = 0 - for _, b := range yyq3364 { + yynn3299 = 0 + for _, b := range yyq3299 { if b { - yynn3364++ + yynn3299++ } } - r.EncodeMapStart(yynn3364) - yynn3364 = 0 + r.EncodeMapStart(yynn3299) + yynn3299 = 0 } - if yyr3364 || yy2arr3364 { + if yyr3299 || yy2arr3299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3364[0] { - yym3366 := z.EncBinary() - _ = yym3366 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3364[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3367 := z.EncBinary() - _ = yym3367 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3364 || yy2arr3364 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3364[1] { - yym3369 := z.EncBinary() - _ = yym3369 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3364[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3370 := z.EncBinary() - _ = yym3370 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3364 || yy2arr3364 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3364[2] { - yy3372 := &x.ObjectMeta - yy3372.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3364[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3373 := &x.ObjectMeta - yy3373.CodecEncodeSelf(e) - } - } - if yyr3364 || yy2arr3364 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3364[3] { - if x.Data == nil { + if yyq3299[0] { + if x.Hard == nil { r.EncodeNil() } else { - yym3375 := z.EncBinary() - _ = yym3375 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } + x.Hard.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq3364[3] { + if yyq3299[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) + r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { + if x.Hard == nil { r.EncodeNil() } else { - yym3376 := z.EncBinary() - _ = yym3376 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } + x.Hard.CodecEncodeSelf(e) } } } - if yyr3364 || yy2arr3364 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3364[4] { - x.Type.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3364[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - } - if yyr3364 || yy2arr3364 { + if yyr3299 || yy2arr3299 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41961,29 +41058,29 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3378 := z.DecBinary() - _ = yym3378 + yym3301 := z.DecBinary() + _ = yym3301 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3379 := r.ContainerType() - if yyct3379 == codecSelferValueTypeMap1234 { - yyl3379 := r.ReadMapStart() - if yyl3379 == 0 { + yyct3302 := r.ContainerType() + if yyct3302 == codecSelferValueTypeMap1234 { + yyl3302 := r.ReadMapStart() + if yyl3302 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3379, d) + x.codecDecodeSelfFromMap(yyl3302, d) } - } else if yyct3379 == codecSelferValueTypeArray1234 { - yyl3379 := r.ReadArrayStart() - if yyl3379 == 0 { + } else if yyct3302 == codecSelferValueTypeArray1234 { + yyl3302 := r.ReadArrayStart() + if yyl3302 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3379, d) + x.codecDecodeSelfFromArray(yyl3302, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41991,16 +41088,16 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ResourceQuotaSpec) 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 yys3303Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3303Slc + var yyhl3303 bool = l >= 0 + for yyj3303 := 0; ; yyj3303++ { + if yyhl3303 { + if yyj3303 >= l { break } } else { @@ -42009,10 +41106,478 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3380Slc = r.DecodeBytes(yys3380Slc, true, true) - yys3380 := string(yys3380Slc) + yys3303Slc = r.DecodeBytes(yys3303Slc, true, true) + yys3303 := string(yys3303Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3380 { + switch yys3303 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3304 := &x.Hard + yyv3304.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3303) + } // end switch yys3303 + } // end for yyj3303 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3305 int + var yyb3305 bool + var yyhl3305 bool = l >= 0 + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l + } else { + yyb3305 = r.CheckBreak() + } + if yyb3305 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3306 := &x.Hard + yyv3306.CodecDecodeSelf(d) + } + for { + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l + } else { + yyb3305 = r.CheckBreak() + } + if yyb3305 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3305-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3307 := z.EncBinary() + _ = yym3307 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3308 := !z.EncBinary() + yy2arr3308 := z.EncBasicHandle().StructToArray + var yyq3308 [2]bool + _, _, _ = yysep3308, yyq3308, yy2arr3308 + const yyr3308 bool = false + yyq3308[0] = len(x.Hard) != 0 + yyq3308[1] = len(x.Used) != 0 + var yynn3308 int + if yyr3308 || yy2arr3308 { + r.EncodeArrayStart(2) + } else { + yynn3308 = 0 + for _, b := range yyq3308 { + if b { + yynn3308++ + } + } + r.EncodeMapStart(yynn3308) + yynn3308 = 0 + } + if yyr3308 || yy2arr3308 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3308[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3308[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hard")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } + } + if yyr3308 || yy2arr3308 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3308[1] { + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3308[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("used")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } + } + if yyr3308 || yy2arr3308 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3311 := z.DecBinary() + _ = yym3311 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3312 := r.ContainerType() + if yyct3312 == codecSelferValueTypeMap1234 { + yyl3312 := r.ReadMapStart() + if yyl3312 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3312, d) + } + } else if yyct3312 == codecSelferValueTypeArray1234 { + yyl3312 := r.ReadArrayStart() + if yyl3312 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3312, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3313Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3313Slc + var yyhl3313 bool = l >= 0 + for yyj3313 := 0; ; yyj3313++ { + if yyhl3313 { + if yyj3313 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3313Slc = r.DecodeBytes(yys3313Slc, true, true) + yys3313 := string(yys3313Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3313 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3314 := &x.Hard + yyv3314.CodecDecodeSelf(d) + } + case "used": + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv3315 := &x.Used + yyv3315.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3313) + } // end switch yys3313 + } // end for yyj3313 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3316 int + var yyb3316 bool + var yyhl3316 bool = l >= 0 + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l + } else { + yyb3316 = r.CheckBreak() + } + if yyb3316 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3317 := &x.Hard + yyv3317.CodecDecodeSelf(d) + } + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l + } else { + yyb3316 = r.CheckBreak() + } + if yyb3316 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv3318 := &x.Used + yyv3318.CodecDecodeSelf(d) + } + for { + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l + } else { + yyb3316 = r.CheckBreak() + } + if yyb3316 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3316-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3319 := z.EncBinary() + _ = yym3319 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3320 := !z.EncBinary() + yy2arr3320 := z.EncBasicHandle().StructToArray + var yyq3320 [5]bool + _, _, _ = yysep3320, yyq3320, yy2arr3320 + const yyr3320 bool = false + yyq3320[0] = x.Kind != "" + yyq3320[1] = x.APIVersion != "" + yyq3320[2] = true + yyq3320[3] = true + yyq3320[4] = true + var yynn3320 int + if yyr3320 || yy2arr3320 { + r.EncodeArrayStart(5) + } else { + yynn3320 = 0 + for _, b := range yyq3320 { + if b { + yynn3320++ + } + } + r.EncodeMapStart(yynn3320) + yynn3320 = 0 + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3320[0] { + yym3322 := z.EncBinary() + _ = yym3322 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3320[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3323 := z.EncBinary() + _ = yym3323 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3320[1] { + yym3325 := z.EncBinary() + _ = yym3325 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3320[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3326 := z.EncBinary() + _ = yym3326 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3320[2] { + yy3328 := &x.ObjectMeta + yy3328.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3320[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3329 := &x.ObjectMeta + yy3329.CodecEncodeSelf(e) + } + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3320[3] { + yy3331 := &x.Spec + yy3331.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3320[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3332 := &x.Spec + yy3332.CodecEncodeSelf(e) + } + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3320[4] { + yy3334 := &x.Status + yy3334.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3320[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3335 := &x.Status + yy3335.CodecEncodeSelf(e) + } + } + if yyr3320 || yy2arr3320 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3336 := z.DecBinary() + _ = yym3336 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3337 := r.ContainerType() + if yyct3337 == codecSelferValueTypeMap1234 { + yyl3337 := r.ReadMapStart() + if yyl3337 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3337, d) + } + } else if yyct3337 == codecSelferValueTypeArray1234 { + yyl3337 := r.ReadArrayStart() + if yyl3337 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3337, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3338Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3338Slc + var yyhl3338 bool = l >= 0 + for yyj3338 := 0; ; yyj3338++ { + if yyhl3338 { + if yyj3338 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3338Slc = r.DecodeBytes(yys3338Slc, true, true) + yys3338 := string(yys3338Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3338 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42029,48 +41594,44 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3383 := &x.ObjectMeta - yyv3383.CodecDecodeSelf(d) + yyv3341 := &x.ObjectMeta + yyv3341.CodecDecodeSelf(d) } - case "data": + case "spec": if r.TryDecodeAsNil() { - x.Data = nil + x.Spec = ResourceQuotaSpec{} } else { - yyv3384 := &x.Data - yym3385 := z.DecBinary() - _ = yym3385 - if false { - } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3384), d) - } + yyv3342 := &x.Spec + yyv3342.CodecDecodeSelf(d) } - case "type": + case "status": if r.TryDecodeAsNil() { - x.Type = "" + x.Status = ResourceQuotaStatus{} } else { - x.Type = SecretType(r.DecodeString()) + yyv3343 := &x.Status + yyv3343.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3380) - } // end switch yys3380 - } // end for yyj3380 + z.DecStructFieldNotFound(-1, yys3338) + } // end switch yys3338 + } // end for yyj3338 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3387 int - var yyb3387 bool - var yyhl3387 bool = l >= 0 - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + var yyj3344 int + var yyb3344 bool + var yyhl3344 bool = l >= 0 + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l } else { - yyb3387 = r.CheckBreak() + yyb3344 = r.CheckBreak() } - if yyb3387 { + if yyb3344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42080,13 +41641,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l } else { - yyb3387 = r.CheckBreak() + yyb3344 = r.CheckBreak() } - if yyb3387 { + if yyb3344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42096,13 +41657,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l } else { - yyb3387 = r.CheckBreak() + yyb3344 = r.CheckBreak() } - if yyb3387 { + if yyb3344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42110,16 +41671,721 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3390 := &x.ObjectMeta - yyv3390.CodecDecodeSelf(d) + yyv3347 := &x.ObjectMeta + yyv3347.CodecDecodeSelf(d) } - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l } else { - yyb3387 = r.CheckBreak() + yyb3344 = r.CheckBreak() } - if yyb3387 { + if yyb3344 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Spec = ResourceQuotaSpec{} + } else { + yyv3348 := &x.Spec + yyv3348.CodecDecodeSelf(d) + } + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l + } else { + yyb3344 = r.CheckBreak() + } + if yyb3344 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = ResourceQuotaStatus{} + } else { + yyv3349 := &x.Status + yyv3349.CodecDecodeSelf(d) + } + for { + yyj3344++ + if yyhl3344 { + yyb3344 = yyj3344 > l + } else { + yyb3344 = r.CheckBreak() + } + if yyb3344 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3344-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3350 := z.EncBinary() + _ = yym3350 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3351 := !z.EncBinary() + yy2arr3351 := z.EncBasicHandle().StructToArray + var yyq3351 [4]bool + _, _, _ = yysep3351, yyq3351, yy2arr3351 + const yyr3351 bool = false + yyq3351[0] = x.Kind != "" + yyq3351[1] = x.APIVersion != "" + yyq3351[2] = true + var yynn3351 int + if yyr3351 || yy2arr3351 { + r.EncodeArrayStart(4) + } else { + yynn3351 = 1 + for _, b := range yyq3351 { + if b { + yynn3351++ + } + } + r.EncodeMapStart(yynn3351) + yynn3351 = 0 + } + if yyr3351 || yy2arr3351 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3351[0] { + yym3353 := z.EncBinary() + _ = yym3353 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3351[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3354 := z.EncBinary() + _ = yym3354 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3351 || yy2arr3351 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3351[1] { + yym3356 := z.EncBinary() + _ = yym3356 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3351[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3357 := z.EncBinary() + _ = yym3357 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3351 || yy2arr3351 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3351[2] { + yy3359 := &x.ListMeta + yym3360 := z.EncBinary() + _ = yym3360 + if false { + } else if z.HasExtensions() && z.EncExt(yy3359) { + } else { + z.EncFallback(yy3359) + } + } else { + r.EncodeNil() + } + } else { + if yyq3351[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3361 := &x.ListMeta + yym3362 := z.EncBinary() + _ = yym3362 + if false { + } else if z.HasExtensions() && z.EncExt(yy3361) { + } else { + z.EncFallback(yy3361) + } + } + } + if yyr3351 || yy2arr3351 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym3364 := z.EncBinary() + _ = yym3364 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym3365 := z.EncBinary() + _ = yym3365 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } + if yyr3351 || yy2arr3351 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3366 := z.DecBinary() + _ = yym3366 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3367 := r.ContainerType() + if yyct3367 == codecSelferValueTypeMap1234 { + yyl3367 := r.ReadMapStart() + if yyl3367 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3367, d) + } + } else if yyct3367 == codecSelferValueTypeArray1234 { + yyl3367 := r.ReadArrayStart() + if yyl3367 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3367, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3368Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3368Slc + var yyhl3368 bool = l >= 0 + for yyj3368 := 0; ; yyj3368++ { + if yyhl3368 { + if yyj3368 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3368Slc = r.DecodeBytes(yys3368Slc, true, true) + yys3368 := string(yys3368Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3368 { + 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 { + yyv3371 := &x.ListMeta + yym3372 := z.DecBinary() + _ = yym3372 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3371) { + } else { + z.DecFallback(yyv3371, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv3373 := &x.Items + yym3374 := z.DecBinary() + _ = yym3374 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3373), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3368) + } // end switch yys3368 + } // end for yyj3368 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3375 int + var yyb3375 bool + var yyhl3375 bool = l >= 0 + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l + } else { + yyb3375 = r.CheckBreak() + } + if yyb3375 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l + } else { + yyb3375 = r.CheckBreak() + } + if yyb3375 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l + } else { + yyb3375 = r.CheckBreak() + } + if yyb3375 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv3378 := &x.ListMeta + yym3379 := z.DecBinary() + _ = yym3379 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3378) { + } else { + z.DecFallback(yyv3378, false) + } + } + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l + } else { + yyb3375 = r.CheckBreak() + } + if yyb3375 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv3380 := &x.Items + yym3381 := z.DecBinary() + _ = yym3381 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3380), d) + } + } + for { + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l + } else { + yyb3375 = r.CheckBreak() + } + if yyb3375 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3375-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3382 := z.EncBinary() + _ = yym3382 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3383 := !z.EncBinary() + yy2arr3383 := z.EncBasicHandle().StructToArray + var yyq3383 [5]bool + _, _, _ = yysep3383, yyq3383, yy2arr3383 + const yyr3383 bool = false + yyq3383[0] = x.Kind != "" + yyq3383[1] = x.APIVersion != "" + yyq3383[2] = true + yyq3383[3] = len(x.Data) != 0 + yyq3383[4] = x.Type != "" + var yynn3383 int + if yyr3383 || yy2arr3383 { + r.EncodeArrayStart(5) + } else { + yynn3383 = 0 + for _, b := range yyq3383 { + if b { + yynn3383++ + } + } + r.EncodeMapStart(yynn3383) + yynn3383 = 0 + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3383[0] { + yym3385 := z.EncBinary() + _ = yym3385 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3383[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3386 := z.EncBinary() + _ = yym3386 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3383[1] { + yym3388 := z.EncBinary() + _ = yym3388 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3383[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3389 := z.EncBinary() + _ = yym3389 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3383[2] { + yy3391 := &x.ObjectMeta + yy3391.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3383[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3392 := &x.ObjectMeta + yy3392.CodecEncodeSelf(e) + } + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3383[3] { + if x.Data == nil { + r.EncodeNil() + } else { + yym3394 := z.EncBinary() + _ = yym3394 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3383[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() + } else { + yym3395 := z.EncBinary() + _ = yym3395 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3383[4] { + x.Type.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3383[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + } + if yyr3383 || yy2arr3383 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3397 := z.DecBinary() + _ = yym3397 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3398 := r.ContainerType() + if yyct3398 == codecSelferValueTypeMap1234 { + yyl3398 := r.ReadMapStart() + if yyl3398 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3398, d) + } + } else if yyct3398 == codecSelferValueTypeArray1234 { + yyl3398 := r.ReadArrayStart() + if yyl3398 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3398, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3399Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3399Slc + var yyhl3399 bool = l >= 0 + for yyj3399 := 0; ; yyj3399++ { + if yyhl3399 { + if yyj3399 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3399Slc = r.DecodeBytes(yys3399Slc, true, true) + yys3399 := string(yys3399Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3399 { + 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 { + yyv3402 := &x.ObjectMeta + yyv3402.CodecDecodeSelf(d) + } + case "data": + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv3403 := &x.Data + yym3404 := z.DecBinary() + _ = yym3404 + if false { + } else { + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3403), d) + } + } + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = SecretType(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3399) + } // end switch yys3399 + } // end for yyj3399 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3406 int + var yyb3406 bool + var yyhl3406 bool = l >= 0 + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l + } else { + yyb3406 = r.CheckBreak() + } + if yyb3406 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l + } else { + yyb3406 = r.CheckBreak() + } + if yyb3406 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l + } else { + yyb3406 = r.CheckBreak() + } + if yyb3406 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3409 := &x.ObjectMeta + yyv3409.CodecDecodeSelf(d) + } + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l + } else { + yyb3406 = r.CheckBreak() + } + if yyb3406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42127,21 +42393,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3391 := &x.Data - yym3392 := z.DecBinary() - _ = yym3392 + yyv3410 := &x.Data + yym3411 := z.DecBinary() + _ = yym3411 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3391), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3410), d) } } - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l } else { - yyb3387 = r.CheckBreak() + yyb3406 = r.CheckBreak() } - if yyb3387 { + if yyb3406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42152,17 +42418,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj3387++ - if yyhl3387 { - yyb3387 = yyj3387 > l + yyj3406++ + if yyhl3406 { + yyb3406 = yyj3406 > l } else { - yyb3387 = r.CheckBreak() + yyb3406 = r.CheckBreak() } - if yyb3387 { + if yyb3406 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3387-1, "") + z.DecStructFieldNotFound(yyj3406-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42171,8 +42437,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3394 := z.EncBinary() - _ = yym3394 + yym3413 := z.EncBinary() + _ = yym3413 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42184,8 +42450,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3395 := z.DecBinary() - _ = yym3395 + yym3414 := z.DecBinary() + _ = yym3414 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42200,37 +42466,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3396 := z.EncBinary() - _ = yym3396 + yym3415 := z.EncBinary() + _ = yym3415 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3397 := !z.EncBinary() - yy2arr3397 := z.EncBasicHandle().StructToArray - var yyq3397 [4]bool - _, _, _ = yysep3397, yyq3397, yy2arr3397 - const yyr3397 bool = false - yyq3397[0] = x.Kind != "" - yyq3397[1] = x.APIVersion != "" - yyq3397[2] = true - var yynn3397 int - if yyr3397 || yy2arr3397 { + yysep3416 := !z.EncBinary() + yy2arr3416 := z.EncBasicHandle().StructToArray + var yyq3416 [4]bool + _, _, _ = yysep3416, yyq3416, yy2arr3416 + const yyr3416 bool = false + yyq3416[0] = x.Kind != "" + yyq3416[1] = x.APIVersion != "" + yyq3416[2] = true + var yynn3416 int + if yyr3416 || yy2arr3416 { r.EncodeArrayStart(4) } else { - yynn3397 = 1 - for _, b := range yyq3397 { + yynn3416 = 1 + for _, b := range yyq3416 { if b { - yynn3397++ + yynn3416++ } } - r.EncodeMapStart(yynn3397) - yynn3397 = 0 + r.EncodeMapStart(yynn3416) + yynn3416 = 0 } - if yyr3397 || yy2arr3397 { + if yyr3416 || yy2arr3416 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3397[0] { - yym3399 := z.EncBinary() - _ = yym3399 + if yyq3416[0] { + yym3418 := z.EncBinary() + _ = yym3418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42239,23 +42505,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3397[0] { + if yyq3416[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3400 := z.EncBinary() - _ = yym3400 + yym3419 := z.EncBinary() + _ = yym3419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3397 || yy2arr3397 { + if yyr3416 || yy2arr3416 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3397[1] { - yym3402 := z.EncBinary() - _ = yym3402 + if yyq3416[1] { + yym3421 := z.EncBinary() + _ = yym3421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42264,54 +42530,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3397[1] { + if yyq3416[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3403 := z.EncBinary() - _ = yym3403 + yym3422 := z.EncBinary() + _ = yym3422 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3397 || yy2arr3397 { + if yyr3416 || yy2arr3416 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3397[2] { - yy3405 := &x.ListMeta - yym3406 := z.EncBinary() - _ = yym3406 + if yyq3416[2] { + yy3424 := &x.ListMeta + yym3425 := z.EncBinary() + _ = yym3425 if false { - } else if z.HasExtensions() && z.EncExt(yy3405) { + } else if z.HasExtensions() && z.EncExt(yy3424) { } else { - z.EncFallback(yy3405) + z.EncFallback(yy3424) } } else { r.EncodeNil() } } else { - if yyq3397[2] { + if yyq3416[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3407 := &x.ListMeta - yym3408 := z.EncBinary() - _ = yym3408 + yy3426 := &x.ListMeta + yym3427 := z.EncBinary() + _ = yym3427 if false { - } else if z.HasExtensions() && z.EncExt(yy3407) { + } else if z.HasExtensions() && z.EncExt(yy3426) { } else { - z.EncFallback(yy3407) + z.EncFallback(yy3426) } } } - if yyr3397 || yy2arr3397 { + if yyr3416 || yy2arr3416 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3410 := z.EncBinary() - _ = yym3410 + yym3429 := z.EncBinary() + _ = yym3429 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -42324,15 +42590,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3411 := z.EncBinary() - _ = yym3411 + yym3430 := z.EncBinary() + _ = yym3430 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr3397 || yy2arr3397 { + if yyr3416 || yy2arr3416 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42345,25 +42611,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3412 := z.DecBinary() - _ = yym3412 + yym3431 := z.DecBinary() + _ = yym3431 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3413 := r.ContainerType() - if yyct3413 == codecSelferValueTypeMap1234 { - yyl3413 := r.ReadMapStart() - if yyl3413 == 0 { + yyct3432 := r.ContainerType() + if yyct3432 == codecSelferValueTypeMap1234 { + yyl3432 := r.ReadMapStart() + if yyl3432 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3413, d) + x.codecDecodeSelfFromMap(yyl3432, d) } - } else if yyct3413 == codecSelferValueTypeArray1234 { - yyl3413 := r.ReadArrayStart() - if yyl3413 == 0 { + } else if yyct3432 == codecSelferValueTypeArray1234 { + yyl3432 := r.ReadArrayStart() + if yyl3432 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3413, d) + x.codecDecodeSelfFromArray(yyl3432, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42375,12 +42641,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3414Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3414Slc - var yyhl3414 bool = l >= 0 - for yyj3414 := 0; ; yyj3414++ { - if yyhl3414 { - if yyj3414 >= l { + var yys3433Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3433Slc + var yyhl3433 bool = l >= 0 + for yyj3433 := 0; ; yyj3433++ { + if yyhl3433 { + if yyj3433 >= l { break } } else { @@ -42389,10 +42655,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3414Slc = r.DecodeBytes(yys3414Slc, true, true) - yys3414 := string(yys3414Slc) + yys3433Slc = r.DecodeBytes(yys3433Slc, true, true) + yys3433 := string(yys3433Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3414 { + switch yys3433 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42409,31 +42675,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3417 := &x.ListMeta - yym3418 := z.DecBinary() - _ = yym3418 + yyv3436 := &x.ListMeta + yym3437 := z.DecBinary() + _ = yym3437 if false { - } else if z.HasExtensions() && z.DecExt(yyv3417) { + } else if z.HasExtensions() && z.DecExt(yyv3436) { } else { - z.DecFallback(yyv3417, false) + z.DecFallback(yyv3436, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3419 := &x.Items - yym3420 := z.DecBinary() - _ = yym3420 + yyv3438 := &x.Items + yym3439 := z.DecBinary() + _ = yym3439 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3419), d) + h.decSliceSecret((*[]Secret)(yyv3438), d) } } default: - z.DecStructFieldNotFound(-1, yys3414) - } // end switch yys3414 - } // end for yyj3414 + z.DecStructFieldNotFound(-1, yys3433) + } // end switch yys3433 + } // end for yyj3433 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42441,16 +42707,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3421 int - var yyb3421 bool - var yyhl3421 bool = l >= 0 - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + var yyj3440 int + var yyb3440 bool + var yyhl3440 bool = l >= 0 + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42460,13 +42726,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42476,13 +42742,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42490,22 +42756,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3424 := &x.ListMeta - yym3425 := z.DecBinary() - _ = yym3425 + yyv3443 := &x.ListMeta + yym3444 := z.DecBinary() + _ = yym3444 if false { - } else if z.HasExtensions() && z.DecExt(yyv3424) { + } else if z.HasExtensions() && z.DecExt(yyv3443) { } else { - z.DecFallback(yyv3424, false) + z.DecFallback(yyv3443, false) } } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42513,26 +42779,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3426 := &x.Items - yym3427 := z.DecBinary() - _ = yym3427 + yyv3445 := &x.Items + yym3446 := z.DecBinary() + _ = yym3446 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3426), d) + h.decSliceSecret((*[]Secret)(yyv3445), d) } } for { - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3421-1, "") + z.DecStructFieldNotFound(yyj3440-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42541,8 +42807,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3428 := z.EncBinary() - _ = yym3428 + yym3447 := z.EncBinary() + _ = yym3447 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42554,8 +42820,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3429 := z.DecBinary() - _ = yym3429 + yym3448 := z.DecBinary() + _ = yym3448 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42567,8 +42833,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3430 := z.EncBinary() - _ = yym3430 + yym3449 := z.EncBinary() + _ = yym3449 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42580,8 +42846,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3431 := z.DecBinary() - _ = yym3431 + yym3450 := z.DecBinary() + _ = yym3450 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42596,32 +42862,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3432 := z.EncBinary() - _ = yym3432 + yym3451 := z.EncBinary() + _ = yym3451 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3433 := !z.EncBinary() - yy2arr3433 := z.EncBasicHandle().StructToArray - var yyq3433 [4]bool - _, _, _ = yysep3433, yyq3433, yy2arr3433 - const yyr3433 bool = false - yyq3433[2] = x.Message != "" - yyq3433[3] = x.Error != "" - var yynn3433 int - if yyr3433 || yy2arr3433 { + yysep3452 := !z.EncBinary() + yy2arr3452 := z.EncBasicHandle().StructToArray + var yyq3452 [4]bool + _, _, _ = yysep3452, yyq3452, yy2arr3452 + const yyr3452 bool = false + yyq3452[2] = x.Message != "" + yyq3452[3] = x.Error != "" + var yynn3452 int + if yyr3452 || yy2arr3452 { r.EncodeArrayStart(4) } else { - yynn3433 = 2 - for _, b := range yyq3433 { + yynn3452 = 2 + for _, b := range yyq3452 { if b { - yynn3433++ + yynn3452++ } } - r.EncodeMapStart(yynn3433) - yynn3433 = 0 + r.EncodeMapStart(yynn3452) + yynn3452 = 0 } - if yyr3433 || yy2arr3433 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -42630,7 +42896,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3433 || yy2arr3433 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -42639,11 +42905,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3433 || yy2arr3433 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[2] { - yym3437 := z.EncBinary() - _ = yym3437 + if yyq3452[2] { + yym3456 := z.EncBinary() + _ = yym3456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -42652,23 +42918,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3433[2] { + if yyq3452[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3438 := z.EncBinary() - _ = yym3438 + yym3457 := z.EncBinary() + _ = yym3457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3433 || yy2arr3433 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[3] { - yym3440 := z.EncBinary() - _ = yym3440 + if yyq3452[3] { + yym3459 := z.EncBinary() + _ = yym3459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -42677,19 +42943,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3433[3] { + if yyq3452[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3441 := z.EncBinary() - _ = yym3441 + yym3460 := z.EncBinary() + _ = yym3460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr3433 || yy2arr3433 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42702,25 +42968,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3442 := z.DecBinary() - _ = yym3442 + yym3461 := z.DecBinary() + _ = yym3461 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3443 := r.ContainerType() - if yyct3443 == codecSelferValueTypeMap1234 { - yyl3443 := r.ReadMapStart() - if yyl3443 == 0 { + yyct3462 := r.ContainerType() + if yyct3462 == codecSelferValueTypeMap1234 { + yyl3462 := r.ReadMapStart() + if yyl3462 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3443, d) + x.codecDecodeSelfFromMap(yyl3462, d) } - } else if yyct3443 == codecSelferValueTypeArray1234 { - yyl3443 := r.ReadArrayStart() - if yyl3443 == 0 { + } else if yyct3462 == codecSelferValueTypeArray1234 { + yyl3462 := r.ReadArrayStart() + if yyl3462 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3443, d) + x.codecDecodeSelfFromArray(yyl3462, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42732,12 +42998,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3444Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3444Slc - var yyhl3444 bool = l >= 0 - for yyj3444 := 0; ; yyj3444++ { - if yyhl3444 { - if yyj3444 >= l { + var yys3463Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3463Slc + var yyhl3463 bool = l >= 0 + for yyj3463 := 0; ; yyj3463++ { + if yyhl3463 { + if yyj3463 >= l { break } } else { @@ -42746,10 +43012,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3444Slc = r.DecodeBytes(yys3444Slc, true, true) - yys3444 := string(yys3444Slc) + yys3463Slc = r.DecodeBytes(yys3463Slc, true, true) + yys3463 := string(yys3463Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3444 { + switch yys3463 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -42775,9 +43041,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3444) - } // end switch yys3444 - } // end for yyj3444 + z.DecStructFieldNotFound(-1, yys3463) + } // end switch yys3463 + } // end for yyj3463 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42785,16 +43051,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3449 int - var yyb3449 bool - var yyhl3449 bool = l >= 0 - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + var yyj3468 int + var yyb3468 bool + var yyhl3468 bool = l >= 0 + yyj3468++ + if yyhl3468 { + yyb3468 = yyj3468 > l } else { - yyb3449 = r.CheckBreak() + yyb3468 = r.CheckBreak() } - if yyb3449 { + if yyb3468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42804,13 +43070,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3468++ + if yyhl3468 { + yyb3468 = yyj3468 > l } else { - yyb3449 = r.CheckBreak() + yyb3468 = r.CheckBreak() } - if yyb3449 { + if yyb3468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42820,13 +43086,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3468++ + if yyhl3468 { + yyb3468 = yyj3468 > l } else { - yyb3449 = r.CheckBreak() + yyb3468 = r.CheckBreak() } - if yyb3449 { + if yyb3468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42836,13 +43102,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3468++ + if yyhl3468 { + yyb3468 = yyj3468 > l } else { - yyb3449 = r.CheckBreak() + yyb3468 = r.CheckBreak() } - if yyb3449 { + if yyb3468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42853,17 +43119,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3468++ + if yyhl3468 { + yyb3468 = yyj3468 > l } else { - yyb3449 = r.CheckBreak() + yyb3468 = r.CheckBreak() } - if yyb3449 { + if yyb3468 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3449-1, "") + z.DecStructFieldNotFound(yyj3468-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42875,38 +43141,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3454 := z.EncBinary() - _ = yym3454 + yym3473 := z.EncBinary() + _ = yym3473 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3455 := !z.EncBinary() - yy2arr3455 := z.EncBasicHandle().StructToArray - var yyq3455 [4]bool - _, _, _ = yysep3455, yyq3455, yy2arr3455 - const yyr3455 bool = false - yyq3455[0] = x.Kind != "" - yyq3455[1] = x.APIVersion != "" - yyq3455[2] = true - yyq3455[3] = len(x.Conditions) != 0 - var yynn3455 int - if yyr3455 || yy2arr3455 { + yysep3474 := !z.EncBinary() + yy2arr3474 := z.EncBasicHandle().StructToArray + var yyq3474 [4]bool + _, _, _ = yysep3474, yyq3474, yy2arr3474 + const yyr3474 bool = false + yyq3474[0] = x.Kind != "" + yyq3474[1] = x.APIVersion != "" + yyq3474[2] = true + yyq3474[3] = len(x.Conditions) != 0 + var yynn3474 int + if yyr3474 || yy2arr3474 { r.EncodeArrayStart(4) } else { - yynn3455 = 0 - for _, b := range yyq3455 { + yynn3474 = 0 + for _, b := range yyq3474 { if b { - yynn3455++ + yynn3474++ } } - r.EncodeMapStart(yynn3455) - yynn3455 = 0 + r.EncodeMapStart(yynn3474) + yynn3474 = 0 } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[0] { - yym3457 := z.EncBinary() - _ = yym3457 + if yyq3474[0] { + yym3476 := z.EncBinary() + _ = yym3476 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42915,23 +43181,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[0] { + if yyq3474[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3458 := z.EncBinary() - _ = yym3458 + yym3477 := z.EncBinary() + _ = yym3477 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[1] { - yym3460 := z.EncBinary() - _ = yym3460 + if yyq3474[1] { + yym3479 := z.EncBinary() + _ = yym3479 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42940,43 +43206,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[1] { + if yyq3474[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3461 := z.EncBinary() - _ = yym3461 + yym3480 := z.EncBinary() + _ = yym3480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[2] { - yy3463 := &x.ObjectMeta - yy3463.CodecEncodeSelf(e) + if yyq3474[2] { + yy3482 := &x.ObjectMeta + yy3482.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3455[2] { + if yyq3474[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3464 := &x.ObjectMeta - yy3464.CodecEncodeSelf(e) + yy3483 := &x.ObjectMeta + yy3483.CodecEncodeSelf(e) } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[3] { + if yyq3474[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3466 := z.EncBinary() - _ = yym3466 + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -42986,15 +43252,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3455[3] { + if yyq3474[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3467 := z.EncBinary() - _ = yym3467 + yym3486 := z.EncBinary() + _ = yym3486 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -43002,7 +43268,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43015,25 +43281,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3468 := z.DecBinary() - _ = yym3468 + yym3487 := z.DecBinary() + _ = yym3487 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3469 := r.ContainerType() - if yyct3469 == codecSelferValueTypeMap1234 { - yyl3469 := r.ReadMapStart() - if yyl3469 == 0 { + yyct3488 := r.ContainerType() + if yyct3488 == codecSelferValueTypeMap1234 { + yyl3488 := r.ReadMapStart() + if yyl3488 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3469, d) + x.codecDecodeSelfFromMap(yyl3488, d) } - } else if yyct3469 == codecSelferValueTypeArray1234 { - yyl3469 := r.ReadArrayStart() - if yyl3469 == 0 { + } else if yyct3488 == codecSelferValueTypeArray1234 { + yyl3488 := r.ReadArrayStart() + if yyl3488 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3469, d) + x.codecDecodeSelfFromArray(yyl3488, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43045,12 +43311,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3470Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3470Slc - var yyhl3470 bool = l >= 0 - for yyj3470 := 0; ; yyj3470++ { - if yyhl3470 { - if yyj3470 >= l { + var yys3489Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3489Slc + var yyhl3489 bool = l >= 0 + for yyj3489 := 0; ; yyj3489++ { + if yyhl3489 { + if yyj3489 >= l { break } } else { @@ -43059,10 +43325,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3470Slc = r.DecodeBytes(yys3470Slc, true, true) - yys3470 := string(yys3470Slc) + yys3489Slc = r.DecodeBytes(yys3489Slc, true, true) + yys3489 := string(yys3489Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3470 { + switch yys3489 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43079,25 +43345,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3473 := &x.ObjectMeta - yyv3473.CodecDecodeSelf(d) + yyv3492 := &x.ObjectMeta + yyv3492.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3474 := &x.Conditions - yym3475 := z.DecBinary() - _ = yym3475 + yyv3493 := &x.Conditions + yym3494 := z.DecBinary() + _ = yym3494 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3474), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3493), d) } } default: - z.DecStructFieldNotFound(-1, yys3470) - } // end switch yys3470 - } // end for yyj3470 + z.DecStructFieldNotFound(-1, yys3489) + } // end switch yys3489 + } // end for yyj3489 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43105,16 +43371,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3476 int - var yyb3476 bool - var yyhl3476 bool = l >= 0 - yyj3476++ - if yyhl3476 { - yyb3476 = yyj3476 > l + var yyj3495 int + var yyb3495 bool + var yyhl3495 bool = l >= 0 + yyj3495++ + if yyhl3495 { + yyb3495 = yyj3495 > l } else { - yyb3476 = r.CheckBreak() + yyb3495 = r.CheckBreak() } - if yyb3476 { + if yyb3495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43124,13 +43390,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3476++ - if yyhl3476 { - yyb3476 = yyj3476 > l + yyj3495++ + if yyhl3495 { + yyb3495 = yyj3495 > l } else { - yyb3476 = r.CheckBreak() + yyb3495 = r.CheckBreak() } - if yyb3476 { + if yyb3495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43140,13 +43406,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3476++ - if yyhl3476 { - yyb3476 = yyj3476 > l + yyj3495++ + if yyhl3495 { + yyb3495 = yyj3495 > l } else { - yyb3476 = r.CheckBreak() + yyb3495 = r.CheckBreak() } - if yyb3476 { + if yyb3495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43154,16 +43420,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3479 := &x.ObjectMeta - yyv3479.CodecDecodeSelf(d) + yyv3498 := &x.ObjectMeta + yyv3498.CodecDecodeSelf(d) } - yyj3476++ - if yyhl3476 { - yyb3476 = yyj3476 > l + yyj3495++ + if yyhl3495 { + yyb3495 = yyj3495 > l } else { - yyb3476 = r.CheckBreak() + yyb3495 = r.CheckBreak() } - if yyb3476 { + if yyb3495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43171,26 +43437,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3480 := &x.Conditions - yym3481 := z.DecBinary() - _ = yym3481 + yyv3499 := &x.Conditions + yym3500 := z.DecBinary() + _ = yym3500 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3480), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3499), d) } } for { - yyj3476++ - if yyhl3476 { - yyb3476 = yyj3476 > l + yyj3495++ + if yyhl3495 { + yyb3495 = yyj3495 > l } else { - yyb3476 = r.CheckBreak() + yyb3495 = r.CheckBreak() } - if yyb3476 { + if yyb3495 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3476-1, "") + z.DecStructFieldNotFound(yyj3495-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43202,37 +43468,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3482 := z.EncBinary() - _ = yym3482 + yym3501 := z.EncBinary() + _ = yym3501 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3483 := !z.EncBinary() - yy2arr3483 := z.EncBasicHandle().StructToArray - var yyq3483 [4]bool - _, _, _ = yysep3483, yyq3483, yy2arr3483 - const yyr3483 bool = false - yyq3483[0] = x.Kind != "" - yyq3483[1] = x.APIVersion != "" - yyq3483[2] = true - var yynn3483 int - if yyr3483 || yy2arr3483 { + yysep3502 := !z.EncBinary() + yy2arr3502 := z.EncBasicHandle().StructToArray + var yyq3502 [4]bool + _, _, _ = yysep3502, yyq3502, yy2arr3502 + const yyr3502 bool = false + yyq3502[0] = x.Kind != "" + yyq3502[1] = x.APIVersion != "" + yyq3502[2] = true + var yynn3502 int + if yyr3502 || yy2arr3502 { r.EncodeArrayStart(4) } else { - yynn3483 = 1 - for _, b := range yyq3483 { + yynn3502 = 1 + for _, b := range yyq3502 { if b { - yynn3483++ + yynn3502++ } } - r.EncodeMapStart(yynn3483) - yynn3483 = 0 + r.EncodeMapStart(yynn3502) + yynn3502 = 0 } - if yyr3483 || yy2arr3483 { + if yyr3502 || yy2arr3502 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[0] { - yym3485 := z.EncBinary() - _ = yym3485 + if yyq3502[0] { + yym3504 := z.EncBinary() + _ = yym3504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43241,23 +43507,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3483[0] { + if yyq3502[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3486 := z.EncBinary() - _ = yym3486 + yym3505 := z.EncBinary() + _ = yym3505 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3483 || yy2arr3483 { + if yyr3502 || yy2arr3502 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[1] { - yym3488 := z.EncBinary() - _ = yym3488 + if yyq3502[1] { + yym3507 := z.EncBinary() + _ = yym3507 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43266,54 +43532,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3483[1] { + if yyq3502[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3489 := z.EncBinary() - _ = yym3489 + yym3508 := z.EncBinary() + _ = yym3508 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3483 || yy2arr3483 { + if yyr3502 || yy2arr3502 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[2] { - yy3491 := &x.ListMeta - yym3492 := z.EncBinary() - _ = yym3492 + if yyq3502[2] { + yy3510 := &x.ListMeta + yym3511 := z.EncBinary() + _ = yym3511 if false { - } else if z.HasExtensions() && z.EncExt(yy3491) { + } else if z.HasExtensions() && z.EncExt(yy3510) { } else { - z.EncFallback(yy3491) + z.EncFallback(yy3510) } } else { r.EncodeNil() } } else { - if yyq3483[2] { + if yyq3502[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3493 := &x.ListMeta - yym3494 := z.EncBinary() - _ = yym3494 + yy3512 := &x.ListMeta + yym3513 := z.EncBinary() + _ = yym3513 if false { - } else if z.HasExtensions() && z.EncExt(yy3493) { + } else if z.HasExtensions() && z.EncExt(yy3512) { } else { - z.EncFallback(yy3493) + z.EncFallback(yy3512) } } } - if yyr3483 || yy2arr3483 { + if yyr3502 || yy2arr3502 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3496 := z.EncBinary() - _ = yym3496 + yym3515 := z.EncBinary() + _ = yym3515 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -43326,15 +43592,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3497 := z.EncBinary() - _ = yym3497 + yym3516 := z.EncBinary() + _ = yym3516 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr3483 || yy2arr3483 { + if yyr3502 || yy2arr3502 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43347,25 +43613,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3498 := z.DecBinary() - _ = yym3498 + yym3517 := z.DecBinary() + _ = yym3517 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3499 := r.ContainerType() - if yyct3499 == codecSelferValueTypeMap1234 { - yyl3499 := r.ReadMapStart() - if yyl3499 == 0 { + yyct3518 := r.ContainerType() + if yyct3518 == codecSelferValueTypeMap1234 { + yyl3518 := r.ReadMapStart() + if yyl3518 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3499, d) + x.codecDecodeSelfFromMap(yyl3518, d) } - } else if yyct3499 == codecSelferValueTypeArray1234 { - yyl3499 := r.ReadArrayStart() - if yyl3499 == 0 { + } else if yyct3518 == codecSelferValueTypeArray1234 { + yyl3518 := r.ReadArrayStart() + if yyl3518 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3499, d) + x.codecDecodeSelfFromArray(yyl3518, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43377,12 +43643,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3500Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3500Slc - var yyhl3500 bool = l >= 0 - for yyj3500 := 0; ; yyj3500++ { - if yyhl3500 { - if yyj3500 >= l { + var yys3519Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3519Slc + var yyhl3519 bool = l >= 0 + for yyj3519 := 0; ; yyj3519++ { + if yyhl3519 { + if yyj3519 >= l { break } } else { @@ -43391,10 +43657,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3500Slc = r.DecodeBytes(yys3500Slc, true, true) - yys3500 := string(yys3500Slc) + yys3519Slc = r.DecodeBytes(yys3519Slc, true, true) + yys3519 := string(yys3519Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3500 { + switch yys3519 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43411,31 +43677,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3503 := &x.ListMeta - yym3504 := z.DecBinary() - _ = yym3504 + yyv3522 := &x.ListMeta + yym3523 := z.DecBinary() + _ = yym3523 if false { - } else if z.HasExtensions() && z.DecExt(yyv3503) { + } else if z.HasExtensions() && z.DecExt(yyv3522) { } else { - z.DecFallback(yyv3503, false) + z.DecFallback(yyv3522, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3505 := &x.Items - yym3506 := z.DecBinary() - _ = yym3506 + yyv3524 := &x.Items + yym3525 := z.DecBinary() + _ = yym3525 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3505), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3524), d) } } default: - z.DecStructFieldNotFound(-1, yys3500) - } // end switch yys3500 - } // end for yyj3500 + z.DecStructFieldNotFound(-1, yys3519) + } // end switch yys3519 + } // end for yyj3519 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43443,16 +43709,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3507 int - var yyb3507 bool - var yyhl3507 bool = l >= 0 - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + var yyj3526 int + var yyb3526 bool + var yyhl3526 bool = l >= 0 + yyj3526++ + if yyhl3526 { + yyb3526 = yyj3526 > l } else { - yyb3507 = r.CheckBreak() + yyb3526 = r.CheckBreak() } - if yyb3507 { + if yyb3526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43462,13 +43728,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3526++ + if yyhl3526 { + yyb3526 = yyj3526 > l } else { - yyb3507 = r.CheckBreak() + yyb3526 = r.CheckBreak() } - if yyb3507 { + if yyb3526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43478,13 +43744,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3526++ + if yyhl3526 { + yyb3526 = yyj3526 > l } else { - yyb3507 = r.CheckBreak() + yyb3526 = r.CheckBreak() } - if yyb3507 { + if yyb3526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43492,22 +43758,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3510 := &x.ListMeta - yym3511 := z.DecBinary() - _ = yym3511 + yyv3529 := &x.ListMeta + yym3530 := z.DecBinary() + _ = yym3530 if false { - } else if z.HasExtensions() && z.DecExt(yyv3510) { + } else if z.HasExtensions() && z.DecExt(yyv3529) { } else { - z.DecFallback(yyv3510, false) + z.DecFallback(yyv3529, false) } } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3526++ + if yyhl3526 { + yyb3526 = yyj3526 > l } else { - yyb3507 = r.CheckBreak() + yyb3526 = r.CheckBreak() } - if yyb3507 { + if yyb3526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43515,26 +43781,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3512 := &x.Items - yym3513 := z.DecBinary() - _ = yym3513 + yyv3531 := &x.Items + yym3532 := z.DecBinary() + _ = yym3532 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3512), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3531), d) } } for { - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3526++ + if yyhl3526 { + yyb3526 = yyj3526 > l } else { - yyb3507 = r.CheckBreak() + yyb3526 = r.CheckBreak() } - if yyb3507 { + if yyb3526 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3507-1, "") + z.DecStructFieldNotFound(yyj3526-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43546,37 +43812,37 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3514 := z.EncBinary() - _ = yym3514 + yym3533 := z.EncBinary() + _ = yym3533 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3515 := !z.EncBinary() - yy2arr3515 := z.EncBasicHandle().StructToArray - var yyq3515 [5]bool - _, _, _ = yysep3515, yyq3515, yy2arr3515 - const yyr3515 bool = false - yyq3515[0] = x.Capabilities != nil - yyq3515[1] = x.Privileged != nil - yyq3515[2] = x.SELinuxOptions != nil - yyq3515[3] = x.RunAsUser != nil - yyq3515[4] = x.RunAsNonRoot != nil - var yynn3515 int - if yyr3515 || yy2arr3515 { + yysep3534 := !z.EncBinary() + yy2arr3534 := z.EncBasicHandle().StructToArray + var yyq3534 [5]bool + _, _, _ = yysep3534, yyq3534, yy2arr3534 + const yyr3534 bool = false + yyq3534[0] = x.Capabilities != nil + yyq3534[1] = x.Privileged != nil + yyq3534[2] = x.SELinuxOptions != nil + yyq3534[3] = x.RunAsUser != nil + yyq3534[4] = x.RunAsNonRoot != nil + var yynn3534 int + if yyr3534 || yy2arr3534 { r.EncodeArrayStart(5) } else { - yynn3515 = 0 - for _, b := range yyq3515 { + yynn3534 = 0 + for _, b := range yyq3534 { if b { - yynn3515++ + yynn3534++ } } - r.EncodeMapStart(yynn3515) - yynn3515 = 0 + r.EncodeMapStart(yynn3534) + yynn3534 = 0 } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3515[0] { + if yyq3534[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -43586,7 +43852,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3515[0] { + if yyq3534[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43597,44 +43863,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3515[1] { + if yyq3534[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy3518 := *x.Privileged - yym3519 := z.EncBinary() - _ = yym3519 + yy3537 := *x.Privileged + yym3538 := z.EncBinary() + _ = yym3538 if false { } else { - r.EncodeBool(bool(yy3518)) + r.EncodeBool(bool(yy3537)) } } } else { r.EncodeNil() } } else { - if yyq3515[1] { + if yyq3534[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy3520 := *x.Privileged - yym3521 := z.EncBinary() - _ = yym3521 + yy3539 := *x.Privileged + yym3540 := z.EncBinary() + _ = yym3540 if false { } else { - r.EncodeBool(bool(yy3520)) + r.EncodeBool(bool(yy3539)) } } } } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3515[2] { + if yyq3534[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -43644,7 +43910,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3515[2] { + if yyq3534[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43655,77 +43921,77 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3515[3] { + if yyq3534[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy3524 := *x.RunAsUser - yym3525 := z.EncBinary() - _ = yym3525 + yy3543 := *x.RunAsUser + yym3544 := z.EncBinary() + _ = yym3544 if false { } else { - r.EncodeInt(int64(yy3524)) + r.EncodeInt(int64(yy3543)) } } } else { r.EncodeNil() } } else { - if yyq3515[3] { + if yyq3534[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy3526 := *x.RunAsUser - yym3527 := z.EncBinary() - _ = yym3527 + yy3545 := *x.RunAsUser + yym3546 := z.EncBinary() + _ = yym3546 if false { } else { - r.EncodeInt(int64(yy3526)) + r.EncodeInt(int64(yy3545)) } } } } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3515[4] { + if yyq3534[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3529 := *x.RunAsNonRoot - yym3530 := z.EncBinary() - _ = yym3530 + yy3548 := *x.RunAsNonRoot + yym3549 := z.EncBinary() + _ = yym3549 if false { } else { - r.EncodeBool(bool(yy3529)) + r.EncodeBool(bool(yy3548)) } } } else { r.EncodeNil() } } else { - if yyq3515[4] { + if yyq3534[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3531 := *x.RunAsNonRoot - yym3532 := z.EncBinary() - _ = yym3532 + yy3550 := *x.RunAsNonRoot + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { - r.EncodeBool(bool(yy3531)) + r.EncodeBool(bool(yy3550)) } } } } - if yyr3515 || yy2arr3515 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43738,25 +44004,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3533 := z.DecBinary() - _ = yym3533 + yym3552 := z.DecBinary() + _ = yym3552 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3534 := r.ContainerType() - if yyct3534 == codecSelferValueTypeMap1234 { - yyl3534 := r.ReadMapStart() - if yyl3534 == 0 { + yyct3553 := r.ContainerType() + if yyct3553 == codecSelferValueTypeMap1234 { + yyl3553 := r.ReadMapStart() + if yyl3553 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3534, d) + x.codecDecodeSelfFromMap(yyl3553, d) } - } else if yyct3534 == codecSelferValueTypeArray1234 { - yyl3534 := r.ReadArrayStart() - if yyl3534 == 0 { + } else if yyct3553 == codecSelferValueTypeArray1234 { + yyl3553 := r.ReadArrayStart() + if yyl3553 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3534, d) + x.codecDecodeSelfFromArray(yyl3553, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43768,12 +44034,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3535Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3535Slc - var yyhl3535 bool = l >= 0 - for yyj3535 := 0; ; yyj3535++ { - if yyhl3535 { - if yyj3535 >= l { + var yys3554Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3554Slc + var yyhl3554 bool = l >= 0 + for yyj3554 := 0; ; yyj3554++ { + if yyhl3554 { + if yyj3554 >= l { break } } else { @@ -43782,10 +44048,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3535Slc = r.DecodeBytes(yys3535Slc, true, true) - yys3535 := string(yys3535Slc) + yys3554Slc = r.DecodeBytes(yys3554Slc, true, true) + yys3554 := string(yys3554Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3535 { + switch yys3554 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -43806,8 +44072,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym3538 := z.DecBinary() - _ = yym3538 + yym3557 := z.DecBinary() + _ = yym3557 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -43833,8 +44099,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3541 := z.DecBinary() - _ = yym3541 + yym3560 := z.DecBinary() + _ = yym3560 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -43849,17 +44115,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3543 := z.DecBinary() - _ = yym3543 + yym3562 := z.DecBinary() + _ = yym3562 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3535) - } // end switch yys3535 - } // end for yyj3535 + z.DecStructFieldNotFound(-1, yys3554) + } // end switch yys3554 + } // end for yyj3554 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43867,16 +44133,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3544 int - var yyb3544 bool - var yyhl3544 bool = l >= 0 - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + var yyj3563 int + var yyb3563 bool + var yyhl3563 bool = l >= 0 + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43891,13 +44157,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43910,20 +44176,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym3547 := z.DecBinary() - _ = yym3547 + yym3566 := z.DecBinary() + _ = yym3566 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43938,13 +44204,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43957,20 +44223,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3550 := z.DecBinary() - _ = yym3550 + yym3569 := z.DecBinary() + _ = yym3569 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43983,25 +44249,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3552 := z.DecBinary() - _ = yym3552 + yym3571 := z.DecBinary() + _ = yym3571 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } for { - yyj3544++ - if yyhl3544 { - yyb3544 = yyj3544 > l + yyj3563++ + if yyhl3563 { + yyb3563 = yyj3563 > l } else { - yyb3544 = r.CheckBreak() + yyb3563 = r.CheckBreak() } - if yyb3544 { + if yyb3563 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3544-1, "") + z.DecStructFieldNotFound(yyj3563-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44013,38 +44279,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3553 := z.EncBinary() - _ = yym3553 + yym3572 := z.EncBinary() + _ = yym3572 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3554 := !z.EncBinary() - yy2arr3554 := z.EncBasicHandle().StructToArray - var yyq3554 [4]bool - _, _, _ = yysep3554, yyq3554, yy2arr3554 - const yyr3554 bool = false - yyq3554[0] = x.User != "" - yyq3554[1] = x.Role != "" - yyq3554[2] = x.Type != "" - yyq3554[3] = x.Level != "" - var yynn3554 int - if yyr3554 || yy2arr3554 { + yysep3573 := !z.EncBinary() + yy2arr3573 := z.EncBasicHandle().StructToArray + var yyq3573 [4]bool + _, _, _ = yysep3573, yyq3573, yy2arr3573 + const yyr3573 bool = false + yyq3573[0] = x.User != "" + yyq3573[1] = x.Role != "" + yyq3573[2] = x.Type != "" + yyq3573[3] = x.Level != "" + var yynn3573 int + if yyr3573 || yy2arr3573 { r.EncodeArrayStart(4) } else { - yynn3554 = 0 - for _, b := range yyq3554 { + yynn3573 = 0 + for _, b := range yyq3573 { if b { - yynn3554++ + yynn3573++ } } - r.EncodeMapStart(yynn3554) - yynn3554 = 0 + r.EncodeMapStart(yynn3573) + yynn3573 = 0 } - if yyr3554 || yy2arr3554 { + if yyr3573 || yy2arr3573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[0] { - yym3556 := z.EncBinary() - _ = yym3556 + if yyq3573[0] { + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -44053,23 +44319,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3554[0] { + if yyq3573[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3557 := z.EncBinary() - _ = yym3557 + yym3576 := z.EncBinary() + _ = yym3576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr3554 || yy2arr3554 { + if yyr3573 || yy2arr3573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[1] { - yym3559 := z.EncBinary() - _ = yym3559 + if yyq3573[1] { + yym3578 := z.EncBinary() + _ = yym3578 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -44078,23 +44344,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3554[1] { + if yyq3573[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3560 := z.EncBinary() - _ = yym3560 + yym3579 := z.EncBinary() + _ = yym3579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr3554 || yy2arr3554 { + if yyr3573 || yy2arr3573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[2] { - yym3562 := z.EncBinary() - _ = yym3562 + if yyq3573[2] { + yym3581 := z.EncBinary() + _ = yym3581 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -44103,23 +44369,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3554[2] { + if yyq3573[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3563 := z.EncBinary() - _ = yym3563 + yym3582 := z.EncBinary() + _ = yym3582 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3554 || yy2arr3554 { + if yyr3573 || yy2arr3573 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[3] { - yym3565 := z.EncBinary() - _ = yym3565 + if yyq3573[3] { + yym3584 := z.EncBinary() + _ = yym3584 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -44128,19 +44394,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3554[3] { + if yyq3573[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3566 := z.EncBinary() - _ = yym3566 + yym3585 := z.EncBinary() + _ = yym3585 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr3554 || yy2arr3554 { + if yyr3573 || yy2arr3573 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44153,25 +44419,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3567 := z.DecBinary() - _ = yym3567 + yym3586 := z.DecBinary() + _ = yym3586 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3568 := r.ContainerType() - if yyct3568 == codecSelferValueTypeMap1234 { - yyl3568 := r.ReadMapStart() - if yyl3568 == 0 { + yyct3587 := r.ContainerType() + if yyct3587 == codecSelferValueTypeMap1234 { + yyl3587 := r.ReadMapStart() + if yyl3587 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3568, d) + x.codecDecodeSelfFromMap(yyl3587, d) } - } else if yyct3568 == codecSelferValueTypeArray1234 { - yyl3568 := r.ReadArrayStart() - if yyl3568 == 0 { + } else if yyct3587 == codecSelferValueTypeArray1234 { + yyl3587 := r.ReadArrayStart() + if yyl3587 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3568, d) + x.codecDecodeSelfFromArray(yyl3587, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44183,12 +44449,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3569Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3569Slc - var yyhl3569 bool = l >= 0 - for yyj3569 := 0; ; yyj3569++ { - if yyhl3569 { - if yyj3569 >= l { + var yys3588Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3588Slc + var yyhl3588 bool = l >= 0 + for yyj3588 := 0; ; yyj3588++ { + if yyhl3588 { + if yyj3588 >= l { break } } else { @@ -44197,10 +44463,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3569Slc = r.DecodeBytes(yys3569Slc, true, true) - yys3569 := string(yys3569Slc) + yys3588Slc = r.DecodeBytes(yys3588Slc, true, true) + yys3588 := string(yys3588Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3569 { + switch yys3588 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -44226,9 +44492,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3569) - } // end switch yys3569 - } // end for yyj3569 + z.DecStructFieldNotFound(-1, yys3588) + } // end switch yys3588 + } // end for yyj3588 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44236,16 +44502,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3574 int - var yyb3574 bool - var yyhl3574 bool = l >= 0 - yyj3574++ - if yyhl3574 { - yyb3574 = yyj3574 > l + var yyj3593 int + var yyb3593 bool + var yyhl3593 bool = l >= 0 + yyj3593++ + if yyhl3593 { + yyb3593 = yyj3593 > l } else { - yyb3574 = r.CheckBreak() + yyb3593 = r.CheckBreak() } - if yyb3574 { + if yyb3593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44255,13 +44521,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj3574++ - if yyhl3574 { - yyb3574 = yyj3574 > l + yyj3593++ + if yyhl3593 { + yyb3593 = yyj3593 > l } else { - yyb3574 = r.CheckBreak() + yyb3593 = r.CheckBreak() } - if yyb3574 { + if yyb3593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44271,13 +44537,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj3574++ - if yyhl3574 { - yyb3574 = yyj3574 > l + yyj3593++ + if yyhl3593 { + yyb3593 = yyj3593 > l } else { - yyb3574 = r.CheckBreak() + yyb3593 = r.CheckBreak() } - if yyb3574 { + if yyb3593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44287,13 +44553,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj3574++ - if yyhl3574 { - yyb3574 = yyj3574 > l + yyj3593++ + if yyhl3593 { + yyb3593 = yyj3593 > l } else { - yyb3574 = r.CheckBreak() + yyb3593 = r.CheckBreak() } - if yyb3574 { + if yyb3593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44304,17 +44570,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj3574++ - if yyhl3574 { - yyb3574 = yyj3574 > l + yyj3593++ + if yyhl3593 { + yyb3593 = yyj3593 > l } else { - yyb3574 = r.CheckBreak() + yyb3593 = r.CheckBreak() } - if yyb3574 { + if yyb3593 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3574-1, "") + z.DecStructFieldNotFound(yyj3593-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44326,37 +44592,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3579 := z.EncBinary() - _ = yym3579 + yym3598 := z.EncBinary() + _ = yym3598 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3580 := !z.EncBinary() - yy2arr3580 := z.EncBasicHandle().StructToArray - var yyq3580 [5]bool - _, _, _ = yysep3580, yyq3580, yy2arr3580 - const yyr3580 bool = false - yyq3580[0] = x.Kind != "" - yyq3580[1] = x.APIVersion != "" - yyq3580[2] = true - var yynn3580 int - if yyr3580 || yy2arr3580 { + yysep3599 := !z.EncBinary() + yy2arr3599 := z.EncBasicHandle().StructToArray + var yyq3599 [5]bool + _, _, _ = yysep3599, yyq3599, yy2arr3599 + const yyr3599 bool = false + yyq3599[0] = x.Kind != "" + yyq3599[1] = x.APIVersion != "" + yyq3599[2] = true + var yynn3599 int + if yyr3599 || yy2arr3599 { r.EncodeArrayStart(5) } else { - yynn3580 = 2 - for _, b := range yyq3580 { + yynn3599 = 2 + for _, b := range yyq3599 { if b { - yynn3580++ + yynn3599++ } } - r.EncodeMapStart(yynn3580) - yynn3580 = 0 + r.EncodeMapStart(yynn3599) + yynn3599 = 0 } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3580[0] { - yym3582 := z.EncBinary() - _ = yym3582 + if yyq3599[0] { + yym3601 := z.EncBinary() + _ = yym3601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44365,23 +44631,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3580[0] { + if yyq3599[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3583 := z.EncBinary() - _ = yym3583 + yym3602 := z.EncBinary() + _ = yym3602 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3580[1] { - yym3585 := z.EncBinary() - _ = yym3585 + if yyq3599[1] { + yym3604 := z.EncBinary() + _ = yym3604 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44390,39 +44656,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3580[1] { + if yyq3599[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3586 := z.EncBinary() - _ = yym3586 + yym3605 := z.EncBinary() + _ = yym3605 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3580[2] { - yy3588 := &x.ObjectMeta - yy3588.CodecEncodeSelf(e) + if yyq3599[2] { + yy3607 := &x.ObjectMeta + yy3607.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3580[2] { + if yyq3599[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3589 := &x.ObjectMeta - yy3589.CodecEncodeSelf(e) + yy3608 := &x.ObjectMeta + yy3608.CodecEncodeSelf(e) } } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3591 := z.EncBinary() - _ = yym3591 + yym3610 := z.EncBinary() + _ = yym3610 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -44431,20 +44697,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3592 := z.EncBinary() - _ = yym3592 + yym3611 := z.EncBinary() + _ = yym3611 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym3594 := z.EncBinary() - _ = yym3594 + yym3613 := z.EncBinary() + _ = yym3613 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -44457,15 +44723,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym3595 := z.EncBinary() - _ = yym3595 + yym3614 := z.EncBinary() + _ = yym3614 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr3580 || yy2arr3580 { + if yyr3599 || yy2arr3599 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44478,25 +44744,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3596 := z.DecBinary() - _ = yym3596 + yym3615 := z.DecBinary() + _ = yym3615 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3597 := r.ContainerType() - if yyct3597 == codecSelferValueTypeMap1234 { - yyl3597 := r.ReadMapStart() - if yyl3597 == 0 { + yyct3616 := r.ContainerType() + if yyct3616 == codecSelferValueTypeMap1234 { + yyl3616 := r.ReadMapStart() + if yyl3616 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3597, d) + x.codecDecodeSelfFromMap(yyl3616, d) } - } else if yyct3597 == codecSelferValueTypeArray1234 { - yyl3597 := r.ReadArrayStart() - if yyl3597 == 0 { + } else if yyct3616 == codecSelferValueTypeArray1234 { + yyl3616 := r.ReadArrayStart() + if yyl3616 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3597, d) + x.codecDecodeSelfFromArray(yyl3616, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44508,12 +44774,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3598Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3598Slc - var yyhl3598 bool = l >= 0 - for yyj3598 := 0; ; yyj3598++ { - if yyhl3598 { - if yyj3598 >= l { + var yys3617Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3617Slc + var yyhl3617 bool = l >= 0 + for yyj3617 := 0; ; yyj3617++ { + if yyhl3617 { + if yyj3617 >= l { break } } else { @@ -44522,10 +44788,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3598Slc = r.DecodeBytes(yys3598Slc, true, true) - yys3598 := string(yys3598Slc) + yys3617Slc = r.DecodeBytes(yys3617Slc, true, true) + yys3617 := string(yys3617Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3598 { + switch yys3617 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44542,8 +44808,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3601 := &x.ObjectMeta - yyv3601.CodecDecodeSelf(d) + yyv3620 := &x.ObjectMeta + yyv3620.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -44555,18 +44821,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3603 := &x.Data - yym3604 := z.DecBinary() - _ = yym3604 + yyv3622 := &x.Data + yym3623 := z.DecBinary() + _ = yym3623 if false { } else { - *yyv3603 = r.DecodeBytes(*(*[]byte)(yyv3603), false, false) + *yyv3622 = r.DecodeBytes(*(*[]byte)(yyv3622), false, false) } } default: - z.DecStructFieldNotFound(-1, yys3598) - } // end switch yys3598 - } // end for yyj3598 + z.DecStructFieldNotFound(-1, yys3617) + } // end switch yys3617 + } // end for yyj3617 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44574,16 +44840,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3605 int - var yyb3605 bool - var yyhl3605 bool = l >= 0 - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + var yyj3624 int + var yyb3624 bool + var yyhl3624 bool = l >= 0 + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44593,13 +44859,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44609,13 +44875,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44623,16 +44889,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3608 := &x.ObjectMeta - yyv3608.CodecDecodeSelf(d) + yyv3627 := &x.ObjectMeta + yyv3627.CodecDecodeSelf(d) } - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44642,13 +44908,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44656,26 +44922,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3610 := &x.Data - yym3611 := z.DecBinary() - _ = yym3611 + yyv3629 := &x.Data + yym3630 := z.DecBinary() + _ = yym3630 if false { } else { - *yyv3610 = r.DecodeBytes(*(*[]byte)(yyv3610), false, false) + *yyv3629 = r.DecodeBytes(*(*[]byte)(yyv3629), false, false) } } for { - yyj3605++ - if yyhl3605 { - yyb3605 = yyj3605 > l + yyj3624++ + if yyhl3624 { + yyb3624 = yyj3624 > l } else { - yyb3605 = r.CheckBreak() + yyb3624 = r.CheckBreak() } - if yyb3605 { + if yyb3624 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3605-1, "") + z.DecStructFieldNotFound(yyj3624-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44685,9 +44951,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3612 := range v { + for _, yyv3631 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3612.CodecEncodeSelf(e) + yyv3631.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44697,75 +44963,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3613 := *v - yyh3613, yyl3613 := z.DecSliceHelperStart() - var yyc3613 bool - if yyl3613 == 0 { - if yyv3613 == nil { - yyv3613 = []PersistentVolumeAccessMode{} - yyc3613 = true - } else if len(yyv3613) != 0 { - yyv3613 = yyv3613[:0] - yyc3613 = true + yyv3632 := *v + yyh3632, yyl3632 := z.DecSliceHelperStart() + var yyc3632 bool + if yyl3632 == 0 { + if yyv3632 == nil { + yyv3632 = []PersistentVolumeAccessMode{} + yyc3632 = true + } else if len(yyv3632) != 0 { + yyv3632 = yyv3632[:0] + yyc3632 = true } - } else if yyl3613 > 0 { - var yyrr3613, yyrl3613 int - var yyrt3613 bool - if yyl3613 > cap(yyv3613) { + } else if yyl3632 > 0 { + var yyrr3632, yyrl3632 int + var yyrt3632 bool + if yyl3632 > cap(yyv3632) { - yyrl3613, yyrt3613 = z.DecInferLen(yyl3613, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3613 { - if yyrl3613 <= cap(yyv3613) { - yyv3613 = yyv3613[:yyrl3613] + yyrl3632, yyrt3632 = z.DecInferLen(yyl3632, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3632 { + if yyrl3632 <= cap(yyv3632) { + yyv3632 = yyv3632[:yyrl3632] } else { - yyv3613 = make([]PersistentVolumeAccessMode, yyrl3613) + yyv3632 = make([]PersistentVolumeAccessMode, yyrl3632) } } else { - yyv3613 = make([]PersistentVolumeAccessMode, yyrl3613) + yyv3632 = make([]PersistentVolumeAccessMode, yyrl3632) } - yyc3613 = true - yyrr3613 = len(yyv3613) - } else if yyl3613 != len(yyv3613) { - yyv3613 = yyv3613[:yyl3613] - yyc3613 = true + yyc3632 = true + yyrr3632 = len(yyv3632) + } else if yyl3632 != len(yyv3632) { + yyv3632 = yyv3632[:yyl3632] + yyc3632 = true } - yyj3613 := 0 - for ; yyj3613 < yyrr3613; yyj3613++ { - yyh3613.ElemContainerState(yyj3613) + yyj3632 := 0 + for ; yyj3632 < yyrr3632; yyj3632++ { + yyh3632.ElemContainerState(yyj3632) if r.TryDecodeAsNil() { - yyv3613[yyj3613] = "" + yyv3632[yyj3632] = "" } else { - yyv3613[yyj3613] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3632[yyj3632] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt3613 { - for ; yyj3613 < yyl3613; yyj3613++ { - yyv3613 = append(yyv3613, "") - yyh3613.ElemContainerState(yyj3613) + if yyrt3632 { + for ; yyj3632 < yyl3632; yyj3632++ { + yyv3632 = append(yyv3632, "") + yyh3632.ElemContainerState(yyj3632) if r.TryDecodeAsNil() { - yyv3613[yyj3613] = "" + yyv3632[yyj3632] = "" } else { - yyv3613[yyj3613] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3632[yyj3632] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj3613 := 0 - for ; !r.CheckBreak(); yyj3613++ { + yyj3632 := 0 + for ; !r.CheckBreak(); yyj3632++ { - if yyj3613 >= len(yyv3613) { - yyv3613 = append(yyv3613, "") // var yyz3613 PersistentVolumeAccessMode - yyc3613 = true + if yyj3632 >= len(yyv3632) { + yyv3632 = append(yyv3632, "") // var yyz3632 PersistentVolumeAccessMode + yyc3632 = true } - yyh3613.ElemContainerState(yyj3613) - if yyj3613 < len(yyv3613) { + yyh3632.ElemContainerState(yyj3632) + if yyj3632 < len(yyv3632) { if r.TryDecodeAsNil() { - yyv3613[yyj3613] = "" + yyv3632[yyj3632] = "" } else { - yyv3613[yyj3613] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3632[yyj3632] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -44773,17 +45039,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj3613 < len(yyv3613) { - yyv3613 = yyv3613[:yyj3613] - yyc3613 = true - } else if yyj3613 == 0 && yyv3613 == nil { - yyv3613 = []PersistentVolumeAccessMode{} - yyc3613 = true + if yyj3632 < len(yyv3632) { + yyv3632 = yyv3632[:yyj3632] + yyc3632 = true + } else if yyj3632 == 0 && yyv3632 == nil { + yyv3632 = []PersistentVolumeAccessMode{} + yyc3632 = true } } - yyh3613.End() - if yyc3613 { - *v = yyv3613 + yyh3632.End() + if yyc3632 { + *v = yyv3632 } } @@ -44792,10 +45058,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3617 := range v { + for _, yyv3636 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3618 := &yyv3617 - yy3618.CodecEncodeSelf(e) + yy3637 := &yyv3636 + yy3637.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44805,83 +45071,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3619 := *v - yyh3619, yyl3619 := z.DecSliceHelperStart() - var yyc3619 bool - if yyl3619 == 0 { - if yyv3619 == nil { - yyv3619 = []PersistentVolume{} - yyc3619 = true - } else if len(yyv3619) != 0 { - yyv3619 = yyv3619[:0] - yyc3619 = true + yyv3638 := *v + yyh3638, yyl3638 := z.DecSliceHelperStart() + var yyc3638 bool + if yyl3638 == 0 { + if yyv3638 == nil { + yyv3638 = []PersistentVolume{} + yyc3638 = true + } else if len(yyv3638) != 0 { + yyv3638 = yyv3638[:0] + yyc3638 = true } - } else if yyl3619 > 0 { - var yyrr3619, yyrl3619 int - var yyrt3619 bool - if yyl3619 > cap(yyv3619) { + } else if yyl3638 > 0 { + var yyrr3638, yyrl3638 int + var yyrt3638 bool + if yyl3638 > cap(yyv3638) { - yyrg3619 := len(yyv3619) > 0 - yyv23619 := yyv3619 - yyrl3619, yyrt3619 = z.DecInferLen(yyl3619, z.DecBasicHandle().MaxInitLen, 392) - if yyrt3619 { - if yyrl3619 <= cap(yyv3619) { - yyv3619 = yyv3619[:yyrl3619] + yyrg3638 := len(yyv3638) > 0 + yyv23638 := yyv3638 + yyrl3638, yyrt3638 = z.DecInferLen(yyl3638, z.DecBasicHandle().MaxInitLen, 392) + if yyrt3638 { + if yyrl3638 <= cap(yyv3638) { + yyv3638 = yyv3638[:yyrl3638] } else { - yyv3619 = make([]PersistentVolume, yyrl3619) + yyv3638 = make([]PersistentVolume, yyrl3638) } } else { - yyv3619 = make([]PersistentVolume, yyrl3619) + yyv3638 = make([]PersistentVolume, yyrl3638) } - yyc3619 = true - yyrr3619 = len(yyv3619) - if yyrg3619 { - copy(yyv3619, yyv23619) + yyc3638 = true + yyrr3638 = len(yyv3638) + if yyrg3638 { + copy(yyv3638, yyv23638) } - } else if yyl3619 != len(yyv3619) { - yyv3619 = yyv3619[:yyl3619] - yyc3619 = true + } else if yyl3638 != len(yyv3638) { + yyv3638 = yyv3638[:yyl3638] + yyc3638 = true } - yyj3619 := 0 - for ; yyj3619 < yyrr3619; yyj3619++ { - yyh3619.ElemContainerState(yyj3619) + yyj3638 := 0 + for ; yyj3638 < yyrr3638; yyj3638++ { + yyh3638.ElemContainerState(yyj3638) if r.TryDecodeAsNil() { - yyv3619[yyj3619] = PersistentVolume{} + yyv3638[yyj3638] = PersistentVolume{} } else { - yyv3620 := &yyv3619[yyj3619] - yyv3620.CodecDecodeSelf(d) + yyv3639 := &yyv3638[yyj3638] + yyv3639.CodecDecodeSelf(d) } } - if yyrt3619 { - for ; yyj3619 < yyl3619; yyj3619++ { - yyv3619 = append(yyv3619, PersistentVolume{}) - yyh3619.ElemContainerState(yyj3619) + if yyrt3638 { + for ; yyj3638 < yyl3638; yyj3638++ { + yyv3638 = append(yyv3638, PersistentVolume{}) + yyh3638.ElemContainerState(yyj3638) if r.TryDecodeAsNil() { - yyv3619[yyj3619] = PersistentVolume{} + yyv3638[yyj3638] = PersistentVolume{} } else { - yyv3621 := &yyv3619[yyj3619] - yyv3621.CodecDecodeSelf(d) + yyv3640 := &yyv3638[yyj3638] + yyv3640.CodecDecodeSelf(d) } } } } else { - yyj3619 := 0 - for ; !r.CheckBreak(); yyj3619++ { + yyj3638 := 0 + for ; !r.CheckBreak(); yyj3638++ { - if yyj3619 >= len(yyv3619) { - yyv3619 = append(yyv3619, PersistentVolume{}) // var yyz3619 PersistentVolume - yyc3619 = true + if yyj3638 >= len(yyv3638) { + yyv3638 = append(yyv3638, PersistentVolume{}) // var yyz3638 PersistentVolume + yyc3638 = true } - yyh3619.ElemContainerState(yyj3619) - if yyj3619 < len(yyv3619) { + yyh3638.ElemContainerState(yyj3638) + if yyj3638 < len(yyv3638) { if r.TryDecodeAsNil() { - yyv3619[yyj3619] = PersistentVolume{} + yyv3638[yyj3638] = PersistentVolume{} } else { - yyv3622 := &yyv3619[yyj3619] - yyv3622.CodecDecodeSelf(d) + yyv3641 := &yyv3638[yyj3638] + yyv3641.CodecDecodeSelf(d) } } else { @@ -44889,17 +45155,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj3619 < len(yyv3619) { - yyv3619 = yyv3619[:yyj3619] - yyc3619 = true - } else if yyj3619 == 0 && yyv3619 == nil { - yyv3619 = []PersistentVolume{} - yyc3619 = true + if yyj3638 < len(yyv3638) { + yyv3638 = yyv3638[:yyj3638] + yyc3638 = true + } else if yyj3638 == 0 && yyv3638 == nil { + yyv3638 = []PersistentVolume{} + yyc3638 = true } } - yyh3619.End() - if yyc3619 { - *v = yyv3619 + yyh3638.End() + if yyc3638 { + *v = yyv3638 } } @@ -44908,10 +45174,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3623 := range v { + for _, yyv3642 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3624 := &yyv3623 - yy3624.CodecEncodeSelf(e) + yy3643 := &yyv3642 + yy3643.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44921,83 +45187,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3625 := *v - yyh3625, yyl3625 := z.DecSliceHelperStart() - var yyc3625 bool - if yyl3625 == 0 { - if yyv3625 == nil { - yyv3625 = []PersistentVolumeClaim{} - yyc3625 = true - } else if len(yyv3625) != 0 { - yyv3625 = yyv3625[:0] - yyc3625 = true + yyv3644 := *v + yyh3644, yyl3644 := z.DecSliceHelperStart() + var yyc3644 bool + if yyl3644 == 0 { + if yyv3644 == nil { + yyv3644 = []PersistentVolumeClaim{} + yyc3644 = true + } else if len(yyv3644) != 0 { + yyv3644 = yyv3644[:0] + yyc3644 = true } - } else if yyl3625 > 0 { - var yyrr3625, yyrl3625 int - var yyrt3625 bool - if yyl3625 > cap(yyv3625) { + } else if yyl3644 > 0 { + var yyrr3644, yyrl3644 int + var yyrt3644 bool + if yyl3644 > cap(yyv3644) { - yyrg3625 := len(yyv3625) > 0 - yyv23625 := yyv3625 - yyrl3625, yyrt3625 = z.DecInferLen(yyl3625, z.DecBasicHandle().MaxInitLen, 296) - if yyrt3625 { - if yyrl3625 <= cap(yyv3625) { - yyv3625 = yyv3625[:yyrl3625] + yyrg3644 := len(yyv3644) > 0 + yyv23644 := yyv3644 + yyrl3644, yyrt3644 = z.DecInferLen(yyl3644, z.DecBasicHandle().MaxInitLen, 296) + if yyrt3644 { + if yyrl3644 <= cap(yyv3644) { + yyv3644 = yyv3644[:yyrl3644] } else { - yyv3625 = make([]PersistentVolumeClaim, yyrl3625) + yyv3644 = make([]PersistentVolumeClaim, yyrl3644) } } else { - yyv3625 = make([]PersistentVolumeClaim, yyrl3625) + yyv3644 = make([]PersistentVolumeClaim, yyrl3644) } - yyc3625 = true - yyrr3625 = len(yyv3625) - if yyrg3625 { - copy(yyv3625, yyv23625) + yyc3644 = true + yyrr3644 = len(yyv3644) + if yyrg3644 { + copy(yyv3644, yyv23644) } - } else if yyl3625 != len(yyv3625) { - yyv3625 = yyv3625[:yyl3625] - yyc3625 = true + } else if yyl3644 != len(yyv3644) { + yyv3644 = yyv3644[:yyl3644] + yyc3644 = true } - yyj3625 := 0 - for ; yyj3625 < yyrr3625; yyj3625++ { - yyh3625.ElemContainerState(yyj3625) + yyj3644 := 0 + for ; yyj3644 < yyrr3644; yyj3644++ { + yyh3644.ElemContainerState(yyj3644) if r.TryDecodeAsNil() { - yyv3625[yyj3625] = PersistentVolumeClaim{} + yyv3644[yyj3644] = PersistentVolumeClaim{} } else { - yyv3626 := &yyv3625[yyj3625] - yyv3626.CodecDecodeSelf(d) + yyv3645 := &yyv3644[yyj3644] + yyv3645.CodecDecodeSelf(d) } } - if yyrt3625 { - for ; yyj3625 < yyl3625; yyj3625++ { - yyv3625 = append(yyv3625, PersistentVolumeClaim{}) - yyh3625.ElemContainerState(yyj3625) + if yyrt3644 { + for ; yyj3644 < yyl3644; yyj3644++ { + yyv3644 = append(yyv3644, PersistentVolumeClaim{}) + yyh3644.ElemContainerState(yyj3644) if r.TryDecodeAsNil() { - yyv3625[yyj3625] = PersistentVolumeClaim{} + yyv3644[yyj3644] = PersistentVolumeClaim{} } else { - yyv3627 := &yyv3625[yyj3625] - yyv3627.CodecDecodeSelf(d) + yyv3646 := &yyv3644[yyj3644] + yyv3646.CodecDecodeSelf(d) } } } } else { - yyj3625 := 0 - for ; !r.CheckBreak(); yyj3625++ { + yyj3644 := 0 + for ; !r.CheckBreak(); yyj3644++ { - if yyj3625 >= len(yyv3625) { - yyv3625 = append(yyv3625, PersistentVolumeClaim{}) // var yyz3625 PersistentVolumeClaim - yyc3625 = true + if yyj3644 >= len(yyv3644) { + yyv3644 = append(yyv3644, PersistentVolumeClaim{}) // var yyz3644 PersistentVolumeClaim + yyc3644 = true } - yyh3625.ElemContainerState(yyj3625) - if yyj3625 < len(yyv3625) { + yyh3644.ElemContainerState(yyj3644) + if yyj3644 < len(yyv3644) { if r.TryDecodeAsNil() { - yyv3625[yyj3625] = PersistentVolumeClaim{} + yyv3644[yyj3644] = PersistentVolumeClaim{} } else { - yyv3628 := &yyv3625[yyj3625] - yyv3628.CodecDecodeSelf(d) + yyv3647 := &yyv3644[yyj3644] + yyv3647.CodecDecodeSelf(d) } } else { @@ -45005,17 +45271,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj3625 < len(yyv3625) { - yyv3625 = yyv3625[:yyj3625] - yyc3625 = true - } else if yyj3625 == 0 && yyv3625 == nil { - yyv3625 = []PersistentVolumeClaim{} - yyc3625 = true + if yyj3644 < len(yyv3644) { + yyv3644 = yyv3644[:yyj3644] + yyc3644 = true + } else if yyj3644 == 0 && yyv3644 == nil { + yyv3644 = []PersistentVolumeClaim{} + yyc3644 = true } } - yyh3625.End() - if yyc3625 { - *v = yyv3625 + yyh3644.End() + if yyc3644 { + *v = yyv3644 } } @@ -45024,10 +45290,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3629 := range v { + for _, yyv3648 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3630 := &yyv3629 - yy3630.CodecEncodeSelf(e) + yy3649 := &yyv3648 + yy3649.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45037,83 +45303,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3631 := *v - yyh3631, yyl3631 := z.DecSliceHelperStart() - var yyc3631 bool - if yyl3631 == 0 { - if yyv3631 == nil { - yyv3631 = []DownwardAPIVolumeFile{} - yyc3631 = true - } else if len(yyv3631) != 0 { - yyv3631 = yyv3631[:0] - yyc3631 = true + yyv3650 := *v + yyh3650, yyl3650 := z.DecSliceHelperStart() + var yyc3650 bool + if yyl3650 == 0 { + if yyv3650 == nil { + yyv3650 = []DownwardAPIVolumeFile{} + yyc3650 = true + } else if len(yyv3650) != 0 { + yyv3650 = yyv3650[:0] + yyc3650 = true } - } else if yyl3631 > 0 { - var yyrr3631, yyrl3631 int - var yyrt3631 bool - if yyl3631 > cap(yyv3631) { + } else if yyl3650 > 0 { + var yyrr3650, yyrl3650 int + var yyrt3650 bool + if yyl3650 > cap(yyv3650) { - yyrg3631 := len(yyv3631) > 0 - yyv23631 := yyv3631 - yyrl3631, yyrt3631 = z.DecInferLen(yyl3631, z.DecBasicHandle().MaxInitLen, 48) - if yyrt3631 { - if yyrl3631 <= cap(yyv3631) { - yyv3631 = yyv3631[:yyrl3631] + yyrg3650 := len(yyv3650) > 0 + yyv23650 := yyv3650 + yyrl3650, yyrt3650 = z.DecInferLen(yyl3650, z.DecBasicHandle().MaxInitLen, 48) + if yyrt3650 { + if yyrl3650 <= cap(yyv3650) { + yyv3650 = yyv3650[:yyrl3650] } else { - yyv3631 = make([]DownwardAPIVolumeFile, yyrl3631) + yyv3650 = make([]DownwardAPIVolumeFile, yyrl3650) } } else { - yyv3631 = make([]DownwardAPIVolumeFile, yyrl3631) + yyv3650 = make([]DownwardAPIVolumeFile, yyrl3650) } - yyc3631 = true - yyrr3631 = len(yyv3631) - if yyrg3631 { - copy(yyv3631, yyv23631) + yyc3650 = true + yyrr3650 = len(yyv3650) + if yyrg3650 { + copy(yyv3650, yyv23650) } - } else if yyl3631 != len(yyv3631) { - yyv3631 = yyv3631[:yyl3631] - yyc3631 = true + } else if yyl3650 != len(yyv3650) { + yyv3650 = yyv3650[:yyl3650] + yyc3650 = true } - yyj3631 := 0 - for ; yyj3631 < yyrr3631; yyj3631++ { - yyh3631.ElemContainerState(yyj3631) + yyj3650 := 0 + for ; yyj3650 < yyrr3650; yyj3650++ { + yyh3650.ElemContainerState(yyj3650) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = DownwardAPIVolumeFile{} + yyv3650[yyj3650] = DownwardAPIVolumeFile{} } else { - yyv3632 := &yyv3631[yyj3631] - yyv3632.CodecDecodeSelf(d) + yyv3651 := &yyv3650[yyj3650] + yyv3651.CodecDecodeSelf(d) } } - if yyrt3631 { - for ; yyj3631 < yyl3631; yyj3631++ { - yyv3631 = append(yyv3631, DownwardAPIVolumeFile{}) - yyh3631.ElemContainerState(yyj3631) + if yyrt3650 { + for ; yyj3650 < yyl3650; yyj3650++ { + yyv3650 = append(yyv3650, DownwardAPIVolumeFile{}) + yyh3650.ElemContainerState(yyj3650) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = DownwardAPIVolumeFile{} + yyv3650[yyj3650] = DownwardAPIVolumeFile{} } else { - yyv3633 := &yyv3631[yyj3631] - yyv3633.CodecDecodeSelf(d) + yyv3652 := &yyv3650[yyj3650] + yyv3652.CodecDecodeSelf(d) } } } } else { - yyj3631 := 0 - for ; !r.CheckBreak(); yyj3631++ { + yyj3650 := 0 + for ; !r.CheckBreak(); yyj3650++ { - if yyj3631 >= len(yyv3631) { - yyv3631 = append(yyv3631, DownwardAPIVolumeFile{}) // var yyz3631 DownwardAPIVolumeFile - yyc3631 = true + if yyj3650 >= len(yyv3650) { + yyv3650 = append(yyv3650, DownwardAPIVolumeFile{}) // var yyz3650 DownwardAPIVolumeFile + yyc3650 = true } - yyh3631.ElemContainerState(yyj3631) - if yyj3631 < len(yyv3631) { + yyh3650.ElemContainerState(yyj3650) + if yyj3650 < len(yyv3650) { if r.TryDecodeAsNil() { - yyv3631[yyj3631] = DownwardAPIVolumeFile{} + yyv3650[yyj3650] = DownwardAPIVolumeFile{} } else { - yyv3634 := &yyv3631[yyj3631] - yyv3634.CodecDecodeSelf(d) + yyv3653 := &yyv3650[yyj3650] + yyv3653.CodecDecodeSelf(d) } } else { @@ -45121,17 +45387,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj3631 < len(yyv3631) { - yyv3631 = yyv3631[:yyj3631] - yyc3631 = true - } else if yyj3631 == 0 && yyv3631 == nil { - yyv3631 = []DownwardAPIVolumeFile{} - yyc3631 = true + if yyj3650 < len(yyv3650) { + yyv3650 = yyv3650[:yyj3650] + yyc3650 = true + } else if yyj3650 == 0 && yyv3650 == nil { + yyv3650 = []DownwardAPIVolumeFile{} + yyc3650 = true } } - yyh3631.End() - if yyc3631 { - *v = yyv3631 + yyh3650.End() + if yyc3650 { + *v = yyv3650 } } @@ -45140,9 +45406,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3635 := range v { + for _, yyv3654 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3635.CodecEncodeSelf(e) + yyv3654.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45152,75 +45418,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3636 := *v - yyh3636, yyl3636 := z.DecSliceHelperStart() - var yyc3636 bool - if yyl3636 == 0 { - if yyv3636 == nil { - yyv3636 = []Capability{} - yyc3636 = true - } else if len(yyv3636) != 0 { - yyv3636 = yyv3636[:0] - yyc3636 = true + yyv3655 := *v + yyh3655, yyl3655 := z.DecSliceHelperStart() + var yyc3655 bool + if yyl3655 == 0 { + if yyv3655 == nil { + yyv3655 = []Capability{} + yyc3655 = true + } else if len(yyv3655) != 0 { + yyv3655 = yyv3655[:0] + yyc3655 = true } - } else if yyl3636 > 0 { - var yyrr3636, yyrl3636 int - var yyrt3636 bool - if yyl3636 > cap(yyv3636) { + } else if yyl3655 > 0 { + var yyrr3655, yyrl3655 int + var yyrt3655 bool + if yyl3655 > cap(yyv3655) { - yyrl3636, yyrt3636 = z.DecInferLen(yyl3636, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3636 { - if yyrl3636 <= cap(yyv3636) { - yyv3636 = yyv3636[:yyrl3636] + yyrl3655, yyrt3655 = z.DecInferLen(yyl3655, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3655 { + if yyrl3655 <= cap(yyv3655) { + yyv3655 = yyv3655[:yyrl3655] } else { - yyv3636 = make([]Capability, yyrl3636) + yyv3655 = make([]Capability, yyrl3655) } } else { - yyv3636 = make([]Capability, yyrl3636) + yyv3655 = make([]Capability, yyrl3655) } - yyc3636 = true - yyrr3636 = len(yyv3636) - } else if yyl3636 != len(yyv3636) { - yyv3636 = yyv3636[:yyl3636] - yyc3636 = true + yyc3655 = true + yyrr3655 = len(yyv3655) + } else if yyl3655 != len(yyv3655) { + yyv3655 = yyv3655[:yyl3655] + yyc3655 = true } - yyj3636 := 0 - for ; yyj3636 < yyrr3636; yyj3636++ { - yyh3636.ElemContainerState(yyj3636) + yyj3655 := 0 + for ; yyj3655 < yyrr3655; yyj3655++ { + yyh3655.ElemContainerState(yyj3655) if r.TryDecodeAsNil() { - yyv3636[yyj3636] = "" + yyv3655[yyj3655] = "" } else { - yyv3636[yyj3636] = Capability(r.DecodeString()) + yyv3655[yyj3655] = Capability(r.DecodeString()) } } - if yyrt3636 { - for ; yyj3636 < yyl3636; yyj3636++ { - yyv3636 = append(yyv3636, "") - yyh3636.ElemContainerState(yyj3636) + if yyrt3655 { + for ; yyj3655 < yyl3655; yyj3655++ { + yyv3655 = append(yyv3655, "") + yyh3655.ElemContainerState(yyj3655) if r.TryDecodeAsNil() { - yyv3636[yyj3636] = "" + yyv3655[yyj3655] = "" } else { - yyv3636[yyj3636] = Capability(r.DecodeString()) + yyv3655[yyj3655] = Capability(r.DecodeString()) } } } } else { - yyj3636 := 0 - for ; !r.CheckBreak(); yyj3636++ { + yyj3655 := 0 + for ; !r.CheckBreak(); yyj3655++ { - if yyj3636 >= len(yyv3636) { - yyv3636 = append(yyv3636, "") // var yyz3636 Capability - yyc3636 = true + if yyj3655 >= len(yyv3655) { + yyv3655 = append(yyv3655, "") // var yyz3655 Capability + yyc3655 = true } - yyh3636.ElemContainerState(yyj3636) - if yyj3636 < len(yyv3636) { + yyh3655.ElemContainerState(yyj3655) + if yyj3655 < len(yyv3655) { if r.TryDecodeAsNil() { - yyv3636[yyj3636] = "" + yyv3655[yyj3655] = "" } else { - yyv3636[yyj3636] = Capability(r.DecodeString()) + yyv3655[yyj3655] = Capability(r.DecodeString()) } } else { @@ -45228,17 +45494,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj3636 < len(yyv3636) { - yyv3636 = yyv3636[:yyj3636] - yyc3636 = true - } else if yyj3636 == 0 && yyv3636 == nil { - yyv3636 = []Capability{} - yyc3636 = true + if yyj3655 < len(yyv3655) { + yyv3655 = yyv3655[:yyj3655] + yyc3655 = true + } else if yyj3655 == 0 && yyv3655 == nil { + yyv3655 = []Capability{} + yyc3655 = true } } - yyh3636.End() - if yyc3636 { - *v = yyv3636 + yyh3655.End() + if yyc3655 { + *v = yyv3655 } } @@ -45247,10 +45513,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3640 := range v { + for _, yyv3659 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3641 := &yyv3640 - yy3641.CodecEncodeSelf(e) + yy3660 := &yyv3659 + yy3660.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45260,83 +45526,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3642 := *v - yyh3642, yyl3642 := z.DecSliceHelperStart() - var yyc3642 bool - if yyl3642 == 0 { - if yyv3642 == nil { - yyv3642 = []ContainerPort{} - yyc3642 = true - } else if len(yyv3642) != 0 { - yyv3642 = yyv3642[:0] - yyc3642 = true + yyv3661 := *v + yyh3661, yyl3661 := z.DecSliceHelperStart() + var yyc3661 bool + if yyl3661 == 0 { + if yyv3661 == nil { + yyv3661 = []ContainerPort{} + yyc3661 = true + } else if len(yyv3661) != 0 { + yyv3661 = yyv3661[:0] + yyc3661 = true } - } else if yyl3642 > 0 { - var yyrr3642, yyrl3642 int - var yyrt3642 bool - if yyl3642 > cap(yyv3642) { + } else if yyl3661 > 0 { + var yyrr3661, yyrl3661 int + var yyrt3661 bool + if yyl3661 > cap(yyv3661) { - yyrg3642 := len(yyv3642) > 0 - yyv23642 := yyv3642 - yyrl3642, yyrt3642 = z.DecInferLen(yyl3642, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3642 { - if yyrl3642 <= cap(yyv3642) { - yyv3642 = yyv3642[:yyrl3642] + yyrg3661 := len(yyv3661) > 0 + yyv23661 := yyv3661 + yyrl3661, yyrt3661 = z.DecInferLen(yyl3661, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3661 { + if yyrl3661 <= cap(yyv3661) { + yyv3661 = yyv3661[:yyrl3661] } else { - yyv3642 = make([]ContainerPort, yyrl3642) + yyv3661 = make([]ContainerPort, yyrl3661) } } else { - yyv3642 = make([]ContainerPort, yyrl3642) + yyv3661 = make([]ContainerPort, yyrl3661) } - yyc3642 = true - yyrr3642 = len(yyv3642) - if yyrg3642 { - copy(yyv3642, yyv23642) + yyc3661 = true + yyrr3661 = len(yyv3661) + if yyrg3661 { + copy(yyv3661, yyv23661) } - } else if yyl3642 != len(yyv3642) { - yyv3642 = yyv3642[:yyl3642] - yyc3642 = true + } else if yyl3661 != len(yyv3661) { + yyv3661 = yyv3661[:yyl3661] + yyc3661 = true } - yyj3642 := 0 - for ; yyj3642 < yyrr3642; yyj3642++ { - yyh3642.ElemContainerState(yyj3642) + yyj3661 := 0 + for ; yyj3661 < yyrr3661; yyj3661++ { + yyh3661.ElemContainerState(yyj3661) if r.TryDecodeAsNil() { - yyv3642[yyj3642] = ContainerPort{} + yyv3661[yyj3661] = ContainerPort{} } else { - yyv3643 := &yyv3642[yyj3642] - yyv3643.CodecDecodeSelf(d) + yyv3662 := &yyv3661[yyj3661] + yyv3662.CodecDecodeSelf(d) } } - if yyrt3642 { - for ; yyj3642 < yyl3642; yyj3642++ { - yyv3642 = append(yyv3642, ContainerPort{}) - yyh3642.ElemContainerState(yyj3642) + if yyrt3661 { + for ; yyj3661 < yyl3661; yyj3661++ { + yyv3661 = append(yyv3661, ContainerPort{}) + yyh3661.ElemContainerState(yyj3661) if r.TryDecodeAsNil() { - yyv3642[yyj3642] = ContainerPort{} + yyv3661[yyj3661] = ContainerPort{} } else { - yyv3644 := &yyv3642[yyj3642] - yyv3644.CodecDecodeSelf(d) + yyv3663 := &yyv3661[yyj3661] + yyv3663.CodecDecodeSelf(d) } } } } else { - yyj3642 := 0 - for ; !r.CheckBreak(); yyj3642++ { + yyj3661 := 0 + for ; !r.CheckBreak(); yyj3661++ { - if yyj3642 >= len(yyv3642) { - yyv3642 = append(yyv3642, ContainerPort{}) // var yyz3642 ContainerPort - yyc3642 = true + if yyj3661 >= len(yyv3661) { + yyv3661 = append(yyv3661, ContainerPort{}) // var yyz3661 ContainerPort + yyc3661 = true } - yyh3642.ElemContainerState(yyj3642) - if yyj3642 < len(yyv3642) { + yyh3661.ElemContainerState(yyj3661) + if yyj3661 < len(yyv3661) { if r.TryDecodeAsNil() { - yyv3642[yyj3642] = ContainerPort{} + yyv3661[yyj3661] = ContainerPort{} } else { - yyv3645 := &yyv3642[yyj3642] - yyv3645.CodecDecodeSelf(d) + yyv3664 := &yyv3661[yyj3661] + yyv3664.CodecDecodeSelf(d) } } else { @@ -45344,17 +45610,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj3642 < len(yyv3642) { - yyv3642 = yyv3642[:yyj3642] - yyc3642 = true - } else if yyj3642 == 0 && yyv3642 == nil { - yyv3642 = []ContainerPort{} - yyc3642 = true + if yyj3661 < len(yyv3661) { + yyv3661 = yyv3661[:yyj3661] + yyc3661 = true + } else if yyj3661 == 0 && yyv3661 == nil { + yyv3661 = []ContainerPort{} + yyc3661 = true } } - yyh3642.End() - if yyc3642 { - *v = yyv3642 + yyh3661.End() + if yyc3661 { + *v = yyv3661 } } @@ -45363,10 +45629,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3646 := range v { + for _, yyv3665 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3647 := &yyv3646 - yy3647.CodecEncodeSelf(e) + yy3666 := &yyv3665 + yy3666.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45376,83 +45642,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3648 := *v - yyh3648, yyl3648 := z.DecSliceHelperStart() - var yyc3648 bool - if yyl3648 == 0 { - if yyv3648 == nil { - yyv3648 = []EnvVar{} - yyc3648 = true - } else if len(yyv3648) != 0 { - yyv3648 = yyv3648[:0] - yyc3648 = true + yyv3667 := *v + yyh3667, yyl3667 := z.DecSliceHelperStart() + var yyc3667 bool + if yyl3667 == 0 { + if yyv3667 == nil { + yyv3667 = []EnvVar{} + yyc3667 = true + } else if len(yyv3667) != 0 { + yyv3667 = yyv3667[:0] + yyc3667 = true } - } else if yyl3648 > 0 { - var yyrr3648, yyrl3648 int - var yyrt3648 bool - if yyl3648 > cap(yyv3648) { + } else if yyl3667 > 0 { + var yyrr3667, yyrl3667 int + var yyrt3667 bool + if yyl3667 > cap(yyv3667) { - yyrg3648 := len(yyv3648) > 0 - yyv23648 := yyv3648 - yyrl3648, yyrt3648 = z.DecInferLen(yyl3648, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3648 { - if yyrl3648 <= cap(yyv3648) { - yyv3648 = yyv3648[:yyrl3648] + yyrg3667 := len(yyv3667) > 0 + yyv23667 := yyv3667 + yyrl3667, yyrt3667 = z.DecInferLen(yyl3667, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3667 { + if yyrl3667 <= cap(yyv3667) { + yyv3667 = yyv3667[:yyrl3667] } else { - yyv3648 = make([]EnvVar, yyrl3648) + yyv3667 = make([]EnvVar, yyrl3667) } } else { - yyv3648 = make([]EnvVar, yyrl3648) + yyv3667 = make([]EnvVar, yyrl3667) } - yyc3648 = true - yyrr3648 = len(yyv3648) - if yyrg3648 { - copy(yyv3648, yyv23648) + yyc3667 = true + yyrr3667 = len(yyv3667) + if yyrg3667 { + copy(yyv3667, yyv23667) } - } else if yyl3648 != len(yyv3648) { - yyv3648 = yyv3648[:yyl3648] - yyc3648 = true + } else if yyl3667 != len(yyv3667) { + yyv3667 = yyv3667[:yyl3667] + yyc3667 = true } - yyj3648 := 0 - for ; yyj3648 < yyrr3648; yyj3648++ { - yyh3648.ElemContainerState(yyj3648) + yyj3667 := 0 + for ; yyj3667 < yyrr3667; yyj3667++ { + yyh3667.ElemContainerState(yyj3667) if r.TryDecodeAsNil() { - yyv3648[yyj3648] = EnvVar{} + yyv3667[yyj3667] = EnvVar{} } else { - yyv3649 := &yyv3648[yyj3648] - yyv3649.CodecDecodeSelf(d) + yyv3668 := &yyv3667[yyj3667] + yyv3668.CodecDecodeSelf(d) } } - if yyrt3648 { - for ; yyj3648 < yyl3648; yyj3648++ { - yyv3648 = append(yyv3648, EnvVar{}) - yyh3648.ElemContainerState(yyj3648) + if yyrt3667 { + for ; yyj3667 < yyl3667; yyj3667++ { + yyv3667 = append(yyv3667, EnvVar{}) + yyh3667.ElemContainerState(yyj3667) if r.TryDecodeAsNil() { - yyv3648[yyj3648] = EnvVar{} + yyv3667[yyj3667] = EnvVar{} } else { - yyv3650 := &yyv3648[yyj3648] - yyv3650.CodecDecodeSelf(d) + yyv3669 := &yyv3667[yyj3667] + yyv3669.CodecDecodeSelf(d) } } } } else { - yyj3648 := 0 - for ; !r.CheckBreak(); yyj3648++ { + yyj3667 := 0 + for ; !r.CheckBreak(); yyj3667++ { - if yyj3648 >= len(yyv3648) { - yyv3648 = append(yyv3648, EnvVar{}) // var yyz3648 EnvVar - yyc3648 = true + if yyj3667 >= len(yyv3667) { + yyv3667 = append(yyv3667, EnvVar{}) // var yyz3667 EnvVar + yyc3667 = true } - yyh3648.ElemContainerState(yyj3648) - if yyj3648 < len(yyv3648) { + yyh3667.ElemContainerState(yyj3667) + if yyj3667 < len(yyv3667) { if r.TryDecodeAsNil() { - yyv3648[yyj3648] = EnvVar{} + yyv3667[yyj3667] = EnvVar{} } else { - yyv3651 := &yyv3648[yyj3648] - yyv3651.CodecDecodeSelf(d) + yyv3670 := &yyv3667[yyj3667] + yyv3670.CodecDecodeSelf(d) } } else { @@ -45460,17 +45726,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj3648 < len(yyv3648) { - yyv3648 = yyv3648[:yyj3648] - yyc3648 = true - } else if yyj3648 == 0 && yyv3648 == nil { - yyv3648 = []EnvVar{} - yyc3648 = true + if yyj3667 < len(yyv3667) { + yyv3667 = yyv3667[:yyj3667] + yyc3667 = true + } else if yyj3667 == 0 && yyv3667 == nil { + yyv3667 = []EnvVar{} + yyc3667 = true } } - yyh3648.End() - if yyc3648 { - *v = yyv3648 + yyh3667.End() + if yyc3667 { + *v = yyv3667 } } @@ -45479,10 +45745,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3652 := range v { + for _, yyv3671 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3653 := &yyv3652 - yy3653.CodecEncodeSelf(e) + yy3672 := &yyv3671 + yy3672.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45492,83 +45758,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3654 := *v - yyh3654, yyl3654 := z.DecSliceHelperStart() - var yyc3654 bool - if yyl3654 == 0 { - if yyv3654 == nil { - yyv3654 = []VolumeMount{} - yyc3654 = true - } else if len(yyv3654) != 0 { - yyv3654 = yyv3654[:0] - yyc3654 = true + yyv3673 := *v + yyh3673, yyl3673 := z.DecSliceHelperStart() + var yyc3673 bool + if yyl3673 == 0 { + if yyv3673 == nil { + yyv3673 = []VolumeMount{} + yyc3673 = true + } else if len(yyv3673) != 0 { + yyv3673 = yyv3673[:0] + yyc3673 = true } - } else if yyl3654 > 0 { - var yyrr3654, yyrl3654 int - var yyrt3654 bool - if yyl3654 > cap(yyv3654) { + } else if yyl3673 > 0 { + var yyrr3673, yyrl3673 int + var yyrt3673 bool + if yyl3673 > cap(yyv3673) { - yyrg3654 := len(yyv3654) > 0 - yyv23654 := yyv3654 - yyrl3654, yyrt3654 = z.DecInferLen(yyl3654, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3654 { - if yyrl3654 <= cap(yyv3654) { - yyv3654 = yyv3654[:yyrl3654] + yyrg3673 := len(yyv3673) > 0 + yyv23673 := yyv3673 + yyrl3673, yyrt3673 = z.DecInferLen(yyl3673, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3673 { + if yyrl3673 <= cap(yyv3673) { + yyv3673 = yyv3673[:yyrl3673] } else { - yyv3654 = make([]VolumeMount, yyrl3654) + yyv3673 = make([]VolumeMount, yyrl3673) } } else { - yyv3654 = make([]VolumeMount, yyrl3654) + yyv3673 = make([]VolumeMount, yyrl3673) } - yyc3654 = true - yyrr3654 = len(yyv3654) - if yyrg3654 { - copy(yyv3654, yyv23654) + yyc3673 = true + yyrr3673 = len(yyv3673) + if yyrg3673 { + copy(yyv3673, yyv23673) } - } else if yyl3654 != len(yyv3654) { - yyv3654 = yyv3654[:yyl3654] - yyc3654 = true + } else if yyl3673 != len(yyv3673) { + yyv3673 = yyv3673[:yyl3673] + yyc3673 = true } - yyj3654 := 0 - for ; yyj3654 < yyrr3654; yyj3654++ { - yyh3654.ElemContainerState(yyj3654) + yyj3673 := 0 + for ; yyj3673 < yyrr3673; yyj3673++ { + yyh3673.ElemContainerState(yyj3673) if r.TryDecodeAsNil() { - yyv3654[yyj3654] = VolumeMount{} + yyv3673[yyj3673] = VolumeMount{} } else { - yyv3655 := &yyv3654[yyj3654] - yyv3655.CodecDecodeSelf(d) + yyv3674 := &yyv3673[yyj3673] + yyv3674.CodecDecodeSelf(d) } } - if yyrt3654 { - for ; yyj3654 < yyl3654; yyj3654++ { - yyv3654 = append(yyv3654, VolumeMount{}) - yyh3654.ElemContainerState(yyj3654) + if yyrt3673 { + for ; yyj3673 < yyl3673; yyj3673++ { + yyv3673 = append(yyv3673, VolumeMount{}) + yyh3673.ElemContainerState(yyj3673) if r.TryDecodeAsNil() { - yyv3654[yyj3654] = VolumeMount{} + yyv3673[yyj3673] = VolumeMount{} } else { - yyv3656 := &yyv3654[yyj3654] - yyv3656.CodecDecodeSelf(d) + yyv3675 := &yyv3673[yyj3673] + yyv3675.CodecDecodeSelf(d) } } } } else { - yyj3654 := 0 - for ; !r.CheckBreak(); yyj3654++ { + yyj3673 := 0 + for ; !r.CheckBreak(); yyj3673++ { - if yyj3654 >= len(yyv3654) { - yyv3654 = append(yyv3654, VolumeMount{}) // var yyz3654 VolumeMount - yyc3654 = true + if yyj3673 >= len(yyv3673) { + yyv3673 = append(yyv3673, VolumeMount{}) // var yyz3673 VolumeMount + yyc3673 = true } - yyh3654.ElemContainerState(yyj3654) - if yyj3654 < len(yyv3654) { + yyh3673.ElemContainerState(yyj3673) + if yyj3673 < len(yyv3673) { if r.TryDecodeAsNil() { - yyv3654[yyj3654] = VolumeMount{} + yyv3673[yyj3673] = VolumeMount{} } else { - yyv3657 := &yyv3654[yyj3654] - yyv3657.CodecDecodeSelf(d) + yyv3676 := &yyv3673[yyj3673] + yyv3676.CodecDecodeSelf(d) } } else { @@ -45576,17 +45842,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj3654 < len(yyv3654) { - yyv3654 = yyv3654[:yyj3654] - yyc3654 = true - } else if yyj3654 == 0 && yyv3654 == nil { - yyv3654 = []VolumeMount{} - yyc3654 = true + if yyj3673 < len(yyv3673) { + yyv3673 = yyv3673[:yyj3673] + yyc3673 = true + } else if yyj3673 == 0 && yyv3673 == nil { + yyv3673 = []VolumeMount{} + yyc3673 = true } } - yyh3654.End() - if yyc3654 { - *v = yyv3654 + yyh3673.End() + if yyc3673 { + *v = yyv3673 } } @@ -45595,10 +45861,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3658 := range v { + for _, yyv3677 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3659 := &yyv3658 - yy3659.CodecEncodeSelf(e) + yy3678 := &yyv3677 + yy3678.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45608,83 +45874,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3660 := *v - yyh3660, yyl3660 := z.DecSliceHelperStart() - var yyc3660 bool - if yyl3660 == 0 { - if yyv3660 == nil { - yyv3660 = []Pod{} - yyc3660 = true - } else if len(yyv3660) != 0 { - yyv3660 = yyv3660[:0] - yyc3660 = true + yyv3679 := *v + yyh3679, yyl3679 := z.DecSliceHelperStart() + var yyc3679 bool + if yyl3679 == 0 { + if yyv3679 == nil { + yyv3679 = []Pod{} + yyc3679 = true + } else if len(yyv3679) != 0 { + yyv3679 = yyv3679[:0] + yyc3679 = true } - } else if yyl3660 > 0 { - var yyrr3660, yyrl3660 int - var yyrt3660 bool - if yyl3660 > cap(yyv3660) { + } else if yyl3679 > 0 { + var yyrr3679, yyrl3679 int + var yyrt3679 bool + if yyl3679 > cap(yyv3679) { - yyrg3660 := len(yyv3660) > 0 - yyv23660 := yyv3660 - yyrl3660, yyrt3660 = z.DecInferLen(yyl3660, z.DecBasicHandle().MaxInitLen, 496) - if yyrt3660 { - if yyrl3660 <= cap(yyv3660) { - yyv3660 = yyv3660[:yyrl3660] + yyrg3679 := len(yyv3679) > 0 + yyv23679 := yyv3679 + yyrl3679, yyrt3679 = z.DecInferLen(yyl3679, z.DecBasicHandle().MaxInitLen, 496) + if yyrt3679 { + if yyrl3679 <= cap(yyv3679) { + yyv3679 = yyv3679[:yyrl3679] } else { - yyv3660 = make([]Pod, yyrl3660) + yyv3679 = make([]Pod, yyrl3679) } } else { - yyv3660 = make([]Pod, yyrl3660) + yyv3679 = make([]Pod, yyrl3679) } - yyc3660 = true - yyrr3660 = len(yyv3660) - if yyrg3660 { - copy(yyv3660, yyv23660) + yyc3679 = true + yyrr3679 = len(yyv3679) + if yyrg3679 { + copy(yyv3679, yyv23679) } - } else if yyl3660 != len(yyv3660) { - yyv3660 = yyv3660[:yyl3660] - yyc3660 = true + } else if yyl3679 != len(yyv3679) { + yyv3679 = yyv3679[:yyl3679] + yyc3679 = true } - yyj3660 := 0 - for ; yyj3660 < yyrr3660; yyj3660++ { - yyh3660.ElemContainerState(yyj3660) + yyj3679 := 0 + for ; yyj3679 < yyrr3679; yyj3679++ { + yyh3679.ElemContainerState(yyj3679) if r.TryDecodeAsNil() { - yyv3660[yyj3660] = Pod{} + yyv3679[yyj3679] = Pod{} } else { - yyv3661 := &yyv3660[yyj3660] - yyv3661.CodecDecodeSelf(d) + yyv3680 := &yyv3679[yyj3679] + yyv3680.CodecDecodeSelf(d) } } - if yyrt3660 { - for ; yyj3660 < yyl3660; yyj3660++ { - yyv3660 = append(yyv3660, Pod{}) - yyh3660.ElemContainerState(yyj3660) + if yyrt3679 { + for ; yyj3679 < yyl3679; yyj3679++ { + yyv3679 = append(yyv3679, Pod{}) + yyh3679.ElemContainerState(yyj3679) if r.TryDecodeAsNil() { - yyv3660[yyj3660] = Pod{} + yyv3679[yyj3679] = Pod{} } else { - yyv3662 := &yyv3660[yyj3660] - yyv3662.CodecDecodeSelf(d) + yyv3681 := &yyv3679[yyj3679] + yyv3681.CodecDecodeSelf(d) } } } } else { - yyj3660 := 0 - for ; !r.CheckBreak(); yyj3660++ { + yyj3679 := 0 + for ; !r.CheckBreak(); yyj3679++ { - if yyj3660 >= len(yyv3660) { - yyv3660 = append(yyv3660, Pod{}) // var yyz3660 Pod - yyc3660 = true + if yyj3679 >= len(yyv3679) { + yyv3679 = append(yyv3679, Pod{}) // var yyz3679 Pod + yyc3679 = true } - yyh3660.ElemContainerState(yyj3660) - if yyj3660 < len(yyv3660) { + yyh3679.ElemContainerState(yyj3679) + if yyj3679 < len(yyv3679) { if r.TryDecodeAsNil() { - yyv3660[yyj3660] = Pod{} + yyv3679[yyj3679] = Pod{} } else { - yyv3663 := &yyv3660[yyj3660] - yyv3663.CodecDecodeSelf(d) + yyv3682 := &yyv3679[yyj3679] + yyv3682.CodecDecodeSelf(d) } } else { @@ -45692,17 +45958,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj3660 < len(yyv3660) { - yyv3660 = yyv3660[:yyj3660] - yyc3660 = true - } else if yyj3660 == 0 && yyv3660 == nil { - yyv3660 = []Pod{} - yyc3660 = true + if yyj3679 < len(yyv3679) { + yyv3679 = yyv3679[:yyj3679] + yyc3679 = true + } else if yyj3679 == 0 && yyv3679 == nil { + yyv3679 = []Pod{} + yyc3679 = true } } - yyh3660.End() - if yyc3660 { - *v = yyv3660 + yyh3679.End() + if yyc3679 { + *v = yyv3679 } } @@ -45711,10 +45977,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3664 := range v { + for _, yyv3683 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3665 := &yyv3664 - yy3665.CodecEncodeSelf(e) + yy3684 := &yyv3683 + yy3684.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45724,83 +45990,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3666 := *v - yyh3666, yyl3666 := z.DecSliceHelperStart() - var yyc3666 bool - if yyl3666 == 0 { - if yyv3666 == nil { - yyv3666 = []Volume{} - yyc3666 = true - } else if len(yyv3666) != 0 { - yyv3666 = yyv3666[:0] - yyc3666 = true + yyv3685 := *v + yyh3685, yyl3685 := z.DecSliceHelperStart() + var yyc3685 bool + if yyl3685 == 0 { + if yyv3685 == nil { + yyv3685 = []Volume{} + yyc3685 = true + } else if len(yyv3685) != 0 { + yyv3685 = yyv3685[:0] + yyc3685 = true } - } else if yyl3666 > 0 { - var yyrr3666, yyrl3666 int - var yyrt3666 bool - if yyl3666 > cap(yyv3666) { + } else if yyl3685 > 0 { + var yyrr3685, yyrl3685 int + var yyrt3685 bool + if yyl3685 > cap(yyv3685) { - yyrg3666 := len(yyv3666) > 0 - yyv23666 := yyv3666 - yyrl3666, yyrt3666 = z.DecInferLen(yyl3666, z.DecBasicHandle().MaxInitLen, 152) - if yyrt3666 { - if yyrl3666 <= cap(yyv3666) { - yyv3666 = yyv3666[:yyrl3666] + yyrg3685 := len(yyv3685) > 0 + yyv23685 := yyv3685 + yyrl3685, yyrt3685 = z.DecInferLen(yyl3685, z.DecBasicHandle().MaxInitLen, 152) + if yyrt3685 { + if yyrl3685 <= cap(yyv3685) { + yyv3685 = yyv3685[:yyrl3685] } else { - yyv3666 = make([]Volume, yyrl3666) + yyv3685 = make([]Volume, yyrl3685) } } else { - yyv3666 = make([]Volume, yyrl3666) + yyv3685 = make([]Volume, yyrl3685) } - yyc3666 = true - yyrr3666 = len(yyv3666) - if yyrg3666 { - copy(yyv3666, yyv23666) + yyc3685 = true + yyrr3685 = len(yyv3685) + if yyrg3685 { + copy(yyv3685, yyv23685) } - } else if yyl3666 != len(yyv3666) { - yyv3666 = yyv3666[:yyl3666] - yyc3666 = true + } else if yyl3685 != len(yyv3685) { + yyv3685 = yyv3685[:yyl3685] + yyc3685 = true } - yyj3666 := 0 - for ; yyj3666 < yyrr3666; yyj3666++ { - yyh3666.ElemContainerState(yyj3666) + yyj3685 := 0 + for ; yyj3685 < yyrr3685; yyj3685++ { + yyh3685.ElemContainerState(yyj3685) if r.TryDecodeAsNil() { - yyv3666[yyj3666] = Volume{} + yyv3685[yyj3685] = Volume{} } else { - yyv3667 := &yyv3666[yyj3666] - yyv3667.CodecDecodeSelf(d) + yyv3686 := &yyv3685[yyj3685] + yyv3686.CodecDecodeSelf(d) } } - if yyrt3666 { - for ; yyj3666 < yyl3666; yyj3666++ { - yyv3666 = append(yyv3666, Volume{}) - yyh3666.ElemContainerState(yyj3666) + if yyrt3685 { + for ; yyj3685 < yyl3685; yyj3685++ { + yyv3685 = append(yyv3685, Volume{}) + yyh3685.ElemContainerState(yyj3685) if r.TryDecodeAsNil() { - yyv3666[yyj3666] = Volume{} + yyv3685[yyj3685] = Volume{} } else { - yyv3668 := &yyv3666[yyj3666] - yyv3668.CodecDecodeSelf(d) + yyv3687 := &yyv3685[yyj3685] + yyv3687.CodecDecodeSelf(d) } } } } else { - yyj3666 := 0 - for ; !r.CheckBreak(); yyj3666++ { + yyj3685 := 0 + for ; !r.CheckBreak(); yyj3685++ { - if yyj3666 >= len(yyv3666) { - yyv3666 = append(yyv3666, Volume{}) // var yyz3666 Volume - yyc3666 = true + if yyj3685 >= len(yyv3685) { + yyv3685 = append(yyv3685, Volume{}) // var yyz3685 Volume + yyc3685 = true } - yyh3666.ElemContainerState(yyj3666) - if yyj3666 < len(yyv3666) { + yyh3685.ElemContainerState(yyj3685) + if yyj3685 < len(yyv3685) { if r.TryDecodeAsNil() { - yyv3666[yyj3666] = Volume{} + yyv3685[yyj3685] = Volume{} } else { - yyv3669 := &yyv3666[yyj3666] - yyv3669.CodecDecodeSelf(d) + yyv3688 := &yyv3685[yyj3685] + yyv3688.CodecDecodeSelf(d) } } else { @@ -45808,17 +46074,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj3666 < len(yyv3666) { - yyv3666 = yyv3666[:yyj3666] - yyc3666 = true - } else if yyj3666 == 0 && yyv3666 == nil { - yyv3666 = []Volume{} - yyc3666 = true + if yyj3685 < len(yyv3685) { + yyv3685 = yyv3685[:yyj3685] + yyc3685 = true + } else if yyj3685 == 0 && yyv3685 == nil { + yyv3685 = []Volume{} + yyc3685 = true } } - yyh3666.End() - if yyc3666 { - *v = yyv3666 + yyh3685.End() + if yyc3685 { + *v = yyv3685 } } @@ -45827,10 +46093,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3670 := range v { + for _, yyv3689 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3671 := &yyv3670 - yy3671.CodecEncodeSelf(e) + yy3690 := &yyv3689 + yy3690.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45840,83 +46106,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3672 := *v - yyh3672, yyl3672 := z.DecSliceHelperStart() - var yyc3672 bool - if yyl3672 == 0 { - if yyv3672 == nil { - yyv3672 = []Container{} - yyc3672 = true - } else if len(yyv3672) != 0 { - yyv3672 = yyv3672[:0] - yyc3672 = true + yyv3691 := *v + yyh3691, yyl3691 := z.DecSliceHelperStart() + var yyc3691 bool + if yyl3691 == 0 { + if yyv3691 == nil { + yyv3691 = []Container{} + yyc3691 = true + } else if len(yyv3691) != 0 { + yyv3691 = yyv3691[:0] + yyc3691 = true } - } else if yyl3672 > 0 { - var yyrr3672, yyrl3672 int - var yyrt3672 bool - if yyl3672 > cap(yyv3672) { + } else if yyl3691 > 0 { + var yyrr3691, yyrl3691 int + var yyrt3691 bool + if yyl3691 > cap(yyv3691) { - yyrg3672 := len(yyv3672) > 0 - yyv23672 := yyv3672 - yyrl3672, yyrt3672 = z.DecInferLen(yyl3672, z.DecBasicHandle().MaxInitLen, 256) - if yyrt3672 { - if yyrl3672 <= cap(yyv3672) { - yyv3672 = yyv3672[:yyrl3672] + yyrg3691 := len(yyv3691) > 0 + yyv23691 := yyv3691 + yyrl3691, yyrt3691 = z.DecInferLen(yyl3691, z.DecBasicHandle().MaxInitLen, 256) + if yyrt3691 { + if yyrl3691 <= cap(yyv3691) { + yyv3691 = yyv3691[:yyrl3691] } else { - yyv3672 = make([]Container, yyrl3672) + yyv3691 = make([]Container, yyrl3691) } } else { - yyv3672 = make([]Container, yyrl3672) + yyv3691 = make([]Container, yyrl3691) } - yyc3672 = true - yyrr3672 = len(yyv3672) - if yyrg3672 { - copy(yyv3672, yyv23672) + yyc3691 = true + yyrr3691 = len(yyv3691) + if yyrg3691 { + copy(yyv3691, yyv23691) } - } else if yyl3672 != len(yyv3672) { - yyv3672 = yyv3672[:yyl3672] - yyc3672 = true + } else if yyl3691 != len(yyv3691) { + yyv3691 = yyv3691[:yyl3691] + yyc3691 = true } - yyj3672 := 0 - for ; yyj3672 < yyrr3672; yyj3672++ { - yyh3672.ElemContainerState(yyj3672) + yyj3691 := 0 + for ; yyj3691 < yyrr3691; yyj3691++ { + yyh3691.ElemContainerState(yyj3691) if r.TryDecodeAsNil() { - yyv3672[yyj3672] = Container{} + yyv3691[yyj3691] = Container{} } else { - yyv3673 := &yyv3672[yyj3672] - yyv3673.CodecDecodeSelf(d) + yyv3692 := &yyv3691[yyj3691] + yyv3692.CodecDecodeSelf(d) } } - if yyrt3672 { - for ; yyj3672 < yyl3672; yyj3672++ { - yyv3672 = append(yyv3672, Container{}) - yyh3672.ElemContainerState(yyj3672) + if yyrt3691 { + for ; yyj3691 < yyl3691; yyj3691++ { + yyv3691 = append(yyv3691, Container{}) + yyh3691.ElemContainerState(yyj3691) if r.TryDecodeAsNil() { - yyv3672[yyj3672] = Container{} + yyv3691[yyj3691] = Container{} } else { - yyv3674 := &yyv3672[yyj3672] - yyv3674.CodecDecodeSelf(d) + yyv3693 := &yyv3691[yyj3691] + yyv3693.CodecDecodeSelf(d) } } } } else { - yyj3672 := 0 - for ; !r.CheckBreak(); yyj3672++ { + yyj3691 := 0 + for ; !r.CheckBreak(); yyj3691++ { - if yyj3672 >= len(yyv3672) { - yyv3672 = append(yyv3672, Container{}) // var yyz3672 Container - yyc3672 = true + if yyj3691 >= len(yyv3691) { + yyv3691 = append(yyv3691, Container{}) // var yyz3691 Container + yyc3691 = true } - yyh3672.ElemContainerState(yyj3672) - if yyj3672 < len(yyv3672) { + yyh3691.ElemContainerState(yyj3691) + if yyj3691 < len(yyv3691) { if r.TryDecodeAsNil() { - yyv3672[yyj3672] = Container{} + yyv3691[yyj3691] = Container{} } else { - yyv3675 := &yyv3672[yyj3672] - yyv3675.CodecDecodeSelf(d) + yyv3694 := &yyv3691[yyj3691] + yyv3694.CodecDecodeSelf(d) } } else { @@ -45924,17 +46190,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj3672 < len(yyv3672) { - yyv3672 = yyv3672[:yyj3672] - yyc3672 = true - } else if yyj3672 == 0 && yyv3672 == nil { - yyv3672 = []Container{} - yyc3672 = true + if yyj3691 < len(yyv3691) { + yyv3691 = yyv3691[:yyj3691] + yyc3691 = true + } else if yyj3691 == 0 && yyv3691 == nil { + yyv3691 = []Container{} + yyc3691 = true } } - yyh3672.End() - if yyc3672 { - *v = yyv3672 + yyh3691.End() + if yyc3691 { + *v = yyv3691 } } @@ -45943,10 +46209,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3676 := range v { + for _, yyv3695 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3677 := &yyv3676 - yy3677.CodecEncodeSelf(e) + yy3696 := &yyv3695 + yy3696.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45956,83 +46222,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3678 := *v - yyh3678, yyl3678 := z.DecSliceHelperStart() - var yyc3678 bool - if yyl3678 == 0 { - if yyv3678 == nil { - yyv3678 = []LocalObjectReference{} - yyc3678 = true - } else if len(yyv3678) != 0 { - yyv3678 = yyv3678[:0] - yyc3678 = true + yyv3697 := *v + yyh3697, yyl3697 := z.DecSliceHelperStart() + var yyc3697 bool + if yyl3697 == 0 { + if yyv3697 == nil { + yyv3697 = []LocalObjectReference{} + yyc3697 = true + } else if len(yyv3697) != 0 { + yyv3697 = yyv3697[:0] + yyc3697 = true } - } else if yyl3678 > 0 { - var yyrr3678, yyrl3678 int - var yyrt3678 bool - if yyl3678 > cap(yyv3678) { + } else if yyl3697 > 0 { + var yyrr3697, yyrl3697 int + var yyrt3697 bool + if yyl3697 > cap(yyv3697) { - yyrg3678 := len(yyv3678) > 0 - yyv23678 := yyv3678 - yyrl3678, yyrt3678 = z.DecInferLen(yyl3678, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3678 { - if yyrl3678 <= cap(yyv3678) { - yyv3678 = yyv3678[:yyrl3678] + yyrg3697 := len(yyv3697) > 0 + yyv23697 := yyv3697 + yyrl3697, yyrt3697 = z.DecInferLen(yyl3697, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3697 { + if yyrl3697 <= cap(yyv3697) { + yyv3697 = yyv3697[:yyrl3697] } else { - yyv3678 = make([]LocalObjectReference, yyrl3678) + yyv3697 = make([]LocalObjectReference, yyrl3697) } } else { - yyv3678 = make([]LocalObjectReference, yyrl3678) + yyv3697 = make([]LocalObjectReference, yyrl3697) } - yyc3678 = true - yyrr3678 = len(yyv3678) - if yyrg3678 { - copy(yyv3678, yyv23678) + yyc3697 = true + yyrr3697 = len(yyv3697) + if yyrg3697 { + copy(yyv3697, yyv23697) } - } else if yyl3678 != len(yyv3678) { - yyv3678 = yyv3678[:yyl3678] - yyc3678 = true + } else if yyl3697 != len(yyv3697) { + yyv3697 = yyv3697[:yyl3697] + yyc3697 = true } - yyj3678 := 0 - for ; yyj3678 < yyrr3678; yyj3678++ { - yyh3678.ElemContainerState(yyj3678) + yyj3697 := 0 + for ; yyj3697 < yyrr3697; yyj3697++ { + yyh3697.ElemContainerState(yyj3697) if r.TryDecodeAsNil() { - yyv3678[yyj3678] = LocalObjectReference{} + yyv3697[yyj3697] = LocalObjectReference{} } else { - yyv3679 := &yyv3678[yyj3678] - yyv3679.CodecDecodeSelf(d) + yyv3698 := &yyv3697[yyj3697] + yyv3698.CodecDecodeSelf(d) } } - if yyrt3678 { - for ; yyj3678 < yyl3678; yyj3678++ { - yyv3678 = append(yyv3678, LocalObjectReference{}) - yyh3678.ElemContainerState(yyj3678) + if yyrt3697 { + for ; yyj3697 < yyl3697; yyj3697++ { + yyv3697 = append(yyv3697, LocalObjectReference{}) + yyh3697.ElemContainerState(yyj3697) if r.TryDecodeAsNil() { - yyv3678[yyj3678] = LocalObjectReference{} + yyv3697[yyj3697] = LocalObjectReference{} } else { - yyv3680 := &yyv3678[yyj3678] - yyv3680.CodecDecodeSelf(d) + yyv3699 := &yyv3697[yyj3697] + yyv3699.CodecDecodeSelf(d) } } } } else { - yyj3678 := 0 - for ; !r.CheckBreak(); yyj3678++ { + yyj3697 := 0 + for ; !r.CheckBreak(); yyj3697++ { - if yyj3678 >= len(yyv3678) { - yyv3678 = append(yyv3678, LocalObjectReference{}) // var yyz3678 LocalObjectReference - yyc3678 = true + if yyj3697 >= len(yyv3697) { + yyv3697 = append(yyv3697, LocalObjectReference{}) // var yyz3697 LocalObjectReference + yyc3697 = true } - yyh3678.ElemContainerState(yyj3678) - if yyj3678 < len(yyv3678) { + yyh3697.ElemContainerState(yyj3697) + if yyj3697 < len(yyv3697) { if r.TryDecodeAsNil() { - yyv3678[yyj3678] = LocalObjectReference{} + yyv3697[yyj3697] = LocalObjectReference{} } else { - yyv3681 := &yyv3678[yyj3678] - yyv3681.CodecDecodeSelf(d) + yyv3700 := &yyv3697[yyj3697] + yyv3700.CodecDecodeSelf(d) } } else { @@ -46040,17 +46306,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj3678 < len(yyv3678) { - yyv3678 = yyv3678[:yyj3678] - yyc3678 = true - } else if yyj3678 == 0 && yyv3678 == nil { - yyv3678 = []LocalObjectReference{} - yyc3678 = true + if yyj3697 < len(yyv3697) { + yyv3697 = yyv3697[:yyj3697] + yyc3697 = true + } else if yyj3697 == 0 && yyv3697 == nil { + yyv3697 = []LocalObjectReference{} + yyc3697 = true } } - yyh3678.End() - if yyc3678 { - *v = yyv3678 + yyh3697.End() + if yyc3697 { + *v = yyv3697 } } @@ -46059,10 +46325,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3682 := range v { + for _, yyv3701 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3683 := &yyv3682 - yy3683.CodecEncodeSelf(e) + yy3702 := &yyv3701 + yy3702.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46072,83 +46338,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3684 := *v - yyh3684, yyl3684 := z.DecSliceHelperStart() - var yyc3684 bool - if yyl3684 == 0 { - if yyv3684 == nil { - yyv3684 = []PodCondition{} - yyc3684 = true - } else if len(yyv3684) != 0 { - yyv3684 = yyv3684[:0] - yyc3684 = true + yyv3703 := *v + yyh3703, yyl3703 := z.DecSliceHelperStart() + var yyc3703 bool + if yyl3703 == 0 { + if yyv3703 == nil { + yyv3703 = []PodCondition{} + yyc3703 = true + } else if len(yyv3703) != 0 { + yyv3703 = yyv3703[:0] + yyc3703 = true } - } else if yyl3684 > 0 { - var yyrr3684, yyrl3684 int - var yyrt3684 bool - if yyl3684 > cap(yyv3684) { + } else if yyl3703 > 0 { + var yyrr3703, yyrl3703 int + var yyrt3703 bool + if yyl3703 > cap(yyv3703) { - yyrg3684 := len(yyv3684) > 0 - yyv23684 := yyv3684 - yyrl3684, yyrt3684 = z.DecInferLen(yyl3684, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3684 { - if yyrl3684 <= cap(yyv3684) { - yyv3684 = yyv3684[:yyrl3684] + yyrg3703 := len(yyv3703) > 0 + yyv23703 := yyv3703 + yyrl3703, yyrt3703 = z.DecInferLen(yyl3703, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3703 { + if yyrl3703 <= cap(yyv3703) { + yyv3703 = yyv3703[:yyrl3703] } else { - yyv3684 = make([]PodCondition, yyrl3684) + yyv3703 = make([]PodCondition, yyrl3703) } } else { - yyv3684 = make([]PodCondition, yyrl3684) + yyv3703 = make([]PodCondition, yyrl3703) } - yyc3684 = true - yyrr3684 = len(yyv3684) - if yyrg3684 { - copy(yyv3684, yyv23684) + yyc3703 = true + yyrr3703 = len(yyv3703) + if yyrg3703 { + copy(yyv3703, yyv23703) } - } else if yyl3684 != len(yyv3684) { - yyv3684 = yyv3684[:yyl3684] - yyc3684 = true + } else if yyl3703 != len(yyv3703) { + yyv3703 = yyv3703[:yyl3703] + yyc3703 = true } - yyj3684 := 0 - for ; yyj3684 < yyrr3684; yyj3684++ { - yyh3684.ElemContainerState(yyj3684) + yyj3703 := 0 + for ; yyj3703 < yyrr3703; yyj3703++ { + yyh3703.ElemContainerState(yyj3703) if r.TryDecodeAsNil() { - yyv3684[yyj3684] = PodCondition{} + yyv3703[yyj3703] = PodCondition{} } else { - yyv3685 := &yyv3684[yyj3684] - yyv3685.CodecDecodeSelf(d) + yyv3704 := &yyv3703[yyj3703] + yyv3704.CodecDecodeSelf(d) } } - if yyrt3684 { - for ; yyj3684 < yyl3684; yyj3684++ { - yyv3684 = append(yyv3684, PodCondition{}) - yyh3684.ElemContainerState(yyj3684) + if yyrt3703 { + for ; yyj3703 < yyl3703; yyj3703++ { + yyv3703 = append(yyv3703, PodCondition{}) + yyh3703.ElemContainerState(yyj3703) if r.TryDecodeAsNil() { - yyv3684[yyj3684] = PodCondition{} + yyv3703[yyj3703] = PodCondition{} } else { - yyv3686 := &yyv3684[yyj3684] - yyv3686.CodecDecodeSelf(d) + yyv3705 := &yyv3703[yyj3703] + yyv3705.CodecDecodeSelf(d) } } } } else { - yyj3684 := 0 - for ; !r.CheckBreak(); yyj3684++ { + yyj3703 := 0 + for ; !r.CheckBreak(); yyj3703++ { - if yyj3684 >= len(yyv3684) { - yyv3684 = append(yyv3684, PodCondition{}) // var yyz3684 PodCondition - yyc3684 = true + if yyj3703 >= len(yyv3703) { + yyv3703 = append(yyv3703, PodCondition{}) // var yyz3703 PodCondition + yyc3703 = true } - yyh3684.ElemContainerState(yyj3684) - if yyj3684 < len(yyv3684) { + yyh3703.ElemContainerState(yyj3703) + if yyj3703 < len(yyv3703) { if r.TryDecodeAsNil() { - yyv3684[yyj3684] = PodCondition{} + yyv3703[yyj3703] = PodCondition{} } else { - yyv3687 := &yyv3684[yyj3684] - yyv3687.CodecDecodeSelf(d) + yyv3706 := &yyv3703[yyj3703] + yyv3706.CodecDecodeSelf(d) } } else { @@ -46156,17 +46422,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj3684 < len(yyv3684) { - yyv3684 = yyv3684[:yyj3684] - yyc3684 = true - } else if yyj3684 == 0 && yyv3684 == nil { - yyv3684 = []PodCondition{} - yyc3684 = true + if yyj3703 < len(yyv3703) { + yyv3703 = yyv3703[:yyj3703] + yyc3703 = true + } else if yyj3703 == 0 && yyv3703 == nil { + yyv3703 = []PodCondition{} + yyc3703 = true } } - yyh3684.End() - if yyc3684 { - *v = yyv3684 + yyh3703.End() + if yyc3703 { + *v = yyv3703 } } @@ -46175,10 +46441,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3688 := range v { + for _, yyv3707 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3689 := &yyv3688 - yy3689.CodecEncodeSelf(e) + yy3708 := &yyv3707 + yy3708.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46188,83 +46454,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3690 := *v - yyh3690, yyl3690 := z.DecSliceHelperStart() - var yyc3690 bool - if yyl3690 == 0 { - if yyv3690 == nil { - yyv3690 = []ContainerStatus{} - yyc3690 = true - } else if len(yyv3690) != 0 { - yyv3690 = yyv3690[:0] - yyc3690 = true + yyv3709 := *v + yyh3709, yyl3709 := z.DecSliceHelperStart() + var yyc3709 bool + if yyl3709 == 0 { + if yyv3709 == nil { + yyv3709 = []ContainerStatus{} + yyc3709 = true + } else if len(yyv3709) != 0 { + yyv3709 = yyv3709[:0] + yyc3709 = true } - } else if yyl3690 > 0 { - var yyrr3690, yyrl3690 int - var yyrt3690 bool - if yyl3690 > cap(yyv3690) { + } else if yyl3709 > 0 { + var yyrr3709, yyrl3709 int + var yyrt3709 bool + if yyl3709 > cap(yyv3709) { - yyrg3690 := len(yyv3690) > 0 - yyv23690 := yyv3690 - yyrl3690, yyrt3690 = z.DecInferLen(yyl3690, z.DecBasicHandle().MaxInitLen, 128) - if yyrt3690 { - if yyrl3690 <= cap(yyv3690) { - yyv3690 = yyv3690[:yyrl3690] + yyrg3709 := len(yyv3709) > 0 + yyv23709 := yyv3709 + yyrl3709, yyrt3709 = z.DecInferLen(yyl3709, z.DecBasicHandle().MaxInitLen, 128) + if yyrt3709 { + if yyrl3709 <= cap(yyv3709) { + yyv3709 = yyv3709[:yyrl3709] } else { - yyv3690 = make([]ContainerStatus, yyrl3690) + yyv3709 = make([]ContainerStatus, yyrl3709) } } else { - yyv3690 = make([]ContainerStatus, yyrl3690) + yyv3709 = make([]ContainerStatus, yyrl3709) } - yyc3690 = true - yyrr3690 = len(yyv3690) - if yyrg3690 { - copy(yyv3690, yyv23690) + yyc3709 = true + yyrr3709 = len(yyv3709) + if yyrg3709 { + copy(yyv3709, yyv23709) } - } else if yyl3690 != len(yyv3690) { - yyv3690 = yyv3690[:yyl3690] - yyc3690 = true + } else if yyl3709 != len(yyv3709) { + yyv3709 = yyv3709[:yyl3709] + yyc3709 = true } - yyj3690 := 0 - for ; yyj3690 < yyrr3690; yyj3690++ { - yyh3690.ElemContainerState(yyj3690) + yyj3709 := 0 + for ; yyj3709 < yyrr3709; yyj3709++ { + yyh3709.ElemContainerState(yyj3709) if r.TryDecodeAsNil() { - yyv3690[yyj3690] = ContainerStatus{} + yyv3709[yyj3709] = ContainerStatus{} } else { - yyv3691 := &yyv3690[yyj3690] - yyv3691.CodecDecodeSelf(d) + yyv3710 := &yyv3709[yyj3709] + yyv3710.CodecDecodeSelf(d) } } - if yyrt3690 { - for ; yyj3690 < yyl3690; yyj3690++ { - yyv3690 = append(yyv3690, ContainerStatus{}) - yyh3690.ElemContainerState(yyj3690) + if yyrt3709 { + for ; yyj3709 < yyl3709; yyj3709++ { + yyv3709 = append(yyv3709, ContainerStatus{}) + yyh3709.ElemContainerState(yyj3709) if r.TryDecodeAsNil() { - yyv3690[yyj3690] = ContainerStatus{} + yyv3709[yyj3709] = ContainerStatus{} } else { - yyv3692 := &yyv3690[yyj3690] - yyv3692.CodecDecodeSelf(d) + yyv3711 := &yyv3709[yyj3709] + yyv3711.CodecDecodeSelf(d) } } } } else { - yyj3690 := 0 - for ; !r.CheckBreak(); yyj3690++ { + yyj3709 := 0 + for ; !r.CheckBreak(); yyj3709++ { - if yyj3690 >= len(yyv3690) { - yyv3690 = append(yyv3690, ContainerStatus{}) // var yyz3690 ContainerStatus - yyc3690 = true + if yyj3709 >= len(yyv3709) { + yyv3709 = append(yyv3709, ContainerStatus{}) // var yyz3709 ContainerStatus + yyc3709 = true } - yyh3690.ElemContainerState(yyj3690) - if yyj3690 < len(yyv3690) { + yyh3709.ElemContainerState(yyj3709) + if yyj3709 < len(yyv3709) { if r.TryDecodeAsNil() { - yyv3690[yyj3690] = ContainerStatus{} + yyv3709[yyj3709] = ContainerStatus{} } else { - yyv3693 := &yyv3690[yyj3690] - yyv3693.CodecDecodeSelf(d) + yyv3712 := &yyv3709[yyj3709] + yyv3712.CodecDecodeSelf(d) } } else { @@ -46272,17 +46538,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj3690 < len(yyv3690) { - yyv3690 = yyv3690[:yyj3690] - yyc3690 = true - } else if yyj3690 == 0 && yyv3690 == nil { - yyv3690 = []ContainerStatus{} - yyc3690 = true + if yyj3709 < len(yyv3709) { + yyv3709 = yyv3709[:yyj3709] + yyc3709 = true + } else if yyj3709 == 0 && yyv3709 == nil { + yyv3709 = []ContainerStatus{} + yyc3709 = true } } - yyh3690.End() - if yyc3690 { - *v = yyv3690 + yyh3709.End() + if yyc3709 { + *v = yyv3709 } } @@ -46291,10 +46557,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3694 := range v { + for _, yyv3713 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3695 := &yyv3694 - yy3695.CodecEncodeSelf(e) + yy3714 := &yyv3713 + yy3714.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46304,83 +46570,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3696 := *v - yyh3696, yyl3696 := z.DecSliceHelperStart() - var yyc3696 bool - if yyl3696 == 0 { - if yyv3696 == nil { - yyv3696 = []PodTemplate{} - yyc3696 = true - } else if len(yyv3696) != 0 { - yyv3696 = yyv3696[:0] - yyc3696 = true + yyv3715 := *v + yyh3715, yyl3715 := z.DecSliceHelperStart() + var yyc3715 bool + if yyl3715 == 0 { + if yyv3715 == nil { + yyv3715 = []PodTemplate{} + yyc3715 = true + } else if len(yyv3715) != 0 { + yyv3715 = yyv3715[:0] + yyc3715 = true } - } else if yyl3696 > 0 { - var yyrr3696, yyrl3696 int - var yyrt3696 bool - if yyl3696 > cap(yyv3696) { + } else if yyl3715 > 0 { + var yyrr3715, yyrl3715 int + var yyrt3715 bool + if yyl3715 > cap(yyv3715) { - yyrg3696 := len(yyv3696) > 0 - yyv23696 := yyv3696 - yyrl3696, yyrt3696 = z.DecInferLen(yyl3696, z.DecBasicHandle().MaxInitLen, 520) - if yyrt3696 { - if yyrl3696 <= cap(yyv3696) { - yyv3696 = yyv3696[:yyrl3696] + yyrg3715 := len(yyv3715) > 0 + yyv23715 := yyv3715 + yyrl3715, yyrt3715 = z.DecInferLen(yyl3715, z.DecBasicHandle().MaxInitLen, 520) + if yyrt3715 { + if yyrl3715 <= cap(yyv3715) { + yyv3715 = yyv3715[:yyrl3715] } else { - yyv3696 = make([]PodTemplate, yyrl3696) + yyv3715 = make([]PodTemplate, yyrl3715) } } else { - yyv3696 = make([]PodTemplate, yyrl3696) + yyv3715 = make([]PodTemplate, yyrl3715) } - yyc3696 = true - yyrr3696 = len(yyv3696) - if yyrg3696 { - copy(yyv3696, yyv23696) + yyc3715 = true + yyrr3715 = len(yyv3715) + if yyrg3715 { + copy(yyv3715, yyv23715) } - } else if yyl3696 != len(yyv3696) { - yyv3696 = yyv3696[:yyl3696] - yyc3696 = true + } else if yyl3715 != len(yyv3715) { + yyv3715 = yyv3715[:yyl3715] + yyc3715 = true } - yyj3696 := 0 - for ; yyj3696 < yyrr3696; yyj3696++ { - yyh3696.ElemContainerState(yyj3696) + yyj3715 := 0 + for ; yyj3715 < yyrr3715; yyj3715++ { + yyh3715.ElemContainerState(yyj3715) if r.TryDecodeAsNil() { - yyv3696[yyj3696] = PodTemplate{} + yyv3715[yyj3715] = PodTemplate{} } else { - yyv3697 := &yyv3696[yyj3696] - yyv3697.CodecDecodeSelf(d) + yyv3716 := &yyv3715[yyj3715] + yyv3716.CodecDecodeSelf(d) } } - if yyrt3696 { - for ; yyj3696 < yyl3696; yyj3696++ { - yyv3696 = append(yyv3696, PodTemplate{}) - yyh3696.ElemContainerState(yyj3696) + if yyrt3715 { + for ; yyj3715 < yyl3715; yyj3715++ { + yyv3715 = append(yyv3715, PodTemplate{}) + yyh3715.ElemContainerState(yyj3715) if r.TryDecodeAsNil() { - yyv3696[yyj3696] = PodTemplate{} + yyv3715[yyj3715] = PodTemplate{} } else { - yyv3698 := &yyv3696[yyj3696] - yyv3698.CodecDecodeSelf(d) + yyv3717 := &yyv3715[yyj3715] + yyv3717.CodecDecodeSelf(d) } } } } else { - yyj3696 := 0 - for ; !r.CheckBreak(); yyj3696++ { + yyj3715 := 0 + for ; !r.CheckBreak(); yyj3715++ { - if yyj3696 >= len(yyv3696) { - yyv3696 = append(yyv3696, PodTemplate{}) // var yyz3696 PodTemplate - yyc3696 = true + if yyj3715 >= len(yyv3715) { + yyv3715 = append(yyv3715, PodTemplate{}) // var yyz3715 PodTemplate + yyc3715 = true } - yyh3696.ElemContainerState(yyj3696) - if yyj3696 < len(yyv3696) { + yyh3715.ElemContainerState(yyj3715) + if yyj3715 < len(yyv3715) { if r.TryDecodeAsNil() { - yyv3696[yyj3696] = PodTemplate{} + yyv3715[yyj3715] = PodTemplate{} } else { - yyv3699 := &yyv3696[yyj3696] - yyv3699.CodecDecodeSelf(d) + yyv3718 := &yyv3715[yyj3715] + yyv3718.CodecDecodeSelf(d) } } else { @@ -46388,17 +46654,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj3696 < len(yyv3696) { - yyv3696 = yyv3696[:yyj3696] - yyc3696 = true - } else if yyj3696 == 0 && yyv3696 == nil { - yyv3696 = []PodTemplate{} - yyc3696 = true + if yyj3715 < len(yyv3715) { + yyv3715 = yyv3715[:yyj3715] + yyc3715 = true + } else if yyj3715 == 0 && yyv3715 == nil { + yyv3715 = []PodTemplate{} + yyc3715 = true } } - yyh3696.End() - if yyc3696 { - *v = yyv3696 + yyh3715.End() + if yyc3715 { + *v = yyv3715 } } @@ -46407,10 +46673,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3700 := range v { + for _, yyv3719 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3701 := &yyv3700 - yy3701.CodecEncodeSelf(e) + yy3720 := &yyv3719 + yy3720.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46420,83 +46686,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3702 := *v - yyh3702, yyl3702 := z.DecSliceHelperStart() - var yyc3702 bool - if yyl3702 == 0 { - if yyv3702 == nil { - yyv3702 = []ReplicationController{} - yyc3702 = true - } else if len(yyv3702) != 0 { - yyv3702 = yyv3702[:0] - yyc3702 = true + yyv3721 := *v + yyh3721, yyl3721 := z.DecSliceHelperStart() + var yyc3721 bool + if yyl3721 == 0 { + if yyv3721 == nil { + yyv3721 = []ReplicationController{} + yyc3721 = true + } else if len(yyv3721) != 0 { + yyv3721 = yyv3721[:0] + yyc3721 = true } - } else if yyl3702 > 0 { - var yyrr3702, yyrl3702 int - var yyrt3702 bool - if yyl3702 > cap(yyv3702) { + } else if yyl3721 > 0 { + var yyrr3721, yyrl3721 int + var yyrt3721 bool + if yyl3721 > cap(yyv3721) { - yyrg3702 := len(yyv3702) > 0 - yyv23702 := yyv3702 - yyrl3702, yyrt3702 = z.DecInferLen(yyl3702, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3702 { - if yyrl3702 <= cap(yyv3702) { - yyv3702 = yyv3702[:yyrl3702] + yyrg3721 := len(yyv3721) > 0 + yyv23721 := yyv3721 + yyrl3721, yyrt3721 = z.DecInferLen(yyl3721, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3721 { + if yyrl3721 <= cap(yyv3721) { + yyv3721 = yyv3721[:yyrl3721] } else { - yyv3702 = make([]ReplicationController, yyrl3702) + yyv3721 = make([]ReplicationController, yyrl3721) } } else { - yyv3702 = make([]ReplicationController, yyrl3702) + yyv3721 = make([]ReplicationController, yyrl3721) } - yyc3702 = true - yyrr3702 = len(yyv3702) - if yyrg3702 { - copy(yyv3702, yyv23702) + yyc3721 = true + yyrr3721 = len(yyv3721) + if yyrg3721 { + copy(yyv3721, yyv23721) } - } else if yyl3702 != len(yyv3702) { - yyv3702 = yyv3702[:yyl3702] - yyc3702 = true + } else if yyl3721 != len(yyv3721) { + yyv3721 = yyv3721[:yyl3721] + yyc3721 = true } - yyj3702 := 0 - for ; yyj3702 < yyrr3702; yyj3702++ { - yyh3702.ElemContainerState(yyj3702) + yyj3721 := 0 + for ; yyj3721 < yyrr3721; yyj3721++ { + yyh3721.ElemContainerState(yyj3721) if r.TryDecodeAsNil() { - yyv3702[yyj3702] = ReplicationController{} + yyv3721[yyj3721] = ReplicationController{} } else { - yyv3703 := &yyv3702[yyj3702] - yyv3703.CodecDecodeSelf(d) + yyv3722 := &yyv3721[yyj3721] + yyv3722.CodecDecodeSelf(d) } } - if yyrt3702 { - for ; yyj3702 < yyl3702; yyj3702++ { - yyv3702 = append(yyv3702, ReplicationController{}) - yyh3702.ElemContainerState(yyj3702) + if yyrt3721 { + for ; yyj3721 < yyl3721; yyj3721++ { + yyv3721 = append(yyv3721, ReplicationController{}) + yyh3721.ElemContainerState(yyj3721) if r.TryDecodeAsNil() { - yyv3702[yyj3702] = ReplicationController{} + yyv3721[yyj3721] = ReplicationController{} } else { - yyv3704 := &yyv3702[yyj3702] - yyv3704.CodecDecodeSelf(d) + yyv3723 := &yyv3721[yyj3721] + yyv3723.CodecDecodeSelf(d) } } } } else { - yyj3702 := 0 - for ; !r.CheckBreak(); yyj3702++ { + yyj3721 := 0 + for ; !r.CheckBreak(); yyj3721++ { - if yyj3702 >= len(yyv3702) { - yyv3702 = append(yyv3702, ReplicationController{}) // var yyz3702 ReplicationController - yyc3702 = true + if yyj3721 >= len(yyv3721) { + yyv3721 = append(yyv3721, ReplicationController{}) // var yyz3721 ReplicationController + yyc3721 = true } - yyh3702.ElemContainerState(yyj3702) - if yyj3702 < len(yyv3702) { + yyh3721.ElemContainerState(yyj3721) + if yyj3721 < len(yyv3721) { if r.TryDecodeAsNil() { - yyv3702[yyj3702] = ReplicationController{} + yyv3721[yyj3721] = ReplicationController{} } else { - yyv3705 := &yyv3702[yyj3702] - yyv3705.CodecDecodeSelf(d) + yyv3724 := &yyv3721[yyj3721] + yyv3724.CodecDecodeSelf(d) } } else { @@ -46504,17 +46770,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj3702 < len(yyv3702) { - yyv3702 = yyv3702[:yyj3702] - yyc3702 = true - } else if yyj3702 == 0 && yyv3702 == nil { - yyv3702 = []ReplicationController{} - yyc3702 = true + if yyj3721 < len(yyv3721) { + yyv3721 = yyv3721[:yyj3721] + yyc3721 = true + } else if yyj3721 == 0 && yyv3721 == nil { + yyv3721 = []ReplicationController{} + yyc3721 = true } } - yyh3702.End() - if yyc3702 { - *v = yyv3702 + yyh3721.End() + if yyc3721 { + *v = yyv3721 } } @@ -46523,10 +46789,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3706 := range v { + for _, yyv3725 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3707 := &yyv3706 - yy3707.CodecEncodeSelf(e) + yy3726 := &yyv3725 + yy3726.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46536,83 +46802,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3708 := *v - yyh3708, yyl3708 := z.DecSliceHelperStart() - var yyc3708 bool - if yyl3708 == 0 { - if yyv3708 == nil { - yyv3708 = []Service{} - yyc3708 = true - } else if len(yyv3708) != 0 { - yyv3708 = yyv3708[:0] - yyc3708 = true + yyv3727 := *v + yyh3727, yyl3727 := z.DecSliceHelperStart() + var yyc3727 bool + if yyl3727 == 0 { + if yyv3727 == nil { + yyv3727 = []Service{} + yyc3727 = true + } else if len(yyv3727) != 0 { + yyv3727 = yyv3727[:0] + yyc3727 = true } - } else if yyl3708 > 0 { - var yyrr3708, yyrl3708 int - var yyrt3708 bool - if yyl3708 > cap(yyv3708) { + } else if yyl3727 > 0 { + var yyrr3727, yyrl3727 int + var yyrt3727 bool + if yyl3727 > cap(yyv3727) { - yyrg3708 := len(yyv3708) > 0 - yyv23708 := yyv3708 - yyrl3708, yyrt3708 = z.DecInferLen(yyl3708, z.DecBasicHandle().MaxInitLen, 336) - if yyrt3708 { - if yyrl3708 <= cap(yyv3708) { - yyv3708 = yyv3708[:yyrl3708] + yyrg3727 := len(yyv3727) > 0 + yyv23727 := yyv3727 + yyrl3727, yyrt3727 = z.DecInferLen(yyl3727, z.DecBasicHandle().MaxInitLen, 336) + if yyrt3727 { + if yyrl3727 <= cap(yyv3727) { + yyv3727 = yyv3727[:yyrl3727] } else { - yyv3708 = make([]Service, yyrl3708) + yyv3727 = make([]Service, yyrl3727) } } else { - yyv3708 = make([]Service, yyrl3708) + yyv3727 = make([]Service, yyrl3727) } - yyc3708 = true - yyrr3708 = len(yyv3708) - if yyrg3708 { - copy(yyv3708, yyv23708) + yyc3727 = true + yyrr3727 = len(yyv3727) + if yyrg3727 { + copy(yyv3727, yyv23727) } - } else if yyl3708 != len(yyv3708) { - yyv3708 = yyv3708[:yyl3708] - yyc3708 = true + } else if yyl3727 != len(yyv3727) { + yyv3727 = yyv3727[:yyl3727] + yyc3727 = true } - yyj3708 := 0 - for ; yyj3708 < yyrr3708; yyj3708++ { - yyh3708.ElemContainerState(yyj3708) + yyj3727 := 0 + for ; yyj3727 < yyrr3727; yyj3727++ { + yyh3727.ElemContainerState(yyj3727) if r.TryDecodeAsNil() { - yyv3708[yyj3708] = Service{} + yyv3727[yyj3727] = Service{} } else { - yyv3709 := &yyv3708[yyj3708] - yyv3709.CodecDecodeSelf(d) + yyv3728 := &yyv3727[yyj3727] + yyv3728.CodecDecodeSelf(d) } } - if yyrt3708 { - for ; yyj3708 < yyl3708; yyj3708++ { - yyv3708 = append(yyv3708, Service{}) - yyh3708.ElemContainerState(yyj3708) + if yyrt3727 { + for ; yyj3727 < yyl3727; yyj3727++ { + yyv3727 = append(yyv3727, Service{}) + yyh3727.ElemContainerState(yyj3727) if r.TryDecodeAsNil() { - yyv3708[yyj3708] = Service{} + yyv3727[yyj3727] = Service{} } else { - yyv3710 := &yyv3708[yyj3708] - yyv3710.CodecDecodeSelf(d) + yyv3729 := &yyv3727[yyj3727] + yyv3729.CodecDecodeSelf(d) } } } } else { - yyj3708 := 0 - for ; !r.CheckBreak(); yyj3708++ { + yyj3727 := 0 + for ; !r.CheckBreak(); yyj3727++ { - if yyj3708 >= len(yyv3708) { - yyv3708 = append(yyv3708, Service{}) // var yyz3708 Service - yyc3708 = true + if yyj3727 >= len(yyv3727) { + yyv3727 = append(yyv3727, Service{}) // var yyz3727 Service + yyc3727 = true } - yyh3708.ElemContainerState(yyj3708) - if yyj3708 < len(yyv3708) { + yyh3727.ElemContainerState(yyj3727) + if yyj3727 < len(yyv3727) { if r.TryDecodeAsNil() { - yyv3708[yyj3708] = Service{} + yyv3727[yyj3727] = Service{} } else { - yyv3711 := &yyv3708[yyj3708] - yyv3711.CodecDecodeSelf(d) + yyv3730 := &yyv3727[yyj3727] + yyv3730.CodecDecodeSelf(d) } } else { @@ -46620,17 +46886,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj3708 < len(yyv3708) { - yyv3708 = yyv3708[:yyj3708] - yyc3708 = true - } else if yyj3708 == 0 && yyv3708 == nil { - yyv3708 = []Service{} - yyc3708 = true + if yyj3727 < len(yyv3727) { + yyv3727 = yyv3727[:yyj3727] + yyc3727 = true + } else if yyj3727 == 0 && yyv3727 == nil { + yyv3727 = []Service{} + yyc3727 = true } } - yyh3708.End() - if yyc3708 { - *v = yyv3708 + yyh3727.End() + if yyc3727 { + *v = yyv3727 } } @@ -46639,10 +46905,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3712 := range v { + for _, yyv3731 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3713 := &yyv3712 - yy3713.CodecEncodeSelf(e) + yy3732 := &yyv3731 + yy3732.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46652,83 +46918,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3714 := *v - yyh3714, yyl3714 := z.DecSliceHelperStart() - var yyc3714 bool - if yyl3714 == 0 { - if yyv3714 == nil { - yyv3714 = []LoadBalancerIngress{} - yyc3714 = true - } else if len(yyv3714) != 0 { - yyv3714 = yyv3714[:0] - yyc3714 = true + yyv3733 := *v + yyh3733, yyl3733 := z.DecSliceHelperStart() + var yyc3733 bool + if yyl3733 == 0 { + if yyv3733 == nil { + yyv3733 = []LoadBalancerIngress{} + yyc3733 = true + } else if len(yyv3733) != 0 { + yyv3733 = yyv3733[:0] + yyc3733 = true } - } else if yyl3714 > 0 { - var yyrr3714, yyrl3714 int - var yyrt3714 bool - if yyl3714 > cap(yyv3714) { + } else if yyl3733 > 0 { + var yyrr3733, yyrl3733 int + var yyrt3733 bool + if yyl3733 > cap(yyv3733) { - yyrg3714 := len(yyv3714) > 0 - yyv23714 := yyv3714 - yyrl3714, yyrt3714 = z.DecInferLen(yyl3714, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3714 { - if yyrl3714 <= cap(yyv3714) { - yyv3714 = yyv3714[:yyrl3714] + yyrg3733 := len(yyv3733) > 0 + yyv23733 := yyv3733 + yyrl3733, yyrt3733 = z.DecInferLen(yyl3733, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3733 { + if yyrl3733 <= cap(yyv3733) { + yyv3733 = yyv3733[:yyrl3733] } else { - yyv3714 = make([]LoadBalancerIngress, yyrl3714) + yyv3733 = make([]LoadBalancerIngress, yyrl3733) } } else { - yyv3714 = make([]LoadBalancerIngress, yyrl3714) + yyv3733 = make([]LoadBalancerIngress, yyrl3733) } - yyc3714 = true - yyrr3714 = len(yyv3714) - if yyrg3714 { - copy(yyv3714, yyv23714) + yyc3733 = true + yyrr3733 = len(yyv3733) + if yyrg3733 { + copy(yyv3733, yyv23733) } - } else if yyl3714 != len(yyv3714) { - yyv3714 = yyv3714[:yyl3714] - yyc3714 = true + } else if yyl3733 != len(yyv3733) { + yyv3733 = yyv3733[:yyl3733] + yyc3733 = true } - yyj3714 := 0 - for ; yyj3714 < yyrr3714; yyj3714++ { - yyh3714.ElemContainerState(yyj3714) + yyj3733 := 0 + for ; yyj3733 < yyrr3733; yyj3733++ { + yyh3733.ElemContainerState(yyj3733) if r.TryDecodeAsNil() { - yyv3714[yyj3714] = LoadBalancerIngress{} + yyv3733[yyj3733] = LoadBalancerIngress{} } else { - yyv3715 := &yyv3714[yyj3714] - yyv3715.CodecDecodeSelf(d) + yyv3734 := &yyv3733[yyj3733] + yyv3734.CodecDecodeSelf(d) } } - if yyrt3714 { - for ; yyj3714 < yyl3714; yyj3714++ { - yyv3714 = append(yyv3714, LoadBalancerIngress{}) - yyh3714.ElemContainerState(yyj3714) + if yyrt3733 { + for ; yyj3733 < yyl3733; yyj3733++ { + yyv3733 = append(yyv3733, LoadBalancerIngress{}) + yyh3733.ElemContainerState(yyj3733) if r.TryDecodeAsNil() { - yyv3714[yyj3714] = LoadBalancerIngress{} + yyv3733[yyj3733] = LoadBalancerIngress{} } else { - yyv3716 := &yyv3714[yyj3714] - yyv3716.CodecDecodeSelf(d) + yyv3735 := &yyv3733[yyj3733] + yyv3735.CodecDecodeSelf(d) } } } } else { - yyj3714 := 0 - for ; !r.CheckBreak(); yyj3714++ { + yyj3733 := 0 + for ; !r.CheckBreak(); yyj3733++ { - if yyj3714 >= len(yyv3714) { - yyv3714 = append(yyv3714, LoadBalancerIngress{}) // var yyz3714 LoadBalancerIngress - yyc3714 = true + if yyj3733 >= len(yyv3733) { + yyv3733 = append(yyv3733, LoadBalancerIngress{}) // var yyz3733 LoadBalancerIngress + yyc3733 = true } - yyh3714.ElemContainerState(yyj3714) - if yyj3714 < len(yyv3714) { + yyh3733.ElemContainerState(yyj3733) + if yyj3733 < len(yyv3733) { if r.TryDecodeAsNil() { - yyv3714[yyj3714] = LoadBalancerIngress{} + yyv3733[yyj3733] = LoadBalancerIngress{} } else { - yyv3717 := &yyv3714[yyj3714] - yyv3717.CodecDecodeSelf(d) + yyv3736 := &yyv3733[yyj3733] + yyv3736.CodecDecodeSelf(d) } } else { @@ -46736,17 +47002,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj3714 < len(yyv3714) { - yyv3714 = yyv3714[:yyj3714] - yyc3714 = true - } else if yyj3714 == 0 && yyv3714 == nil { - yyv3714 = []LoadBalancerIngress{} - yyc3714 = true + if yyj3733 < len(yyv3733) { + yyv3733 = yyv3733[:yyj3733] + yyc3733 = true + } else if yyj3733 == 0 && yyv3733 == nil { + yyv3733 = []LoadBalancerIngress{} + yyc3733 = true } } - yyh3714.End() - if yyc3714 { - *v = yyv3714 + yyh3733.End() + if yyc3733 { + *v = yyv3733 } } @@ -46755,10 +47021,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3718 := range v { + for _, yyv3737 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3719 := &yyv3718 - yy3719.CodecEncodeSelf(e) + yy3738 := &yyv3737 + yy3738.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46768,83 +47034,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3720 := *v - yyh3720, yyl3720 := z.DecSliceHelperStart() - var yyc3720 bool - if yyl3720 == 0 { - if yyv3720 == nil { - yyv3720 = []ServicePort{} - yyc3720 = true - } else if len(yyv3720) != 0 { - yyv3720 = yyv3720[:0] - yyc3720 = true + yyv3739 := *v + yyh3739, yyl3739 := z.DecSliceHelperStart() + var yyc3739 bool + if yyl3739 == 0 { + if yyv3739 == nil { + yyv3739 = []ServicePort{} + yyc3739 = true + } else if len(yyv3739) != 0 { + yyv3739 = yyv3739[:0] + yyc3739 = true } - } else if yyl3720 > 0 { - var yyrr3720, yyrl3720 int - var yyrt3720 bool - if yyl3720 > cap(yyv3720) { + } else if yyl3739 > 0 { + var yyrr3739, yyrl3739 int + var yyrt3739 bool + if yyl3739 > cap(yyv3739) { - yyrg3720 := len(yyv3720) > 0 - yyv23720 := yyv3720 - yyrl3720, yyrt3720 = z.DecInferLen(yyl3720, z.DecBasicHandle().MaxInitLen, 80) - if yyrt3720 { - if yyrl3720 <= cap(yyv3720) { - yyv3720 = yyv3720[:yyrl3720] + yyrg3739 := len(yyv3739) > 0 + yyv23739 := yyv3739 + yyrl3739, yyrt3739 = z.DecInferLen(yyl3739, z.DecBasicHandle().MaxInitLen, 80) + if yyrt3739 { + if yyrl3739 <= cap(yyv3739) { + yyv3739 = yyv3739[:yyrl3739] } else { - yyv3720 = make([]ServicePort, yyrl3720) + yyv3739 = make([]ServicePort, yyrl3739) } } else { - yyv3720 = make([]ServicePort, yyrl3720) + yyv3739 = make([]ServicePort, yyrl3739) } - yyc3720 = true - yyrr3720 = len(yyv3720) - if yyrg3720 { - copy(yyv3720, yyv23720) + yyc3739 = true + yyrr3739 = len(yyv3739) + if yyrg3739 { + copy(yyv3739, yyv23739) } - } else if yyl3720 != len(yyv3720) { - yyv3720 = yyv3720[:yyl3720] - yyc3720 = true + } else if yyl3739 != len(yyv3739) { + yyv3739 = yyv3739[:yyl3739] + yyc3739 = true } - yyj3720 := 0 - for ; yyj3720 < yyrr3720; yyj3720++ { - yyh3720.ElemContainerState(yyj3720) + yyj3739 := 0 + for ; yyj3739 < yyrr3739; yyj3739++ { + yyh3739.ElemContainerState(yyj3739) if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ServicePort{} + yyv3739[yyj3739] = ServicePort{} } else { - yyv3721 := &yyv3720[yyj3720] - yyv3721.CodecDecodeSelf(d) + yyv3740 := &yyv3739[yyj3739] + yyv3740.CodecDecodeSelf(d) } } - if yyrt3720 { - for ; yyj3720 < yyl3720; yyj3720++ { - yyv3720 = append(yyv3720, ServicePort{}) - yyh3720.ElemContainerState(yyj3720) + if yyrt3739 { + for ; yyj3739 < yyl3739; yyj3739++ { + yyv3739 = append(yyv3739, ServicePort{}) + yyh3739.ElemContainerState(yyj3739) if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ServicePort{} + yyv3739[yyj3739] = ServicePort{} } else { - yyv3722 := &yyv3720[yyj3720] - yyv3722.CodecDecodeSelf(d) + yyv3741 := &yyv3739[yyj3739] + yyv3741.CodecDecodeSelf(d) } } } } else { - yyj3720 := 0 - for ; !r.CheckBreak(); yyj3720++ { + yyj3739 := 0 + for ; !r.CheckBreak(); yyj3739++ { - if yyj3720 >= len(yyv3720) { - yyv3720 = append(yyv3720, ServicePort{}) // var yyz3720 ServicePort - yyc3720 = true + if yyj3739 >= len(yyv3739) { + yyv3739 = append(yyv3739, ServicePort{}) // var yyz3739 ServicePort + yyc3739 = true } - yyh3720.ElemContainerState(yyj3720) - if yyj3720 < len(yyv3720) { + yyh3739.ElemContainerState(yyj3739) + if yyj3739 < len(yyv3739) { if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ServicePort{} + yyv3739[yyj3739] = ServicePort{} } else { - yyv3723 := &yyv3720[yyj3720] - yyv3723.CodecDecodeSelf(d) + yyv3742 := &yyv3739[yyj3739] + yyv3742.CodecDecodeSelf(d) } } else { @@ -46852,17 +47118,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj3720 < len(yyv3720) { - yyv3720 = yyv3720[:yyj3720] - yyc3720 = true - } else if yyj3720 == 0 && yyv3720 == nil { - yyv3720 = []ServicePort{} - yyc3720 = true + if yyj3739 < len(yyv3739) { + yyv3739 = yyv3739[:yyj3739] + yyc3739 = true + } else if yyj3739 == 0 && yyv3739 == nil { + yyv3739 = []ServicePort{} + yyc3739 = true } } - yyh3720.End() - if yyc3720 { - *v = yyv3720 + yyh3739.End() + if yyc3739 { + *v = yyv3739 } } @@ -46871,10 +47137,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3724 := range v { + for _, yyv3743 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3725 := &yyv3724 - yy3725.CodecEncodeSelf(e) + yy3744 := &yyv3743 + yy3744.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46884,83 +47150,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3726 := *v - yyh3726, yyl3726 := z.DecSliceHelperStart() - var yyc3726 bool - if yyl3726 == 0 { - if yyv3726 == nil { - yyv3726 = []ObjectReference{} - yyc3726 = true - } else if len(yyv3726) != 0 { - yyv3726 = yyv3726[:0] - yyc3726 = true + yyv3745 := *v + yyh3745, yyl3745 := z.DecSliceHelperStart() + var yyc3745 bool + if yyl3745 == 0 { + if yyv3745 == nil { + yyv3745 = []ObjectReference{} + yyc3745 = true + } else if len(yyv3745) != 0 { + yyv3745 = yyv3745[:0] + yyc3745 = true } - } else if yyl3726 > 0 { - var yyrr3726, yyrl3726 int - var yyrt3726 bool - if yyl3726 > cap(yyv3726) { + } else if yyl3745 > 0 { + var yyrr3745, yyrl3745 int + var yyrt3745 bool + if yyl3745 > cap(yyv3745) { - yyrg3726 := len(yyv3726) > 0 - yyv23726 := yyv3726 - yyrl3726, yyrt3726 = z.DecInferLen(yyl3726, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3726 { - if yyrl3726 <= cap(yyv3726) { - yyv3726 = yyv3726[:yyrl3726] + yyrg3745 := len(yyv3745) > 0 + yyv23745 := yyv3745 + yyrl3745, yyrt3745 = z.DecInferLen(yyl3745, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3745 { + if yyrl3745 <= cap(yyv3745) { + yyv3745 = yyv3745[:yyrl3745] } else { - yyv3726 = make([]ObjectReference, yyrl3726) + yyv3745 = make([]ObjectReference, yyrl3745) } } else { - yyv3726 = make([]ObjectReference, yyrl3726) + yyv3745 = make([]ObjectReference, yyrl3745) } - yyc3726 = true - yyrr3726 = len(yyv3726) - if yyrg3726 { - copy(yyv3726, yyv23726) + yyc3745 = true + yyrr3745 = len(yyv3745) + if yyrg3745 { + copy(yyv3745, yyv23745) } - } else if yyl3726 != len(yyv3726) { - yyv3726 = yyv3726[:yyl3726] - yyc3726 = true + } else if yyl3745 != len(yyv3745) { + yyv3745 = yyv3745[:yyl3745] + yyc3745 = true } - yyj3726 := 0 - for ; yyj3726 < yyrr3726; yyj3726++ { - yyh3726.ElemContainerState(yyj3726) + yyj3745 := 0 + for ; yyj3745 < yyrr3745; yyj3745++ { + yyh3745.ElemContainerState(yyj3745) if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ObjectReference{} + yyv3745[yyj3745] = ObjectReference{} } else { - yyv3727 := &yyv3726[yyj3726] - yyv3727.CodecDecodeSelf(d) + yyv3746 := &yyv3745[yyj3745] + yyv3746.CodecDecodeSelf(d) } } - if yyrt3726 { - for ; yyj3726 < yyl3726; yyj3726++ { - yyv3726 = append(yyv3726, ObjectReference{}) - yyh3726.ElemContainerState(yyj3726) + if yyrt3745 { + for ; yyj3745 < yyl3745; yyj3745++ { + yyv3745 = append(yyv3745, ObjectReference{}) + yyh3745.ElemContainerState(yyj3745) if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ObjectReference{} + yyv3745[yyj3745] = ObjectReference{} } else { - yyv3728 := &yyv3726[yyj3726] - yyv3728.CodecDecodeSelf(d) + yyv3747 := &yyv3745[yyj3745] + yyv3747.CodecDecodeSelf(d) } } } } else { - yyj3726 := 0 - for ; !r.CheckBreak(); yyj3726++ { + yyj3745 := 0 + for ; !r.CheckBreak(); yyj3745++ { - if yyj3726 >= len(yyv3726) { - yyv3726 = append(yyv3726, ObjectReference{}) // var yyz3726 ObjectReference - yyc3726 = true + if yyj3745 >= len(yyv3745) { + yyv3745 = append(yyv3745, ObjectReference{}) // var yyz3745 ObjectReference + yyc3745 = true } - yyh3726.ElemContainerState(yyj3726) - if yyj3726 < len(yyv3726) { + yyh3745.ElemContainerState(yyj3745) + if yyj3745 < len(yyv3745) { if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ObjectReference{} + yyv3745[yyj3745] = ObjectReference{} } else { - yyv3729 := &yyv3726[yyj3726] - yyv3729.CodecDecodeSelf(d) + yyv3748 := &yyv3745[yyj3745] + yyv3748.CodecDecodeSelf(d) } } else { @@ -46968,17 +47234,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj3726 < len(yyv3726) { - yyv3726 = yyv3726[:yyj3726] - yyc3726 = true - } else if yyj3726 == 0 && yyv3726 == nil { - yyv3726 = []ObjectReference{} - yyc3726 = true + if yyj3745 < len(yyv3745) { + yyv3745 = yyv3745[:yyj3745] + yyc3745 = true + } else if yyj3745 == 0 && yyv3745 == nil { + yyv3745 = []ObjectReference{} + yyc3745 = true } } - yyh3726.End() - if yyc3726 { - *v = yyv3726 + yyh3745.End() + if yyc3745 { + *v = yyv3745 } } @@ -46987,10 +47253,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3730 := range v { + for _, yyv3749 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3731 := &yyv3730 - yy3731.CodecEncodeSelf(e) + yy3750 := &yyv3749 + yy3750.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47000,83 +47266,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3732 := *v - yyh3732, yyl3732 := z.DecSliceHelperStart() - var yyc3732 bool - if yyl3732 == 0 { - if yyv3732 == nil { - yyv3732 = []ServiceAccount{} - yyc3732 = true - } else if len(yyv3732) != 0 { - yyv3732 = yyv3732[:0] - yyc3732 = true + yyv3751 := *v + yyh3751, yyl3751 := z.DecSliceHelperStart() + var yyc3751 bool + if yyl3751 == 0 { + if yyv3751 == nil { + yyv3751 = []ServiceAccount{} + yyc3751 = true + } else if len(yyv3751) != 0 { + yyv3751 = yyv3751[:0] + yyc3751 = true } - } else if yyl3732 > 0 { - var yyrr3732, yyrl3732 int - var yyrt3732 bool - if yyl3732 > cap(yyv3732) { + } else if yyl3751 > 0 { + var yyrr3751, yyrl3751 int + var yyrt3751 bool + if yyl3751 > cap(yyv3751) { - yyrg3732 := len(yyv3732) > 0 - yyv23732 := yyv3732 - yyrl3732, yyrt3732 = z.DecInferLen(yyl3732, z.DecBasicHandle().MaxInitLen, 240) - if yyrt3732 { - if yyrl3732 <= cap(yyv3732) { - yyv3732 = yyv3732[:yyrl3732] + yyrg3751 := len(yyv3751) > 0 + yyv23751 := yyv3751 + yyrl3751, yyrt3751 = z.DecInferLen(yyl3751, z.DecBasicHandle().MaxInitLen, 240) + if yyrt3751 { + if yyrl3751 <= cap(yyv3751) { + yyv3751 = yyv3751[:yyrl3751] } else { - yyv3732 = make([]ServiceAccount, yyrl3732) + yyv3751 = make([]ServiceAccount, yyrl3751) } } else { - yyv3732 = make([]ServiceAccount, yyrl3732) + yyv3751 = make([]ServiceAccount, yyrl3751) } - yyc3732 = true - yyrr3732 = len(yyv3732) - if yyrg3732 { - copy(yyv3732, yyv23732) + yyc3751 = true + yyrr3751 = len(yyv3751) + if yyrg3751 { + copy(yyv3751, yyv23751) } - } else if yyl3732 != len(yyv3732) { - yyv3732 = yyv3732[:yyl3732] - yyc3732 = true + } else if yyl3751 != len(yyv3751) { + yyv3751 = yyv3751[:yyl3751] + yyc3751 = true } - yyj3732 := 0 - for ; yyj3732 < yyrr3732; yyj3732++ { - yyh3732.ElemContainerState(yyj3732) + yyj3751 := 0 + for ; yyj3751 < yyrr3751; yyj3751++ { + yyh3751.ElemContainerState(yyj3751) if r.TryDecodeAsNil() { - yyv3732[yyj3732] = ServiceAccount{} + yyv3751[yyj3751] = ServiceAccount{} } else { - yyv3733 := &yyv3732[yyj3732] - yyv3733.CodecDecodeSelf(d) + yyv3752 := &yyv3751[yyj3751] + yyv3752.CodecDecodeSelf(d) } } - if yyrt3732 { - for ; yyj3732 < yyl3732; yyj3732++ { - yyv3732 = append(yyv3732, ServiceAccount{}) - yyh3732.ElemContainerState(yyj3732) + if yyrt3751 { + for ; yyj3751 < yyl3751; yyj3751++ { + yyv3751 = append(yyv3751, ServiceAccount{}) + yyh3751.ElemContainerState(yyj3751) if r.TryDecodeAsNil() { - yyv3732[yyj3732] = ServiceAccount{} + yyv3751[yyj3751] = ServiceAccount{} } else { - yyv3734 := &yyv3732[yyj3732] - yyv3734.CodecDecodeSelf(d) + yyv3753 := &yyv3751[yyj3751] + yyv3753.CodecDecodeSelf(d) } } } } else { - yyj3732 := 0 - for ; !r.CheckBreak(); yyj3732++ { + yyj3751 := 0 + for ; !r.CheckBreak(); yyj3751++ { - if yyj3732 >= len(yyv3732) { - yyv3732 = append(yyv3732, ServiceAccount{}) // var yyz3732 ServiceAccount - yyc3732 = true + if yyj3751 >= len(yyv3751) { + yyv3751 = append(yyv3751, ServiceAccount{}) // var yyz3751 ServiceAccount + yyc3751 = true } - yyh3732.ElemContainerState(yyj3732) - if yyj3732 < len(yyv3732) { + yyh3751.ElemContainerState(yyj3751) + if yyj3751 < len(yyv3751) { if r.TryDecodeAsNil() { - yyv3732[yyj3732] = ServiceAccount{} + yyv3751[yyj3751] = ServiceAccount{} } else { - yyv3735 := &yyv3732[yyj3732] - yyv3735.CodecDecodeSelf(d) + yyv3754 := &yyv3751[yyj3751] + yyv3754.CodecDecodeSelf(d) } } else { @@ -47084,17 +47350,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj3732 < len(yyv3732) { - yyv3732 = yyv3732[:yyj3732] - yyc3732 = true - } else if yyj3732 == 0 && yyv3732 == nil { - yyv3732 = []ServiceAccount{} - yyc3732 = true + if yyj3751 < len(yyv3751) { + yyv3751 = yyv3751[:yyj3751] + yyc3751 = true + } else if yyj3751 == 0 && yyv3751 == nil { + yyv3751 = []ServiceAccount{} + yyc3751 = true } } - yyh3732.End() - if yyc3732 { - *v = yyv3732 + yyh3751.End() + if yyc3751 { + *v = yyv3751 } } @@ -47103,10 +47369,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3736 := range v { + for _, yyv3755 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3737 := &yyv3736 - yy3737.CodecEncodeSelf(e) + yy3756 := &yyv3755 + yy3756.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47116,83 +47382,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3738 := *v - yyh3738, yyl3738 := z.DecSliceHelperStart() - var yyc3738 bool - if yyl3738 == 0 { - if yyv3738 == nil { - yyv3738 = []EndpointSubset{} - yyc3738 = true - } else if len(yyv3738) != 0 { - yyv3738 = yyv3738[:0] - yyc3738 = true + yyv3757 := *v + yyh3757, yyl3757 := z.DecSliceHelperStart() + var yyc3757 bool + if yyl3757 == 0 { + if yyv3757 == nil { + yyv3757 = []EndpointSubset{} + yyc3757 = true + } else if len(yyv3757) != 0 { + yyv3757 = yyv3757[:0] + yyc3757 = true } - } else if yyl3738 > 0 { - var yyrr3738, yyrl3738 int - var yyrt3738 bool - if yyl3738 > cap(yyv3738) { + } else if yyl3757 > 0 { + var yyrr3757, yyrl3757 int + var yyrt3757 bool + if yyl3757 > cap(yyv3757) { - yyrg3738 := len(yyv3738) > 0 - yyv23738 := yyv3738 - yyrl3738, yyrt3738 = z.DecInferLen(yyl3738, z.DecBasicHandle().MaxInitLen, 72) - if yyrt3738 { - if yyrl3738 <= cap(yyv3738) { - yyv3738 = yyv3738[:yyrl3738] + yyrg3757 := len(yyv3757) > 0 + yyv23757 := yyv3757 + yyrl3757, yyrt3757 = z.DecInferLen(yyl3757, z.DecBasicHandle().MaxInitLen, 72) + if yyrt3757 { + if yyrl3757 <= cap(yyv3757) { + yyv3757 = yyv3757[:yyrl3757] } else { - yyv3738 = make([]EndpointSubset, yyrl3738) + yyv3757 = make([]EndpointSubset, yyrl3757) } } else { - yyv3738 = make([]EndpointSubset, yyrl3738) + yyv3757 = make([]EndpointSubset, yyrl3757) } - yyc3738 = true - yyrr3738 = len(yyv3738) - if yyrg3738 { - copy(yyv3738, yyv23738) + yyc3757 = true + yyrr3757 = len(yyv3757) + if yyrg3757 { + copy(yyv3757, yyv23757) } - } else if yyl3738 != len(yyv3738) { - yyv3738 = yyv3738[:yyl3738] - yyc3738 = true + } else if yyl3757 != len(yyv3757) { + yyv3757 = yyv3757[:yyl3757] + yyc3757 = true } - yyj3738 := 0 - for ; yyj3738 < yyrr3738; yyj3738++ { - yyh3738.ElemContainerState(yyj3738) + yyj3757 := 0 + for ; yyj3757 < yyrr3757; yyj3757++ { + yyh3757.ElemContainerState(yyj3757) if r.TryDecodeAsNil() { - yyv3738[yyj3738] = EndpointSubset{} + yyv3757[yyj3757] = EndpointSubset{} } else { - yyv3739 := &yyv3738[yyj3738] - yyv3739.CodecDecodeSelf(d) + yyv3758 := &yyv3757[yyj3757] + yyv3758.CodecDecodeSelf(d) } } - if yyrt3738 { - for ; yyj3738 < yyl3738; yyj3738++ { - yyv3738 = append(yyv3738, EndpointSubset{}) - yyh3738.ElemContainerState(yyj3738) + if yyrt3757 { + for ; yyj3757 < yyl3757; yyj3757++ { + yyv3757 = append(yyv3757, EndpointSubset{}) + yyh3757.ElemContainerState(yyj3757) if r.TryDecodeAsNil() { - yyv3738[yyj3738] = EndpointSubset{} + yyv3757[yyj3757] = EndpointSubset{} } else { - yyv3740 := &yyv3738[yyj3738] - yyv3740.CodecDecodeSelf(d) + yyv3759 := &yyv3757[yyj3757] + yyv3759.CodecDecodeSelf(d) } } } } else { - yyj3738 := 0 - for ; !r.CheckBreak(); yyj3738++ { + yyj3757 := 0 + for ; !r.CheckBreak(); yyj3757++ { - if yyj3738 >= len(yyv3738) { - yyv3738 = append(yyv3738, EndpointSubset{}) // var yyz3738 EndpointSubset - yyc3738 = true + if yyj3757 >= len(yyv3757) { + yyv3757 = append(yyv3757, EndpointSubset{}) // var yyz3757 EndpointSubset + yyc3757 = true } - yyh3738.ElemContainerState(yyj3738) - if yyj3738 < len(yyv3738) { + yyh3757.ElemContainerState(yyj3757) + if yyj3757 < len(yyv3757) { if r.TryDecodeAsNil() { - yyv3738[yyj3738] = EndpointSubset{} + yyv3757[yyj3757] = EndpointSubset{} } else { - yyv3741 := &yyv3738[yyj3738] - yyv3741.CodecDecodeSelf(d) + yyv3760 := &yyv3757[yyj3757] + yyv3760.CodecDecodeSelf(d) } } else { @@ -47200,17 +47466,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj3738 < len(yyv3738) { - yyv3738 = yyv3738[:yyj3738] - yyc3738 = true - } else if yyj3738 == 0 && yyv3738 == nil { - yyv3738 = []EndpointSubset{} - yyc3738 = true + if yyj3757 < len(yyv3757) { + yyv3757 = yyv3757[:yyj3757] + yyc3757 = true + } else if yyj3757 == 0 && yyv3757 == nil { + yyv3757 = []EndpointSubset{} + yyc3757 = true } } - yyh3738.End() - if yyc3738 { - *v = yyv3738 + yyh3757.End() + if yyc3757 { + *v = yyv3757 } } @@ -47219,10 +47485,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3742 := range v { + for _, yyv3761 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3743 := &yyv3742 - yy3743.CodecEncodeSelf(e) + yy3762 := &yyv3761 + yy3762.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47232,83 +47498,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3744 := *v - yyh3744, yyl3744 := z.DecSliceHelperStart() - var yyc3744 bool - if yyl3744 == 0 { - if yyv3744 == nil { - yyv3744 = []EndpointAddress{} - yyc3744 = true - } else if len(yyv3744) != 0 { - yyv3744 = yyv3744[:0] - yyc3744 = true + yyv3763 := *v + yyh3763, yyl3763 := z.DecSliceHelperStart() + var yyc3763 bool + if yyl3763 == 0 { + if yyv3763 == nil { + yyv3763 = []EndpointAddress{} + yyc3763 = true + } else if len(yyv3763) != 0 { + yyv3763 = yyv3763[:0] + yyc3763 = true } - } else if yyl3744 > 0 { - var yyrr3744, yyrl3744 int - var yyrt3744 bool - if yyl3744 > cap(yyv3744) { + } else if yyl3763 > 0 { + var yyrr3763, yyrl3763 int + var yyrt3763 bool + if yyl3763 > cap(yyv3763) { - yyrg3744 := len(yyv3744) > 0 - yyv23744 := yyv3744 - yyrl3744, yyrt3744 = z.DecInferLen(yyl3744, z.DecBasicHandle().MaxInitLen, 24) - if yyrt3744 { - if yyrl3744 <= cap(yyv3744) { - yyv3744 = yyv3744[:yyrl3744] + yyrg3763 := len(yyv3763) > 0 + yyv23763 := yyv3763 + yyrl3763, yyrt3763 = z.DecInferLen(yyl3763, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3763 { + if yyrl3763 <= cap(yyv3763) { + yyv3763 = yyv3763[:yyrl3763] } else { - yyv3744 = make([]EndpointAddress, yyrl3744) + yyv3763 = make([]EndpointAddress, yyrl3763) } } else { - yyv3744 = make([]EndpointAddress, yyrl3744) + yyv3763 = make([]EndpointAddress, yyrl3763) } - yyc3744 = true - yyrr3744 = len(yyv3744) - if yyrg3744 { - copy(yyv3744, yyv23744) + yyc3763 = true + yyrr3763 = len(yyv3763) + if yyrg3763 { + copy(yyv3763, yyv23763) } - } else if yyl3744 != len(yyv3744) { - yyv3744 = yyv3744[:yyl3744] - yyc3744 = true + } else if yyl3763 != len(yyv3763) { + yyv3763 = yyv3763[:yyl3763] + yyc3763 = true } - yyj3744 := 0 - for ; yyj3744 < yyrr3744; yyj3744++ { - yyh3744.ElemContainerState(yyj3744) + yyj3763 := 0 + for ; yyj3763 < yyrr3763; yyj3763++ { + yyh3763.ElemContainerState(yyj3763) if r.TryDecodeAsNil() { - yyv3744[yyj3744] = EndpointAddress{} + yyv3763[yyj3763] = EndpointAddress{} } else { - yyv3745 := &yyv3744[yyj3744] - yyv3745.CodecDecodeSelf(d) + yyv3764 := &yyv3763[yyj3763] + yyv3764.CodecDecodeSelf(d) } } - if yyrt3744 { - for ; yyj3744 < yyl3744; yyj3744++ { - yyv3744 = append(yyv3744, EndpointAddress{}) - yyh3744.ElemContainerState(yyj3744) + if yyrt3763 { + for ; yyj3763 < yyl3763; yyj3763++ { + yyv3763 = append(yyv3763, EndpointAddress{}) + yyh3763.ElemContainerState(yyj3763) if r.TryDecodeAsNil() { - yyv3744[yyj3744] = EndpointAddress{} + yyv3763[yyj3763] = EndpointAddress{} } else { - yyv3746 := &yyv3744[yyj3744] - yyv3746.CodecDecodeSelf(d) + yyv3765 := &yyv3763[yyj3763] + yyv3765.CodecDecodeSelf(d) } } } } else { - yyj3744 := 0 - for ; !r.CheckBreak(); yyj3744++ { + yyj3763 := 0 + for ; !r.CheckBreak(); yyj3763++ { - if yyj3744 >= len(yyv3744) { - yyv3744 = append(yyv3744, EndpointAddress{}) // var yyz3744 EndpointAddress - yyc3744 = true + if yyj3763 >= len(yyv3763) { + yyv3763 = append(yyv3763, EndpointAddress{}) // var yyz3763 EndpointAddress + yyc3763 = true } - yyh3744.ElemContainerState(yyj3744) - if yyj3744 < len(yyv3744) { + yyh3763.ElemContainerState(yyj3763) + if yyj3763 < len(yyv3763) { if r.TryDecodeAsNil() { - yyv3744[yyj3744] = EndpointAddress{} + yyv3763[yyj3763] = EndpointAddress{} } else { - yyv3747 := &yyv3744[yyj3744] - yyv3747.CodecDecodeSelf(d) + yyv3766 := &yyv3763[yyj3763] + yyv3766.CodecDecodeSelf(d) } } else { @@ -47316,17 +47582,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj3744 < len(yyv3744) { - yyv3744 = yyv3744[:yyj3744] - yyc3744 = true - } else if yyj3744 == 0 && yyv3744 == nil { - yyv3744 = []EndpointAddress{} - yyc3744 = true + if yyj3763 < len(yyv3763) { + yyv3763 = yyv3763[:yyj3763] + yyc3763 = true + } else if yyj3763 == 0 && yyv3763 == nil { + yyv3763 = []EndpointAddress{} + yyc3763 = true } } - yyh3744.End() - if yyc3744 { - *v = yyv3744 + yyh3763.End() + if yyc3763 { + *v = yyv3763 } } @@ -47335,10 +47601,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3748 := range v { + for _, yyv3767 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3749 := &yyv3748 - yy3749.CodecEncodeSelf(e) + yy3768 := &yyv3767 + yy3768.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47348,83 +47614,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3750 := *v - yyh3750, yyl3750 := z.DecSliceHelperStart() - var yyc3750 bool - if yyl3750 == 0 { - if yyv3750 == nil { - yyv3750 = []EndpointPort{} - yyc3750 = true - } else if len(yyv3750) != 0 { - yyv3750 = yyv3750[:0] - yyc3750 = true + yyv3769 := *v + yyh3769, yyl3769 := z.DecSliceHelperStart() + var yyc3769 bool + if yyl3769 == 0 { + if yyv3769 == nil { + yyv3769 = []EndpointPort{} + yyc3769 = true + } else if len(yyv3769) != 0 { + yyv3769 = yyv3769[:0] + yyc3769 = true } - } else if yyl3750 > 0 { - var yyrr3750, yyrl3750 int - var yyrt3750 bool - if yyl3750 > cap(yyv3750) { + } else if yyl3769 > 0 { + var yyrr3769, yyrl3769 int + var yyrt3769 bool + if yyl3769 > cap(yyv3769) { - yyrg3750 := len(yyv3750) > 0 - yyv23750 := yyv3750 - yyrl3750, yyrt3750 = z.DecInferLen(yyl3750, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3750 { - if yyrl3750 <= cap(yyv3750) { - yyv3750 = yyv3750[:yyrl3750] + yyrg3769 := len(yyv3769) > 0 + yyv23769 := yyv3769 + yyrl3769, yyrt3769 = z.DecInferLen(yyl3769, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3769 { + if yyrl3769 <= cap(yyv3769) { + yyv3769 = yyv3769[:yyrl3769] } else { - yyv3750 = make([]EndpointPort, yyrl3750) + yyv3769 = make([]EndpointPort, yyrl3769) } } else { - yyv3750 = make([]EndpointPort, yyrl3750) + yyv3769 = make([]EndpointPort, yyrl3769) } - yyc3750 = true - yyrr3750 = len(yyv3750) - if yyrg3750 { - copy(yyv3750, yyv23750) + yyc3769 = true + yyrr3769 = len(yyv3769) + if yyrg3769 { + copy(yyv3769, yyv23769) } - } else if yyl3750 != len(yyv3750) { - yyv3750 = yyv3750[:yyl3750] - yyc3750 = true + } else if yyl3769 != len(yyv3769) { + yyv3769 = yyv3769[:yyl3769] + yyc3769 = true } - yyj3750 := 0 - for ; yyj3750 < yyrr3750; yyj3750++ { - yyh3750.ElemContainerState(yyj3750) + yyj3769 := 0 + for ; yyj3769 < yyrr3769; yyj3769++ { + yyh3769.ElemContainerState(yyj3769) if r.TryDecodeAsNil() { - yyv3750[yyj3750] = EndpointPort{} + yyv3769[yyj3769] = EndpointPort{} } else { - yyv3751 := &yyv3750[yyj3750] - yyv3751.CodecDecodeSelf(d) + yyv3770 := &yyv3769[yyj3769] + yyv3770.CodecDecodeSelf(d) } } - if yyrt3750 { - for ; yyj3750 < yyl3750; yyj3750++ { - yyv3750 = append(yyv3750, EndpointPort{}) - yyh3750.ElemContainerState(yyj3750) + if yyrt3769 { + for ; yyj3769 < yyl3769; yyj3769++ { + yyv3769 = append(yyv3769, EndpointPort{}) + yyh3769.ElemContainerState(yyj3769) if r.TryDecodeAsNil() { - yyv3750[yyj3750] = EndpointPort{} + yyv3769[yyj3769] = EndpointPort{} } else { - yyv3752 := &yyv3750[yyj3750] - yyv3752.CodecDecodeSelf(d) + yyv3771 := &yyv3769[yyj3769] + yyv3771.CodecDecodeSelf(d) } } } } else { - yyj3750 := 0 - for ; !r.CheckBreak(); yyj3750++ { + yyj3769 := 0 + for ; !r.CheckBreak(); yyj3769++ { - if yyj3750 >= len(yyv3750) { - yyv3750 = append(yyv3750, EndpointPort{}) // var yyz3750 EndpointPort - yyc3750 = true + if yyj3769 >= len(yyv3769) { + yyv3769 = append(yyv3769, EndpointPort{}) // var yyz3769 EndpointPort + yyc3769 = true } - yyh3750.ElemContainerState(yyj3750) - if yyj3750 < len(yyv3750) { + yyh3769.ElemContainerState(yyj3769) + if yyj3769 < len(yyv3769) { if r.TryDecodeAsNil() { - yyv3750[yyj3750] = EndpointPort{} + yyv3769[yyj3769] = EndpointPort{} } else { - yyv3753 := &yyv3750[yyj3750] - yyv3753.CodecDecodeSelf(d) + yyv3772 := &yyv3769[yyj3769] + yyv3772.CodecDecodeSelf(d) } } else { @@ -47432,17 +47698,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj3750 < len(yyv3750) { - yyv3750 = yyv3750[:yyj3750] - yyc3750 = true - } else if yyj3750 == 0 && yyv3750 == nil { - yyv3750 = []EndpointPort{} - yyc3750 = true + if yyj3769 < len(yyv3769) { + yyv3769 = yyv3769[:yyj3769] + yyc3769 = true + } else if yyj3769 == 0 && yyv3769 == nil { + yyv3769 = []EndpointPort{} + yyc3769 = true } } - yyh3750.End() - if yyc3750 { - *v = yyv3750 + yyh3769.End() + if yyc3769 { + *v = yyv3769 } } @@ -47451,10 +47717,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3754 := range v { + for _, yyv3773 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3755 := &yyv3754 - yy3755.CodecEncodeSelf(e) + yy3774 := &yyv3773 + yy3774.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47464,83 +47730,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3756 := *v - yyh3756, yyl3756 := z.DecSliceHelperStart() - var yyc3756 bool - if yyl3756 == 0 { - if yyv3756 == nil { - yyv3756 = []Endpoints{} - yyc3756 = true - } else if len(yyv3756) != 0 { - yyv3756 = yyv3756[:0] - yyc3756 = true + yyv3775 := *v + yyh3775, yyl3775 := z.DecSliceHelperStart() + var yyc3775 bool + if yyl3775 == 0 { + if yyv3775 == nil { + yyv3775 = []Endpoints{} + yyc3775 = true + } else if len(yyv3775) != 0 { + yyv3775 = yyv3775[:0] + yyc3775 = true } - } else if yyl3756 > 0 { - var yyrr3756, yyrl3756 int - var yyrt3756 bool - if yyl3756 > cap(yyv3756) { + } else if yyl3775 > 0 { + var yyrr3775, yyrl3775 int + var yyrt3775 bool + if yyl3775 > cap(yyv3775) { - yyrg3756 := len(yyv3756) > 0 - yyv23756 := yyv3756 - yyrl3756, yyrt3756 = z.DecInferLen(yyl3756, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3756 { - if yyrl3756 <= cap(yyv3756) { - yyv3756 = yyv3756[:yyrl3756] + yyrg3775 := len(yyv3775) > 0 + yyv23775 := yyv3775 + yyrl3775, yyrt3775 = z.DecInferLen(yyl3775, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3775 { + if yyrl3775 <= cap(yyv3775) { + yyv3775 = yyv3775[:yyrl3775] } else { - yyv3756 = make([]Endpoints, yyrl3756) + yyv3775 = make([]Endpoints, yyrl3775) } } else { - yyv3756 = make([]Endpoints, yyrl3756) + yyv3775 = make([]Endpoints, yyrl3775) } - yyc3756 = true - yyrr3756 = len(yyv3756) - if yyrg3756 { - copy(yyv3756, yyv23756) + yyc3775 = true + yyrr3775 = len(yyv3775) + if yyrg3775 { + copy(yyv3775, yyv23775) } - } else if yyl3756 != len(yyv3756) { - yyv3756 = yyv3756[:yyl3756] - yyc3756 = true + } else if yyl3775 != len(yyv3775) { + yyv3775 = yyv3775[:yyl3775] + yyc3775 = true } - yyj3756 := 0 - for ; yyj3756 < yyrr3756; yyj3756++ { - yyh3756.ElemContainerState(yyj3756) + yyj3775 := 0 + for ; yyj3775 < yyrr3775; yyj3775++ { + yyh3775.ElemContainerState(yyj3775) if r.TryDecodeAsNil() { - yyv3756[yyj3756] = Endpoints{} + yyv3775[yyj3775] = Endpoints{} } else { - yyv3757 := &yyv3756[yyj3756] - yyv3757.CodecDecodeSelf(d) + yyv3776 := &yyv3775[yyj3775] + yyv3776.CodecDecodeSelf(d) } } - if yyrt3756 { - for ; yyj3756 < yyl3756; yyj3756++ { - yyv3756 = append(yyv3756, Endpoints{}) - yyh3756.ElemContainerState(yyj3756) + if yyrt3775 { + for ; yyj3775 < yyl3775; yyj3775++ { + yyv3775 = append(yyv3775, Endpoints{}) + yyh3775.ElemContainerState(yyj3775) if r.TryDecodeAsNil() { - yyv3756[yyj3756] = Endpoints{} + yyv3775[yyj3775] = Endpoints{} } else { - yyv3758 := &yyv3756[yyj3756] - yyv3758.CodecDecodeSelf(d) + yyv3777 := &yyv3775[yyj3775] + yyv3777.CodecDecodeSelf(d) } } } } else { - yyj3756 := 0 - for ; !r.CheckBreak(); yyj3756++ { + yyj3775 := 0 + for ; !r.CheckBreak(); yyj3775++ { - if yyj3756 >= len(yyv3756) { - yyv3756 = append(yyv3756, Endpoints{}) // var yyz3756 Endpoints - yyc3756 = true + if yyj3775 >= len(yyv3775) { + yyv3775 = append(yyv3775, Endpoints{}) // var yyz3775 Endpoints + yyc3775 = true } - yyh3756.ElemContainerState(yyj3756) - if yyj3756 < len(yyv3756) { + yyh3775.ElemContainerState(yyj3775) + if yyj3775 < len(yyv3775) { if r.TryDecodeAsNil() { - yyv3756[yyj3756] = Endpoints{} + yyv3775[yyj3775] = Endpoints{} } else { - yyv3759 := &yyv3756[yyj3756] - yyv3759.CodecDecodeSelf(d) + yyv3778 := &yyv3775[yyj3775] + yyv3778.CodecDecodeSelf(d) } } else { @@ -47548,17 +47814,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj3756 < len(yyv3756) { - yyv3756 = yyv3756[:yyj3756] - yyc3756 = true - } else if yyj3756 == 0 && yyv3756 == nil { - yyv3756 = []Endpoints{} - yyc3756 = true + if yyj3775 < len(yyv3775) { + yyv3775 = yyv3775[:yyj3775] + yyc3775 = true + } else if yyj3775 == 0 && yyv3775 == nil { + yyv3775 = []Endpoints{} + yyc3775 = true } } - yyh3756.End() - if yyc3756 { - *v = yyv3756 + yyh3775.End() + if yyc3775 { + *v = yyv3775 } } @@ -47567,10 +47833,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3760 := range v { + for _, yyv3779 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3761 := &yyv3760 - yy3761.CodecEncodeSelf(e) + yy3780 := &yyv3779 + yy3780.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47580,83 +47846,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3762 := *v - yyh3762, yyl3762 := z.DecSliceHelperStart() - var yyc3762 bool - if yyl3762 == 0 { - if yyv3762 == nil { - yyv3762 = []NodeCondition{} - yyc3762 = true - } else if len(yyv3762) != 0 { - yyv3762 = yyv3762[:0] - yyc3762 = true + yyv3781 := *v + yyh3781, yyl3781 := z.DecSliceHelperStart() + var yyc3781 bool + if yyl3781 == 0 { + if yyv3781 == nil { + yyv3781 = []NodeCondition{} + yyc3781 = true + } else if len(yyv3781) != 0 { + yyv3781 = yyv3781[:0] + yyc3781 = true } - } else if yyl3762 > 0 { - var yyrr3762, yyrl3762 int - var yyrt3762 bool - if yyl3762 > cap(yyv3762) { + } else if yyl3781 > 0 { + var yyrr3781, yyrl3781 int + var yyrt3781 bool + if yyl3781 > cap(yyv3781) { - yyrg3762 := len(yyv3762) > 0 - yyv23762 := yyv3762 - yyrl3762, yyrt3762 = z.DecInferLen(yyl3762, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3762 { - if yyrl3762 <= cap(yyv3762) { - yyv3762 = yyv3762[:yyrl3762] + yyrg3781 := len(yyv3781) > 0 + yyv23781 := yyv3781 + yyrl3781, yyrt3781 = z.DecInferLen(yyl3781, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3781 { + if yyrl3781 <= cap(yyv3781) { + yyv3781 = yyv3781[:yyrl3781] } else { - yyv3762 = make([]NodeCondition, yyrl3762) + yyv3781 = make([]NodeCondition, yyrl3781) } } else { - yyv3762 = make([]NodeCondition, yyrl3762) + yyv3781 = make([]NodeCondition, yyrl3781) } - yyc3762 = true - yyrr3762 = len(yyv3762) - if yyrg3762 { - copy(yyv3762, yyv23762) + yyc3781 = true + yyrr3781 = len(yyv3781) + if yyrg3781 { + copy(yyv3781, yyv23781) } - } else if yyl3762 != len(yyv3762) { - yyv3762 = yyv3762[:yyl3762] - yyc3762 = true + } else if yyl3781 != len(yyv3781) { + yyv3781 = yyv3781[:yyl3781] + yyc3781 = true } - yyj3762 := 0 - for ; yyj3762 < yyrr3762; yyj3762++ { - yyh3762.ElemContainerState(yyj3762) + yyj3781 := 0 + for ; yyj3781 < yyrr3781; yyj3781++ { + yyh3781.ElemContainerState(yyj3781) if r.TryDecodeAsNil() { - yyv3762[yyj3762] = NodeCondition{} + yyv3781[yyj3781] = NodeCondition{} } else { - yyv3763 := &yyv3762[yyj3762] - yyv3763.CodecDecodeSelf(d) + yyv3782 := &yyv3781[yyj3781] + yyv3782.CodecDecodeSelf(d) } } - if yyrt3762 { - for ; yyj3762 < yyl3762; yyj3762++ { - yyv3762 = append(yyv3762, NodeCondition{}) - yyh3762.ElemContainerState(yyj3762) + if yyrt3781 { + for ; yyj3781 < yyl3781; yyj3781++ { + yyv3781 = append(yyv3781, NodeCondition{}) + yyh3781.ElemContainerState(yyj3781) if r.TryDecodeAsNil() { - yyv3762[yyj3762] = NodeCondition{} + yyv3781[yyj3781] = NodeCondition{} } else { - yyv3764 := &yyv3762[yyj3762] - yyv3764.CodecDecodeSelf(d) + yyv3783 := &yyv3781[yyj3781] + yyv3783.CodecDecodeSelf(d) } } } } else { - yyj3762 := 0 - for ; !r.CheckBreak(); yyj3762++ { + yyj3781 := 0 + for ; !r.CheckBreak(); yyj3781++ { - if yyj3762 >= len(yyv3762) { - yyv3762 = append(yyv3762, NodeCondition{}) // var yyz3762 NodeCondition - yyc3762 = true + if yyj3781 >= len(yyv3781) { + yyv3781 = append(yyv3781, NodeCondition{}) // var yyz3781 NodeCondition + yyc3781 = true } - yyh3762.ElemContainerState(yyj3762) - if yyj3762 < len(yyv3762) { + yyh3781.ElemContainerState(yyj3781) + if yyj3781 < len(yyv3781) { if r.TryDecodeAsNil() { - yyv3762[yyj3762] = NodeCondition{} + yyv3781[yyj3781] = NodeCondition{} } else { - yyv3765 := &yyv3762[yyj3762] - yyv3765.CodecDecodeSelf(d) + yyv3784 := &yyv3781[yyj3781] + yyv3784.CodecDecodeSelf(d) } } else { @@ -47664,17 +47930,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj3762 < len(yyv3762) { - yyv3762 = yyv3762[:yyj3762] - yyc3762 = true - } else if yyj3762 == 0 && yyv3762 == nil { - yyv3762 = []NodeCondition{} - yyc3762 = true + if yyj3781 < len(yyv3781) { + yyv3781 = yyv3781[:yyj3781] + yyc3781 = true + } else if yyj3781 == 0 && yyv3781 == nil { + yyv3781 = []NodeCondition{} + yyc3781 = true } } - yyh3762.End() - if yyc3762 { - *v = yyv3762 + yyh3781.End() + if yyc3781 { + *v = yyv3781 } } @@ -47683,10 +47949,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3766 := range v { + for _, yyv3785 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3767 := &yyv3766 - yy3767.CodecEncodeSelf(e) + yy3786 := &yyv3785 + yy3786.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47696,83 +47962,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3768 := *v - yyh3768, yyl3768 := z.DecSliceHelperStart() - var yyc3768 bool - if yyl3768 == 0 { - if yyv3768 == nil { - yyv3768 = []NodeAddress{} - yyc3768 = true - } else if len(yyv3768) != 0 { - yyv3768 = yyv3768[:0] - yyc3768 = true + yyv3787 := *v + yyh3787, yyl3787 := z.DecSliceHelperStart() + var yyc3787 bool + if yyl3787 == 0 { + if yyv3787 == nil { + yyv3787 = []NodeAddress{} + yyc3787 = true + } else if len(yyv3787) != 0 { + yyv3787 = yyv3787[:0] + yyc3787 = true } - } else if yyl3768 > 0 { - var yyrr3768, yyrl3768 int - var yyrt3768 bool - if yyl3768 > cap(yyv3768) { + } else if yyl3787 > 0 { + var yyrr3787, yyrl3787 int + var yyrt3787 bool + if yyl3787 > cap(yyv3787) { - yyrg3768 := len(yyv3768) > 0 - yyv23768 := yyv3768 - yyrl3768, yyrt3768 = z.DecInferLen(yyl3768, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3768 { - if yyrl3768 <= cap(yyv3768) { - yyv3768 = yyv3768[:yyrl3768] + yyrg3787 := len(yyv3787) > 0 + yyv23787 := yyv3787 + yyrl3787, yyrt3787 = z.DecInferLen(yyl3787, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3787 { + if yyrl3787 <= cap(yyv3787) { + yyv3787 = yyv3787[:yyrl3787] } else { - yyv3768 = make([]NodeAddress, yyrl3768) + yyv3787 = make([]NodeAddress, yyrl3787) } } else { - yyv3768 = make([]NodeAddress, yyrl3768) + yyv3787 = make([]NodeAddress, yyrl3787) } - yyc3768 = true - yyrr3768 = len(yyv3768) - if yyrg3768 { - copy(yyv3768, yyv23768) + yyc3787 = true + yyrr3787 = len(yyv3787) + if yyrg3787 { + copy(yyv3787, yyv23787) } - } else if yyl3768 != len(yyv3768) { - yyv3768 = yyv3768[:yyl3768] - yyc3768 = true + } else if yyl3787 != len(yyv3787) { + yyv3787 = yyv3787[:yyl3787] + yyc3787 = true } - yyj3768 := 0 - for ; yyj3768 < yyrr3768; yyj3768++ { - yyh3768.ElemContainerState(yyj3768) + yyj3787 := 0 + for ; yyj3787 < yyrr3787; yyj3787++ { + yyh3787.ElemContainerState(yyj3787) if r.TryDecodeAsNil() { - yyv3768[yyj3768] = NodeAddress{} + yyv3787[yyj3787] = NodeAddress{} } else { - yyv3769 := &yyv3768[yyj3768] - yyv3769.CodecDecodeSelf(d) + yyv3788 := &yyv3787[yyj3787] + yyv3788.CodecDecodeSelf(d) } } - if yyrt3768 { - for ; yyj3768 < yyl3768; yyj3768++ { - yyv3768 = append(yyv3768, NodeAddress{}) - yyh3768.ElemContainerState(yyj3768) + if yyrt3787 { + for ; yyj3787 < yyl3787; yyj3787++ { + yyv3787 = append(yyv3787, NodeAddress{}) + yyh3787.ElemContainerState(yyj3787) if r.TryDecodeAsNil() { - yyv3768[yyj3768] = NodeAddress{} + yyv3787[yyj3787] = NodeAddress{} } else { - yyv3770 := &yyv3768[yyj3768] - yyv3770.CodecDecodeSelf(d) + yyv3789 := &yyv3787[yyj3787] + yyv3789.CodecDecodeSelf(d) } } } } else { - yyj3768 := 0 - for ; !r.CheckBreak(); yyj3768++ { + yyj3787 := 0 + for ; !r.CheckBreak(); yyj3787++ { - if yyj3768 >= len(yyv3768) { - yyv3768 = append(yyv3768, NodeAddress{}) // var yyz3768 NodeAddress - yyc3768 = true + if yyj3787 >= len(yyv3787) { + yyv3787 = append(yyv3787, NodeAddress{}) // var yyz3787 NodeAddress + yyc3787 = true } - yyh3768.ElemContainerState(yyj3768) - if yyj3768 < len(yyv3768) { + yyh3787.ElemContainerState(yyj3787) + if yyj3787 < len(yyv3787) { if r.TryDecodeAsNil() { - yyv3768[yyj3768] = NodeAddress{} + yyv3787[yyj3787] = NodeAddress{} } else { - yyv3771 := &yyv3768[yyj3768] - yyv3771.CodecDecodeSelf(d) + yyv3790 := &yyv3787[yyj3787] + yyv3790.CodecDecodeSelf(d) } } else { @@ -47780,17 +48046,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj3768 < len(yyv3768) { - yyv3768 = yyv3768[:yyj3768] - yyc3768 = true - } else if yyj3768 == 0 && yyv3768 == nil { - yyv3768 = []NodeAddress{} - yyc3768 = true + if yyj3787 < len(yyv3787) { + yyv3787 = yyv3787[:yyj3787] + yyc3787 = true + } else if yyj3787 == 0 && yyv3787 == nil { + yyv3787 = []NodeAddress{} + yyc3787 = true } } - yyh3768.End() - if yyc3768 { - *v = yyv3768 + yyh3787.End() + if yyc3787 { + *v = yyv3787 } } @@ -47799,10 +48065,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3772 := range v { + for _, yyv3791 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3773 := &yyv3772 - yy3773.CodecEncodeSelf(e) + yy3792 := &yyv3791 + yy3792.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47812,83 +48078,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3774 := *v - yyh3774, yyl3774 := z.DecSliceHelperStart() - var yyc3774 bool - if yyl3774 == 0 { - if yyv3774 == nil { - yyv3774 = []ContainerImage{} - yyc3774 = true - } else if len(yyv3774) != 0 { - yyv3774 = yyv3774[:0] - yyc3774 = true + yyv3793 := *v + yyh3793, yyl3793 := z.DecSliceHelperStart() + var yyc3793 bool + if yyl3793 == 0 { + if yyv3793 == nil { + yyv3793 = []ContainerImage{} + yyc3793 = true + } else if len(yyv3793) != 0 { + yyv3793 = yyv3793[:0] + yyc3793 = true } - } else if yyl3774 > 0 { - var yyrr3774, yyrl3774 int - var yyrt3774 bool - if yyl3774 > cap(yyv3774) { + } else if yyl3793 > 0 { + var yyrr3793, yyrl3793 int + var yyrt3793 bool + if yyl3793 > cap(yyv3793) { - yyrg3774 := len(yyv3774) > 0 - yyv23774 := yyv3774 - yyrl3774, yyrt3774 = z.DecInferLen(yyl3774, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3774 { - if yyrl3774 <= cap(yyv3774) { - yyv3774 = yyv3774[:yyrl3774] + yyrg3793 := len(yyv3793) > 0 + yyv23793 := yyv3793 + yyrl3793, yyrt3793 = z.DecInferLen(yyl3793, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3793 { + if yyrl3793 <= cap(yyv3793) { + yyv3793 = yyv3793[:yyrl3793] } else { - yyv3774 = make([]ContainerImage, yyrl3774) + yyv3793 = make([]ContainerImage, yyrl3793) } } else { - yyv3774 = make([]ContainerImage, yyrl3774) + yyv3793 = make([]ContainerImage, yyrl3793) } - yyc3774 = true - yyrr3774 = len(yyv3774) - if yyrg3774 { - copy(yyv3774, yyv23774) + yyc3793 = true + yyrr3793 = len(yyv3793) + if yyrg3793 { + copy(yyv3793, yyv23793) } - } else if yyl3774 != len(yyv3774) { - yyv3774 = yyv3774[:yyl3774] - yyc3774 = true + } else if yyl3793 != len(yyv3793) { + yyv3793 = yyv3793[:yyl3793] + yyc3793 = true } - yyj3774 := 0 - for ; yyj3774 < yyrr3774; yyj3774++ { - yyh3774.ElemContainerState(yyj3774) + yyj3793 := 0 + for ; yyj3793 < yyrr3793; yyj3793++ { + yyh3793.ElemContainerState(yyj3793) if r.TryDecodeAsNil() { - yyv3774[yyj3774] = ContainerImage{} + yyv3793[yyj3793] = ContainerImage{} } else { - yyv3775 := &yyv3774[yyj3774] - yyv3775.CodecDecodeSelf(d) + yyv3794 := &yyv3793[yyj3793] + yyv3794.CodecDecodeSelf(d) } } - if yyrt3774 { - for ; yyj3774 < yyl3774; yyj3774++ { - yyv3774 = append(yyv3774, ContainerImage{}) - yyh3774.ElemContainerState(yyj3774) + if yyrt3793 { + for ; yyj3793 < yyl3793; yyj3793++ { + yyv3793 = append(yyv3793, ContainerImage{}) + yyh3793.ElemContainerState(yyj3793) if r.TryDecodeAsNil() { - yyv3774[yyj3774] = ContainerImage{} + yyv3793[yyj3793] = ContainerImage{} } else { - yyv3776 := &yyv3774[yyj3774] - yyv3776.CodecDecodeSelf(d) + yyv3795 := &yyv3793[yyj3793] + yyv3795.CodecDecodeSelf(d) } } } } else { - yyj3774 := 0 - for ; !r.CheckBreak(); yyj3774++ { + yyj3793 := 0 + for ; !r.CheckBreak(); yyj3793++ { - if yyj3774 >= len(yyv3774) { - yyv3774 = append(yyv3774, ContainerImage{}) // var yyz3774 ContainerImage - yyc3774 = true + if yyj3793 >= len(yyv3793) { + yyv3793 = append(yyv3793, ContainerImage{}) // var yyz3793 ContainerImage + yyc3793 = true } - yyh3774.ElemContainerState(yyj3774) - if yyj3774 < len(yyv3774) { + yyh3793.ElemContainerState(yyj3793) + if yyj3793 < len(yyv3793) { if r.TryDecodeAsNil() { - yyv3774[yyj3774] = ContainerImage{} + yyv3793[yyj3793] = ContainerImage{} } else { - yyv3777 := &yyv3774[yyj3774] - yyv3777.CodecDecodeSelf(d) + yyv3796 := &yyv3793[yyj3793] + yyv3796.CodecDecodeSelf(d) } } else { @@ -47896,17 +48162,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj3774 < len(yyv3774) { - yyv3774 = yyv3774[:yyj3774] - yyc3774 = true - } else if yyj3774 == 0 && yyv3774 == nil { - yyv3774 = []ContainerImage{} - yyc3774 = true + if yyj3793 < len(yyv3793) { + yyv3793 = yyv3793[:yyj3793] + yyc3793 = true + } else if yyj3793 == 0 && yyv3793 == nil { + yyv3793 = []ContainerImage{} + yyc3793 = true } } - yyh3774.End() - if yyc3774 { - *v = yyv3774 + yyh3793.End() + if yyc3793 { + *v = yyv3793 } } @@ -47915,19 +48181,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3778, yyv3778 := range v { + for yyk3797, yyv3797 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk3778.CodecEncodeSelf(e) + yyk3797.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3779 := &yyv3778 - yym3780 := z.EncBinary() - _ = yym3780 + yy3798 := &yyv3797 + yym3799 := z.EncBinary() + _ = yym3799 if false { - } else if z.HasExtensions() && z.EncExt(yy3779) { - } else if !yym3780 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3779) + } else if z.HasExtensions() && z.EncExt(yy3798) { + } else if !yym3799 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3798) } else { - z.EncFallback(yy3779) + z.EncFallback(yy3798) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47938,86 +48204,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3781 := *v - yyl3781 := r.ReadMapStart() - yybh3781 := z.DecBasicHandle() - if yyv3781 == nil { - yyrl3781, _ := z.DecInferLen(yyl3781, yybh3781.MaxInitLen, 40) - yyv3781 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3781) - *v = yyv3781 + yyv3800 := *v + yyl3800 := r.ReadMapStart() + yybh3800 := z.DecBasicHandle() + if yyv3800 == nil { + yyrl3800, _ := z.DecInferLen(yyl3800, yybh3800.MaxInitLen, 40) + yyv3800 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3800) + *v = yyv3800 } - var yymk3781 ResourceName - var yymv3781 pkg3_resource.Quantity - var yymg3781 bool - if yybh3781.MapValueReset { - yymg3781 = true + var yymk3800 ResourceName + var yymv3800 pkg3_resource.Quantity + var yymg3800 bool + if yybh3800.MapValueReset { + yymg3800 = true } - if yyl3781 > 0 { - for yyj3781 := 0; yyj3781 < yyl3781; yyj3781++ { + if yyl3800 > 0 { + for yyj3800 := 0; yyj3800 < yyl3800; yyj3800++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3781 = "" + yymk3800 = "" } else { - yymk3781 = ResourceName(r.DecodeString()) + yymk3800 = ResourceName(r.DecodeString()) } - if yymg3781 { - yymv3781 = yyv3781[yymk3781] + if yymg3800 { + yymv3800 = yyv3800[yymk3800] } else { - yymv3781 = pkg3_resource.Quantity{} + yymv3800 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3781 = pkg3_resource.Quantity{} + yymv3800 = pkg3_resource.Quantity{} } else { - yyv3783 := &yymv3781 - yym3784 := z.DecBinary() - _ = yym3784 + yyv3802 := &yymv3800 + yym3803 := z.DecBinary() + _ = yym3803 if false { - } else if z.HasExtensions() && z.DecExt(yyv3783) { - } else if !yym3784 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3783) + } else if z.HasExtensions() && z.DecExt(yyv3802) { + } else if !yym3803 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3802) } else { - z.DecFallback(yyv3783, false) + z.DecFallback(yyv3802, false) } } - if yyv3781 != nil { - yyv3781[yymk3781] = yymv3781 + if yyv3800 != nil { + yyv3800[yymk3800] = yymv3800 } } - } else if yyl3781 < 0 { - for yyj3781 := 0; !r.CheckBreak(); yyj3781++ { + } else if yyl3800 < 0 { + for yyj3800 := 0; !r.CheckBreak(); yyj3800++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3781 = "" + yymk3800 = "" } else { - yymk3781 = ResourceName(r.DecodeString()) + yymk3800 = ResourceName(r.DecodeString()) } - if yymg3781 { - yymv3781 = yyv3781[yymk3781] + if yymg3800 { + yymv3800 = yyv3800[yymk3800] } else { - yymv3781 = pkg3_resource.Quantity{} + yymv3800 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3781 = pkg3_resource.Quantity{} + yymv3800 = pkg3_resource.Quantity{} } else { - yyv3786 := &yymv3781 - yym3787 := z.DecBinary() - _ = yym3787 + yyv3805 := &yymv3800 + yym3806 := z.DecBinary() + _ = yym3806 if false { - } else if z.HasExtensions() && z.DecExt(yyv3786) { - } else if !yym3787 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3786) + } else if z.HasExtensions() && z.DecExt(yyv3805) { + } else if !yym3806 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3805) } else { - z.DecFallback(yyv3786, false) + z.DecFallback(yyv3805, false) } } - if yyv3781 != nil { - yyv3781[yymk3781] = yymv3781 + if yyv3800 != nil { + yyv3800[yymk3800] = yymv3800 } } } // else len==0: TODO: Should we clear map entries? @@ -48029,10 +48295,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3788 := range v { + for _, yyv3807 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3789 := &yyv3788 - yy3789.CodecEncodeSelf(e) + yy3808 := &yyv3807 + yy3808.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48042,83 +48308,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3790 := *v - yyh3790, yyl3790 := z.DecSliceHelperStart() - var yyc3790 bool - if yyl3790 == 0 { - if yyv3790 == nil { - yyv3790 = []Node{} - yyc3790 = true - } else if len(yyv3790) != 0 { - yyv3790 = yyv3790[:0] - yyc3790 = true + yyv3809 := *v + yyh3809, yyl3809 := z.DecSliceHelperStart() + var yyc3809 bool + if yyl3809 == 0 { + if yyv3809 == nil { + yyv3809 = []Node{} + yyc3809 = true + } else if len(yyv3809) != 0 { + yyv3809 = yyv3809[:0] + yyc3809 = true } - } else if yyl3790 > 0 { - var yyrr3790, yyrl3790 int - var yyrt3790 bool - if yyl3790 > cap(yyv3790) { + } else if yyl3809 > 0 { + var yyrr3809, yyrl3809 int + var yyrt3809 bool + if yyl3809 > cap(yyv3809) { - yyrg3790 := len(yyv3790) > 0 - yyv23790 := yyv3790 - yyrl3790, yyrt3790 = z.DecInferLen(yyl3790, z.DecBasicHandle().MaxInitLen, 488) - if yyrt3790 { - if yyrl3790 <= cap(yyv3790) { - yyv3790 = yyv3790[:yyrl3790] + yyrg3809 := len(yyv3809) > 0 + yyv23809 := yyv3809 + yyrl3809, yyrt3809 = z.DecInferLen(yyl3809, z.DecBasicHandle().MaxInitLen, 488) + if yyrt3809 { + if yyrl3809 <= cap(yyv3809) { + yyv3809 = yyv3809[:yyrl3809] } else { - yyv3790 = make([]Node, yyrl3790) + yyv3809 = make([]Node, yyrl3809) } } else { - yyv3790 = make([]Node, yyrl3790) + yyv3809 = make([]Node, yyrl3809) } - yyc3790 = true - yyrr3790 = len(yyv3790) - if yyrg3790 { - copy(yyv3790, yyv23790) + yyc3809 = true + yyrr3809 = len(yyv3809) + if yyrg3809 { + copy(yyv3809, yyv23809) } - } else if yyl3790 != len(yyv3790) { - yyv3790 = yyv3790[:yyl3790] - yyc3790 = true + } else if yyl3809 != len(yyv3809) { + yyv3809 = yyv3809[:yyl3809] + yyc3809 = true } - yyj3790 := 0 - for ; yyj3790 < yyrr3790; yyj3790++ { - yyh3790.ElemContainerState(yyj3790) + yyj3809 := 0 + for ; yyj3809 < yyrr3809; yyj3809++ { + yyh3809.ElemContainerState(yyj3809) if r.TryDecodeAsNil() { - yyv3790[yyj3790] = Node{} + yyv3809[yyj3809] = Node{} } else { - yyv3791 := &yyv3790[yyj3790] - yyv3791.CodecDecodeSelf(d) + yyv3810 := &yyv3809[yyj3809] + yyv3810.CodecDecodeSelf(d) } } - if yyrt3790 { - for ; yyj3790 < yyl3790; yyj3790++ { - yyv3790 = append(yyv3790, Node{}) - yyh3790.ElemContainerState(yyj3790) + if yyrt3809 { + for ; yyj3809 < yyl3809; yyj3809++ { + yyv3809 = append(yyv3809, Node{}) + yyh3809.ElemContainerState(yyj3809) if r.TryDecodeAsNil() { - yyv3790[yyj3790] = Node{} + yyv3809[yyj3809] = Node{} } else { - yyv3792 := &yyv3790[yyj3790] - yyv3792.CodecDecodeSelf(d) + yyv3811 := &yyv3809[yyj3809] + yyv3811.CodecDecodeSelf(d) } } } } else { - yyj3790 := 0 - for ; !r.CheckBreak(); yyj3790++ { + yyj3809 := 0 + for ; !r.CheckBreak(); yyj3809++ { - if yyj3790 >= len(yyv3790) { - yyv3790 = append(yyv3790, Node{}) // var yyz3790 Node - yyc3790 = true + if yyj3809 >= len(yyv3809) { + yyv3809 = append(yyv3809, Node{}) // var yyz3809 Node + yyc3809 = true } - yyh3790.ElemContainerState(yyj3790) - if yyj3790 < len(yyv3790) { + yyh3809.ElemContainerState(yyj3809) + if yyj3809 < len(yyv3809) { if r.TryDecodeAsNil() { - yyv3790[yyj3790] = Node{} + yyv3809[yyj3809] = Node{} } else { - yyv3793 := &yyv3790[yyj3790] - yyv3793.CodecDecodeSelf(d) + yyv3812 := &yyv3809[yyj3809] + yyv3812.CodecDecodeSelf(d) } } else { @@ -48126,17 +48392,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj3790 < len(yyv3790) { - yyv3790 = yyv3790[:yyj3790] - yyc3790 = true - } else if yyj3790 == 0 && yyv3790 == nil { - yyv3790 = []Node{} - yyc3790 = true + if yyj3809 < len(yyv3809) { + yyv3809 = yyv3809[:yyj3809] + yyc3809 = true + } else if yyj3809 == 0 && yyv3809 == nil { + yyv3809 = []Node{} + yyc3809 = true } } - yyh3790.End() - if yyc3790 { - *v = yyv3790 + yyh3809.End() + if yyc3809 { + *v = yyv3809 } } @@ -48145,9 +48411,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3794 := range v { + for _, yyv3813 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3794.CodecEncodeSelf(e) + yyv3813.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48157,75 +48423,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3795 := *v - yyh3795, yyl3795 := z.DecSliceHelperStart() - var yyc3795 bool - if yyl3795 == 0 { - if yyv3795 == nil { - yyv3795 = []FinalizerName{} - yyc3795 = true - } else if len(yyv3795) != 0 { - yyv3795 = yyv3795[:0] - yyc3795 = true + yyv3814 := *v + yyh3814, yyl3814 := z.DecSliceHelperStart() + var yyc3814 bool + if yyl3814 == 0 { + if yyv3814 == nil { + yyv3814 = []FinalizerName{} + yyc3814 = true + } else if len(yyv3814) != 0 { + yyv3814 = yyv3814[:0] + yyc3814 = true } - } else if yyl3795 > 0 { - var yyrr3795, yyrl3795 int - var yyrt3795 bool - if yyl3795 > cap(yyv3795) { + } else if yyl3814 > 0 { + var yyrr3814, yyrl3814 int + var yyrt3814 bool + if yyl3814 > cap(yyv3814) { - yyrl3795, yyrt3795 = z.DecInferLen(yyl3795, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3795 { - if yyrl3795 <= cap(yyv3795) { - yyv3795 = yyv3795[:yyrl3795] + yyrl3814, yyrt3814 = z.DecInferLen(yyl3814, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3814 { + if yyrl3814 <= cap(yyv3814) { + yyv3814 = yyv3814[:yyrl3814] } else { - yyv3795 = make([]FinalizerName, yyrl3795) + yyv3814 = make([]FinalizerName, yyrl3814) } } else { - yyv3795 = make([]FinalizerName, yyrl3795) + yyv3814 = make([]FinalizerName, yyrl3814) } - yyc3795 = true - yyrr3795 = len(yyv3795) - } else if yyl3795 != len(yyv3795) { - yyv3795 = yyv3795[:yyl3795] - yyc3795 = true + yyc3814 = true + yyrr3814 = len(yyv3814) + } else if yyl3814 != len(yyv3814) { + yyv3814 = yyv3814[:yyl3814] + yyc3814 = true } - yyj3795 := 0 - for ; yyj3795 < yyrr3795; yyj3795++ { - yyh3795.ElemContainerState(yyj3795) + yyj3814 := 0 + for ; yyj3814 < yyrr3814; yyj3814++ { + yyh3814.ElemContainerState(yyj3814) if r.TryDecodeAsNil() { - yyv3795[yyj3795] = "" + yyv3814[yyj3814] = "" } else { - yyv3795[yyj3795] = FinalizerName(r.DecodeString()) + yyv3814[yyj3814] = FinalizerName(r.DecodeString()) } } - if yyrt3795 { - for ; yyj3795 < yyl3795; yyj3795++ { - yyv3795 = append(yyv3795, "") - yyh3795.ElemContainerState(yyj3795) + if yyrt3814 { + for ; yyj3814 < yyl3814; yyj3814++ { + yyv3814 = append(yyv3814, "") + yyh3814.ElemContainerState(yyj3814) if r.TryDecodeAsNil() { - yyv3795[yyj3795] = "" + yyv3814[yyj3814] = "" } else { - yyv3795[yyj3795] = FinalizerName(r.DecodeString()) + yyv3814[yyj3814] = FinalizerName(r.DecodeString()) } } } } else { - yyj3795 := 0 - for ; !r.CheckBreak(); yyj3795++ { + yyj3814 := 0 + for ; !r.CheckBreak(); yyj3814++ { - if yyj3795 >= len(yyv3795) { - yyv3795 = append(yyv3795, "") // var yyz3795 FinalizerName - yyc3795 = true + if yyj3814 >= len(yyv3814) { + yyv3814 = append(yyv3814, "") // var yyz3814 FinalizerName + yyc3814 = true } - yyh3795.ElemContainerState(yyj3795) - if yyj3795 < len(yyv3795) { + yyh3814.ElemContainerState(yyj3814) + if yyj3814 < len(yyv3814) { if r.TryDecodeAsNil() { - yyv3795[yyj3795] = "" + yyv3814[yyj3814] = "" } else { - yyv3795[yyj3795] = FinalizerName(r.DecodeString()) + yyv3814[yyj3814] = FinalizerName(r.DecodeString()) } } else { @@ -48233,17 +48499,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj3795 < len(yyv3795) { - yyv3795 = yyv3795[:yyj3795] - yyc3795 = true - } else if yyj3795 == 0 && yyv3795 == nil { - yyv3795 = []FinalizerName{} - yyc3795 = true + if yyj3814 < len(yyv3814) { + yyv3814 = yyv3814[:yyj3814] + yyc3814 = true + } else if yyj3814 == 0 && yyv3814 == nil { + yyv3814 = []FinalizerName{} + yyc3814 = true } } - yyh3795.End() - if yyc3795 { - *v = yyv3795 + yyh3814.End() + if yyc3814 { + *v = yyv3814 } } @@ -48252,10 +48518,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3799 := range v { + for _, yyv3818 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3800 := &yyv3799 - yy3800.CodecEncodeSelf(e) + yy3819 := &yyv3818 + yy3819.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48265,83 +48531,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3801 := *v - yyh3801, yyl3801 := z.DecSliceHelperStart() - var yyc3801 bool - if yyl3801 == 0 { - if yyv3801 == nil { - yyv3801 = []Namespace{} - yyc3801 = true - } else if len(yyv3801) != 0 { - yyv3801 = yyv3801[:0] - yyc3801 = true + yyv3820 := *v + yyh3820, yyl3820 := z.DecSliceHelperStart() + var yyc3820 bool + if yyl3820 == 0 { + if yyv3820 == nil { + yyv3820 = []Namespace{} + yyc3820 = true + } else if len(yyv3820) != 0 { + yyv3820 = yyv3820[:0] + yyc3820 = true } - } else if yyl3801 > 0 { - var yyrr3801, yyrl3801 int - var yyrt3801 bool - if yyl3801 > cap(yyv3801) { + } else if yyl3820 > 0 { + var yyrr3820, yyrl3820 int + var yyrt3820 bool + if yyl3820 > cap(yyv3820) { - yyrg3801 := len(yyv3801) > 0 - yyv23801 := yyv3801 - yyrl3801, yyrt3801 = z.DecInferLen(yyl3801, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3801 { - if yyrl3801 <= cap(yyv3801) { - yyv3801 = yyv3801[:yyrl3801] + yyrg3820 := len(yyv3820) > 0 + yyv23820 := yyv3820 + yyrl3820, yyrt3820 = z.DecInferLen(yyl3820, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3820 { + if yyrl3820 <= cap(yyv3820) { + yyv3820 = yyv3820[:yyrl3820] } else { - yyv3801 = make([]Namespace, yyrl3801) + yyv3820 = make([]Namespace, yyrl3820) } } else { - yyv3801 = make([]Namespace, yyrl3801) + yyv3820 = make([]Namespace, yyrl3820) } - yyc3801 = true - yyrr3801 = len(yyv3801) - if yyrg3801 { - copy(yyv3801, yyv23801) + yyc3820 = true + yyrr3820 = len(yyv3820) + if yyrg3820 { + copy(yyv3820, yyv23820) } - } else if yyl3801 != len(yyv3801) { - yyv3801 = yyv3801[:yyl3801] - yyc3801 = true + } else if yyl3820 != len(yyv3820) { + yyv3820 = yyv3820[:yyl3820] + yyc3820 = true } - yyj3801 := 0 - for ; yyj3801 < yyrr3801; yyj3801++ { - yyh3801.ElemContainerState(yyj3801) + yyj3820 := 0 + for ; yyj3820 < yyrr3820; yyj3820++ { + yyh3820.ElemContainerState(yyj3820) if r.TryDecodeAsNil() { - yyv3801[yyj3801] = Namespace{} + yyv3820[yyj3820] = Namespace{} } else { - yyv3802 := &yyv3801[yyj3801] - yyv3802.CodecDecodeSelf(d) + yyv3821 := &yyv3820[yyj3820] + yyv3821.CodecDecodeSelf(d) } } - if yyrt3801 { - for ; yyj3801 < yyl3801; yyj3801++ { - yyv3801 = append(yyv3801, Namespace{}) - yyh3801.ElemContainerState(yyj3801) + if yyrt3820 { + for ; yyj3820 < yyl3820; yyj3820++ { + yyv3820 = append(yyv3820, Namespace{}) + yyh3820.ElemContainerState(yyj3820) if r.TryDecodeAsNil() { - yyv3801[yyj3801] = Namespace{} + yyv3820[yyj3820] = Namespace{} } else { - yyv3803 := &yyv3801[yyj3801] - yyv3803.CodecDecodeSelf(d) + yyv3822 := &yyv3820[yyj3820] + yyv3822.CodecDecodeSelf(d) } } } } else { - yyj3801 := 0 - for ; !r.CheckBreak(); yyj3801++ { + yyj3820 := 0 + for ; !r.CheckBreak(); yyj3820++ { - if yyj3801 >= len(yyv3801) { - yyv3801 = append(yyv3801, Namespace{}) // var yyz3801 Namespace - yyc3801 = true + if yyj3820 >= len(yyv3820) { + yyv3820 = append(yyv3820, Namespace{}) // var yyz3820 Namespace + yyc3820 = true } - yyh3801.ElemContainerState(yyj3801) - if yyj3801 < len(yyv3801) { + yyh3820.ElemContainerState(yyj3820) + if yyj3820 < len(yyv3820) { if r.TryDecodeAsNil() { - yyv3801[yyj3801] = Namespace{} + yyv3820[yyj3820] = Namespace{} } else { - yyv3804 := &yyv3801[yyj3801] - yyv3804.CodecDecodeSelf(d) + yyv3823 := &yyv3820[yyj3820] + yyv3823.CodecDecodeSelf(d) } } else { @@ -48349,17 +48615,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj3801 < len(yyv3801) { - yyv3801 = yyv3801[:yyj3801] - yyc3801 = true - } else if yyj3801 == 0 && yyv3801 == nil { - yyv3801 = []Namespace{} - yyc3801 = true + if yyj3820 < len(yyv3820) { + yyv3820 = yyv3820[:yyj3820] + yyc3820 = true + } else if yyj3820 == 0 && yyv3820 == nil { + yyv3820 = []Namespace{} + yyc3820 = true } } - yyh3801.End() - if yyc3801 { - *v = yyv3801 + yyh3820.End() + if yyc3820 { + *v = yyv3820 } } @@ -48368,10 +48634,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3805 := range v { + for _, yyv3824 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3806 := &yyv3805 - yy3806.CodecEncodeSelf(e) + yy3825 := &yyv3824 + yy3825.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48381,83 +48647,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3807 := *v - yyh3807, yyl3807 := z.DecSliceHelperStart() - var yyc3807 bool - if yyl3807 == 0 { - if yyv3807 == nil { - yyv3807 = []Event{} - yyc3807 = true - } else if len(yyv3807) != 0 { - yyv3807 = yyv3807[:0] - yyc3807 = true + yyv3826 := *v + yyh3826, yyl3826 := z.DecSliceHelperStart() + var yyc3826 bool + if yyl3826 == 0 { + if yyv3826 == nil { + yyv3826 = []Event{} + yyc3826 = true + } else if len(yyv3826) != 0 { + yyv3826 = yyv3826[:0] + yyc3826 = true } - } else if yyl3807 > 0 { - var yyrr3807, yyrl3807 int - var yyrt3807 bool - if yyl3807 > cap(yyv3807) { + } else if yyl3826 > 0 { + var yyrr3826, yyrl3826 int + var yyrt3826 bool + if yyl3826 > cap(yyv3826) { - yyrg3807 := len(yyv3807) > 0 - yyv23807 := yyv3807 - yyrl3807, yyrt3807 = z.DecInferLen(yyl3807, z.DecBasicHandle().MaxInitLen, 440) - if yyrt3807 { - if yyrl3807 <= cap(yyv3807) { - yyv3807 = yyv3807[:yyrl3807] + yyrg3826 := len(yyv3826) > 0 + yyv23826 := yyv3826 + yyrl3826, yyrt3826 = z.DecInferLen(yyl3826, z.DecBasicHandle().MaxInitLen, 440) + if yyrt3826 { + if yyrl3826 <= cap(yyv3826) { + yyv3826 = yyv3826[:yyrl3826] } else { - yyv3807 = make([]Event, yyrl3807) + yyv3826 = make([]Event, yyrl3826) } } else { - yyv3807 = make([]Event, yyrl3807) + yyv3826 = make([]Event, yyrl3826) } - yyc3807 = true - yyrr3807 = len(yyv3807) - if yyrg3807 { - copy(yyv3807, yyv23807) + yyc3826 = true + yyrr3826 = len(yyv3826) + if yyrg3826 { + copy(yyv3826, yyv23826) } - } else if yyl3807 != len(yyv3807) { - yyv3807 = yyv3807[:yyl3807] - yyc3807 = true + } else if yyl3826 != len(yyv3826) { + yyv3826 = yyv3826[:yyl3826] + yyc3826 = true } - yyj3807 := 0 - for ; yyj3807 < yyrr3807; yyj3807++ { - yyh3807.ElemContainerState(yyj3807) + yyj3826 := 0 + for ; yyj3826 < yyrr3826; yyj3826++ { + yyh3826.ElemContainerState(yyj3826) if r.TryDecodeAsNil() { - yyv3807[yyj3807] = Event{} + yyv3826[yyj3826] = Event{} } else { - yyv3808 := &yyv3807[yyj3807] - yyv3808.CodecDecodeSelf(d) + yyv3827 := &yyv3826[yyj3826] + yyv3827.CodecDecodeSelf(d) } } - if yyrt3807 { - for ; yyj3807 < yyl3807; yyj3807++ { - yyv3807 = append(yyv3807, Event{}) - yyh3807.ElemContainerState(yyj3807) + if yyrt3826 { + for ; yyj3826 < yyl3826; yyj3826++ { + yyv3826 = append(yyv3826, Event{}) + yyh3826.ElemContainerState(yyj3826) if r.TryDecodeAsNil() { - yyv3807[yyj3807] = Event{} + yyv3826[yyj3826] = Event{} } else { - yyv3809 := &yyv3807[yyj3807] - yyv3809.CodecDecodeSelf(d) + yyv3828 := &yyv3826[yyj3826] + yyv3828.CodecDecodeSelf(d) } } } } else { - yyj3807 := 0 - for ; !r.CheckBreak(); yyj3807++ { + yyj3826 := 0 + for ; !r.CheckBreak(); yyj3826++ { - if yyj3807 >= len(yyv3807) { - yyv3807 = append(yyv3807, Event{}) // var yyz3807 Event - yyc3807 = true + if yyj3826 >= len(yyv3826) { + yyv3826 = append(yyv3826, Event{}) // var yyz3826 Event + yyc3826 = true } - yyh3807.ElemContainerState(yyj3807) - if yyj3807 < len(yyv3807) { + yyh3826.ElemContainerState(yyj3826) + if yyj3826 < len(yyv3826) { if r.TryDecodeAsNil() { - yyv3807[yyj3807] = Event{} + yyv3826[yyj3826] = Event{} } else { - yyv3810 := &yyv3807[yyj3807] - yyv3810.CodecDecodeSelf(d) + yyv3829 := &yyv3826[yyj3826] + yyv3829.CodecDecodeSelf(d) } } else { @@ -48465,17 +48731,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj3807 < len(yyv3807) { - yyv3807 = yyv3807[:yyj3807] - yyc3807 = true - } else if yyj3807 == 0 && yyv3807 == nil { - yyv3807 = []Event{} - yyc3807 = true + if yyj3826 < len(yyv3826) { + yyv3826 = yyv3826[:yyj3826] + yyc3826 = true + } else if yyj3826 == 0 && yyv3826 == nil { + yyv3826 = []Event{} + yyc3826 = true } } - yyh3807.End() - if yyc3807 { - *v = yyv3807 + yyh3826.End() + if yyc3826 { + *v = yyv3826 } } @@ -48484,17 +48750,17 @@ func (x codecSelfer1234) encSliceruntime_Object(v []pkg8_runtime.Object, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3811 := range v { + for _, yyv3830 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv3811 == nil { + if yyv3830 == nil { r.EncodeNil() } else { - yym3812 := z.EncBinary() - _ = yym3812 + yym3831 := z.EncBinary() + _ = yym3831 if false { - } else if z.HasExtensions() && z.EncExt(yyv3811) { + } else if z.HasExtensions() && z.EncExt(yyv3830) { } else { - z.EncFallback(yyv3811) + z.EncFallback(yyv3830) } } } @@ -48506,74 +48772,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg8_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3813 := *v - yyh3813, yyl3813 := z.DecSliceHelperStart() - var yyc3813 bool - if yyl3813 == 0 { - if yyv3813 == nil { - yyv3813 = []pkg8_runtime.Object{} - yyc3813 = true - } else if len(yyv3813) != 0 { - yyv3813 = yyv3813[:0] - yyc3813 = true + yyv3832 := *v + yyh3832, yyl3832 := z.DecSliceHelperStart() + var yyc3832 bool + if yyl3832 == 0 { + if yyv3832 == nil { + yyv3832 = []pkg8_runtime.Object{} + yyc3832 = true + } else if len(yyv3832) != 0 { + yyv3832 = yyv3832[:0] + yyc3832 = true } - } else if yyl3813 > 0 { - var yyrr3813, yyrl3813 int - var yyrt3813 bool - if yyl3813 > cap(yyv3813) { + } else if yyl3832 > 0 { + var yyrr3832, yyrl3832 int + var yyrt3832 bool + if yyl3832 > cap(yyv3832) { - yyrg3813 := len(yyv3813) > 0 - yyv23813 := yyv3813 - yyrl3813, yyrt3813 = z.DecInferLen(yyl3813, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3813 { - if yyrl3813 <= cap(yyv3813) { - yyv3813 = yyv3813[:yyrl3813] + yyrg3832 := len(yyv3832) > 0 + yyv23832 := yyv3832 + yyrl3832, yyrt3832 = z.DecInferLen(yyl3832, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3832 { + if yyrl3832 <= cap(yyv3832) { + yyv3832 = yyv3832[:yyrl3832] } else { - yyv3813 = make([]pkg8_runtime.Object, yyrl3813) + yyv3832 = make([]pkg8_runtime.Object, yyrl3832) } } else { - yyv3813 = make([]pkg8_runtime.Object, yyrl3813) + yyv3832 = make([]pkg8_runtime.Object, yyrl3832) } - yyc3813 = true - yyrr3813 = len(yyv3813) - if yyrg3813 { - copy(yyv3813, yyv23813) + yyc3832 = true + yyrr3832 = len(yyv3832) + if yyrg3832 { + copy(yyv3832, yyv23832) } - } else if yyl3813 != len(yyv3813) { - yyv3813 = yyv3813[:yyl3813] - yyc3813 = true + } else if yyl3832 != len(yyv3832) { + yyv3832 = yyv3832[:yyl3832] + yyc3832 = true } - yyj3813 := 0 - for ; yyj3813 < yyrr3813; yyj3813++ { - yyh3813.ElemContainerState(yyj3813) + yyj3832 := 0 + for ; yyj3832 < yyrr3832; yyj3832++ { + yyh3832.ElemContainerState(yyj3832) if r.TryDecodeAsNil() { - yyv3813[yyj3813] = nil + yyv3832[yyj3832] = nil } else { - yyv3814 := &yyv3813[yyj3813] - yym3815 := z.DecBinary() - _ = yym3815 + yyv3833 := &yyv3832[yyj3832] + yym3834 := z.DecBinary() + _ = yym3834 if false { - } else if z.HasExtensions() && z.DecExt(yyv3814) { + } else if z.HasExtensions() && z.DecExt(yyv3833) { } else { - z.DecFallback(yyv3814, true) + z.DecFallback(yyv3833, true) } } } - if yyrt3813 { - for ; yyj3813 < yyl3813; yyj3813++ { - yyv3813 = append(yyv3813, nil) - yyh3813.ElemContainerState(yyj3813) + if yyrt3832 { + for ; yyj3832 < yyl3832; yyj3832++ { + yyv3832 = append(yyv3832, nil) + yyh3832.ElemContainerState(yyj3832) if r.TryDecodeAsNil() { - yyv3813[yyj3813] = nil + yyv3832[yyj3832] = nil } else { - yyv3816 := &yyv3813[yyj3813] - yym3817 := z.DecBinary() - _ = yym3817 + yyv3835 := &yyv3832[yyj3832] + yym3836 := z.DecBinary() + _ = yym3836 if false { - } else if z.HasExtensions() && z.DecExt(yyv3816) { + } else if z.HasExtensions() && z.DecExt(yyv3835) { } else { - z.DecFallback(yyv3816, true) + z.DecFallback(yyv3835, true) } } @@ -48581,25 +48847,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg8_runtime.Object, d *cod } } else { - yyj3813 := 0 - for ; !r.CheckBreak(); yyj3813++ { + yyj3832 := 0 + for ; !r.CheckBreak(); yyj3832++ { - if yyj3813 >= len(yyv3813) { - yyv3813 = append(yyv3813, nil) // var yyz3813 pkg8_runtime.Object - yyc3813 = true + if yyj3832 >= len(yyv3832) { + yyv3832 = append(yyv3832, nil) // var yyz3832 pkg8_runtime.Object + yyc3832 = true } - yyh3813.ElemContainerState(yyj3813) - if yyj3813 < len(yyv3813) { + yyh3832.ElemContainerState(yyj3832) + if yyj3832 < len(yyv3832) { if r.TryDecodeAsNil() { - yyv3813[yyj3813] = nil + yyv3832[yyj3832] = nil } else { - yyv3818 := &yyv3813[yyj3813] - yym3819 := z.DecBinary() - _ = yym3819 + yyv3837 := &yyv3832[yyj3832] + yym3838 := z.DecBinary() + _ = yym3838 if false { - } else if z.HasExtensions() && z.DecExt(yyv3818) { + } else if z.HasExtensions() && z.DecExt(yyv3837) { } else { - z.DecFallback(yyv3818, true) + z.DecFallback(yyv3837, true) } } @@ -48608,17 +48874,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg8_runtime.Object, d *cod } } - if yyj3813 < len(yyv3813) { - yyv3813 = yyv3813[:yyj3813] - yyc3813 = true - } else if yyj3813 == 0 && yyv3813 == nil { - yyv3813 = []pkg8_runtime.Object{} - yyc3813 = true + if yyj3832 < len(yyv3832) { + yyv3832 = yyv3832[:yyj3832] + yyc3832 = true + } else if yyj3832 == 0 && yyv3832 == nil { + yyv3832 = []pkg8_runtime.Object{} + yyc3832 = true } } - yyh3813.End() - if yyc3813 { - *v = yyv3813 + yyh3832.End() + if yyc3832 { + *v = yyv3832 } } @@ -48627,10 +48893,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3820 := range v { + for _, yyv3839 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3821 := &yyv3820 - yy3821.CodecEncodeSelf(e) + yy3840 := &yyv3839 + yy3840.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48640,83 +48906,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3822 := *v - yyh3822, yyl3822 := z.DecSliceHelperStart() - var yyc3822 bool - if yyl3822 == 0 { - if yyv3822 == nil { - yyv3822 = []LimitRangeItem{} - yyc3822 = true - } else if len(yyv3822) != 0 { - yyv3822 = yyv3822[:0] - yyc3822 = true + yyv3841 := *v + yyh3841, yyl3841 := z.DecSliceHelperStart() + var yyc3841 bool + if yyl3841 == 0 { + if yyv3841 == nil { + yyv3841 = []LimitRangeItem{} + yyc3841 = true + } else if len(yyv3841) != 0 { + yyv3841 = yyv3841[:0] + yyc3841 = true } - } else if yyl3822 > 0 { - var yyrr3822, yyrl3822 int - var yyrt3822 bool - if yyl3822 > cap(yyv3822) { + } else if yyl3841 > 0 { + var yyrr3841, yyrl3841 int + var yyrt3841 bool + if yyl3841 > cap(yyv3841) { - yyrg3822 := len(yyv3822) > 0 - yyv23822 := yyv3822 - yyrl3822, yyrt3822 = z.DecInferLen(yyl3822, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3822 { - if yyrl3822 <= cap(yyv3822) { - yyv3822 = yyv3822[:yyrl3822] + yyrg3841 := len(yyv3841) > 0 + yyv23841 := yyv3841 + yyrl3841, yyrt3841 = z.DecInferLen(yyl3841, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3841 { + if yyrl3841 <= cap(yyv3841) { + yyv3841 = yyv3841[:yyrl3841] } else { - yyv3822 = make([]LimitRangeItem, yyrl3822) + yyv3841 = make([]LimitRangeItem, yyrl3841) } } else { - yyv3822 = make([]LimitRangeItem, yyrl3822) + yyv3841 = make([]LimitRangeItem, yyrl3841) } - yyc3822 = true - yyrr3822 = len(yyv3822) - if yyrg3822 { - copy(yyv3822, yyv23822) + yyc3841 = true + yyrr3841 = len(yyv3841) + if yyrg3841 { + copy(yyv3841, yyv23841) } - } else if yyl3822 != len(yyv3822) { - yyv3822 = yyv3822[:yyl3822] - yyc3822 = true + } else if yyl3841 != len(yyv3841) { + yyv3841 = yyv3841[:yyl3841] + yyc3841 = true } - yyj3822 := 0 - for ; yyj3822 < yyrr3822; yyj3822++ { - yyh3822.ElemContainerState(yyj3822) + yyj3841 := 0 + for ; yyj3841 < yyrr3841; yyj3841++ { + yyh3841.ElemContainerState(yyj3841) if r.TryDecodeAsNil() { - yyv3822[yyj3822] = LimitRangeItem{} + yyv3841[yyj3841] = LimitRangeItem{} } else { - yyv3823 := &yyv3822[yyj3822] - yyv3823.CodecDecodeSelf(d) + yyv3842 := &yyv3841[yyj3841] + yyv3842.CodecDecodeSelf(d) } } - if yyrt3822 { - for ; yyj3822 < yyl3822; yyj3822++ { - yyv3822 = append(yyv3822, LimitRangeItem{}) - yyh3822.ElemContainerState(yyj3822) + if yyrt3841 { + for ; yyj3841 < yyl3841; yyj3841++ { + yyv3841 = append(yyv3841, LimitRangeItem{}) + yyh3841.ElemContainerState(yyj3841) if r.TryDecodeAsNil() { - yyv3822[yyj3822] = LimitRangeItem{} + yyv3841[yyj3841] = LimitRangeItem{} } else { - yyv3824 := &yyv3822[yyj3822] - yyv3824.CodecDecodeSelf(d) + yyv3843 := &yyv3841[yyj3841] + yyv3843.CodecDecodeSelf(d) } } } } else { - yyj3822 := 0 - for ; !r.CheckBreak(); yyj3822++ { + yyj3841 := 0 + for ; !r.CheckBreak(); yyj3841++ { - if yyj3822 >= len(yyv3822) { - yyv3822 = append(yyv3822, LimitRangeItem{}) // var yyz3822 LimitRangeItem - yyc3822 = true + if yyj3841 >= len(yyv3841) { + yyv3841 = append(yyv3841, LimitRangeItem{}) // var yyz3841 LimitRangeItem + yyc3841 = true } - yyh3822.ElemContainerState(yyj3822) - if yyj3822 < len(yyv3822) { + yyh3841.ElemContainerState(yyj3841) + if yyj3841 < len(yyv3841) { if r.TryDecodeAsNil() { - yyv3822[yyj3822] = LimitRangeItem{} + yyv3841[yyj3841] = LimitRangeItem{} } else { - yyv3825 := &yyv3822[yyj3822] - yyv3825.CodecDecodeSelf(d) + yyv3844 := &yyv3841[yyj3841] + yyv3844.CodecDecodeSelf(d) } } else { @@ -48724,17 +48990,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj3822 < len(yyv3822) { - yyv3822 = yyv3822[:yyj3822] - yyc3822 = true - } else if yyj3822 == 0 && yyv3822 == nil { - yyv3822 = []LimitRangeItem{} - yyc3822 = true + if yyj3841 < len(yyv3841) { + yyv3841 = yyv3841[:yyj3841] + yyc3841 = true + } else if yyj3841 == 0 && yyv3841 == nil { + yyv3841 = []LimitRangeItem{} + yyc3841 = true } } - yyh3822.End() - if yyc3822 { - *v = yyv3822 + yyh3841.End() + if yyc3841 { + *v = yyv3841 } } @@ -48743,10 +49009,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3826 := range v { + for _, yyv3845 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3827 := &yyv3826 - yy3827.CodecEncodeSelf(e) + yy3846 := &yyv3845 + yy3846.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48756,83 +49022,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3828 := *v - yyh3828, yyl3828 := z.DecSliceHelperStart() - var yyc3828 bool - if yyl3828 == 0 { - if yyv3828 == nil { - yyv3828 = []LimitRange{} - yyc3828 = true - } else if len(yyv3828) != 0 { - yyv3828 = yyv3828[:0] - yyc3828 = true + yyv3847 := *v + yyh3847, yyl3847 := z.DecSliceHelperStart() + var yyc3847 bool + if yyl3847 == 0 { + if yyv3847 == nil { + yyv3847 = []LimitRange{} + yyc3847 = true + } else if len(yyv3847) != 0 { + yyv3847 = yyv3847[:0] + yyc3847 = true } - } else if yyl3828 > 0 { - var yyrr3828, yyrl3828 int - var yyrt3828 bool - if yyl3828 > cap(yyv3828) { + } else if yyl3847 > 0 { + var yyrr3847, yyrl3847 int + var yyrt3847 bool + if yyl3847 > cap(yyv3847) { - yyrg3828 := len(yyv3828) > 0 - yyv23828 := yyv3828 - yyrl3828, yyrt3828 = z.DecInferLen(yyl3828, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3828 { - if yyrl3828 <= cap(yyv3828) { - yyv3828 = yyv3828[:yyrl3828] + yyrg3847 := len(yyv3847) > 0 + yyv23847 := yyv3847 + yyrl3847, yyrt3847 = z.DecInferLen(yyl3847, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3847 { + if yyrl3847 <= cap(yyv3847) { + yyv3847 = yyv3847[:yyrl3847] } else { - yyv3828 = make([]LimitRange, yyrl3828) + yyv3847 = make([]LimitRange, yyrl3847) } } else { - yyv3828 = make([]LimitRange, yyrl3828) + yyv3847 = make([]LimitRange, yyrl3847) } - yyc3828 = true - yyrr3828 = len(yyv3828) - if yyrg3828 { - copy(yyv3828, yyv23828) + yyc3847 = true + yyrr3847 = len(yyv3847) + if yyrg3847 { + copy(yyv3847, yyv23847) } - } else if yyl3828 != len(yyv3828) { - yyv3828 = yyv3828[:yyl3828] - yyc3828 = true + } else if yyl3847 != len(yyv3847) { + yyv3847 = yyv3847[:yyl3847] + yyc3847 = true } - yyj3828 := 0 - for ; yyj3828 < yyrr3828; yyj3828++ { - yyh3828.ElemContainerState(yyj3828) + yyj3847 := 0 + for ; yyj3847 < yyrr3847; yyj3847++ { + yyh3847.ElemContainerState(yyj3847) if r.TryDecodeAsNil() { - yyv3828[yyj3828] = LimitRange{} + yyv3847[yyj3847] = LimitRange{} } else { - yyv3829 := &yyv3828[yyj3828] - yyv3829.CodecDecodeSelf(d) + yyv3848 := &yyv3847[yyj3847] + yyv3848.CodecDecodeSelf(d) } } - if yyrt3828 { - for ; yyj3828 < yyl3828; yyj3828++ { - yyv3828 = append(yyv3828, LimitRange{}) - yyh3828.ElemContainerState(yyj3828) + if yyrt3847 { + for ; yyj3847 < yyl3847; yyj3847++ { + yyv3847 = append(yyv3847, LimitRange{}) + yyh3847.ElemContainerState(yyj3847) if r.TryDecodeAsNil() { - yyv3828[yyj3828] = LimitRange{} + yyv3847[yyj3847] = LimitRange{} } else { - yyv3830 := &yyv3828[yyj3828] - yyv3830.CodecDecodeSelf(d) + yyv3849 := &yyv3847[yyj3847] + yyv3849.CodecDecodeSelf(d) } } } } else { - yyj3828 := 0 - for ; !r.CheckBreak(); yyj3828++ { + yyj3847 := 0 + for ; !r.CheckBreak(); yyj3847++ { - if yyj3828 >= len(yyv3828) { - yyv3828 = append(yyv3828, LimitRange{}) // var yyz3828 LimitRange - yyc3828 = true + if yyj3847 >= len(yyv3847) { + yyv3847 = append(yyv3847, LimitRange{}) // var yyz3847 LimitRange + yyc3847 = true } - yyh3828.ElemContainerState(yyj3828) - if yyj3828 < len(yyv3828) { + yyh3847.ElemContainerState(yyj3847) + if yyj3847 < len(yyv3847) { if r.TryDecodeAsNil() { - yyv3828[yyj3828] = LimitRange{} + yyv3847[yyj3847] = LimitRange{} } else { - yyv3831 := &yyv3828[yyj3828] - yyv3831.CodecDecodeSelf(d) + yyv3850 := &yyv3847[yyj3847] + yyv3850.CodecDecodeSelf(d) } } else { @@ -48840,17 +49106,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj3828 < len(yyv3828) { - yyv3828 = yyv3828[:yyj3828] - yyc3828 = true - } else if yyj3828 == 0 && yyv3828 == nil { - yyv3828 = []LimitRange{} - yyc3828 = true + if yyj3847 < len(yyv3847) { + yyv3847 = yyv3847[:yyj3847] + yyc3847 = true + } else if yyj3847 == 0 && yyv3847 == nil { + yyv3847 = []LimitRange{} + yyc3847 = true } } - yyh3828.End() - if yyc3828 { - *v = yyv3828 + yyh3847.End() + if yyc3847 { + *v = yyv3847 } } @@ -48859,10 +49125,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3832 := range v { + for _, yyv3851 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3833 := &yyv3832 - yy3833.CodecEncodeSelf(e) + yy3852 := &yyv3851 + yy3852.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48872,83 +49138,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3834 := *v - yyh3834, yyl3834 := z.DecSliceHelperStart() - var yyc3834 bool - if yyl3834 == 0 { - if yyv3834 == nil { - yyv3834 = []ResourceQuota{} - yyc3834 = true - } else if len(yyv3834) != 0 { - yyv3834 = yyv3834[:0] - yyc3834 = true + yyv3853 := *v + yyh3853, yyl3853 := z.DecSliceHelperStart() + var yyc3853 bool + if yyl3853 == 0 { + if yyv3853 == nil { + yyv3853 = []ResourceQuota{} + yyc3853 = true + } else if len(yyv3853) != 0 { + yyv3853 = yyv3853[:0] + yyc3853 = true } - } else if yyl3834 > 0 { - var yyrr3834, yyrl3834 int - var yyrt3834 bool - if yyl3834 > cap(yyv3834) { + } else if yyl3853 > 0 { + var yyrr3853, yyrl3853 int + var yyrt3853 bool + if yyl3853 > cap(yyv3853) { - yyrg3834 := len(yyv3834) > 0 - yyv23834 := yyv3834 - yyrl3834, yyrt3834 = z.DecInferLen(yyl3834, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3834 { - if yyrl3834 <= cap(yyv3834) { - yyv3834 = yyv3834[:yyrl3834] + yyrg3853 := len(yyv3853) > 0 + yyv23853 := yyv3853 + yyrl3853, yyrt3853 = z.DecInferLen(yyl3853, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3853 { + if yyrl3853 <= cap(yyv3853) { + yyv3853 = yyv3853[:yyrl3853] } else { - yyv3834 = make([]ResourceQuota, yyrl3834) + yyv3853 = make([]ResourceQuota, yyrl3853) } } else { - yyv3834 = make([]ResourceQuota, yyrl3834) + yyv3853 = make([]ResourceQuota, yyrl3853) } - yyc3834 = true - yyrr3834 = len(yyv3834) - if yyrg3834 { - copy(yyv3834, yyv23834) + yyc3853 = true + yyrr3853 = len(yyv3853) + if yyrg3853 { + copy(yyv3853, yyv23853) } - } else if yyl3834 != len(yyv3834) { - yyv3834 = yyv3834[:yyl3834] - yyc3834 = true + } else if yyl3853 != len(yyv3853) { + yyv3853 = yyv3853[:yyl3853] + yyc3853 = true } - yyj3834 := 0 - for ; yyj3834 < yyrr3834; yyj3834++ { - yyh3834.ElemContainerState(yyj3834) + yyj3853 := 0 + for ; yyj3853 < yyrr3853; yyj3853++ { + yyh3853.ElemContainerState(yyj3853) if r.TryDecodeAsNil() { - yyv3834[yyj3834] = ResourceQuota{} + yyv3853[yyj3853] = ResourceQuota{} } else { - yyv3835 := &yyv3834[yyj3834] - yyv3835.CodecDecodeSelf(d) + yyv3854 := &yyv3853[yyj3853] + yyv3854.CodecDecodeSelf(d) } } - if yyrt3834 { - for ; yyj3834 < yyl3834; yyj3834++ { - yyv3834 = append(yyv3834, ResourceQuota{}) - yyh3834.ElemContainerState(yyj3834) + if yyrt3853 { + for ; yyj3853 < yyl3853; yyj3853++ { + yyv3853 = append(yyv3853, ResourceQuota{}) + yyh3853.ElemContainerState(yyj3853) if r.TryDecodeAsNil() { - yyv3834[yyj3834] = ResourceQuota{} + yyv3853[yyj3853] = ResourceQuota{} } else { - yyv3836 := &yyv3834[yyj3834] - yyv3836.CodecDecodeSelf(d) + yyv3855 := &yyv3853[yyj3853] + yyv3855.CodecDecodeSelf(d) } } } } else { - yyj3834 := 0 - for ; !r.CheckBreak(); yyj3834++ { + yyj3853 := 0 + for ; !r.CheckBreak(); yyj3853++ { - if yyj3834 >= len(yyv3834) { - yyv3834 = append(yyv3834, ResourceQuota{}) // var yyz3834 ResourceQuota - yyc3834 = true + if yyj3853 >= len(yyv3853) { + yyv3853 = append(yyv3853, ResourceQuota{}) // var yyz3853 ResourceQuota + yyc3853 = true } - yyh3834.ElemContainerState(yyj3834) - if yyj3834 < len(yyv3834) { + yyh3853.ElemContainerState(yyj3853) + if yyj3853 < len(yyv3853) { if r.TryDecodeAsNil() { - yyv3834[yyj3834] = ResourceQuota{} + yyv3853[yyj3853] = ResourceQuota{} } else { - yyv3837 := &yyv3834[yyj3834] - yyv3837.CodecDecodeSelf(d) + yyv3856 := &yyv3853[yyj3853] + yyv3856.CodecDecodeSelf(d) } } else { @@ -48956,17 +49222,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj3834 < len(yyv3834) { - yyv3834 = yyv3834[:yyj3834] - yyc3834 = true - } else if yyj3834 == 0 && yyv3834 == nil { - yyv3834 = []ResourceQuota{} - yyc3834 = true + if yyj3853 < len(yyv3853) { + yyv3853 = yyv3853[:yyj3853] + yyc3853 = true + } else if yyj3853 == 0 && yyv3853 == nil { + yyv3853 = []ResourceQuota{} + yyc3853 = true } } - yyh3834.End() - if yyc3834 { - *v = yyv3834 + yyh3853.End() + if yyc3853 { + *v = yyv3853 } } @@ -48975,23 +49241,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3838, yyv3838 := range v { + for yyk3857, yyv3857 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym3839 := z.EncBinary() - _ = yym3839 + yym3858 := z.EncBinary() + _ = yym3858 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk3838)) + r.EncodeString(codecSelferC_UTF81234, string(yyk3857)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv3838 == nil { + if yyv3857 == nil { r.EncodeNil() } else { - yym3840 := z.EncBinary() - _ = yym3840 + yym3859 := z.EncBinary() + _ = yym3859 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3838)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3857)) } } } @@ -49003,80 +49269,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3841 := *v - yyl3841 := r.ReadMapStart() - yybh3841 := z.DecBasicHandle() - if yyv3841 == nil { - yyrl3841, _ := z.DecInferLen(yyl3841, yybh3841.MaxInitLen, 40) - yyv3841 = make(map[string][]uint8, yyrl3841) - *v = yyv3841 + yyv3860 := *v + yyl3860 := r.ReadMapStart() + yybh3860 := z.DecBasicHandle() + if yyv3860 == nil { + yyrl3860, _ := z.DecInferLen(yyl3860, yybh3860.MaxInitLen, 40) + yyv3860 = make(map[string][]uint8, yyrl3860) + *v = yyv3860 } - var yymk3841 string - var yymv3841 []uint8 - var yymg3841 bool - if yybh3841.MapValueReset { - yymg3841 = true + var yymk3860 string + var yymv3860 []uint8 + var yymg3860 bool + if yybh3860.MapValueReset { + yymg3860 = true } - if yyl3841 > 0 { - for yyj3841 := 0; yyj3841 < yyl3841; yyj3841++ { + if yyl3860 > 0 { + for yyj3860 := 0; yyj3860 < yyl3860; yyj3860++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3841 = "" + yymk3860 = "" } else { - yymk3841 = string(r.DecodeString()) + yymk3860 = string(r.DecodeString()) } - if yymg3841 { - yymv3841 = yyv3841[yymk3841] + if yymg3860 { + yymv3860 = yyv3860[yymk3860] } else { - yymv3841 = nil + yymv3860 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3841 = nil + yymv3860 = nil } else { - yyv3843 := &yymv3841 - yym3844 := z.DecBinary() - _ = yym3844 + yyv3862 := &yymv3860 + yym3863 := z.DecBinary() + _ = yym3863 if false { } else { - *yyv3843 = r.DecodeBytes(*(*[]byte)(yyv3843), false, false) + *yyv3862 = r.DecodeBytes(*(*[]byte)(yyv3862), false, false) } } - if yyv3841 != nil { - yyv3841[yymk3841] = yymv3841 + if yyv3860 != nil { + yyv3860[yymk3860] = yymv3860 } } - } else if yyl3841 < 0 { - for yyj3841 := 0; !r.CheckBreak(); yyj3841++ { + } else if yyl3860 < 0 { + for yyj3860 := 0; !r.CheckBreak(); yyj3860++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3841 = "" + yymk3860 = "" } else { - yymk3841 = string(r.DecodeString()) + yymk3860 = string(r.DecodeString()) } - if yymg3841 { - yymv3841 = yyv3841[yymk3841] + if yymg3860 { + yymv3860 = yyv3860[yymk3860] } else { - yymv3841 = nil + yymv3860 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3841 = nil + yymv3860 = nil } else { - yyv3846 := &yymv3841 - yym3847 := z.DecBinary() - _ = yym3847 + yyv3865 := &yymv3860 + yym3866 := z.DecBinary() + _ = yym3866 if false { } else { - *yyv3846 = r.DecodeBytes(*(*[]byte)(yyv3846), false, false) + *yyv3865 = r.DecodeBytes(*(*[]byte)(yyv3865), false, false) } } - if yyv3841 != nil { - yyv3841[yymk3841] = yymv3841 + if yyv3860 != nil { + yyv3860[yymk3860] = yymv3860 } } } // else len==0: TODO: Should we clear map entries? @@ -49088,10 +49354,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3848 := range v { + for _, yyv3867 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3849 := &yyv3848 - yy3849.CodecEncodeSelf(e) + yy3868 := &yyv3867 + yy3868.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49101,83 +49367,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3850 := *v - yyh3850, yyl3850 := z.DecSliceHelperStart() - var yyc3850 bool - if yyl3850 == 0 { - if yyv3850 == nil { - yyv3850 = []Secret{} - yyc3850 = true - } else if len(yyv3850) != 0 { - yyv3850 = yyv3850[:0] - yyc3850 = true + yyv3869 := *v + yyh3869, yyl3869 := z.DecSliceHelperStart() + var yyc3869 bool + if yyl3869 == 0 { + if yyv3869 == nil { + yyv3869 = []Secret{} + yyc3869 = true + } else if len(yyv3869) != 0 { + yyv3869 = yyv3869[:0] + yyc3869 = true } - } else if yyl3850 > 0 { - var yyrr3850, yyrl3850 int - var yyrt3850 bool - if yyl3850 > cap(yyv3850) { + } else if yyl3869 > 0 { + var yyrr3869, yyrl3869 int + var yyrt3869 bool + if yyl3869 > cap(yyv3869) { - yyrg3850 := len(yyv3850) > 0 - yyv23850 := yyv3850 - yyrl3850, yyrt3850 = z.DecInferLen(yyl3850, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3850 { - if yyrl3850 <= cap(yyv3850) { - yyv3850 = yyv3850[:yyrl3850] + yyrg3869 := len(yyv3869) > 0 + yyv23869 := yyv3869 + yyrl3869, yyrt3869 = z.DecInferLen(yyl3869, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3869 { + if yyrl3869 <= cap(yyv3869) { + yyv3869 = yyv3869[:yyrl3869] } else { - yyv3850 = make([]Secret, yyrl3850) + yyv3869 = make([]Secret, yyrl3869) } } else { - yyv3850 = make([]Secret, yyrl3850) + yyv3869 = make([]Secret, yyrl3869) } - yyc3850 = true - yyrr3850 = len(yyv3850) - if yyrg3850 { - copy(yyv3850, yyv23850) + yyc3869 = true + yyrr3869 = len(yyv3869) + if yyrg3869 { + copy(yyv3869, yyv23869) } - } else if yyl3850 != len(yyv3850) { - yyv3850 = yyv3850[:yyl3850] - yyc3850 = true + } else if yyl3869 != len(yyv3869) { + yyv3869 = yyv3869[:yyl3869] + yyc3869 = true } - yyj3850 := 0 - for ; yyj3850 < yyrr3850; yyj3850++ { - yyh3850.ElemContainerState(yyj3850) + yyj3869 := 0 + for ; yyj3869 < yyrr3869; yyj3869++ { + yyh3869.ElemContainerState(yyj3869) if r.TryDecodeAsNil() { - yyv3850[yyj3850] = Secret{} + yyv3869[yyj3869] = Secret{} } else { - yyv3851 := &yyv3850[yyj3850] - yyv3851.CodecDecodeSelf(d) + yyv3870 := &yyv3869[yyj3869] + yyv3870.CodecDecodeSelf(d) } } - if yyrt3850 { - for ; yyj3850 < yyl3850; yyj3850++ { - yyv3850 = append(yyv3850, Secret{}) - yyh3850.ElemContainerState(yyj3850) + if yyrt3869 { + for ; yyj3869 < yyl3869; yyj3869++ { + yyv3869 = append(yyv3869, Secret{}) + yyh3869.ElemContainerState(yyj3869) if r.TryDecodeAsNil() { - yyv3850[yyj3850] = Secret{} + yyv3869[yyj3869] = Secret{} } else { - yyv3852 := &yyv3850[yyj3850] - yyv3852.CodecDecodeSelf(d) + yyv3871 := &yyv3869[yyj3869] + yyv3871.CodecDecodeSelf(d) } } } } else { - yyj3850 := 0 - for ; !r.CheckBreak(); yyj3850++ { + yyj3869 := 0 + for ; !r.CheckBreak(); yyj3869++ { - if yyj3850 >= len(yyv3850) { - yyv3850 = append(yyv3850, Secret{}) // var yyz3850 Secret - yyc3850 = true + if yyj3869 >= len(yyv3869) { + yyv3869 = append(yyv3869, Secret{}) // var yyz3869 Secret + yyc3869 = true } - yyh3850.ElemContainerState(yyj3850) - if yyj3850 < len(yyv3850) { + yyh3869.ElemContainerState(yyj3869) + if yyj3869 < len(yyv3869) { if r.TryDecodeAsNil() { - yyv3850[yyj3850] = Secret{} + yyv3869[yyj3869] = Secret{} } else { - yyv3853 := &yyv3850[yyj3850] - yyv3853.CodecDecodeSelf(d) + yyv3872 := &yyv3869[yyj3869] + yyv3872.CodecDecodeSelf(d) } } else { @@ -49185,17 +49451,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj3850 < len(yyv3850) { - yyv3850 = yyv3850[:yyj3850] - yyc3850 = true - } else if yyj3850 == 0 && yyv3850 == nil { - yyv3850 = []Secret{} - yyc3850 = true + if yyj3869 < len(yyv3869) { + yyv3869 = yyv3869[:yyj3869] + yyc3869 = true + } else if yyj3869 == 0 && yyv3869 == nil { + yyv3869 = []Secret{} + yyc3869 = true } } - yyh3850.End() - if yyc3850 { - *v = yyv3850 + yyh3869.End() + if yyc3869 { + *v = yyv3869 } } @@ -49204,10 +49470,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3854 := range v { + for _, yyv3873 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3855 := &yyv3854 - yy3855.CodecEncodeSelf(e) + yy3874 := &yyv3873 + yy3874.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49217,83 +49483,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3856 := *v - yyh3856, yyl3856 := z.DecSliceHelperStart() - var yyc3856 bool - if yyl3856 == 0 { - if yyv3856 == nil { - yyv3856 = []ComponentCondition{} - yyc3856 = true - } else if len(yyv3856) != 0 { - yyv3856 = yyv3856[:0] - yyc3856 = true + yyv3875 := *v + yyh3875, yyl3875 := z.DecSliceHelperStart() + var yyc3875 bool + if yyl3875 == 0 { + if yyv3875 == nil { + yyv3875 = []ComponentCondition{} + yyc3875 = true + } else if len(yyv3875) != 0 { + yyv3875 = yyv3875[:0] + yyc3875 = true } - } else if yyl3856 > 0 { - var yyrr3856, yyrl3856 int - var yyrt3856 bool - if yyl3856 > cap(yyv3856) { + } else if yyl3875 > 0 { + var yyrr3875, yyrl3875 int + var yyrt3875 bool + if yyl3875 > cap(yyv3875) { - yyrg3856 := len(yyv3856) > 0 - yyv23856 := yyv3856 - yyrl3856, yyrt3856 = z.DecInferLen(yyl3856, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3856 { - if yyrl3856 <= cap(yyv3856) { - yyv3856 = yyv3856[:yyrl3856] + yyrg3875 := len(yyv3875) > 0 + yyv23875 := yyv3875 + yyrl3875, yyrt3875 = z.DecInferLen(yyl3875, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3875 { + if yyrl3875 <= cap(yyv3875) { + yyv3875 = yyv3875[:yyrl3875] } else { - yyv3856 = make([]ComponentCondition, yyrl3856) + yyv3875 = make([]ComponentCondition, yyrl3875) } } else { - yyv3856 = make([]ComponentCondition, yyrl3856) + yyv3875 = make([]ComponentCondition, yyrl3875) } - yyc3856 = true - yyrr3856 = len(yyv3856) - if yyrg3856 { - copy(yyv3856, yyv23856) + yyc3875 = true + yyrr3875 = len(yyv3875) + if yyrg3875 { + copy(yyv3875, yyv23875) } - } else if yyl3856 != len(yyv3856) { - yyv3856 = yyv3856[:yyl3856] - yyc3856 = true + } else if yyl3875 != len(yyv3875) { + yyv3875 = yyv3875[:yyl3875] + yyc3875 = true } - yyj3856 := 0 - for ; yyj3856 < yyrr3856; yyj3856++ { - yyh3856.ElemContainerState(yyj3856) + yyj3875 := 0 + for ; yyj3875 < yyrr3875; yyj3875++ { + yyh3875.ElemContainerState(yyj3875) if r.TryDecodeAsNil() { - yyv3856[yyj3856] = ComponentCondition{} + yyv3875[yyj3875] = ComponentCondition{} } else { - yyv3857 := &yyv3856[yyj3856] - yyv3857.CodecDecodeSelf(d) + yyv3876 := &yyv3875[yyj3875] + yyv3876.CodecDecodeSelf(d) } } - if yyrt3856 { - for ; yyj3856 < yyl3856; yyj3856++ { - yyv3856 = append(yyv3856, ComponentCondition{}) - yyh3856.ElemContainerState(yyj3856) + if yyrt3875 { + for ; yyj3875 < yyl3875; yyj3875++ { + yyv3875 = append(yyv3875, ComponentCondition{}) + yyh3875.ElemContainerState(yyj3875) if r.TryDecodeAsNil() { - yyv3856[yyj3856] = ComponentCondition{} + yyv3875[yyj3875] = ComponentCondition{} } else { - yyv3858 := &yyv3856[yyj3856] - yyv3858.CodecDecodeSelf(d) + yyv3877 := &yyv3875[yyj3875] + yyv3877.CodecDecodeSelf(d) } } } } else { - yyj3856 := 0 - for ; !r.CheckBreak(); yyj3856++ { + yyj3875 := 0 + for ; !r.CheckBreak(); yyj3875++ { - if yyj3856 >= len(yyv3856) { - yyv3856 = append(yyv3856, ComponentCondition{}) // var yyz3856 ComponentCondition - yyc3856 = true + if yyj3875 >= len(yyv3875) { + yyv3875 = append(yyv3875, ComponentCondition{}) // var yyz3875 ComponentCondition + yyc3875 = true } - yyh3856.ElemContainerState(yyj3856) - if yyj3856 < len(yyv3856) { + yyh3875.ElemContainerState(yyj3875) + if yyj3875 < len(yyv3875) { if r.TryDecodeAsNil() { - yyv3856[yyj3856] = ComponentCondition{} + yyv3875[yyj3875] = ComponentCondition{} } else { - yyv3859 := &yyv3856[yyj3856] - yyv3859.CodecDecodeSelf(d) + yyv3878 := &yyv3875[yyj3875] + yyv3878.CodecDecodeSelf(d) } } else { @@ -49301,17 +49567,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj3856 < len(yyv3856) { - yyv3856 = yyv3856[:yyj3856] - yyc3856 = true - } else if yyj3856 == 0 && yyv3856 == nil { - yyv3856 = []ComponentCondition{} - yyc3856 = true + if yyj3875 < len(yyv3875) { + yyv3875 = yyv3875[:yyj3875] + yyc3875 = true + } else if yyj3875 == 0 && yyv3875 == nil { + yyv3875 = []ComponentCondition{} + yyc3875 = true } } - yyh3856.End() - if yyc3856 { - *v = yyv3856 + yyh3875.End() + if yyc3875 { + *v = yyv3875 } } @@ -49320,10 +49586,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3860 := range v { + for _, yyv3879 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3861 := &yyv3860 - yy3861.CodecEncodeSelf(e) + yy3880 := &yyv3879 + yy3880.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49333,83 +49599,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3862 := *v - yyh3862, yyl3862 := z.DecSliceHelperStart() - var yyc3862 bool - if yyl3862 == 0 { - if yyv3862 == nil { - yyv3862 = []ComponentStatus{} - yyc3862 = true - } else if len(yyv3862) != 0 { - yyv3862 = yyv3862[:0] - yyc3862 = true + yyv3881 := *v + yyh3881, yyl3881 := z.DecSliceHelperStart() + var yyc3881 bool + if yyl3881 == 0 { + if yyv3881 == nil { + yyv3881 = []ComponentStatus{} + yyc3881 = true + } else if len(yyv3881) != 0 { + yyv3881 = yyv3881[:0] + yyc3881 = true } - } else if yyl3862 > 0 { - var yyrr3862, yyrl3862 int - var yyrt3862 bool - if yyl3862 > cap(yyv3862) { + } else if yyl3881 > 0 { + var yyrr3881, yyrl3881 int + var yyrt3881 bool + if yyl3881 > cap(yyv3881) { - yyrg3862 := len(yyv3862) > 0 - yyv23862 := yyv3862 - yyrl3862, yyrt3862 = z.DecInferLen(yyl3862, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3862 { - if yyrl3862 <= cap(yyv3862) { - yyv3862 = yyv3862[:yyrl3862] + yyrg3881 := len(yyv3881) > 0 + yyv23881 := yyv3881 + yyrl3881, yyrt3881 = z.DecInferLen(yyl3881, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3881 { + if yyrl3881 <= cap(yyv3881) { + yyv3881 = yyv3881[:yyrl3881] } else { - yyv3862 = make([]ComponentStatus, yyrl3862) + yyv3881 = make([]ComponentStatus, yyrl3881) } } else { - yyv3862 = make([]ComponentStatus, yyrl3862) + yyv3881 = make([]ComponentStatus, yyrl3881) } - yyc3862 = true - yyrr3862 = len(yyv3862) - if yyrg3862 { - copy(yyv3862, yyv23862) + yyc3881 = true + yyrr3881 = len(yyv3881) + if yyrg3881 { + copy(yyv3881, yyv23881) } - } else if yyl3862 != len(yyv3862) { - yyv3862 = yyv3862[:yyl3862] - yyc3862 = true + } else if yyl3881 != len(yyv3881) { + yyv3881 = yyv3881[:yyl3881] + yyc3881 = true } - yyj3862 := 0 - for ; yyj3862 < yyrr3862; yyj3862++ { - yyh3862.ElemContainerState(yyj3862) + yyj3881 := 0 + for ; yyj3881 < yyrr3881; yyj3881++ { + yyh3881.ElemContainerState(yyj3881) if r.TryDecodeAsNil() { - yyv3862[yyj3862] = ComponentStatus{} + yyv3881[yyj3881] = ComponentStatus{} } else { - yyv3863 := &yyv3862[yyj3862] - yyv3863.CodecDecodeSelf(d) + yyv3882 := &yyv3881[yyj3881] + yyv3882.CodecDecodeSelf(d) } } - if yyrt3862 { - for ; yyj3862 < yyl3862; yyj3862++ { - yyv3862 = append(yyv3862, ComponentStatus{}) - yyh3862.ElemContainerState(yyj3862) + if yyrt3881 { + for ; yyj3881 < yyl3881; yyj3881++ { + yyv3881 = append(yyv3881, ComponentStatus{}) + yyh3881.ElemContainerState(yyj3881) if r.TryDecodeAsNil() { - yyv3862[yyj3862] = ComponentStatus{} + yyv3881[yyj3881] = ComponentStatus{} } else { - yyv3864 := &yyv3862[yyj3862] - yyv3864.CodecDecodeSelf(d) + yyv3883 := &yyv3881[yyj3881] + yyv3883.CodecDecodeSelf(d) } } } } else { - yyj3862 := 0 - for ; !r.CheckBreak(); yyj3862++ { + yyj3881 := 0 + for ; !r.CheckBreak(); yyj3881++ { - if yyj3862 >= len(yyv3862) { - yyv3862 = append(yyv3862, ComponentStatus{}) // var yyz3862 ComponentStatus - yyc3862 = true + if yyj3881 >= len(yyv3881) { + yyv3881 = append(yyv3881, ComponentStatus{}) // var yyz3881 ComponentStatus + yyc3881 = true } - yyh3862.ElemContainerState(yyj3862) - if yyj3862 < len(yyv3862) { + yyh3881.ElemContainerState(yyj3881) + if yyj3881 < len(yyv3881) { if r.TryDecodeAsNil() { - yyv3862[yyj3862] = ComponentStatus{} + yyv3881[yyj3881] = ComponentStatus{} } else { - yyv3865 := &yyv3862[yyj3862] - yyv3865.CodecDecodeSelf(d) + yyv3884 := &yyv3881[yyj3881] + yyv3884.CodecDecodeSelf(d) } } else { @@ -49417,16 +49683,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj3862 < len(yyv3862) { - yyv3862 = yyv3862[:yyj3862] - yyc3862 = true - } else if yyj3862 == 0 && yyv3862 == nil { - yyv3862 = []ComponentStatus{} - yyc3862 = true + if yyj3881 < len(yyv3881) { + yyv3881 = yyv3881[:yyj3881] + yyc3881 = true + } else if yyj3881 == 0 && yyv3881 == nil { + yyv3881 = []ComponentStatus{} + yyc3881 = true } } - yyh3862.End() - if yyc3862 { - *v = yyv3862 + yyh3881.End() + if yyc3881 { + *v = yyv3881 } } diff --git a/pkg/api/types.go b/pkg/api/types.go index 588b8ed2ce6..b937ed12da5 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -560,8 +560,8 @@ type GitRepoVolumeSource struct { // as files using the keys in the Data field as the file names. // Secret volumes support ownership management and SELinux relabeling. type SecretVolumeSource struct { - // Name of the secret in the pod's namespace to use - SecretName string `json:"secretName"` + // Name of the secret in the pod's namespace to use. + SecretName string `json:"secretName,omitempty"` } // Represents an NFS mount that lasts the lifetime of a pod. @@ -721,6 +721,8 @@ type EnvVarSource struct { FieldRef *ObjectFieldSelector `json:"fieldRef,omitempty"` // Selects a key of a ConfigMap. ConfigMapKeyRef *ConfigMapKeySelector `json:"configMapKeyRef,omitempty"` + // Selects a key of a secret in the pod's namespace. + SecretKeyRef *SecretKeySelector `json:"secretKeyRef,omitempty"` } // ObjectFieldSelector selects an APIVersioned field of an object. @@ -741,6 +743,14 @@ type ConfigMapKeySelector struct { Key string `json:"key"` } +// SecretKeySelector selects a key of a Secret. +type SecretKeySelector struct { + // The name of the secret in the pod's namespace to select from. + LocalObjectReference `json:",inline"` + // The key of the secret to select from. Must be a valid secret key. + Key string `json:"key"` +} + // HTTPGetAction describes an action based on HTTP Get requests. type HTTPGetAction struct { // Optional: Path to access on the HTTP server. diff --git a/pkg/api/v1/conversion_generated.go b/pkg/api/v1/conversion_generated.go index f861b74f131..c3d6674c82f 100644 --- a/pkg/api/v1/conversion_generated.go +++ b/pkg/api/v1/conversion_generated.go @@ -722,6 +722,15 @@ func autoConvert_api_EnvVarSource_To_v1_EnvVarSource(in *api.EnvVarSource, out * } else { out.ConfigMapKeyRef = nil } + // unable to generate simple pointer conversion for api.SecretKeySelector -> v1.SecretKeySelector + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(SecretKeySelector) + if err := Convert_api_SecretKeySelector_To_v1_SecretKeySelector(in.SecretKeyRef, out.SecretKeyRef, s); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -2731,6 +2740,21 @@ func Convert_api_Secret_To_v1_Secret(in *api.Secret, out *Secret, s conversion.S return autoConvert_api_Secret_To_v1_Secret(in, out, s) } +func autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector(in *api.SecretKeySelector, out *SecretKeySelector, s conversion.Scope) error { + if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { + defaulting.(func(*api.SecretKeySelector))(in) + } + if err := Convert_api_LocalObjectReference_To_v1_LocalObjectReference(&in.LocalObjectReference, &out.LocalObjectReference, s); err != nil { + return err + } + out.Key = in.Key + return nil +} + +func Convert_api_SecretKeySelector_To_v1_SecretKeySelector(in *api.SecretKeySelector, out *SecretKeySelector, s conversion.Scope) error { + return autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector(in, out, s) +} + func autoConvert_api_SecretList_To_v1_SecretList(in *api.SecretList, out *SecretList, s conversion.Scope) error { if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { defaulting.(func(*api.SecretList))(in) @@ -3935,6 +3959,15 @@ func autoConvert_v1_EnvVarSource_To_api_EnvVarSource(in *EnvVarSource, out *api. } else { out.ConfigMapKeyRef = nil } + // unable to generate simple pointer conversion for v1.SecretKeySelector -> api.SecretKeySelector + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(api.SecretKeySelector) + if err := Convert_v1_SecretKeySelector_To_api_SecretKeySelector(in.SecretKeyRef, out.SecretKeyRef, s); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -5836,6 +5869,21 @@ func Convert_v1_Secret_To_api_Secret(in *Secret, out *api.Secret, s conversion.S return autoConvert_v1_Secret_To_api_Secret(in, out, s) } +func autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector(in *SecretKeySelector, out *api.SecretKeySelector, s conversion.Scope) error { + if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { + defaulting.(func(*SecretKeySelector))(in) + } + if err := Convert_v1_LocalObjectReference_To_api_LocalObjectReference(&in.LocalObjectReference, &out.LocalObjectReference, s); err != nil { + return err + } + out.Key = in.Key + return nil +} + +func Convert_v1_SecretKeySelector_To_api_SecretKeySelector(in *SecretKeySelector, out *api.SecretKeySelector, s conversion.Scope) error { + return autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector(in, out, s) +} + func autoConvert_v1_SecretList_To_api_SecretList(in *SecretList, out *api.SecretList, s conversion.Scope) error { if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { defaulting.(func(*SecretList))(in) @@ -6437,6 +6485,7 @@ func init() { autoConvert_api_ResourceQuota_To_v1_ResourceQuota, autoConvert_api_ResourceRequirements_To_v1_ResourceRequirements, autoConvert_api_SELinuxOptions_To_v1_SELinuxOptions, + autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector, autoConvert_api_SecretList_To_v1_SecretList, autoConvert_api_SecretVolumeSource_To_v1_SecretVolumeSource, autoConvert_api_Secret_To_v1_Secret, @@ -6560,6 +6609,7 @@ func init() { autoConvert_v1_ResourceQuota_To_api_ResourceQuota, autoConvert_v1_ResourceRequirements_To_api_ResourceRequirements, autoConvert_v1_SELinuxOptions_To_api_SELinuxOptions, + autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector, autoConvert_v1_SecretList_To_api_SecretList, autoConvert_v1_SecretVolumeSource_To_api_SecretVolumeSource, autoConvert_v1_Secret_To_api_Secret, diff --git a/pkg/api/v1/deep_copy_generated.go b/pkg/api/v1/deep_copy_generated.go index ffe7839cd9a..2bc06f6daa6 100644 --- a/pkg/api/v1/deep_copy_generated.go +++ b/pkg/api/v1/deep_copy_generated.go @@ -549,6 +549,14 @@ func deepCopy_v1_EnvVarSource(in EnvVarSource, out *EnvVarSource, c *conversion. } else { out.ConfigMapKeyRef = nil } + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(SecretKeySelector) + if err := deepCopy_v1_SecretKeySelector(*in.SecretKeyRef, out.SecretKeyRef, c); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -2065,6 +2073,14 @@ func deepCopy_v1_Secret(in Secret, out *Secret, c *conversion.Cloner) error { return nil } +func deepCopy_v1_SecretKeySelector(in SecretKeySelector, out *SecretKeySelector, c *conversion.Cloner) error { + if err := deepCopy_v1_LocalObjectReference(in.LocalObjectReference, &out.LocalObjectReference, c); err != nil { + return err + } + out.Key = in.Key + return nil +} + func deepCopy_v1_SecretList(in SecretList, out *SecretList, c *conversion.Cloner) error { if err := deepCopy_unversioned_TypeMeta(in.TypeMeta, &out.TypeMeta, c); err != nil { return err @@ -2579,6 +2595,7 @@ func init() { deepCopy_v1_ResourceRequirements, deepCopy_v1_SELinuxOptions, deepCopy_v1_Secret, + deepCopy_v1_SecretKeySelector, deepCopy_v1_SecretList, deepCopy_v1_SecretVolumeSource, deepCopy_v1_SecurityContext, diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 012950b029c..a013450798a 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -11160,11 +11160,12 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { var yyq770 [1]bool _, _, _ = yysep770, yyq770, yy2arr770 const yyr770 bool = false + yyq770[0] = x.SecretName != "" var yynn770 int if yyr770 || yy2arr770 { r.EncodeArrayStart(1) } else { - yynn770 = 1 + yynn770 = 0 for _, b := range yyq770 { if b { yynn770++ @@ -11175,21 +11176,27 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr770 || yy2arr770 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym772 := z.EncBinary() - _ = yym772 - if false { + if yyq770[0] { + yym772 := z.EncBinary() + _ = yym772 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("secretName")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym773 := z.EncBinary() - _ = yym773 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + if yyq770[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("secretName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym773 := z.EncBinary() + _ = yym773 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) + } } } if yyr770 || yy2arr770 { @@ -13154,14 +13161,15 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep939 := !z.EncBinary() yy2arr939 := z.EncBasicHandle().StructToArray - var yyq939 [2]bool + var yyq939 [3]bool _, _, _ = yysep939, yyq939, yy2arr939 const yyr939 bool = false yyq939[0] = x.FieldRef != nil yyq939[1] = x.ConfigMapKeyRef != nil + yyq939[2] = x.SecretKeyRef != nil var yynn939 int if yyr939 || yy2arr939 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { yynn939 = 0 for _, b := range yyq939 { @@ -13218,6 +13226,29 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr939 || yy2arr939 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq939[2] { + if x.SecretKeyRef == nil { + r.EncodeNil() + } else { + x.SecretKeyRef.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq939[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.SecretKeyRef == nil { + r.EncodeNil() + } else { + x.SecretKeyRef.CodecEncodeSelf(e) + } + } + } if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -13231,25 +13262,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym942 := z.DecBinary() - _ = yym942 + yym943 := z.DecBinary() + _ = yym943 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct943 := r.ContainerType() - if yyct943 == codecSelferValueTypeMap1234 { - yyl943 := r.ReadMapStart() - if yyl943 == 0 { + yyct944 := r.ContainerType() + if yyct944 == codecSelferValueTypeMap1234 { + yyl944 := r.ReadMapStart() + if yyl944 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl943, d) + x.codecDecodeSelfFromMap(yyl944, d) } - } else if yyct943 == codecSelferValueTypeArray1234 { - yyl943 := r.ReadArrayStart() - if yyl943 == 0 { + } else if yyct944 == codecSelferValueTypeArray1234 { + yyl944 := r.ReadArrayStart() + if yyl944 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl943, d) + x.codecDecodeSelfFromArray(yyl944, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13261,12 +13292,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys944Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys944Slc - var yyhl944 bool = l >= 0 - for yyj944 := 0; ; yyj944++ { - if yyhl944 { - if yyj944 >= l { + var yys945Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys945Slc + var yyhl945 bool = l >= 0 + for yyj945 := 0; ; yyj945++ { + if yyhl945 { + if yyj945 >= l { break } } else { @@ -13275,10 +13306,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys944Slc = r.DecodeBytes(yys944Slc, true, true) - yys944 := string(yys944Slc) + yys945Slc = r.DecodeBytes(yys945Slc, true, true) + yys945 := string(yys945Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys944 { + switch yys945 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -13301,10 +13332,21 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } + case "secretKeyRef": + if r.TryDecodeAsNil() { + if x.SecretKeyRef != nil { + x.SecretKeyRef = nil + } + } else { + if x.SecretKeyRef == nil { + x.SecretKeyRef = new(SecretKeySelector) + } + x.SecretKeyRef.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys944) - } // end switch yys944 - } // end for yyj944 + z.DecStructFieldNotFound(-1, yys945) + } // end switch yys945 + } // end for yyj945 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13312,16 +13354,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj947 int - var yyb947 bool - var yyhl947 bool = l >= 0 - yyj947++ - if yyhl947 { - yyb947 = yyj947 > l + var yyj949 int + var yyb949 bool + var yyhl949 bool = l >= 0 + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb947 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb947 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13336,13 +13378,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj947++ - if yyhl947 { - yyb947 = yyj947 > l + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb947 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb947 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13357,18 +13399,39 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - for { - yyj947++ - if yyhl947 { - yyb947 = yyj947 > l - } else { - yyb947 = r.CheckBreak() + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l + } else { + yyb949 = r.CheckBreak() + } + if yyb949 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.SecretKeyRef != nil { + x.SecretKeyRef = nil } - if yyb947 { + } else { + if x.SecretKeyRef == nil { + x.SecretKeyRef = new(SecretKeySelector) + } + x.SecretKeyRef.CodecDecodeSelf(d) + } + for { + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l + } else { + yyb949 = r.CheckBreak() + } + if yyb949 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj947-1, "") + z.DecStructFieldNotFound(yyj949-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13380,35 +13443,35 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym950 := z.EncBinary() - _ = yym950 + yym953 := z.EncBinary() + _ = yym953 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep951 := !z.EncBinary() - yy2arr951 := z.EncBasicHandle().StructToArray - var yyq951 [2]bool - _, _, _ = yysep951, yyq951, yy2arr951 - const yyr951 bool = false - yyq951[0] = x.APIVersion != "" - var yynn951 int - if yyr951 || yy2arr951 { + yysep954 := !z.EncBinary() + yy2arr954 := z.EncBasicHandle().StructToArray + var yyq954 [2]bool + _, _, _ = yysep954, yyq954, yy2arr954 + const yyr954 bool = false + yyq954[0] = x.APIVersion != "" + var yynn954 int + if yyr954 || yy2arr954 { r.EncodeArrayStart(2) } else { - yynn951 = 1 - for _, b := range yyq951 { + yynn954 = 1 + for _, b := range yyq954 { if b { - yynn951++ + yynn954++ } } - r.EncodeMapStart(yynn951) - yynn951 = 0 + r.EncodeMapStart(yynn954) + yynn954 = 0 } - if yyr951 || yy2arr951 { + if yyr954 || yy2arr954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq951[0] { - yym953 := z.EncBinary() - _ = yym953 + if yyq954[0] { + yym956 := z.EncBinary() + _ = yym956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13417,22 +13480,22 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq951[0] { + if yyq954[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym954 := z.EncBinary() - _ = yym954 + yym957 := z.EncBinary() + _ = yym957 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr951 || yy2arr951 { + if yyr954 || yy2arr954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym956 := z.EncBinary() - _ = yym956 + yym959 := z.EncBinary() + _ = yym959 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -13441,14 +13504,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym957 := z.EncBinary() - _ = yym957 + yym960 := z.EncBinary() + _ = yym960 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr951 || yy2arr951 { + if yyr954 || yy2arr954 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13461,25 +13524,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym958 := z.DecBinary() - _ = yym958 + yym961 := z.DecBinary() + _ = yym961 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct959 := r.ContainerType() - if yyct959 == codecSelferValueTypeMap1234 { - yyl959 := r.ReadMapStart() - if yyl959 == 0 { + yyct962 := r.ContainerType() + if yyct962 == codecSelferValueTypeMap1234 { + yyl962 := r.ReadMapStart() + if yyl962 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl959, d) + x.codecDecodeSelfFromMap(yyl962, d) } - } else if yyct959 == codecSelferValueTypeArray1234 { - yyl959 := r.ReadArrayStart() - if yyl959 == 0 { + } else if yyct962 == codecSelferValueTypeArray1234 { + yyl962 := r.ReadArrayStart() + if yyl962 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl959, d) + x.codecDecodeSelfFromArray(yyl962, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13491,12 +13554,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys960Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys960Slc - var yyhl960 bool = l >= 0 - for yyj960 := 0; ; yyj960++ { - if yyhl960 { - if yyj960 >= l { + var yys963Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys963Slc + var yyhl963 bool = l >= 0 + for yyj963 := 0; ; yyj963++ { + if yyhl963 { + if yyj963 >= l { break } } else { @@ -13505,10 +13568,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys960Slc = r.DecodeBytes(yys960Slc, true, true) - yys960 := string(yys960Slc) + yys963Slc = r.DecodeBytes(yys963Slc, true, true) + yys963 := string(yys963Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys960 { + switch yys963 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -13522,9 +13585,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys960) - } // end switch yys960 - } // end for yyj960 + z.DecStructFieldNotFound(-1, yys963) + } // end switch yys963 + } // end for yyj963 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13532,16 +13595,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj963 int - var yyb963 bool - var yyhl963 bool = l >= 0 - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + var yyj966 int + var yyb966 bool + var yyhl966 bool = l >= 0 + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb963 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb963 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13551,13 +13614,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb963 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb963 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13568,17 +13631,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb963 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb963 { + if yyb966 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj963-1, "") + z.DecStructFieldNotFound(yyj966-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13590,35 +13653,35 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym966 := z.EncBinary() - _ = yym966 + yym969 := z.EncBinary() + _ = yym969 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep967 := !z.EncBinary() - yy2arr967 := z.EncBasicHandle().StructToArray - var yyq967 [2]bool - _, _, _ = yysep967, yyq967, yy2arr967 - const yyr967 bool = false - yyq967[0] = x.Name != "" - var yynn967 int - if yyr967 || yy2arr967 { + yysep970 := !z.EncBinary() + yy2arr970 := z.EncBasicHandle().StructToArray + var yyq970 [2]bool + _, _, _ = yysep970, yyq970, yy2arr970 + const yyr970 bool = false + yyq970[0] = x.Name != "" + var yynn970 int + if yyr970 || yy2arr970 { r.EncodeArrayStart(2) } else { - yynn967 = 1 - for _, b := range yyq967 { + yynn970 = 1 + for _, b := range yyq970 { if b { - yynn967++ + yynn970++ } } - r.EncodeMapStart(yynn967) - yynn967 = 0 + r.EncodeMapStart(yynn970) + yynn970 = 0 } - if yyr967 || yy2arr967 { + if yyr970 || yy2arr970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq967[0] { - yym969 := z.EncBinary() - _ = yym969 + if yyq970[0] { + yym972 := z.EncBinary() + _ = yym972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -13627,22 +13690,22 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq967[0] { + if yyq970[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym970 := z.EncBinary() - _ = yym970 + yym973 := z.EncBinary() + _ = yym973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr967 || yy2arr967 { + if yyr970 || yy2arr970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym972 := z.EncBinary() - _ = yym972 + yym975 := z.EncBinary() + _ = yym975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -13651,14 +13714,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym973 := z.EncBinary() - _ = yym973 + yym976 := z.EncBinary() + _ = yym976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr967 || yy2arr967 { + if yyr970 || yy2arr970 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13671,25 +13734,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym974 := z.DecBinary() - _ = yym974 + yym977 := z.DecBinary() + _ = yym977 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct975 := r.ContainerType() - if yyct975 == codecSelferValueTypeMap1234 { - yyl975 := r.ReadMapStart() - if yyl975 == 0 { + yyct978 := r.ContainerType() + if yyct978 == codecSelferValueTypeMap1234 { + yyl978 := r.ReadMapStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl975, d) + x.codecDecodeSelfFromMap(yyl978, d) } - } else if yyct975 == codecSelferValueTypeArray1234 { - yyl975 := r.ReadArrayStart() - if yyl975 == 0 { + } else if yyct978 == codecSelferValueTypeArray1234 { + yyl978 := r.ReadArrayStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl975, d) + x.codecDecodeSelfFromArray(yyl978, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13701,12 +13764,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys976Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys976Slc - var yyhl976 bool = l >= 0 - for yyj976 := 0; ; yyj976++ { - if yyhl976 { - if yyj976 >= l { + var yys979Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys979Slc + var yyhl979 bool = l >= 0 + for yyj979 := 0; ; yyj979++ { + if yyhl979 { + if yyj979 >= l { break } } else { @@ -13715,10 +13778,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys976Slc = r.DecodeBytes(yys976Slc, true, true) - yys976 := string(yys976Slc) + yys979Slc = r.DecodeBytes(yys979Slc, true, true) + yys979 := string(yys979Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys976 { + switch yys979 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -13732,9 +13795,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys976) - } // end switch yys976 - } // end for yyj976 + z.DecStructFieldNotFound(-1, yys979) + } // end switch yys979 + } // end for yyj979 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13742,16 +13805,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco 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 yyj982 int + var yyb982 bool + var yyhl982 bool = l >= 0 + yyj982++ + if yyhl982 { + yyb982 = yyj982 > l } else { - yyb979 = r.CheckBreak() + yyb982 = r.CheckBreak() } - if yyb979 { + if yyb982 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13761,13 +13824,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + yyj982++ + if yyhl982 { + yyb982 = yyj982 > l } else { - yyb979 = r.CheckBreak() + yyb982 = r.CheckBreak() } - if yyb979 { + if yyb982 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13778,17 +13841,227 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj979++ - if yyhl979 { - yyb979 = yyj979 > l + yyj982++ + if yyhl982 { + yyb982 = yyj982 > l } else { - yyb979 = r.CheckBreak() + yyb982 = r.CheckBreak() } - if yyb979 { + if yyb982 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj979-1, "") + z.DecStructFieldNotFound(yyj982-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym985 := z.EncBinary() + _ = yym985 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep986 := !z.EncBinary() + yy2arr986 := z.EncBasicHandle().StructToArray + var yyq986 [2]bool + _, _, _ = yysep986, yyq986, yy2arr986 + const yyr986 bool = false + yyq986[0] = x.Name != "" + var yynn986 int + if yyr986 || yy2arr986 { + r.EncodeArrayStart(2) + } else { + yynn986 = 1 + for _, b := range yyq986 { + if b { + yynn986++ + } + } + r.EncodeMapStart(yynn986) + yynn986 = 0 + } + if yyr986 || yy2arr986 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq986[0] { + yym988 := z.EncBinary() + _ = yym988 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq986[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym989 := z.EncBinary() + _ = yym989 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr986 || yy2arr986 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym991 := z.EncBinary() + _ = yym991 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Key)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("key")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym992 := z.EncBinary() + _ = yym992 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Key)) + } + } + if yyr986 || yy2arr986 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym993 := z.DecBinary() + _ = yym993 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct994 := r.ContainerType() + if yyct994 == codecSelferValueTypeMap1234 { + yyl994 := r.ReadMapStart() + if yyl994 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl994, d) + } + } else if yyct994 == codecSelferValueTypeArray1234 { + yyl994 := r.ReadArrayStart() + if yyl994 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl994, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys995Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys995Slc + var yyhl995 bool = l >= 0 + for yyj995 := 0; ; yyj995++ { + if yyhl995 { + if yyj995 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys995Slc = r.DecodeBytes(yys995Slc, true, true) + yys995 := string(yys995Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys995 { + case "name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + case "key": + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys995) + } // end switch yys995 + } // end for yyj995 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj998 int + var yyb998 bool + var yyhl998 bool = l >= 0 + yyj998++ + if yyhl998 { + yyb998 = yyj998 > l + } else { + yyb998 = r.CheckBreak() + } + if yyb998 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + x.Name = string(r.DecodeString()) + } + yyj998++ + if yyhl998 { + yyb998 = yyj998 > l + } else { + yyb998 = r.CheckBreak() + } + if yyb998 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Key = "" + } else { + x.Key = string(r.DecodeString()) + } + for { + yyj998++ + if yyhl998 { + yyb998 = yyj998 > l + } else { + yyb998 = r.CheckBreak() + } + if yyb998 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13800,37 +14073,37 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym982 := z.EncBinary() - _ = yym982 + yym1001 := z.EncBinary() + _ = yym1001 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep983 := !z.EncBinary() - yy2arr983 := z.EncBasicHandle().StructToArray - var yyq983 [4]bool - _, _, _ = yysep983, yyq983, yy2arr983 - const yyr983 bool = false - yyq983[0] = x.Path != "" - yyq983[2] = x.Host != "" - yyq983[3] = x.Scheme != "" - var yynn983 int - if yyr983 || yy2arr983 { + yysep1002 := !z.EncBinary() + yy2arr1002 := z.EncBasicHandle().StructToArray + var yyq1002 [4]bool + _, _, _ = yysep1002, yyq1002, yy2arr1002 + const yyr1002 bool = false + yyq1002[0] = x.Path != "" + yyq1002[2] = x.Host != "" + yyq1002[3] = x.Scheme != "" + var yynn1002 int + if yyr1002 || yy2arr1002 { r.EncodeArrayStart(4) } else { - yynn983 = 1 - for _, b := range yyq983 { + yynn1002 = 1 + for _, b := range yyq1002 { if b { - yynn983++ + yynn1002++ } } - r.EncodeMapStart(yynn983) - yynn983 = 0 + r.EncodeMapStart(yynn1002) + yynn1002 = 0 } - if yyr983 || yy2arr983 { + if yyr1002 || yy2arr1002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq983[0] { - yym985 := z.EncBinary() - _ = yym985 + if yyq1002[0] { + yym1004 := z.EncBinary() + _ = yym1004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13839,50 +14112,50 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq983[0] { + if yyq1002[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym986 := z.EncBinary() - _ = yym986 + yym1005 := z.EncBinary() + _ = yym1005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr983 || yy2arr983 { + if yyr1002 || yy2arr1002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy988 := &x.Port - yym989 := z.EncBinary() - _ = yym989 + yy1007 := &x.Port + yym1008 := z.EncBinary() + _ = yym1008 if false { - } else if z.HasExtensions() && z.EncExt(yy988) { - } else if !yym989 && z.IsJSONHandle() { - z.EncJSONMarshal(yy988) + } else if z.HasExtensions() && z.EncExt(yy1007) { + } else if !yym1008 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1007) } else { - z.EncFallback(yy988) + z.EncFallback(yy1007) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy990 := &x.Port - yym991 := z.EncBinary() - _ = yym991 + yy1009 := &x.Port + yym1010 := z.EncBinary() + _ = yym1010 if false { - } else if z.HasExtensions() && z.EncExt(yy990) { - } else if !yym991 && z.IsJSONHandle() { - z.EncJSONMarshal(yy990) + } else if z.HasExtensions() && z.EncExt(yy1009) { + } else if !yym1010 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1009) } else { - z.EncFallback(yy990) + z.EncFallback(yy1009) } } - if yyr983 || yy2arr983 { + if yyr1002 || yy2arr1002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq983[2] { - yym993 := z.EncBinary() - _ = yym993 + if yyq1002[2] { + yym1012 := z.EncBinary() + _ = yym1012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -13891,34 +14164,34 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq983[2] { + if yyq1002[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym994 := z.EncBinary() - _ = yym994 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr983 || yy2arr983 { + if yyr1002 || yy2arr1002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq983[3] { + if yyq1002[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq983[3] { + if yyq1002[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr983 || yy2arr983 { + if yyr1002 || yy2arr1002 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13931,25 +14204,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym996 := z.DecBinary() - _ = yym996 + yym1015 := z.DecBinary() + _ = yym1015 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct997 := r.ContainerType() - if yyct997 == codecSelferValueTypeMap1234 { - yyl997 := r.ReadMapStart() - if yyl997 == 0 { + yyct1016 := r.ContainerType() + if yyct1016 == codecSelferValueTypeMap1234 { + yyl1016 := r.ReadMapStart() + if yyl1016 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl997, d) + x.codecDecodeSelfFromMap(yyl1016, d) } - } else if yyct997 == codecSelferValueTypeArray1234 { - yyl997 := r.ReadArrayStart() - if yyl997 == 0 { + } else if yyct1016 == codecSelferValueTypeArray1234 { + yyl1016 := r.ReadArrayStart() + if yyl1016 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl997, d) + x.codecDecodeSelfFromArray(yyl1016, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13961,12 +14234,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys998Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys998Slc - var yyhl998 bool = l >= 0 - for yyj998 := 0; ; yyj998++ { - if yyhl998 { - if yyj998 >= l { + var yys1017Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1017Slc + var yyhl1017 bool = l >= 0 + for yyj1017 := 0; ; yyj1017++ { + if yyhl1017 { + if yyj1017 >= l { break } } else { @@ -13975,10 +14248,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys998Slc = r.DecodeBytes(yys998Slc, true, true) - yys998 := string(yys998Slc) + yys1017Slc = r.DecodeBytes(yys1017Slc, true, true) + yys1017 := string(yys1017Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys998 { + switch yys1017 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -13989,15 +14262,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv1000 := &x.Port - yym1001 := z.DecBinary() - _ = yym1001 + yyv1019 := &x.Port + yym1020 := z.DecBinary() + _ = yym1020 if false { - } else if z.HasExtensions() && z.DecExt(yyv1000) { - } else if !yym1001 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1000) + } else if z.HasExtensions() && z.DecExt(yyv1019) { + } else if !yym1020 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1019) } else { - z.DecFallback(yyv1000, false) + z.DecFallback(yyv1019, false) } } case "host": @@ -14013,9 +14286,9 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys998) - } // end switch yys998 - } // end for yyj998 + z.DecStructFieldNotFound(-1, yys1017) + } // end switch yys1017 + } // end for yyj1017 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14023,16 +14296,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1004 int - var yyb1004 bool - var yyhl1004 bool = l >= 0 - yyj1004++ - if yyhl1004 { - yyb1004 = yyj1004 > l + var yyj1023 int + var yyb1023 bool + var yyhl1023 bool = l >= 0 + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1004 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1004 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14042,259 +14315,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1004++ - if yyhl1004 { - yyb1004 = yyj1004 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1004 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1004 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Port = pkg5_intstr.IntOrString{} - } else { - yyv1006 := &x.Port - yym1007 := z.DecBinary() - _ = yym1007 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1006) { - } else if !yym1007 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1006) - } else { - z.DecFallback(yyv1006, false) - } - } - yyj1004++ - if yyhl1004 { - yyb1004 = yyj1004 > l - } else { - yyb1004 = r.CheckBreak() - } - if yyb1004 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Host = "" - } else { - x.Host = string(r.DecodeString()) - } - yyj1004++ - if yyhl1004 { - yyb1004 = yyj1004 > l - } else { - yyb1004 = r.CheckBreak() - } - if yyb1004 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Scheme = "" - } else { - x.Scheme = URIScheme(r.DecodeString()) - } - for { - yyj1004++ - if yyhl1004 { - yyb1004 = yyj1004 > l - } else { - yyb1004 = r.CheckBreak() - } - if yyb1004 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1004-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1010 := z.EncBinary() - _ = yym1010 - 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 - yym1011 := z.DecBinary() - _ = yym1011 - 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 { - yym1012 := z.EncBinary() - _ = yym1012 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1013 := !z.EncBinary() - yy2arr1013 := z.EncBasicHandle().StructToArray - var yyq1013 [1]bool - _, _, _ = yysep1013, yyq1013, yy2arr1013 - const yyr1013 bool = false - var yynn1013 int - if yyr1013 || yy2arr1013 { - r.EncodeArrayStart(1) - } else { - yynn1013 = 1 - for _, b := range yyq1013 { - if b { - yynn1013++ - } - } - r.EncodeMapStart(yynn1013) - yynn1013 = 0 - } - if yyr1013 || yy2arr1013 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1015 := &x.Port - yym1016 := z.EncBinary() - _ = yym1016 - if false { - } else if z.HasExtensions() && z.EncExt(yy1015) { - } else if !yym1016 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1015) - } else { - z.EncFallback(yy1015) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1017 := &x.Port - yym1018 := z.EncBinary() - _ = yym1018 - if false { - } else if z.HasExtensions() && z.EncExt(yy1017) { - } else if !yym1018 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1017) - } else { - z.EncFallback(yy1017) - } - } - if yyr1013 || yy2arr1013 { - 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 - yym1019 := z.DecBinary() - _ = yym1019 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1020 := r.ContainerType() - if yyct1020 == codecSelferValueTypeMap1234 { - yyl1020 := r.ReadMapStart() - if yyl1020 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1020, d) - } - } else if yyct1020 == codecSelferValueTypeArray1234 { - yyl1020 := r.ReadArrayStart() - if yyl1020 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1020, 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 yys1021Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1021Slc - var yyhl1021 bool = l >= 0 - for yyj1021 := 0; ; yyj1021++ { - if yyhl1021 { - if yyj1021 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1021Slc = r.DecodeBytes(yys1021Slc, true, true) - yys1021 := string(yys1021Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1021 { - case "port": - if r.TryDecodeAsNil() { - x.Port = pkg5_intstr.IntOrString{} - } else { - yyv1022 := &x.Port - yym1023 := z.DecBinary() - _ = yym1023 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1022) { - } else if !yym1023 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1022) - } else { - z.DecFallback(yyv1022, false) - } - } - default: - z.DecStructFieldNotFound(-1, yys1021) - } // end switch yys1021 - } // end for yyj1021 - 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 yyj1024 int - var yyb1024 bool - var yyhl1024 bool = l >= 0 - yyj1024++ - if yyhl1024 { - yyb1024 = yyj1024 > l - } else { - yyb1024 = r.CheckBreak() - } - if yyb1024 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14313,18 +14340,264 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecFallback(yyv1025, false) } } + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l + } else { + yyb1023 = r.CheckBreak() + } + if yyb1023 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Host = "" + } else { + x.Host = string(r.DecodeString()) + } + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l + } else { + yyb1023 = r.CheckBreak() + } + if yyb1023 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Scheme = "" + } else { + x.Scheme = URIScheme(r.DecodeString()) + } for { - yyj1024++ - if yyhl1024 { - yyb1024 = yyj1024 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1024 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1024 { + if yyb1023 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1024-1, "") + z.DecStructFieldNotFound(yyj1023-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1029 := z.EncBinary() + _ = yym1029 + 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 + yym1030 := z.DecBinary() + _ = yym1030 + 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 { + yym1031 := z.EncBinary() + _ = yym1031 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1032 := !z.EncBinary() + yy2arr1032 := z.EncBasicHandle().StructToArray + var yyq1032 [1]bool + _, _, _ = yysep1032, yyq1032, yy2arr1032 + const yyr1032 bool = false + var yynn1032 int + if yyr1032 || yy2arr1032 { + r.EncodeArrayStart(1) + } else { + yynn1032 = 1 + for _, b := range yyq1032 { + if b { + yynn1032++ + } + } + r.EncodeMapStart(yynn1032) + yynn1032 = 0 + } + if yyr1032 || yy2arr1032 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1034 := &x.Port + yym1035 := z.EncBinary() + _ = yym1035 + if false { + } else if z.HasExtensions() && z.EncExt(yy1034) { + } else if !yym1035 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1034) + } else { + z.EncFallback(yy1034) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1036 := &x.Port + yym1037 := z.EncBinary() + _ = yym1037 + if false { + } else if z.HasExtensions() && z.EncExt(yy1036) { + } else if !yym1037 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1036) + } else { + z.EncFallback(yy1036) + } + } + if yyr1032 || yy2arr1032 { + 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 + yym1038 := z.DecBinary() + _ = yym1038 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1039 := r.ContainerType() + if yyct1039 == codecSelferValueTypeMap1234 { + yyl1039 := r.ReadMapStart() + if yyl1039 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1039, d) + } + } else if yyct1039 == codecSelferValueTypeArray1234 { + yyl1039 := r.ReadArrayStart() + if yyl1039 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1039, 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 yys1040Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1040Slc + var yyhl1040 bool = l >= 0 + for yyj1040 := 0; ; yyj1040++ { + if yyhl1040 { + if yyj1040 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1040Slc = r.DecodeBytes(yys1040Slc, true, true) + yys1040 := string(yys1040Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1040 { + case "port": + if r.TryDecodeAsNil() { + x.Port = pkg5_intstr.IntOrString{} + } else { + yyv1041 := &x.Port + yym1042 := z.DecBinary() + _ = yym1042 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1041) { + } else if !yym1042 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1041) + } else { + z.DecFallback(yyv1041, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys1040) + } // end switch yys1040 + } // end for yyj1040 + 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 yyj1043 int + var yyb1043 bool + var yyhl1043 bool = l >= 0 + yyj1043++ + if yyhl1043 { + yyb1043 = yyj1043 > l + } else { + yyb1043 = r.CheckBreak() + } + if yyb1043 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = pkg5_intstr.IntOrString{} + } else { + yyv1044 := &x.Port + yym1045 := z.DecBinary() + _ = yym1045 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1044) { + } else if !yym1045 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1044) + } else { + z.DecFallback(yyv1044, false) + } + } + for { + yyj1043++ + if yyhl1043 { + yyb1043 = yyj1043 > l + } else { + yyb1043 = r.CheckBreak() + } + if yyb1043 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1043-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14336,38 +14609,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1027 := z.EncBinary() - _ = yym1027 + yym1046 := z.EncBinary() + _ = yym1046 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1028 := !z.EncBinary() - yy2arr1028 := z.EncBasicHandle().StructToArray - var yyq1028 [1]bool - _, _, _ = yysep1028, yyq1028, yy2arr1028 - const yyr1028 bool = false - yyq1028[0] = len(x.Command) != 0 - var yynn1028 int - if yyr1028 || yy2arr1028 { + yysep1047 := !z.EncBinary() + yy2arr1047 := z.EncBasicHandle().StructToArray + var yyq1047 [1]bool + _, _, _ = yysep1047, yyq1047, yy2arr1047 + const yyr1047 bool = false + yyq1047[0] = len(x.Command) != 0 + var yynn1047 int + if yyr1047 || yy2arr1047 { r.EncodeArrayStart(1) } else { - yynn1028 = 0 - for _, b := range yyq1028 { + yynn1047 = 0 + for _, b := range yyq1047 { if b { - yynn1028++ + yynn1047++ } } - r.EncodeMapStart(yynn1028) - yynn1028 = 0 + r.EncodeMapStart(yynn1047) + yynn1047 = 0 } - if yyr1028 || yy2arr1028 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1028[0] { + if yyq1047[0] { if x.Command == nil { r.EncodeNil() } else { - yym1030 := z.EncBinary() - _ = yym1030 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14377,15 +14650,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1028[0] { + if yyq1047[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1031 := z.EncBinary() - _ = yym1031 + yym1050 := z.EncBinary() + _ = yym1050 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14393,7 +14666,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1028 || yy2arr1028 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14406,25 +14679,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1032 := z.DecBinary() - _ = yym1032 + yym1051 := z.DecBinary() + _ = yym1051 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1033 := r.ContainerType() - if yyct1033 == codecSelferValueTypeMap1234 { - yyl1033 := r.ReadMapStart() - if yyl1033 == 0 { + yyct1052 := r.ContainerType() + if yyct1052 == codecSelferValueTypeMap1234 { + yyl1052 := r.ReadMapStart() + if yyl1052 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1033, d) + x.codecDecodeSelfFromMap(yyl1052, d) } - } else if yyct1033 == codecSelferValueTypeArray1234 { - yyl1033 := r.ReadArrayStart() - if yyl1033 == 0 { + } else if yyct1052 == codecSelferValueTypeArray1234 { + yyl1052 := r.ReadArrayStart() + if yyl1052 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1033, d) + x.codecDecodeSelfFromArray(yyl1052, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14436,12 +14709,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1034Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1034Slc - var yyhl1034 bool = l >= 0 - for yyj1034 := 0; ; yyj1034++ { - if yyhl1034 { - if yyj1034 >= l { + var yys1053Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1053Slc + var yyhl1053 bool = l >= 0 + for yyj1053 := 0; ; yyj1053++ { + if yyhl1053 { + if yyj1053 >= l { break } } else { @@ -14450,26 +14723,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1034Slc = r.DecodeBytes(yys1034Slc, true, true) - yys1034 := string(yys1034Slc) + yys1053Slc = r.DecodeBytes(yys1053Slc, true, true) + yys1053 := string(yys1053Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1034 { + switch yys1053 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1035 := &x.Command - yym1036 := z.DecBinary() - _ = yym1036 + yyv1054 := &x.Command + yym1055 := z.DecBinary() + _ = yym1055 if false { } else { - z.F.DecSliceStringX(yyv1035, false, d) + z.F.DecSliceStringX(yyv1054, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1034) - } // end switch yys1034 - } // end for yyj1034 + z.DecStructFieldNotFound(-1, yys1053) + } // end switch yys1053 + } // end for yyj1053 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14477,16 +14750,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1037 int - var yyb1037 bool - var yyhl1037 bool = l >= 0 - yyj1037++ - if yyhl1037 { - yyb1037 = yyj1037 > l + var yyj1056 int + var yyb1056 bool + var yyhl1056 bool = l >= 0 + yyj1056++ + if yyhl1056 { + yyb1056 = yyj1056 > l } else { - yyb1037 = r.CheckBreak() + yyb1056 = r.CheckBreak() } - if yyb1037 { + if yyb1056 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14494,26 +14767,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1038 := &x.Command - yym1039 := z.DecBinary() - _ = yym1039 + yyv1057 := &x.Command + yym1058 := z.DecBinary() + _ = yym1058 if false { } else { - z.F.DecSliceStringX(yyv1038, false, d) + z.F.DecSliceStringX(yyv1057, false, d) } } for { - yyj1037++ - if yyhl1037 { - yyb1037 = yyj1037 > l + yyj1056++ + if yyhl1056 { + yyb1056 = yyj1056 > l } else { - yyb1037 = r.CheckBreak() + yyb1056 = r.CheckBreak() } - if yyb1037 { + if yyb1056 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1037-1, "") + z.DecStructFieldNotFound(yyj1056-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14525,49 +14798,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1040 := z.EncBinary() - _ = yym1040 + yym1059 := z.EncBinary() + _ = yym1059 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1041 := !z.EncBinary() - yy2arr1041 := z.EncBasicHandle().StructToArray - var yyq1041 [8]bool - _, _, _ = yysep1041, yyq1041, yy2arr1041 - const yyr1041 bool = false - yyq1041[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1041[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1041[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1041[3] = x.InitialDelaySeconds != 0 - yyq1041[4] = x.TimeoutSeconds != 0 - yyq1041[5] = x.PeriodSeconds != 0 - yyq1041[6] = x.SuccessThreshold != 0 - yyq1041[7] = x.FailureThreshold != 0 - var yynn1041 int - if yyr1041 || yy2arr1041 { + yysep1060 := !z.EncBinary() + yy2arr1060 := z.EncBasicHandle().StructToArray + var yyq1060 [8]bool + _, _, _ = yysep1060, yyq1060, yy2arr1060 + const yyr1060 bool = false + yyq1060[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1060[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1060[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1060[3] = x.InitialDelaySeconds != 0 + yyq1060[4] = x.TimeoutSeconds != 0 + yyq1060[5] = x.PeriodSeconds != 0 + yyq1060[6] = x.SuccessThreshold != 0 + yyq1060[7] = x.FailureThreshold != 0 + var yynn1060 int + if yyr1060 || yy2arr1060 { r.EncodeArrayStart(8) } else { - yynn1041 = 0 - for _, b := range yyq1041 { + yynn1060 = 0 + for _, b := range yyq1060 { if b { - yynn1041++ + yynn1060++ } } - r.EncodeMapStart(yynn1041) - yynn1041 = 0 + r.EncodeMapStart(yynn1060) + yynn1060 = 0 } - var yyn1042 bool + var yyn1061 bool if x.Handler.Exec == nil { - yyn1042 = true - goto LABEL1042 + yyn1061 = true + goto LABEL1061 } - LABEL1042: - if yyr1041 || yy2arr1041 { - if yyn1042 { + LABEL1061: + if yyr1060 || yy2arr1060 { + if yyn1061 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[0] { + if yyq1060[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -14578,11 +14851,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1041[0] { + if yyq1060[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1042 { + if yyn1061 { r.EncodeNil() } else { if x.Exec == nil { @@ -14593,18 +14866,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1043 bool + var yyn1062 bool if x.Handler.HTTPGet == nil { - yyn1043 = true - goto LABEL1043 + yyn1062 = true + goto LABEL1062 } - LABEL1043: - if yyr1041 || yy2arr1041 { - if yyn1043 { + LABEL1062: + if yyr1060 || yy2arr1060 { + if yyn1062 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[1] { + if yyq1060[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -14615,11 +14888,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1041[1] { + if yyq1060[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1043 { + if yyn1062 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -14630,18 +14903,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1044 bool + var yyn1063 bool if x.Handler.TCPSocket == nil { - yyn1044 = true - goto LABEL1044 + yyn1063 = true + goto LABEL1063 } - LABEL1044: - if yyr1041 || yy2arr1041 { - if yyn1044 { + LABEL1063: + if yyr1060 || yy2arr1060 { + if yyn1063 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[2] { + if yyq1060[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -14652,11 +14925,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1041[2] { + if yyq1060[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1044 { + if yyn1063 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -14667,11 +14940,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[3] { - yym1046 := z.EncBinary() - _ = yym1046 + if yyq1060[3] { + yym1065 := z.EncBinary() + _ = yym1065 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -14680,23 +14953,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1041[3] { + if yyq1060[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1047 := z.EncBinary() - _ = yym1047 + yym1066 := z.EncBinary() + _ = yym1066 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[4] { - yym1049 := z.EncBinary() - _ = yym1049 + if yyq1060[4] { + yym1068 := z.EncBinary() + _ = yym1068 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) @@ -14705,23 +14978,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1041[4] { + if yyq1060[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1050 := z.EncBinary() - _ = yym1050 + yym1069 := z.EncBinary() + _ = yym1069 if false { } else { r.EncodeInt(int64(x.TimeoutSeconds)) } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[5] { - yym1052 := z.EncBinary() - _ = yym1052 + if yyq1060[5] { + yym1071 := z.EncBinary() + _ = yym1071 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) @@ -14730,23 +15003,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1041[5] { + if yyq1060[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1053 := z.EncBinary() - _ = yym1053 + yym1072 := z.EncBinary() + _ = yym1072 if false { } else { r.EncodeInt(int64(x.PeriodSeconds)) } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[6] { - yym1055 := z.EncBinary() - _ = yym1055 + if yyq1060[6] { + yym1074 := z.EncBinary() + _ = yym1074 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) @@ -14755,23 +15028,23 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1041[6] { + if yyq1060[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1056 := z.EncBinary() - _ = yym1056 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else { r.EncodeInt(int64(x.SuccessThreshold)) } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[7] { - yym1058 := z.EncBinary() - _ = yym1058 + if yyq1060[7] { + yym1077 := z.EncBinary() + _ = yym1077 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) @@ -14780,19 +15053,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1041[7] { + if yyq1060[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1059 := z.EncBinary() - _ = yym1059 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1041 || yy2arr1041 { + if yyr1060 || yy2arr1060 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14805,25 +15078,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1060 := z.DecBinary() - _ = yym1060 + yym1079 := z.DecBinary() + _ = yym1079 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1061 := r.ContainerType() - if yyct1061 == codecSelferValueTypeMap1234 { - yyl1061 := r.ReadMapStart() - if yyl1061 == 0 { + yyct1080 := r.ContainerType() + if yyct1080 == codecSelferValueTypeMap1234 { + yyl1080 := r.ReadMapStart() + if yyl1080 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1061, d) + x.codecDecodeSelfFromMap(yyl1080, d) } - } else if yyct1061 == codecSelferValueTypeArray1234 { - yyl1061 := r.ReadArrayStart() - if yyl1061 == 0 { + } else if yyct1080 == codecSelferValueTypeArray1234 { + yyl1080 := r.ReadArrayStart() + if yyl1080 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1061, d) + x.codecDecodeSelfFromArray(yyl1080, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14835,12 +15108,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1062Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1062Slc - var yyhl1062 bool = l >= 0 - for yyj1062 := 0; ; yyj1062++ { - if yyhl1062 { - if yyj1062 >= l { + var yys1081Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1081Slc + var yyhl1081 bool = l >= 0 + for yyj1081 := 0; ; yyj1081++ { + if yyhl1081 { + if yyj1081 >= l { break } } else { @@ -14849,10 +15122,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1062Slc = r.DecodeBytes(yys1062Slc, true, true) - yys1062 := string(yys1062Slc) + yys1081Slc = r.DecodeBytes(yys1081Slc, true, true) + yys1081 := string(yys1081Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1062 { + switch yys1081 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -14926,9 +15199,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1062) - } // end switch yys1062 - } // end for yyj1062 + z.DecStructFieldNotFound(-1, yys1081) + } // end switch yys1081 + } // end for yyj1081 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14936,19 +15209,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1071 int - var yyb1071 bool - var yyhl1071 bool = l >= 0 + var yyj1090 int + var yyb1090 bool + var yyhl1090 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14966,13 +15239,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14990,13 +15263,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15011,13 +15284,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15027,13 +15300,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15043,13 +15316,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15059,13 +15332,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15075,13 +15348,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15092,17 +15365,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } for { - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1090++ + if yyhl1090 { + yyb1090 = yyj1090 > l } else { - yyb1071 = r.CheckBreak() + yyb1090 = r.CheckBreak() } - if yyb1071 { + if yyb1090 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1071-1, "") + z.DecStructFieldNotFound(yyj1090-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15111,8 +15384,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1080 := z.EncBinary() - _ = yym1080 + yym1099 := z.EncBinary() + _ = yym1099 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15124,8 +15397,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1081 := z.DecBinary() - _ = yym1081 + yym1100 := z.DecBinary() + _ = yym1100 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15137,8 +15410,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1082 := z.EncBinary() - _ = yym1082 + yym1101 := z.EncBinary() + _ = yym1101 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15150,8 +15423,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1083 := z.DecBinary() - _ = yym1083 + yym1102 := z.DecBinary() + _ = yym1102 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15166,39 +15439,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1084 := z.EncBinary() - _ = yym1084 + yym1103 := z.EncBinary() + _ = yym1103 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1085 := !z.EncBinary() - yy2arr1085 := z.EncBasicHandle().StructToArray - var yyq1085 [2]bool - _, _, _ = yysep1085, yyq1085, yy2arr1085 - const yyr1085 bool = false - yyq1085[0] = len(x.Add) != 0 - yyq1085[1] = len(x.Drop) != 0 - var yynn1085 int - if yyr1085 || yy2arr1085 { + yysep1104 := !z.EncBinary() + yy2arr1104 := z.EncBasicHandle().StructToArray + var yyq1104 [2]bool + _, _, _ = yysep1104, yyq1104, yy2arr1104 + const yyr1104 bool = false + yyq1104[0] = len(x.Add) != 0 + yyq1104[1] = len(x.Drop) != 0 + var yynn1104 int + if yyr1104 || yy2arr1104 { r.EncodeArrayStart(2) } else { - yynn1085 = 0 - for _, b := range yyq1085 { + yynn1104 = 0 + for _, b := range yyq1104 { if b { - yynn1085++ + yynn1104++ } } - r.EncodeMapStart(yynn1085) - yynn1085 = 0 + r.EncodeMapStart(yynn1104) + yynn1104 = 0 } - if yyr1085 || yy2arr1085 { + if yyr1104 || yy2arr1104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[0] { + if yyq1104[0] { if x.Add == nil { r.EncodeNil() } else { - yym1087 := z.EncBinary() - _ = yym1087 + yym1106 := z.EncBinary() + _ = yym1106 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -15208,15 +15481,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1085[0] { + if yyq1104[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1088 := z.EncBinary() - _ = yym1088 + yym1107 := z.EncBinary() + _ = yym1107 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -15224,14 +15497,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1085 || yy2arr1085 { + if yyr1104 || yy2arr1104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[1] { + if yyq1104[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1090 := z.EncBinary() - _ = yym1090 + yym1109 := z.EncBinary() + _ = yym1109 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -15241,15 +15514,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1085[1] { + if yyq1104[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1091 := z.EncBinary() - _ = yym1091 + yym1110 := z.EncBinary() + _ = yym1110 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -15257,7 +15530,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1085 || yy2arr1085 { + if yyr1104 || yy2arr1104 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15270,25 +15543,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1092 := z.DecBinary() - _ = yym1092 + yym1111 := z.DecBinary() + _ = yym1111 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1093 := r.ContainerType() - if yyct1093 == codecSelferValueTypeMap1234 { - yyl1093 := r.ReadMapStart() - if yyl1093 == 0 { + yyct1112 := r.ContainerType() + if yyct1112 == codecSelferValueTypeMap1234 { + yyl1112 := r.ReadMapStart() + if yyl1112 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1093, d) + x.codecDecodeSelfFromMap(yyl1112, d) } - } else if yyct1093 == codecSelferValueTypeArray1234 { - yyl1093 := r.ReadArrayStart() - if yyl1093 == 0 { + } else if yyct1112 == codecSelferValueTypeArray1234 { + yyl1112 := r.ReadArrayStart() + if yyl1112 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1093, d) + x.codecDecodeSelfFromArray(yyl1112, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15300,12 +15573,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1094Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1094Slc - var yyhl1094 bool = l >= 0 - for yyj1094 := 0; ; yyj1094++ { - if yyhl1094 { - if yyj1094 >= l { + var yys1113Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1113Slc + var yyhl1113 bool = l >= 0 + for yyj1113 := 0; ; yyj1113++ { + if yyhl1113 { + if yyj1113 >= l { break } } else { @@ -15314,38 +15587,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1094Slc = r.DecodeBytes(yys1094Slc, true, true) - yys1094 := string(yys1094Slc) + yys1113Slc = r.DecodeBytes(yys1113Slc, true, true) + yys1113 := string(yys1113Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1094 { + switch yys1113 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1095 := &x.Add - yym1096 := z.DecBinary() - _ = yym1096 + yyv1114 := &x.Add + yym1115 := z.DecBinary() + _ = yym1115 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1095), d) + h.decSliceCapability((*[]Capability)(yyv1114), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1097 := &x.Drop - yym1098 := z.DecBinary() - _ = yym1098 + yyv1116 := &x.Drop + yym1117 := z.DecBinary() + _ = yym1117 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1097), d) + h.decSliceCapability((*[]Capability)(yyv1116), d) } } default: - z.DecStructFieldNotFound(-1, yys1094) - } // end switch yys1094 - } // end for yyj1094 + z.DecStructFieldNotFound(-1, yys1113) + } // end switch yys1113 + } // end for yyj1113 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15353,16 +15626,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1099 int - var yyb1099 bool - var yyhl1099 bool = l >= 0 - yyj1099++ - if yyhl1099 { - yyb1099 = yyj1099 > l + var yyj1118 int + var yyb1118 bool + var yyhl1118 bool = l >= 0 + yyj1118++ + if yyhl1118 { + yyb1118 = yyj1118 > l } else { - yyb1099 = r.CheckBreak() + yyb1118 = r.CheckBreak() } - if yyb1099 { + if yyb1118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15370,21 +15643,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1100 := &x.Add - yym1101 := z.DecBinary() - _ = yym1101 + yyv1119 := &x.Add + yym1120 := z.DecBinary() + _ = yym1120 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1100), d) + h.decSliceCapability((*[]Capability)(yyv1119), d) } } - yyj1099++ - if yyhl1099 { - yyb1099 = yyj1099 > l + yyj1118++ + if yyhl1118 { + yyb1118 = yyj1118 > l } else { - yyb1099 = r.CheckBreak() + yyb1118 = r.CheckBreak() } - if yyb1099 { + if yyb1118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15392,26 +15665,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1102 := &x.Drop - yym1103 := z.DecBinary() - _ = yym1103 + yyv1121 := &x.Drop + yym1122 := z.DecBinary() + _ = yym1122 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1102), d) + h.decSliceCapability((*[]Capability)(yyv1121), d) } } for { - yyj1099++ - if yyhl1099 { - yyb1099 = yyj1099 > l + yyj1118++ + if yyhl1118 { + yyb1118 = yyj1118 > l } else { - yyb1099 = r.CheckBreak() + yyb1118 = r.CheckBreak() } - if yyb1099 { + if yyb1118 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1099-1, "") + z.DecStructFieldNotFound(yyj1118-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15423,34 +15696,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1104 := z.EncBinary() - _ = yym1104 + yym1123 := z.EncBinary() + _ = yym1123 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1105 := !z.EncBinary() - yy2arr1105 := z.EncBasicHandle().StructToArray - var yyq1105 [2]bool - _, _, _ = yysep1105, yyq1105, yy2arr1105 - const yyr1105 bool = false - yyq1105[0] = len(x.Limits) != 0 - yyq1105[1] = len(x.Requests) != 0 - var yynn1105 int - if yyr1105 || yy2arr1105 { + yysep1124 := !z.EncBinary() + yy2arr1124 := z.EncBasicHandle().StructToArray + var yyq1124 [2]bool + _, _, _ = yysep1124, yyq1124, yy2arr1124 + const yyr1124 bool = false + yyq1124[0] = len(x.Limits) != 0 + yyq1124[1] = len(x.Requests) != 0 + var yynn1124 int + if yyr1124 || yy2arr1124 { r.EncodeArrayStart(2) } else { - yynn1105 = 0 - for _, b := range yyq1105 { + yynn1124 = 0 + for _, b := range yyq1124 { if b { - yynn1105++ + yynn1124++ } } - r.EncodeMapStart(yynn1105) - yynn1105 = 0 + r.EncodeMapStart(yynn1124) + yynn1124 = 0 } - if yyr1105 || yy2arr1105 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1105[0] { + if yyq1124[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -15460,7 +15733,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1105[0] { + if yyq1124[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15471,9 +15744,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1105 || yy2arr1105 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1105[1] { + if yyq1124[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -15483,7 +15756,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1105[1] { + if yyq1124[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15494,7 +15767,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1105 || yy2arr1105 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15507,25 +15780,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1108 := z.DecBinary() - _ = yym1108 + yym1127 := z.DecBinary() + _ = yym1127 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1109 := r.ContainerType() - if yyct1109 == codecSelferValueTypeMap1234 { - yyl1109 := r.ReadMapStart() - if yyl1109 == 0 { + yyct1128 := r.ContainerType() + if yyct1128 == codecSelferValueTypeMap1234 { + yyl1128 := r.ReadMapStart() + if yyl1128 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1109, d) + x.codecDecodeSelfFromMap(yyl1128, d) } - } else if yyct1109 == codecSelferValueTypeArray1234 { - yyl1109 := r.ReadArrayStart() - if yyl1109 == 0 { + } else if yyct1128 == codecSelferValueTypeArray1234 { + yyl1128 := r.ReadArrayStart() + if yyl1128 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1109, d) + x.codecDecodeSelfFromArray(yyl1128, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15537,12 +15810,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1110Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1110Slc - var yyhl1110 bool = l >= 0 - for yyj1110 := 0; ; yyj1110++ { - if yyhl1110 { - if yyj1110 >= l { + var yys1129Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1129Slc + var yyhl1129 bool = l >= 0 + for yyj1129 := 0; ; yyj1129++ { + if yyhl1129 { + if yyj1129 >= l { break } } else { @@ -15551,28 +15824,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1110Slc = r.DecodeBytes(yys1110Slc, true, true) - yys1110 := string(yys1110Slc) + yys1129Slc = r.DecodeBytes(yys1129Slc, true, true) + yys1129 := string(yys1129Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1110 { + switch yys1129 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1111 := &x.Limits - yyv1111.CodecDecodeSelf(d) + yyv1130 := &x.Limits + yyv1130.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1112 := &x.Requests - yyv1112.CodecDecodeSelf(d) + yyv1131 := &x.Requests + yyv1131.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1110) - } // end switch yys1110 - } // end for yyj1110 + z.DecStructFieldNotFound(-1, yys1129) + } // end switch yys1129 + } // end for yyj1129 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15580,16 +15853,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1113 int - var yyb1113 bool - var yyhl1113 bool = l >= 0 - yyj1113++ - if yyhl1113 { - yyb1113 = yyj1113 > l + var yyj1132 int + var yyb1132 bool + var yyhl1132 bool = l >= 0 + yyj1132++ + if yyhl1132 { + yyb1132 = yyj1132 > l } else { - yyb1113 = r.CheckBreak() + yyb1132 = r.CheckBreak() } - if yyb1113 { + if yyb1132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15597,16 +15870,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1114 := &x.Limits - yyv1114.CodecDecodeSelf(d) + yyv1133 := &x.Limits + yyv1133.CodecDecodeSelf(d) } - yyj1113++ - if yyhl1113 { - yyb1113 = yyj1113 > l + yyj1132++ + if yyhl1132 { + yyb1132 = yyj1132 > l } else { - yyb1113 = r.CheckBreak() + yyb1132 = r.CheckBreak() } - if yyb1113 { + if yyb1132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15614,21 +15887,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1115 := &x.Requests - yyv1115.CodecDecodeSelf(d) + yyv1134 := &x.Requests + yyv1134.CodecDecodeSelf(d) } for { - yyj1113++ - if yyhl1113 { - yyb1113 = yyj1113 > l + yyj1132++ + if yyhl1132 { + yyb1132 = yyj1132 > l } else { - yyb1113 = r.CheckBreak() + yyb1132 = r.CheckBreak() } - if yyb1113 { + if yyb1132 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1113-1, "") + z.DecStructFieldNotFound(yyj1132-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15640,50 +15913,50 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1116 := z.EncBinary() - _ = yym1116 + yym1135 := z.EncBinary() + _ = yym1135 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1117 := !z.EncBinary() - yy2arr1117 := z.EncBasicHandle().StructToArray - var yyq1117 [18]bool - _, _, _ = yysep1117, yyq1117, yy2arr1117 - const yyr1117 bool = false - yyq1117[1] = x.Image != "" - yyq1117[2] = len(x.Command) != 0 - yyq1117[3] = len(x.Args) != 0 - yyq1117[4] = x.WorkingDir != "" - yyq1117[5] = len(x.Ports) != 0 - yyq1117[6] = len(x.Env) != 0 - yyq1117[7] = true - yyq1117[8] = len(x.VolumeMounts) != 0 - yyq1117[9] = x.LivenessProbe != nil - yyq1117[10] = x.ReadinessProbe != nil - yyq1117[11] = x.Lifecycle != nil - yyq1117[12] = x.TerminationMessagePath != "" - yyq1117[13] = x.ImagePullPolicy != "" - yyq1117[14] = x.SecurityContext != nil - yyq1117[15] = x.Stdin != false - yyq1117[16] = x.StdinOnce != false - yyq1117[17] = x.TTY != false - var yynn1117 int - if yyr1117 || yy2arr1117 { + yysep1136 := !z.EncBinary() + yy2arr1136 := z.EncBasicHandle().StructToArray + var yyq1136 [18]bool + _, _, _ = yysep1136, yyq1136, yy2arr1136 + const yyr1136 bool = false + yyq1136[1] = x.Image != "" + yyq1136[2] = len(x.Command) != 0 + yyq1136[3] = len(x.Args) != 0 + yyq1136[4] = x.WorkingDir != "" + yyq1136[5] = len(x.Ports) != 0 + yyq1136[6] = len(x.Env) != 0 + yyq1136[7] = true + yyq1136[8] = len(x.VolumeMounts) != 0 + yyq1136[9] = x.LivenessProbe != nil + yyq1136[10] = x.ReadinessProbe != nil + yyq1136[11] = x.Lifecycle != nil + yyq1136[12] = x.TerminationMessagePath != "" + yyq1136[13] = x.ImagePullPolicy != "" + yyq1136[14] = x.SecurityContext != nil + yyq1136[15] = x.Stdin != false + yyq1136[16] = x.StdinOnce != false + yyq1136[17] = x.TTY != false + var yynn1136 int + if yyr1136 || yy2arr1136 { r.EncodeArrayStart(18) } else { - yynn1117 = 1 - for _, b := range yyq1117 { + yynn1136 = 1 + for _, b := range yyq1136 { if b { - yynn1117++ + yynn1136++ } } - r.EncodeMapStart(yynn1117) - yynn1117 = 0 + r.EncodeMapStart(yynn1136) + yynn1136 = 0 } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1119 := z.EncBinary() - _ = yym1119 + yym1138 := z.EncBinary() + _ = yym1138 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15692,18 +15965,18 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1120 := z.EncBinary() - _ = yym1120 + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[1] { - yym1122 := z.EncBinary() - _ = yym1122 + if yyq1136[1] { + yym1141 := z.EncBinary() + _ = yym1141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -15712,228 +15985,228 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1117[1] { + if yyq1136[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1123 := z.EncBinary() - _ = yym1123 + yym1142 := z.EncBinary() + _ = yym1142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[2] { + if yyq1136[2] { if x.Command == nil { r.EncodeNil() - } else { - yym1125 := z.EncBinary() - _ = yym1125 - if false { - } else { - z.F.EncSliceStringV(x.Command, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1117[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("command")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Command == nil { - r.EncodeNil() - } else { - yym1126 := z.EncBinary() - _ = yym1126 - if false { - } else { - z.F.EncSliceStringV(x.Command, false, e) - } - } - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[3] { - if x.Args == nil { - r.EncodeNil() - } else { - yym1128 := z.EncBinary() - _ = yym1128 - if false { - } else { - z.F.EncSliceStringV(x.Args, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1117[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("args")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Args == nil { - r.EncodeNil() - } else { - yym1129 := z.EncBinary() - _ = yym1129 - if false { - } else { - z.F.EncSliceStringV(x.Args, false, e) - } - } - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[4] { - yym1131 := z.EncBinary() - _ = yym1131 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1117[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("workingDir")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1132 := z.EncBinary() - _ = yym1132 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) - } - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[5] { - if x.Ports == nil { - r.EncodeNil() - } else { - yym1134 := z.EncBinary() - _ = yym1134 - if false { - } else { - h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1117[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ports")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Ports == nil { - r.EncodeNil() - } else { - yym1135 := z.EncBinary() - _ = yym1135 - if false { - } else { - h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) - } - } - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[6] { - if x.Env == nil { - r.EncodeNil() - } else { - yym1137 := z.EncBinary() - _ = yym1137 - if false { - } else { - h.encSliceEnvVar(([]EnvVar)(x.Env), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1117[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("env")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Env == nil { - r.EncodeNil() - } else { - yym1138 := z.EncBinary() - _ = yym1138 - if false { - } else { - h.encSliceEnvVar(([]EnvVar)(x.Env), e) - } - } - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[7] { - yy1140 := &x.Resources - yy1140.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq1117[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resources")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1141 := &x.Resources - yy1141.CodecEncodeSelf(e) - } - } - if yyr1117 || yy2arr1117 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[8] { - if x.VolumeMounts == nil { - r.EncodeNil() - } else { - yym1143 := z.EncBinary() - _ = yym1143 - if false { - } else { - h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1117[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.VolumeMounts == nil { - r.EncodeNil() } else { yym1144 := z.EncBinary() _ = yym1144 if false { + } else { + z.F.EncSliceStringV(x.Command, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1136[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("command")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Command == nil { + r.EncodeNil() + } else { + yym1145 := z.EncBinary() + _ = yym1145 + if false { + } else { + z.F.EncSliceStringV(x.Command, false, e) + } + } + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[3] { + if x.Args == nil { + r.EncodeNil() + } else { + yym1147 := z.EncBinary() + _ = yym1147 + if false { + } else { + z.F.EncSliceStringV(x.Args, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1136[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("args")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Args == nil { + r.EncodeNil() + } else { + yym1148 := z.EncBinary() + _ = yym1148 + if false { + } else { + z.F.EncSliceStringV(x.Args, false, e) + } + } + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[4] { + yym1150 := z.EncBinary() + _ = yym1150 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1136[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("workingDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1151 := z.EncBinary() + _ = yym1151 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) + } + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[5] { + if x.Ports == nil { + r.EncodeNil() + } else { + yym1153 := z.EncBinary() + _ = yym1153 + if false { + } else { + h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1136[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ports")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Ports == nil { + r.EncodeNil() + } else { + yym1154 := z.EncBinary() + _ = yym1154 + if false { + } else { + h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) + } + } + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[6] { + if x.Env == nil { + r.EncodeNil() + } else { + yym1156 := z.EncBinary() + _ = yym1156 + if false { + } else { + h.encSliceEnvVar(([]EnvVar)(x.Env), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1136[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("env")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Env == nil { + r.EncodeNil() + } else { + yym1157 := z.EncBinary() + _ = yym1157 + if false { + } else { + h.encSliceEnvVar(([]EnvVar)(x.Env), e) + } + } + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[7] { + yy1159 := &x.Resources + yy1159.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq1136[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resources")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1160 := &x.Resources + yy1160.CodecEncodeSelf(e) + } + } + if yyr1136 || yy2arr1136 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1136[8] { + if x.VolumeMounts == nil { + r.EncodeNil() + } else { + yym1162 := z.EncBinary() + _ = yym1162 + if false { + } else { + h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1136[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.VolumeMounts == nil { + r.EncodeNil() + } else { + yym1163 := z.EncBinary() + _ = yym1163 + if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) } } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[9] { + if yyq1136[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -15943,7 +16216,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1117[9] { + if yyq1136[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15954,9 +16227,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[10] { + if yyq1136[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -15966,7 +16239,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1117[10] { + if yyq1136[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15977,9 +16250,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[11] { + if yyq1136[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -15989,7 +16262,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1117[11] { + if yyq1136[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16000,11 +16273,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[12] { - yym1149 := z.EncBinary() - _ = yym1149 + if yyq1136[12] { + yym1168 := z.EncBinary() + _ = yym1168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -16013,36 +16286,36 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1117[12] { + if yyq1136[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1150 := z.EncBinary() - _ = yym1150 + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[13] { + if yyq1136[13] { x.ImagePullPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1117[13] { + if yyq1136[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[14] { + if yyq1136[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -16052,7 +16325,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1117[14] { + if yyq1136[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16063,11 +16336,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[15] { - yym1154 := z.EncBinary() - _ = yym1154 + if yyq1136[15] { + yym1173 := z.EncBinary() + _ = yym1173 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -16076,23 +16349,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1117[15] { + if yyq1136[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1155 := z.EncBinary() - _ = yym1155 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[16] { - yym1157 := z.EncBinary() - _ = yym1157 + if yyq1136[16] { + yym1176 := z.EncBinary() + _ = yym1176 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -16101,23 +16374,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1117[16] { + if yyq1136[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1158 := z.EncBinary() - _ = yym1158 + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[17] { - yym1160 := z.EncBinary() - _ = yym1160 + if yyq1136[17] { + yym1179 := z.EncBinary() + _ = yym1179 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -16126,19 +16399,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1117[17] { + if yyq1136[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1161 := z.EncBinary() - _ = yym1161 + yym1180 := z.EncBinary() + _ = yym1180 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1117 || yy2arr1117 { + if yyr1136 || yy2arr1136 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16151,25 +16424,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1162 := z.DecBinary() - _ = yym1162 + yym1181 := z.DecBinary() + _ = yym1181 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1163 := r.ContainerType() - if yyct1163 == codecSelferValueTypeMap1234 { - yyl1163 := r.ReadMapStart() - if yyl1163 == 0 { + yyct1182 := r.ContainerType() + if yyct1182 == codecSelferValueTypeMap1234 { + yyl1182 := r.ReadMapStart() + if yyl1182 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1163, d) + x.codecDecodeSelfFromMap(yyl1182, d) } - } else if yyct1163 == codecSelferValueTypeArray1234 { - yyl1163 := r.ReadArrayStart() - if yyl1163 == 0 { + } else if yyct1182 == codecSelferValueTypeArray1234 { + yyl1182 := r.ReadArrayStart() + if yyl1182 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1163, d) + x.codecDecodeSelfFromArray(yyl1182, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16181,12 +16454,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1164Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1164Slc - var yyhl1164 bool = l >= 0 - for yyj1164 := 0; ; yyj1164++ { - if yyhl1164 { - if yyj1164 >= l { + var yys1183Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1183Slc + var yyhl1183 bool = l >= 0 + for yyj1183 := 0; ; yyj1183++ { + if yyhl1183 { + if yyj1183 >= l { break } } else { @@ -16195,10 +16468,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1164Slc = r.DecodeBytes(yys1164Slc, true, true) - yys1164 := string(yys1164Slc) + yys1183Slc = r.DecodeBytes(yys1183Slc, true, true) + yys1183 := string(yys1183Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1164 { + switch yys1183 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16215,24 +16488,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1167 := &x.Command - yym1168 := z.DecBinary() - _ = yym1168 + yyv1186 := &x.Command + yym1187 := z.DecBinary() + _ = yym1187 if false { } else { - z.F.DecSliceStringX(yyv1167, false, d) + z.F.DecSliceStringX(yyv1186, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1169 := &x.Args - yym1170 := z.DecBinary() - _ = yym1170 + yyv1188 := &x.Args + yym1189 := z.DecBinary() + _ = yym1189 if false { } else { - z.F.DecSliceStringX(yyv1169, false, d) + z.F.DecSliceStringX(yyv1188, false, d) } } case "workingDir": @@ -16245,43 +16518,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1172 := &x.Ports - yym1173 := z.DecBinary() - _ = yym1173 + yyv1191 := &x.Ports + yym1192 := z.DecBinary() + _ = yym1192 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1172), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1191), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1174 := &x.Env - yym1175 := z.DecBinary() - _ = yym1175 + yyv1193 := &x.Env + yym1194 := z.DecBinary() + _ = yym1194 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1174), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1193), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1176 := &x.Resources - yyv1176.CodecDecodeSelf(d) + yyv1195 := &x.Resources + yyv1195.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1177 := &x.VolumeMounts - yym1178 := z.DecBinary() - _ = yym1178 + yyv1196 := &x.VolumeMounts + yym1197 := z.DecBinary() + _ = yym1197 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1177), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1196), d) } } case "livenessProbe": @@ -16359,9 +16632,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1164) - } // end switch yys1164 - } // end for yyj1164 + z.DecStructFieldNotFound(-1, yys1183) + } // end switch yys1183 + } // end for yyj1183 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16369,16 +16642,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1188 int - var yyb1188 bool - var yyhl1188 bool = l >= 0 - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + var yyj1207 int + var yyb1207 bool + var yyhl1207 bool = l >= 0 + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16388,13 +16661,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16404,13 +16677,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16418,21 +16691,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1191 := &x.Command - yym1192 := z.DecBinary() - _ = yym1192 + yyv1210 := &x.Command + yym1211 := z.DecBinary() + _ = yym1211 if false { } else { - z.F.DecSliceStringX(yyv1191, false, d) + z.F.DecSliceStringX(yyv1210, false, d) } } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16440,21 +16713,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1193 := &x.Args - yym1194 := z.DecBinary() - _ = yym1194 + yyv1212 := &x.Args + yym1213 := z.DecBinary() + _ = yym1213 if false { } else { - z.F.DecSliceStringX(yyv1193, false, d) + z.F.DecSliceStringX(yyv1212, false, d) } } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16464,13 +16737,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16478,21 +16751,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1196 := &x.Ports - yym1197 := z.DecBinary() - _ = yym1197 + yyv1215 := &x.Ports + yym1216 := z.DecBinary() + _ = yym1216 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1196), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1215), d) } } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16500,21 +16773,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1198 := &x.Env - yym1199 := z.DecBinary() - _ = yym1199 + yyv1217 := &x.Env + yym1218 := z.DecBinary() + _ = yym1218 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1198), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1217), d) } } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16522,16 +16795,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1200 := &x.Resources - yyv1200.CodecDecodeSelf(d) + yyv1219 := &x.Resources + yyv1219.CodecDecodeSelf(d) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16539,21 +16812,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1201 := &x.VolumeMounts - yym1202 := z.DecBinary() - _ = yym1202 + yyv1220 := &x.VolumeMounts + yym1221 := z.DecBinary() + _ = yym1221 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1201), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1220), d) } } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16568,13 +16841,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16589,13 +16862,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16610,13 +16883,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16626,13 +16899,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16642,13 +16915,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16663,13 +16936,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16679,13 +16952,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16695,13 +16968,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16712,17 +16985,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1188++ - if yyhl1188 { - yyb1188 = yyj1188 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1188 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1188 { + if yyb1207 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1188-1, "") + z.DecStructFieldNotFound(yyj1207-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16734,35 +17007,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1212 := z.EncBinary() - _ = yym1212 + yym1231 := z.EncBinary() + _ = yym1231 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1213 := !z.EncBinary() - yy2arr1213 := z.EncBasicHandle().StructToArray - var yyq1213 [3]bool - _, _, _ = yysep1213, yyq1213, yy2arr1213 - const yyr1213 bool = false - yyq1213[0] = x.Exec != nil - yyq1213[1] = x.HTTPGet != nil - yyq1213[2] = x.TCPSocket != nil - var yynn1213 int - if yyr1213 || yy2arr1213 { + yysep1232 := !z.EncBinary() + yy2arr1232 := z.EncBasicHandle().StructToArray + var yyq1232 [3]bool + _, _, _ = yysep1232, yyq1232, yy2arr1232 + const yyr1232 bool = false + yyq1232[0] = x.Exec != nil + yyq1232[1] = x.HTTPGet != nil + yyq1232[2] = x.TCPSocket != nil + var yynn1232 int + if yyr1232 || yy2arr1232 { r.EncodeArrayStart(3) } else { - yynn1213 = 0 - for _, b := range yyq1213 { + yynn1232 = 0 + for _, b := range yyq1232 { if b { - yynn1213++ + yynn1232++ } } - r.EncodeMapStart(yynn1213) - yynn1213 = 0 + r.EncodeMapStart(yynn1232) + yynn1232 = 0 } - if yyr1213 || yy2arr1213 { + if yyr1232 || yy2arr1232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[0] { + if yyq1232[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -16772,7 +17045,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1213[0] { + if yyq1232[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16783,9 +17056,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1213 || yy2arr1213 { + if yyr1232 || yy2arr1232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[1] { + if yyq1232[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -16795,7 +17068,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1213[1] { + if yyq1232[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16806,9 +17079,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1213 || yy2arr1213 { + if yyr1232 || yy2arr1232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[2] { + if yyq1232[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -16818,7 +17091,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1213[2] { + if yyq1232[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16829,7 +17102,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1213 || yy2arr1213 { + if yyr1232 || yy2arr1232 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16842,25 +17115,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1217 := z.DecBinary() - _ = yym1217 + yym1236 := z.DecBinary() + _ = yym1236 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1218 := r.ContainerType() - if yyct1218 == codecSelferValueTypeMap1234 { - yyl1218 := r.ReadMapStart() - if yyl1218 == 0 { + yyct1237 := r.ContainerType() + if yyct1237 == codecSelferValueTypeMap1234 { + yyl1237 := r.ReadMapStart() + if yyl1237 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1218, d) + x.codecDecodeSelfFromMap(yyl1237, d) } - } else if yyct1218 == codecSelferValueTypeArray1234 { - yyl1218 := r.ReadArrayStart() - if yyl1218 == 0 { + } else if yyct1237 == codecSelferValueTypeArray1234 { + yyl1237 := r.ReadArrayStart() + if yyl1237 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1218, d) + x.codecDecodeSelfFromArray(yyl1237, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16872,12 +17145,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1219Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1219Slc - var yyhl1219 bool = l >= 0 - for yyj1219 := 0; ; yyj1219++ { - if yyhl1219 { - if yyj1219 >= l { + var yys1238Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1238Slc + var yyhl1238 bool = l >= 0 + for yyj1238 := 0; ; yyj1238++ { + if yyhl1238 { + if yyj1238 >= l { break } } else { @@ -16886,10 +17159,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1219Slc = r.DecodeBytes(yys1219Slc, true, true) - yys1219 := string(yys1219Slc) + yys1238Slc = r.DecodeBytes(yys1238Slc, true, true) + yys1238 := string(yys1238Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1219 { + switch yys1238 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -16924,9 +17197,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1219) - } // end switch yys1219 - } // end for yyj1219 + z.DecStructFieldNotFound(-1, yys1238) + } // end switch yys1238 + } // end for yyj1238 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16934,16 +17207,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1223 int - var yyb1223 bool - var yyhl1223 bool = l >= 0 - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + var yyj1242 int + var yyb1242 bool + var yyhl1242 bool = l >= 0 + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1223 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1223 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16958,13 +17231,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1223 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1223 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16979,13 +17252,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1223 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1223 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17001,17 +17274,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1223 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1223 { + if yyb1242 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1223-1, "") + z.DecStructFieldNotFound(yyj1242-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17023,34 +17296,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1227 := z.EncBinary() - _ = yym1227 + yym1246 := z.EncBinary() + _ = yym1246 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1228 := !z.EncBinary() - yy2arr1228 := z.EncBasicHandle().StructToArray - var yyq1228 [2]bool - _, _, _ = yysep1228, yyq1228, yy2arr1228 - const yyr1228 bool = false - yyq1228[0] = x.PostStart != nil - yyq1228[1] = x.PreStop != nil - var yynn1228 int - if yyr1228 || yy2arr1228 { + yysep1247 := !z.EncBinary() + yy2arr1247 := z.EncBasicHandle().StructToArray + var yyq1247 [2]bool + _, _, _ = yysep1247, yyq1247, yy2arr1247 + const yyr1247 bool = false + yyq1247[0] = x.PostStart != nil + yyq1247[1] = x.PreStop != nil + var yynn1247 int + if yyr1247 || yy2arr1247 { r.EncodeArrayStart(2) } else { - yynn1228 = 0 - for _, b := range yyq1228 { + yynn1247 = 0 + for _, b := range yyq1247 { if b { - yynn1228++ + yynn1247++ } } - r.EncodeMapStart(yynn1228) - yynn1228 = 0 + r.EncodeMapStart(yynn1247) + yynn1247 = 0 } - if yyr1228 || yy2arr1228 { + if yyr1247 || yy2arr1247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1228[0] { + if yyq1247[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -17060,7 +17333,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1228[0] { + if yyq1247[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17071,9 +17344,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1228 || yy2arr1228 { + if yyr1247 || yy2arr1247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1228[1] { + if yyq1247[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -17083,7 +17356,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1228[1] { + if yyq1247[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17094,7 +17367,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1228 || yy2arr1228 { + if yyr1247 || yy2arr1247 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17107,25 +17380,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1231 := z.DecBinary() - _ = yym1231 + yym1250 := z.DecBinary() + _ = yym1250 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1232 := r.ContainerType() - if yyct1232 == codecSelferValueTypeMap1234 { - yyl1232 := r.ReadMapStart() - if yyl1232 == 0 { + yyct1251 := r.ContainerType() + if yyct1251 == codecSelferValueTypeMap1234 { + yyl1251 := r.ReadMapStart() + if yyl1251 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1232, d) + x.codecDecodeSelfFromMap(yyl1251, d) } - } else if yyct1232 == codecSelferValueTypeArray1234 { - yyl1232 := r.ReadArrayStart() - if yyl1232 == 0 { + } else if yyct1251 == codecSelferValueTypeArray1234 { + yyl1251 := r.ReadArrayStart() + if yyl1251 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1232, d) + x.codecDecodeSelfFromArray(yyl1251, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17137,12 +17410,12 @@ func (x *Lifecycle) 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 yys1252Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1252Slc + var yyhl1252 bool = l >= 0 + for yyj1252 := 0; ; yyj1252++ { + if yyhl1252 { + if yyj1252 >= l { break } } else { @@ -17151,10 +17424,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1233Slc = r.DecodeBytes(yys1233Slc, true, true) - yys1233 := string(yys1233Slc) + yys1252Slc = r.DecodeBytes(yys1252Slc, true, true) + yys1252 := string(yys1252Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1233 { + switch yys1252 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -17178,9 +17451,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1233) - } // end switch yys1233 - } // end for yyj1233 + z.DecStructFieldNotFound(-1, yys1252) + } // end switch yys1252 + } // end for yyj1252 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17188,16 +17461,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1236 int - var yyb1236 bool - var yyhl1236 bool = l >= 0 - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + var yyj1255 int + var yyb1255 bool + var yyhl1255 bool = l >= 0 + yyj1255++ + if yyhl1255 { + yyb1255 = yyj1255 > l } else { - yyb1236 = r.CheckBreak() + yyb1255 = r.CheckBreak() } - if yyb1236 { + if yyb1255 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17212,13 +17485,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1255++ + if yyhl1255 { + yyb1255 = yyj1255 > l } else { - yyb1236 = r.CheckBreak() + yyb1255 = r.CheckBreak() } - if yyb1236 { + if yyb1255 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17234,17 +17507,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1255++ + if yyhl1255 { + yyb1255 = yyj1255 > l } else { - yyb1236 = r.CheckBreak() + yyb1255 = r.CheckBreak() } - if yyb1236 { + if yyb1255 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1236-1, "") + z.DecStructFieldNotFound(yyj1255-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17253,8 +17526,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1239 := z.EncBinary() - _ = yym1239 + yym1258 := z.EncBinary() + _ = yym1258 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17266,8 +17539,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1240 := z.DecBinary() - _ = yym1240 + yym1259 := z.DecBinary() + _ = yym1259 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17282,36 +17555,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1241 := z.EncBinary() - _ = yym1241 + yym1260 := z.EncBinary() + _ = yym1260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1242 := !z.EncBinary() - yy2arr1242 := z.EncBasicHandle().StructToArray - var yyq1242 [2]bool - _, _, _ = yysep1242, yyq1242, yy2arr1242 - const yyr1242 bool = false - yyq1242[0] = x.Reason != "" - yyq1242[1] = x.Message != "" - var yynn1242 int - if yyr1242 || yy2arr1242 { + yysep1261 := !z.EncBinary() + yy2arr1261 := z.EncBasicHandle().StructToArray + var yyq1261 [2]bool + _, _, _ = yysep1261, yyq1261, yy2arr1261 + const yyr1261 bool = false + yyq1261[0] = x.Reason != "" + yyq1261[1] = x.Message != "" + var yynn1261 int + if yyr1261 || yy2arr1261 { r.EncodeArrayStart(2) } else { - yynn1242 = 0 - for _, b := range yyq1242 { + yynn1261 = 0 + for _, b := range yyq1261 { if b { - yynn1242++ + yynn1261++ } } - r.EncodeMapStart(yynn1242) - yynn1242 = 0 + r.EncodeMapStart(yynn1261) + yynn1261 = 0 } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1242[0] { - yym1244 := z.EncBinary() - _ = yym1244 + if yyq1261[0] { + yym1263 := z.EncBinary() + _ = yym1263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -17320,23 +17593,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1242[0] { + if yyq1261[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1245 := z.EncBinary() - _ = yym1245 + yym1264 := z.EncBinary() + _ = yym1264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1242[1] { - yym1247 := z.EncBinary() - _ = yym1247 + if yyq1261[1] { + yym1266 := z.EncBinary() + _ = yym1266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -17345,19 +17618,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1242[1] { + if yyq1261[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1248 := z.EncBinary() - _ = yym1248 + yym1267 := z.EncBinary() + _ = yym1267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1242 || yy2arr1242 { + if yyr1261 || yy2arr1261 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17370,25 +17643,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1249 := z.DecBinary() - _ = yym1249 + yym1268 := z.DecBinary() + _ = yym1268 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1250 := r.ContainerType() - if yyct1250 == codecSelferValueTypeMap1234 { - yyl1250 := r.ReadMapStart() - if yyl1250 == 0 { + yyct1269 := r.ContainerType() + if yyct1269 == codecSelferValueTypeMap1234 { + yyl1269 := r.ReadMapStart() + if yyl1269 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1250, d) + x.codecDecodeSelfFromMap(yyl1269, d) } - } else if yyct1250 == codecSelferValueTypeArray1234 { - yyl1250 := r.ReadArrayStart() - if yyl1250 == 0 { + } else if yyct1269 == codecSelferValueTypeArray1234 { + yyl1269 := r.ReadArrayStart() + if yyl1269 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1250, d) + x.codecDecodeSelfFromArray(yyl1269, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17400,12 +17673,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1251Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1251Slc - var yyhl1251 bool = l >= 0 - for yyj1251 := 0; ; yyj1251++ { - if yyhl1251 { - if yyj1251 >= 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 { @@ -17414,10 +17687,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1251Slc = r.DecodeBytes(yys1251Slc, true, true) - yys1251 := string(yys1251Slc) + yys1270Slc = r.DecodeBytes(yys1270Slc, true, true) + yys1270 := string(yys1270Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1251 { + switch yys1270 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -17431,9 +17704,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1251) - } // end switch yys1251 - } // end for yyj1251 + z.DecStructFieldNotFound(-1, yys1270) + } // end switch yys1270 + } // end for yyj1270 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17441,16 +17714,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1254 int - var yyb1254 bool - var yyhl1254 bool = l >= 0 - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + var yyj1273 int + var yyb1273 bool + var yyhl1273 bool = l >= 0 + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1254 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1254 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17460,13 +17733,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1254 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1254 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17477,17 +17750,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1254 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1254 { + if yyb1273 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1254-1, "") + z.DecStructFieldNotFound(yyj1273-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17499,68 +17772,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1257 := z.EncBinary() - _ = yym1257 + yym1276 := z.EncBinary() + _ = yym1276 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1258 := !z.EncBinary() - yy2arr1258 := z.EncBasicHandle().StructToArray - var yyq1258 [1]bool - _, _, _ = yysep1258, yyq1258, yy2arr1258 - const yyr1258 bool = false - yyq1258[0] = true - var yynn1258 int - if yyr1258 || yy2arr1258 { + yysep1277 := !z.EncBinary() + yy2arr1277 := z.EncBasicHandle().StructToArray + var yyq1277 [1]bool + _, _, _ = yysep1277, yyq1277, yy2arr1277 + const yyr1277 bool = false + yyq1277[0] = true + var yynn1277 int + if yyr1277 || yy2arr1277 { r.EncodeArrayStart(1) } else { - yynn1258 = 0 - for _, b := range yyq1258 { + yynn1277 = 0 + for _, b := range yyq1277 { if b { - yynn1258++ + yynn1277++ } } - r.EncodeMapStart(yynn1258) - yynn1258 = 0 + r.EncodeMapStart(yynn1277) + yynn1277 = 0 } - if yyr1258 || yy2arr1258 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1258[0] { - yy1260 := &x.StartedAt - yym1261 := z.EncBinary() - _ = yym1261 + if yyq1277[0] { + yy1279 := &x.StartedAt + yym1280 := z.EncBinary() + _ = yym1280 if false { - } else if z.HasExtensions() && z.EncExt(yy1260) { - } else if yym1261 { - z.EncBinaryMarshal(yy1260) - } else if !yym1261 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1260) + } else if z.HasExtensions() && z.EncExt(yy1279) { + } else if yym1280 { + z.EncBinaryMarshal(yy1279) + } else if !yym1280 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1279) } else { - z.EncFallback(yy1260) + z.EncFallback(yy1279) } } else { r.EncodeNil() } } else { - if yyq1258[0] { + if yyq1277[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1262 := &x.StartedAt - yym1263 := z.EncBinary() - _ = yym1263 + yy1281 := &x.StartedAt + yym1282 := z.EncBinary() + _ = yym1282 if false { - } else if z.HasExtensions() && z.EncExt(yy1262) { - } else if yym1263 { - z.EncBinaryMarshal(yy1262) - } else if !yym1263 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1262) + } else if z.HasExtensions() && z.EncExt(yy1281) { + } else if yym1282 { + z.EncBinaryMarshal(yy1281) + } else if !yym1282 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1281) } else { - z.EncFallback(yy1262) + z.EncFallback(yy1281) } } } - if yyr1258 || yy2arr1258 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17573,25 +17846,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1264 := z.DecBinary() - _ = yym1264 + yym1283 := z.DecBinary() + _ = yym1283 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1265 := r.ContainerType() - if yyct1265 == codecSelferValueTypeMap1234 { - yyl1265 := r.ReadMapStart() - if yyl1265 == 0 { + yyct1284 := r.ContainerType() + if yyct1284 == codecSelferValueTypeMap1234 { + yyl1284 := r.ReadMapStart() + if yyl1284 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1265, d) + x.codecDecodeSelfFromMap(yyl1284, d) } - } else if yyct1265 == codecSelferValueTypeArray1234 { - yyl1265 := r.ReadArrayStart() - if yyl1265 == 0 { + } else if yyct1284 == codecSelferValueTypeArray1234 { + yyl1284 := r.ReadArrayStart() + if yyl1284 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1265, d) + x.codecDecodeSelfFromArray(yyl1284, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17603,12 +17876,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1266Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1266Slc - var yyhl1266 bool = l >= 0 - for yyj1266 := 0; ; yyj1266++ { - if yyhl1266 { - if yyj1266 >= l { + var yys1285Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1285Slc + var yyhl1285 bool = l >= 0 + for yyj1285 := 0; ; yyj1285++ { + if yyhl1285 { + if yyj1285 >= l { break } } else { @@ -17617,31 +17890,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1266Slc = r.DecodeBytes(yys1266Slc, true, true) - yys1266 := string(yys1266Slc) + yys1285Slc = r.DecodeBytes(yys1285Slc, true, true) + yys1285 := string(yys1285Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1266 { + switch yys1285 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1267 := &x.StartedAt - yym1268 := z.DecBinary() - _ = yym1268 + yyv1286 := &x.StartedAt + yym1287 := z.DecBinary() + _ = yym1287 if false { - } else if z.HasExtensions() && z.DecExt(yyv1267) { - } else if yym1268 { - z.DecBinaryUnmarshal(yyv1267) - } else if !yym1268 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1267) + } else if z.HasExtensions() && z.DecExt(yyv1286) { + } else if yym1287 { + z.DecBinaryUnmarshal(yyv1286) + } else if !yym1287 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1286) } else { - z.DecFallback(yyv1267, false) + z.DecFallback(yyv1286, false) } } default: - z.DecStructFieldNotFound(-1, yys1266) - } // end switch yys1266 - } // end for yyj1266 + z.DecStructFieldNotFound(-1, yys1285) + } // end switch yys1285 + } // end for yyj1285 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17649,16 +17922,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1269 int - var yyb1269 bool - var yyhl1269 bool = l >= 0 - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + var yyj1288 int + var yyb1288 bool + var yyhl1288 bool = l >= 0 + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1269 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1269 { + if yyb1288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17666,31 +17939,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1270 := &x.StartedAt - yym1271 := z.DecBinary() - _ = yym1271 + yyv1289 := &x.StartedAt + yym1290 := z.DecBinary() + _ = yym1290 if false { - } else if z.HasExtensions() && z.DecExt(yyv1270) { - } else if yym1271 { - z.DecBinaryUnmarshal(yyv1270) - } else if !yym1271 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1270) + } else if z.HasExtensions() && z.DecExt(yyv1289) { + } else if yym1290 { + z.DecBinaryUnmarshal(yyv1289) + } else if !yym1290 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1289) } else { - z.DecFallback(yyv1270, false) + z.DecFallback(yyv1289, false) } } for { - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1269 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1269 { + if yyb1288 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1269-1, "") + z.DecStructFieldNotFound(yyj1288-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17702,39 +17975,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1272 := z.EncBinary() - _ = yym1272 + yym1291 := z.EncBinary() + _ = yym1291 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1273 := !z.EncBinary() - yy2arr1273 := z.EncBasicHandle().StructToArray - var yyq1273 [7]bool - _, _, _ = yysep1273, yyq1273, yy2arr1273 - const yyr1273 bool = false - yyq1273[1] = x.Signal != 0 - yyq1273[2] = x.Reason != "" - yyq1273[3] = x.Message != "" - yyq1273[4] = true - yyq1273[5] = true - yyq1273[6] = x.ContainerID != "" - var yynn1273 int - if yyr1273 || yy2arr1273 { + yysep1292 := !z.EncBinary() + yy2arr1292 := z.EncBasicHandle().StructToArray + var yyq1292 [7]bool + _, _, _ = yysep1292, yyq1292, yy2arr1292 + const yyr1292 bool = false + yyq1292[1] = x.Signal != 0 + yyq1292[2] = x.Reason != "" + yyq1292[3] = x.Message != "" + yyq1292[4] = true + yyq1292[5] = true + yyq1292[6] = x.ContainerID != "" + var yynn1292 int + if yyr1292 || yy2arr1292 { r.EncodeArrayStart(7) } else { - yynn1273 = 1 - for _, b := range yyq1273 { + yynn1292 = 1 + for _, b := range yyq1292 { if b { - yynn1273++ + yynn1292++ } } - r.EncodeMapStart(yynn1273) - yynn1273 = 0 + r.EncodeMapStart(yynn1292) + yynn1292 = 0 } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1275 := z.EncBinary() - _ = yym1275 + yym1294 := z.EncBinary() + _ = yym1294 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -17743,18 +18016,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1276 := z.EncBinary() - _ = yym1276 + yym1295 := z.EncBinary() + _ = yym1295 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[1] { - yym1278 := z.EncBinary() - _ = yym1278 + if yyq1292[1] { + yym1297 := z.EncBinary() + _ = yym1297 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -17763,23 +18036,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1273[1] { + if yyq1292[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1279 := z.EncBinary() - _ = yym1279 + yym1298 := z.EncBinary() + _ = yym1298 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[2] { - yym1281 := z.EncBinary() - _ = yym1281 + if yyq1292[2] { + yym1300 := z.EncBinary() + _ = yym1300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -17788,23 +18061,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1273[2] { + if yyq1292[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1282 := z.EncBinary() - _ = yym1282 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[3] { - yym1284 := z.EncBinary() - _ = yym1284 + if yyq1292[3] { + yym1303 := z.EncBinary() + _ = yym1303 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -17813,97 +18086,97 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1273[3] { + if yyq1292[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1285 := z.EncBinary() - _ = yym1285 + yym1304 := z.EncBinary() + _ = yym1304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[4] { - yy1287 := &x.StartedAt - yym1288 := z.EncBinary() - _ = yym1288 + if yyq1292[4] { + yy1306 := &x.StartedAt + yym1307 := z.EncBinary() + _ = yym1307 if false { - } else if z.HasExtensions() && z.EncExt(yy1287) { - } else if yym1288 { - z.EncBinaryMarshal(yy1287) - } else if !yym1288 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1287) + } else if z.HasExtensions() && z.EncExt(yy1306) { + } else if yym1307 { + z.EncBinaryMarshal(yy1306) + } else if !yym1307 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1306) } else { - z.EncFallback(yy1287) + z.EncFallback(yy1306) } } else { r.EncodeNil() } } else { - if yyq1273[4] { + if yyq1292[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1289 := &x.StartedAt - yym1290 := z.EncBinary() - _ = yym1290 + yy1308 := &x.StartedAt + yym1309 := z.EncBinary() + _ = yym1309 if false { - } else if z.HasExtensions() && z.EncExt(yy1289) { - } else if yym1290 { - z.EncBinaryMarshal(yy1289) - } else if !yym1290 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1289) + } else if z.HasExtensions() && z.EncExt(yy1308) { + } else if yym1309 { + z.EncBinaryMarshal(yy1308) + } else if !yym1309 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1308) } else { - z.EncFallback(yy1289) + z.EncFallback(yy1308) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[5] { - yy1292 := &x.FinishedAt - yym1293 := z.EncBinary() - _ = yym1293 + if yyq1292[5] { + yy1311 := &x.FinishedAt + yym1312 := z.EncBinary() + _ = yym1312 if false { - } else if z.HasExtensions() && z.EncExt(yy1292) { - } else if yym1293 { - z.EncBinaryMarshal(yy1292) - } else if !yym1293 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1292) + } else if z.HasExtensions() && z.EncExt(yy1311) { + } else if yym1312 { + z.EncBinaryMarshal(yy1311) + } else if !yym1312 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1311) } else { - z.EncFallback(yy1292) + z.EncFallback(yy1311) } } else { r.EncodeNil() } } else { - if yyq1273[5] { + if yyq1292[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1294 := &x.FinishedAt - yym1295 := z.EncBinary() - _ = yym1295 + yy1313 := &x.FinishedAt + yym1314 := z.EncBinary() + _ = yym1314 if false { - } else if z.HasExtensions() && z.EncExt(yy1294) { - } else if yym1295 { - z.EncBinaryMarshal(yy1294) - } else if !yym1295 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1294) + } else if z.HasExtensions() && z.EncExt(yy1313) { + } else if yym1314 { + z.EncBinaryMarshal(yy1313) + } else if !yym1314 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1313) } else { - z.EncFallback(yy1294) + z.EncFallback(yy1313) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1273[6] { - yym1297 := z.EncBinary() - _ = yym1297 + if yyq1292[6] { + yym1316 := z.EncBinary() + _ = yym1316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -17912,19 +18185,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1273[6] { + if yyq1292[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1298 := z.EncBinary() - _ = yym1298 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1273 || yy2arr1273 { + if yyr1292 || yy2arr1292 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17937,25 +18210,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1299 := z.DecBinary() - _ = yym1299 + yym1318 := z.DecBinary() + _ = yym1318 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1300 := r.ContainerType() - if yyct1300 == codecSelferValueTypeMap1234 { - yyl1300 := r.ReadMapStart() - if yyl1300 == 0 { + yyct1319 := r.ContainerType() + if yyct1319 == codecSelferValueTypeMap1234 { + yyl1319 := r.ReadMapStart() + if yyl1319 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1300, d) + x.codecDecodeSelfFromMap(yyl1319, d) } - } else if yyct1300 == codecSelferValueTypeArray1234 { - yyl1300 := r.ReadArrayStart() - if yyl1300 == 0 { + } else if yyct1319 == codecSelferValueTypeArray1234 { + yyl1319 := r.ReadArrayStart() + if yyl1319 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1300, d) + x.codecDecodeSelfFromArray(yyl1319, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17967,12 +18240,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De 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 yys1320Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1320Slc + var yyhl1320 bool = l >= 0 + for yyj1320 := 0; ; yyj1320++ { + if yyhl1320 { + if yyj1320 >= l { break } } else { @@ -17981,10 +18254,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1301Slc = r.DecodeBytes(yys1301Slc, true, true) - yys1301 := string(yys1301Slc) + yys1320Slc = r.DecodeBytes(yys1320Slc, true, true) + yys1320 := string(yys1320Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1301 { + switch yys1320 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -18013,34 +18286,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1306 := &x.StartedAt - yym1307 := z.DecBinary() - _ = yym1307 + yyv1325 := &x.StartedAt + yym1326 := z.DecBinary() + _ = yym1326 if false { - } else if z.HasExtensions() && z.DecExt(yyv1306) { - } else if yym1307 { - z.DecBinaryUnmarshal(yyv1306) - } else if !yym1307 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1306) + } else if z.HasExtensions() && z.DecExt(yyv1325) { + } else if yym1326 { + z.DecBinaryUnmarshal(yyv1325) + } else if !yym1326 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1325) } else { - z.DecFallback(yyv1306, false) + z.DecFallback(yyv1325, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1308 := &x.FinishedAt - yym1309 := z.DecBinary() - _ = yym1309 + yyv1327 := &x.FinishedAt + yym1328 := z.DecBinary() + _ = yym1328 if false { - } else if z.HasExtensions() && z.DecExt(yyv1308) { - } else if yym1309 { - z.DecBinaryUnmarshal(yyv1308) - } else if !yym1309 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1308) + } else if z.HasExtensions() && z.DecExt(yyv1327) { + } else if yym1328 { + z.DecBinaryUnmarshal(yyv1327) + } else if !yym1328 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1327) } else { - z.DecFallback(yyv1308, false) + z.DecFallback(yyv1327, false) } } case "containerID": @@ -18050,9 +18323,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1301) - } // end switch yys1301 - } // end for yyj1301 + z.DecStructFieldNotFound(-1, yys1320) + } // end switch yys1320 + } // end for yyj1320 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18060,16 +18333,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1311 int - var yyb1311 bool - var yyhl1311 bool = l >= 0 - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + var yyj1330 int + var yyb1330 bool + var yyhl1330 bool = l >= 0 + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18079,13 +18352,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18095,13 +18368,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18111,13 +18384,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18127,13 +18400,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18141,26 +18414,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1316 := &x.StartedAt - yym1317 := z.DecBinary() - _ = yym1317 + yyv1335 := &x.StartedAt + yym1336 := z.DecBinary() + _ = yym1336 if false { - } else if z.HasExtensions() && z.DecExt(yyv1316) { - } else if yym1317 { - z.DecBinaryUnmarshal(yyv1316) - } else if !yym1317 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1316) + } else if z.HasExtensions() && z.DecExt(yyv1335) { + } else if yym1336 { + z.DecBinaryUnmarshal(yyv1335) + } else if !yym1336 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1335) } else { - z.DecFallback(yyv1316, false) + z.DecFallback(yyv1335, false) } } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18168,26 +18441,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1318 := &x.FinishedAt - yym1319 := z.DecBinary() - _ = yym1319 + yyv1337 := &x.FinishedAt + yym1338 := z.DecBinary() + _ = yym1338 if false { - } else if z.HasExtensions() && z.DecExt(yyv1318) { - } else if yym1319 { - z.DecBinaryUnmarshal(yyv1318) - } else if !yym1319 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1318) + } else if z.HasExtensions() && z.DecExt(yyv1337) { + } else if yym1338 { + z.DecBinaryUnmarshal(yyv1337) + } else if !yym1338 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1337) } else { - z.DecFallback(yyv1318, false) + z.DecFallback(yyv1337, false) } } - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18198,17 +18471,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1311++ - if yyhl1311 { - yyb1311 = yyj1311 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1311 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1311 { + if yyb1330 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1311-1, "") + z.DecStructFieldNotFound(yyj1330-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18220,35 +18493,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1321 := z.EncBinary() - _ = yym1321 + yym1340 := z.EncBinary() + _ = yym1340 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1322 := !z.EncBinary() - yy2arr1322 := z.EncBasicHandle().StructToArray - var yyq1322 [3]bool - _, _, _ = yysep1322, yyq1322, yy2arr1322 - const yyr1322 bool = false - yyq1322[0] = x.Waiting != nil - yyq1322[1] = x.Running != nil - yyq1322[2] = x.Terminated != nil - var yynn1322 int - if yyr1322 || yy2arr1322 { + yysep1341 := !z.EncBinary() + yy2arr1341 := z.EncBasicHandle().StructToArray + var yyq1341 [3]bool + _, _, _ = yysep1341, yyq1341, yy2arr1341 + const yyr1341 bool = false + yyq1341[0] = x.Waiting != nil + yyq1341[1] = x.Running != nil + yyq1341[2] = x.Terminated != nil + var yynn1341 int + if yyr1341 || yy2arr1341 { r.EncodeArrayStart(3) } else { - yynn1322 = 0 - for _, b := range yyq1322 { + yynn1341 = 0 + for _, b := range yyq1341 { if b { - yynn1322++ + yynn1341++ } } - r.EncodeMapStart(yynn1322) - yynn1322 = 0 + r.EncodeMapStart(yynn1341) + yynn1341 = 0 } - if yyr1322 || yy2arr1322 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[0] { + if yyq1341[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -18258,7 +18531,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1322[0] { + if yyq1341[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18269,9 +18542,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1322 || yy2arr1322 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[1] { + if yyq1341[1] { if x.Running == nil { r.EncodeNil() } else { @@ -18281,7 +18554,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1322[1] { + if yyq1341[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18292,9 +18565,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1322 || yy2arr1322 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[2] { + if yyq1341[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -18304,7 +18577,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1322[2] { + if yyq1341[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18315,7 +18588,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1322 || yy2arr1322 { + if yyr1341 || yy2arr1341 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18328,25 +18601,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1326 := z.DecBinary() - _ = yym1326 + yym1345 := z.DecBinary() + _ = yym1345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1327 := r.ContainerType() - if yyct1327 == codecSelferValueTypeMap1234 { - yyl1327 := r.ReadMapStart() - if yyl1327 == 0 { + yyct1346 := r.ContainerType() + if yyct1346 == codecSelferValueTypeMap1234 { + yyl1346 := r.ReadMapStart() + if yyl1346 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1327, d) + x.codecDecodeSelfFromMap(yyl1346, d) } - } else if yyct1327 == codecSelferValueTypeArray1234 { - yyl1327 := r.ReadArrayStart() - if yyl1327 == 0 { + } else if yyct1346 == codecSelferValueTypeArray1234 { + yyl1346 := r.ReadArrayStart() + if yyl1346 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1327, d) + x.codecDecodeSelfFromArray(yyl1346, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18358,12 +18631,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1328Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1328Slc - var yyhl1328 bool = l >= 0 - for yyj1328 := 0; ; yyj1328++ { - if yyhl1328 { - if yyj1328 >= l { + var yys1347Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1347Slc + var yyhl1347 bool = l >= 0 + for yyj1347 := 0; ; yyj1347++ { + if yyhl1347 { + if yyj1347 >= l { break } } else { @@ -18372,10 +18645,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1328Slc = r.DecodeBytes(yys1328Slc, true, true) - yys1328 := string(yys1328Slc) + yys1347Slc = r.DecodeBytes(yys1347Slc, true, true) + yys1347 := string(yys1347Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1328 { + switch yys1347 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -18410,9 +18683,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1328) - } // end switch yys1328 - } // end for yyj1328 + z.DecStructFieldNotFound(-1, yys1347) + } // end switch yys1347 + } // end for yyj1347 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18420,16 +18693,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1332 int - var yyb1332 bool - var yyhl1332 bool = l >= 0 - yyj1332++ - if yyhl1332 { - yyb1332 = yyj1332 > l + var yyj1351 int + var yyb1351 bool + var yyhl1351 bool = l >= 0 + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1332 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1332 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18444,13 +18717,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1332++ - if yyhl1332 { - yyb1332 = yyj1332 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1332 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1332 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18465,13 +18738,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1332++ - if yyhl1332 { - yyb1332 = yyj1332 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1332 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1332 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18487,17 +18760,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1332++ - if yyhl1332 { - yyb1332 = yyj1332 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1332 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1332 { + if yyb1351 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1332-1, "") + z.DecStructFieldNotFound(yyj1351-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18509,36 +18782,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1336 := z.EncBinary() - _ = yym1336 + yym1355 := z.EncBinary() + _ = yym1355 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1337 := !z.EncBinary() - yy2arr1337 := z.EncBasicHandle().StructToArray - var yyq1337 [8]bool - _, _, _ = yysep1337, yyq1337, yy2arr1337 - const yyr1337 bool = false - yyq1337[1] = true - yyq1337[2] = true - yyq1337[7] = x.ContainerID != "" - var yynn1337 int - if yyr1337 || yy2arr1337 { + yysep1356 := !z.EncBinary() + yy2arr1356 := z.EncBasicHandle().StructToArray + var yyq1356 [8]bool + _, _, _ = yysep1356, yyq1356, yy2arr1356 + const yyr1356 bool = false + yyq1356[1] = true + yyq1356[2] = true + yyq1356[7] = x.ContainerID != "" + var yynn1356 int + if yyr1356 || yy2arr1356 { r.EncodeArrayStart(8) } else { - yynn1337 = 5 - for _, b := range yyq1337 { + yynn1356 = 5 + for _, b := range yyq1356 { if b { - yynn1337++ + yynn1356++ } } - r.EncodeMapStart(yynn1337) - yynn1337 = 0 + r.EncodeMapStart(yynn1356) + yynn1356 = 0 } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1339 := z.EncBinary() - _ = yym1339 + yym1358 := z.EncBinary() + _ = yym1358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18547,51 +18820,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1340 := z.EncBinary() - _ = yym1340 + yym1359 := z.EncBinary() + _ = yym1359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1337[1] { - yy1342 := &x.State - yy1342.CodecEncodeSelf(e) + if yyq1356[1] { + yy1361 := &x.State + yy1361.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1337[1] { + if yyq1356[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1343 := &x.State - yy1343.CodecEncodeSelf(e) + yy1362 := &x.State + yy1362.CodecEncodeSelf(e) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1337[2] { - yy1345 := &x.LastTerminationState - yy1345.CodecEncodeSelf(e) + if yyq1356[2] { + yy1364 := &x.LastTerminationState + yy1364.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1337[2] { + if yyq1356[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1346 := &x.LastTerminationState - yy1346.CodecEncodeSelf(e) + yy1365 := &x.LastTerminationState + yy1365.CodecEncodeSelf(e) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1348 := z.EncBinary() - _ = yym1348 + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -18600,17 +18873,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1349 := z.EncBinary() - _ = yym1349 + yym1368 := z.EncBinary() + _ = yym1368 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1351 := z.EncBinary() - _ = yym1351 + yym1370 := z.EncBinary() + _ = yym1370 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -18619,17 +18892,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1352 := z.EncBinary() - _ = yym1352 + yym1371 := z.EncBinary() + _ = yym1371 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1354 := z.EncBinary() - _ = yym1354 + yym1373 := z.EncBinary() + _ = yym1373 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -18638,17 +18911,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1355 := z.EncBinary() - _ = yym1355 + yym1374 := z.EncBinary() + _ = yym1374 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1357 := z.EncBinary() - _ = yym1357 + yym1376 := z.EncBinary() + _ = yym1376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -18657,18 +18930,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1358 := z.EncBinary() - _ = yym1358 + yym1377 := z.EncBinary() + _ = yym1377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1337[7] { - yym1360 := z.EncBinary() - _ = yym1360 + if yyq1356[7] { + yym1379 := z.EncBinary() + _ = yym1379 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -18677,19 +18950,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1337[7] { + if yyq1356[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1361 := z.EncBinary() - _ = yym1361 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1337 || yy2arr1337 { + if yyr1356 || yy2arr1356 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18702,25 +18975,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1362 := z.DecBinary() - _ = yym1362 + yym1381 := z.DecBinary() + _ = yym1381 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1363 := r.ContainerType() - if yyct1363 == codecSelferValueTypeMap1234 { - yyl1363 := r.ReadMapStart() - if yyl1363 == 0 { + yyct1382 := r.ContainerType() + if yyct1382 == codecSelferValueTypeMap1234 { + yyl1382 := r.ReadMapStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1363, d) + x.codecDecodeSelfFromMap(yyl1382, d) } - } else if yyct1363 == codecSelferValueTypeArray1234 { - yyl1363 := r.ReadArrayStart() - if yyl1363 == 0 { + } else if yyct1382 == codecSelferValueTypeArray1234 { + yyl1382 := r.ReadArrayStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1363, d) + x.codecDecodeSelfFromArray(yyl1382, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18732,12 +19005,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1364Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1364Slc - var yyhl1364 bool = l >= 0 - for yyj1364 := 0; ; yyj1364++ { - if yyhl1364 { - if yyj1364 >= l { + var yys1383Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1383Slc + var yyhl1383 bool = l >= 0 + for yyj1383 := 0; ; yyj1383++ { + if yyhl1383 { + if yyj1383 >= l { break } } else { @@ -18746,10 +19019,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1364Slc = r.DecodeBytes(yys1364Slc, true, true) - yys1364 := string(yys1364Slc) + yys1383Slc = r.DecodeBytes(yys1383Slc, true, true) + yys1383 := string(yys1383Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1364 { + switch yys1383 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18760,15 +19033,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1366 := &x.State - yyv1366.CodecDecodeSelf(d) + yyv1385 := &x.State + yyv1385.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1367 := &x.LastTerminationState - yyv1367.CodecDecodeSelf(d) + yyv1386 := &x.LastTerminationState + yyv1386.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -18801,9 +19074,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1364) - } // end switch yys1364 - } // end for yyj1364 + z.DecStructFieldNotFound(-1, yys1383) + } // end switch yys1383 + } // end for yyj1383 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18811,16 +19084,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1373 int - var yyb1373 bool - var yyhl1373 bool = l >= 0 - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + var yyj1392 int + var yyb1392 bool + var yyhl1392 bool = l >= 0 + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18830,13 +19103,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18844,16 +19117,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1375 := &x.State - yyv1375.CodecDecodeSelf(d) + yyv1394 := &x.State + yyv1394.CodecDecodeSelf(d) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18861,16 +19134,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1376 := &x.LastTerminationState - yyv1376.CodecDecodeSelf(d) + yyv1395 := &x.LastTerminationState + yyv1395.CodecDecodeSelf(d) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18880,13 +19153,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18896,13 +19169,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18912,13 +19185,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18928,13 +19201,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18945,17 +19218,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1373++ - if yyhl1373 { - yyb1373 = yyj1373 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1373 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1373 { + if yyb1392 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1373-1, "") + z.DecStructFieldNotFound(yyj1392-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18964,8 +19237,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1382 := z.EncBinary() - _ = yym1382 + yym1401 := z.EncBinary() + _ = yym1401 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18977,8 +19250,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1383 := z.DecBinary() - _ = yym1383 + yym1402 := z.DecBinary() + _ = yym1402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18990,8 +19263,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1384 := z.EncBinary() - _ = yym1384 + yym1403 := z.EncBinary() + _ = yym1403 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19003,8 +19276,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1385 := z.DecBinary() - _ = yym1385 + yym1404 := z.DecBinary() + _ = yym1404 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19019,34 +19292,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1386 := z.EncBinary() - _ = yym1386 + yym1405 := z.EncBinary() + _ = yym1405 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1387 := !z.EncBinary() - yy2arr1387 := z.EncBasicHandle().StructToArray - var yyq1387 [6]bool - _, _, _ = yysep1387, yyq1387, yy2arr1387 - const yyr1387 bool = false - yyq1387[2] = true - yyq1387[3] = true - yyq1387[4] = x.Reason != "" - yyq1387[5] = x.Message != "" - var yynn1387 int - if yyr1387 || yy2arr1387 { + yysep1406 := !z.EncBinary() + yy2arr1406 := z.EncBasicHandle().StructToArray + var yyq1406 [6]bool + _, _, _ = yysep1406, yyq1406, yy2arr1406 + const yyr1406 bool = false + yyq1406[2] = true + yyq1406[3] = true + yyq1406[4] = x.Reason != "" + yyq1406[5] = x.Message != "" + var yynn1406 int + if yyr1406 || yy2arr1406 { r.EncodeArrayStart(6) } else { - yynn1387 = 2 - for _, b := range yyq1387 { + yynn1406 = 2 + for _, b := range yyq1406 { if b { - yynn1387++ + yynn1406++ } } - r.EncodeMapStart(yynn1387) - yynn1387 = 0 + r.EncodeMapStart(yynn1406) + yynn1406 = 0 } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -19055,7 +19328,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -19064,85 +19337,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1387[2] { - yy1391 := &x.LastProbeTime - yym1392 := z.EncBinary() - _ = yym1392 + if yyq1406[2] { + yy1410 := &x.LastProbeTime + yym1411 := z.EncBinary() + _ = yym1411 if false { - } else if z.HasExtensions() && z.EncExt(yy1391) { - } else if yym1392 { - z.EncBinaryMarshal(yy1391) - } else if !yym1392 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1391) + } else if z.HasExtensions() && z.EncExt(yy1410) { + } else if yym1411 { + z.EncBinaryMarshal(yy1410) + } else if !yym1411 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1410) } else { - z.EncFallback(yy1391) + z.EncFallback(yy1410) } } else { r.EncodeNil() } } else { - if yyq1387[2] { + if yyq1406[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1393 := &x.LastProbeTime - yym1394 := z.EncBinary() - _ = yym1394 + yy1412 := &x.LastProbeTime + yym1413 := z.EncBinary() + _ = yym1413 if false { - } else if z.HasExtensions() && z.EncExt(yy1393) { - } else if yym1394 { - z.EncBinaryMarshal(yy1393) - } else if !yym1394 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1393) + } else if z.HasExtensions() && z.EncExt(yy1412) { + } else if yym1413 { + z.EncBinaryMarshal(yy1412) + } else if !yym1413 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1412) } else { - z.EncFallback(yy1393) + z.EncFallback(yy1412) } } } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1387[3] { - yy1396 := &x.LastTransitionTime - yym1397 := z.EncBinary() - _ = yym1397 + if yyq1406[3] { + yy1415 := &x.LastTransitionTime + yym1416 := z.EncBinary() + _ = yym1416 if false { - } else if z.HasExtensions() && z.EncExt(yy1396) { - } else if yym1397 { - z.EncBinaryMarshal(yy1396) - } else if !yym1397 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1396) + } else if z.HasExtensions() && z.EncExt(yy1415) { + } else if yym1416 { + z.EncBinaryMarshal(yy1415) + } else if !yym1416 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1415) } else { - z.EncFallback(yy1396) + z.EncFallback(yy1415) } } else { r.EncodeNil() } } else { - if yyq1387[3] { + if yyq1406[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1398 := &x.LastTransitionTime - yym1399 := z.EncBinary() - _ = yym1399 + yy1417 := &x.LastTransitionTime + yym1418 := z.EncBinary() + _ = yym1418 if false { - } else if z.HasExtensions() && z.EncExt(yy1398) { - } else if yym1399 { - z.EncBinaryMarshal(yy1398) - } else if !yym1399 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1398) + } else if z.HasExtensions() && z.EncExt(yy1417) { + } else if yym1418 { + z.EncBinaryMarshal(yy1417) + } else if !yym1418 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1417) } else { - z.EncFallback(yy1398) + z.EncFallback(yy1417) } } } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1387[4] { - yym1401 := z.EncBinary() - _ = yym1401 + if yyq1406[4] { + yym1420 := z.EncBinary() + _ = yym1420 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -19151,23 +19424,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1387[4] { + if yyq1406[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1402 := z.EncBinary() - _ = yym1402 + yym1421 := z.EncBinary() + _ = yym1421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1387[5] { - yym1404 := z.EncBinary() - _ = yym1404 + if yyq1406[5] { + yym1423 := z.EncBinary() + _ = yym1423 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -19176,19 +19449,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1387[5] { + if yyq1406[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1405 := z.EncBinary() - _ = yym1405 + yym1424 := z.EncBinary() + _ = yym1424 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1387 || yy2arr1387 { + if yyr1406 || yy2arr1406 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19201,25 +19474,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1406 := z.DecBinary() - _ = yym1406 + yym1425 := z.DecBinary() + _ = yym1425 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1407 := r.ContainerType() - if yyct1407 == codecSelferValueTypeMap1234 { - yyl1407 := r.ReadMapStart() - if yyl1407 == 0 { + yyct1426 := r.ContainerType() + if yyct1426 == codecSelferValueTypeMap1234 { + yyl1426 := r.ReadMapStart() + if yyl1426 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1407, d) + x.codecDecodeSelfFromMap(yyl1426, d) } - } else if yyct1407 == codecSelferValueTypeArray1234 { - yyl1407 := r.ReadArrayStart() - if yyl1407 == 0 { + } else if yyct1426 == codecSelferValueTypeArray1234 { + yyl1426 := r.ReadArrayStart() + if yyl1426 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1407, d) + x.codecDecodeSelfFromArray(yyl1426, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19231,12 +19504,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1408Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1408Slc - var yyhl1408 bool = l >= 0 - for yyj1408 := 0; ; yyj1408++ { - if yyhl1408 { - if yyj1408 >= l { + var yys1427Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1427Slc + var yyhl1427 bool = l >= 0 + for yyj1427 := 0; ; yyj1427++ { + if yyhl1427 { + if yyj1427 >= l { break } } else { @@ -19245,10 +19518,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1408Slc = r.DecodeBytes(yys1408Slc, true, true) - yys1408 := string(yys1408Slc) + yys1427Slc = r.DecodeBytes(yys1427Slc, true, true) + yys1427 := string(yys1427Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1408 { + switch yys1427 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -19265,34 +19538,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1411 := &x.LastProbeTime - yym1412 := z.DecBinary() - _ = yym1412 + yyv1430 := &x.LastProbeTime + yym1431 := z.DecBinary() + _ = yym1431 if false { - } else if z.HasExtensions() && z.DecExt(yyv1411) { - } else if yym1412 { - z.DecBinaryUnmarshal(yyv1411) - } else if !yym1412 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1411) + } else if z.HasExtensions() && z.DecExt(yyv1430) { + } else if yym1431 { + z.DecBinaryUnmarshal(yyv1430) + } else if !yym1431 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1430) } else { - z.DecFallback(yyv1411, false) + z.DecFallback(yyv1430, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1413 := &x.LastTransitionTime - yym1414 := z.DecBinary() - _ = yym1414 + yyv1432 := &x.LastTransitionTime + yym1433 := z.DecBinary() + _ = yym1433 if false { - } else if z.HasExtensions() && z.DecExt(yyv1413) { - } else if yym1414 { - z.DecBinaryUnmarshal(yyv1413) - } else if !yym1414 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1413) + } else if z.HasExtensions() && z.DecExt(yyv1432) { + } else if yym1433 { + z.DecBinaryUnmarshal(yyv1432) + } else if !yym1433 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1432) } else { - z.DecFallback(yyv1413, false) + z.DecFallback(yyv1432, false) } } case "reason": @@ -19308,9 +19581,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1408) - } // end switch yys1408 - } // end for yyj1408 + z.DecStructFieldNotFound(-1, yys1427) + } // end switch yys1427 + } // end for yyj1427 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19318,16 +19591,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1417 int - var yyb1417 bool - var yyhl1417 bool = l >= 0 - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + var yyj1436 int + var yyb1436 bool + var yyhl1436 bool = l >= 0 + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19337,13 +19610,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19353,13 +19626,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19367,26 +19640,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1420 := &x.LastProbeTime - yym1421 := z.DecBinary() - _ = yym1421 + yyv1439 := &x.LastProbeTime + yym1440 := z.DecBinary() + _ = yym1440 if false { - } else if z.HasExtensions() && z.DecExt(yyv1420) { - } else if yym1421 { - z.DecBinaryUnmarshal(yyv1420) - } else if !yym1421 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1420) + } else if z.HasExtensions() && z.DecExt(yyv1439) { + } else if yym1440 { + z.DecBinaryUnmarshal(yyv1439) + } else if !yym1440 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1439) } else { - z.DecFallback(yyv1420, false) + z.DecFallback(yyv1439, false) } } - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19394,26 +19667,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1422 := &x.LastTransitionTime - yym1423 := z.DecBinary() - _ = yym1423 + yyv1441 := &x.LastTransitionTime + yym1442 := z.DecBinary() + _ = yym1442 if false { - } else if z.HasExtensions() && z.DecExt(yyv1422) { - } else if yym1423 { - z.DecBinaryUnmarshal(yyv1422) - } else if !yym1423 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1422) + } else if z.HasExtensions() && z.DecExt(yyv1441) { + } else if yym1442 { + z.DecBinaryUnmarshal(yyv1441) + } else if !yym1442 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1441) } else { - z.DecFallback(yyv1422, false) + z.DecFallback(yyv1441, false) } } - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19423,13 +19696,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19440,17 +19713,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1417++ - if yyhl1417 { - yyb1417 = yyj1417 > l + yyj1436++ + if yyhl1436 { + yyb1436 = yyj1436 > l } else { - yyb1417 = r.CheckBreak() + yyb1436 = r.CheckBreak() } - if yyb1417 { + if yyb1436 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1417-1, "") + z.DecStructFieldNotFound(yyj1436-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19459,8 +19732,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1426 := z.EncBinary() - _ = yym1426 + yym1445 := z.EncBinary() + _ = yym1445 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19472,8 +19745,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1427 := z.DecBinary() - _ = yym1427 + yym1446 := z.DecBinary() + _ = yym1446 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19485,8 +19758,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1428 := z.EncBinary() - _ = yym1428 + yym1447 := z.EncBinary() + _ = yym1447 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19498,8 +19771,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1429 := z.DecBinary() - _ = yym1429 + yym1448 := z.DecBinary() + _ = yym1448 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19514,51 +19787,51 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1430 := z.EncBinary() - _ = yym1430 + yym1449 := z.EncBinary() + _ = yym1449 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1431 := !z.EncBinary() - yy2arr1431 := z.EncBasicHandle().StructToArray - var yyq1431 [15]bool - _, _, _ = yysep1431, yyq1431, yy2arr1431 - const yyr1431 bool = false - yyq1431[0] = len(x.Volumes) != 0 - yyq1431[2] = x.RestartPolicy != "" - yyq1431[3] = x.TerminationGracePeriodSeconds != nil - yyq1431[4] = x.ActiveDeadlineSeconds != nil - yyq1431[5] = x.DNSPolicy != "" - yyq1431[6] = len(x.NodeSelector) != 0 - yyq1431[7] = x.ServiceAccountName != "" - yyq1431[8] = x.DeprecatedServiceAccount != "" - yyq1431[9] = x.NodeName != "" - yyq1431[10] = x.HostNetwork != false - yyq1431[11] = x.HostPID != false - yyq1431[12] = x.HostIPC != false - yyq1431[13] = x.SecurityContext != nil - yyq1431[14] = len(x.ImagePullSecrets) != 0 - var yynn1431 int - if yyr1431 || yy2arr1431 { + yysep1450 := !z.EncBinary() + yy2arr1450 := z.EncBasicHandle().StructToArray + var yyq1450 [15]bool + _, _, _ = yysep1450, yyq1450, yy2arr1450 + const yyr1450 bool = false + yyq1450[0] = len(x.Volumes) != 0 + yyq1450[2] = x.RestartPolicy != "" + yyq1450[3] = x.TerminationGracePeriodSeconds != nil + yyq1450[4] = x.ActiveDeadlineSeconds != nil + yyq1450[5] = x.DNSPolicy != "" + yyq1450[6] = len(x.NodeSelector) != 0 + yyq1450[7] = x.ServiceAccountName != "" + yyq1450[8] = x.DeprecatedServiceAccount != "" + yyq1450[9] = x.NodeName != "" + yyq1450[10] = x.HostNetwork != false + yyq1450[11] = x.HostPID != false + yyq1450[12] = x.HostIPC != false + yyq1450[13] = x.SecurityContext != nil + yyq1450[14] = len(x.ImagePullSecrets) != 0 + var yynn1450 int + if yyr1450 || yy2arr1450 { r.EncodeArrayStart(15) } else { - yynn1431 = 1 - for _, b := range yyq1431 { + yynn1450 = 1 + for _, b := range yyq1450 { if b { - yynn1431++ + yynn1450++ } } - r.EncodeMapStart(yynn1431) - yynn1431 = 0 + r.EncodeMapStart(yynn1450) + yynn1450 = 0 } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[0] { + if yyq1450[0] { if x.Volumes == nil { r.EncodeNil() } else { - yym1433 := z.EncBinary() - _ = yym1433 + yym1452 := z.EncBinary() + _ = yym1452 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -19568,15 +19841,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1431[0] { + if yyq1450[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1434 := z.EncBinary() - _ = yym1434 + yym1453 := z.EncBinary() + _ = yym1453 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -19584,13 +19857,13 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1436 := z.EncBinary() - _ = yym1436 + yym1455 := z.EncBinary() + _ = yym1455 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -19603,122 +19876,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1437 := z.EncBinary() - _ = yym1437 + yym1456 := z.EncBinary() + _ = yym1456 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[2] { + if yyq1450[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1431[2] { + if yyq1450[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[3] { + if yyq1450[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1440 := *x.TerminationGracePeriodSeconds - yym1441 := z.EncBinary() - _ = yym1441 + yy1459 := *x.TerminationGracePeriodSeconds + yym1460 := z.EncBinary() + _ = yym1460 if false { } else { - r.EncodeInt(int64(yy1440)) + r.EncodeInt(int64(yy1459)) } } } else { r.EncodeNil() } } else { - if yyq1431[3] { + if yyq1450[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1442 := *x.TerminationGracePeriodSeconds - yym1443 := z.EncBinary() - _ = yym1443 + yy1461 := *x.TerminationGracePeriodSeconds + yym1462 := z.EncBinary() + _ = yym1462 if false { } else { - r.EncodeInt(int64(yy1442)) + r.EncodeInt(int64(yy1461)) } } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[4] { + if yyq1450[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1445 := *x.ActiveDeadlineSeconds - yym1446 := z.EncBinary() - _ = yym1446 + yy1464 := *x.ActiveDeadlineSeconds + yym1465 := z.EncBinary() + _ = yym1465 if false { } else { - r.EncodeInt(int64(yy1445)) + r.EncodeInt(int64(yy1464)) } } } else { r.EncodeNil() } } else { - if yyq1431[4] { + if yyq1450[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy1447 := *x.ActiveDeadlineSeconds - yym1448 := z.EncBinary() - _ = yym1448 + yy1466 := *x.ActiveDeadlineSeconds + yym1467 := z.EncBinary() + _ = yym1467 if false { } else { - r.EncodeInt(int64(yy1447)) + r.EncodeInt(int64(yy1466)) } } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[5] { + if yyq1450[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1431[5] { + if yyq1450[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[6] { + if yyq1450[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1451 := z.EncBinary() - _ = yym1451 + yym1470 := z.EncBinary() + _ = yym1470 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -19728,15 +20001,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1431[6] { + if yyq1450[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1452 := z.EncBinary() - _ = yym1452 + yym1471 := z.EncBinary() + _ = yym1471 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -19744,11 +20017,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[7] { - yym1454 := z.EncBinary() - _ = yym1454 + if yyq1450[7] { + yym1473 := z.EncBinary() + _ = yym1473 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -19757,23 +20030,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1431[7] { + if yyq1450[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1455 := z.EncBinary() - _ = yym1455 + yym1474 := z.EncBinary() + _ = yym1474 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[8] { - yym1457 := z.EncBinary() - _ = yym1457 + if yyq1450[8] { + yym1476 := z.EncBinary() + _ = yym1476 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) @@ -19782,23 +20055,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1431[8] { + if yyq1450[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1458 := z.EncBinary() - _ = yym1458 + yym1477 := z.EncBinary() + _ = yym1477 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[9] { - yym1460 := z.EncBinary() - _ = yym1460 + if yyq1450[9] { + yym1479 := z.EncBinary() + _ = yym1479 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -19807,23 +20080,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1431[9] { + if yyq1450[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1461 := z.EncBinary() - _ = yym1461 + yym1480 := z.EncBinary() + _ = yym1480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[10] { - yym1463 := z.EncBinary() - _ = yym1463 + if yyq1450[10] { + yym1482 := z.EncBinary() + _ = yym1482 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -19832,23 +20105,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1431[10] { + if yyq1450[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1464 := z.EncBinary() - _ = yym1464 + yym1483 := z.EncBinary() + _ = yym1483 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[11] { - yym1466 := z.EncBinary() - _ = yym1466 + if yyq1450[11] { + yym1485 := z.EncBinary() + _ = yym1485 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -19857,23 +20130,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1431[11] { + if yyq1450[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1467 := z.EncBinary() - _ = yym1467 + yym1486 := z.EncBinary() + _ = yym1486 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[12] { - yym1469 := z.EncBinary() - _ = yym1469 + if yyq1450[12] { + yym1488 := z.EncBinary() + _ = yym1488 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -19882,21 +20155,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1431[12] { + if yyq1450[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1470 := z.EncBinary() - _ = yym1470 + yym1489 := z.EncBinary() + _ = yym1489 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[13] { + if yyq1450[13] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -19906,7 +20179,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1431[13] { + if yyq1450[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19917,14 +20190,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[14] { + if yyq1450[14] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1473 := z.EncBinary() - _ = yym1473 + yym1492 := z.EncBinary() + _ = yym1492 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -19934,15 +20207,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1431[14] { + if yyq1450[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1474 := z.EncBinary() - _ = yym1474 + yym1493 := z.EncBinary() + _ = yym1493 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -19950,7 +20223,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1431 || yy2arr1431 { + if yyr1450 || yy2arr1450 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19963,25 +20236,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1475 := z.DecBinary() - _ = yym1475 + yym1494 := z.DecBinary() + _ = yym1494 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1476 := r.ContainerType() - if yyct1476 == codecSelferValueTypeMap1234 { - yyl1476 := r.ReadMapStart() - if yyl1476 == 0 { + yyct1495 := r.ContainerType() + if yyct1495 == codecSelferValueTypeMap1234 { + yyl1495 := r.ReadMapStart() + if yyl1495 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1476, d) + x.codecDecodeSelfFromMap(yyl1495, d) } - } else if yyct1476 == codecSelferValueTypeArray1234 { - yyl1476 := r.ReadArrayStart() - if yyl1476 == 0 { + } else if yyct1495 == codecSelferValueTypeArray1234 { + yyl1495 := r.ReadArrayStart() + if yyl1495 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1476, d) + x.codecDecodeSelfFromArray(yyl1495, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19993,12 +20266,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1477Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1477Slc - var yyhl1477 bool = l >= 0 - for yyj1477 := 0; ; yyj1477++ { - if yyhl1477 { - if yyj1477 >= l { + var yys1496Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1496Slc + var yyhl1496 bool = l >= 0 + for yyj1496 := 0; ; yyj1496++ { + if yyhl1496 { + if yyj1496 >= l { break } } else { @@ -20007,32 +20280,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1477Slc = r.DecodeBytes(yys1477Slc, true, true) - yys1477 := string(yys1477Slc) + yys1496Slc = r.DecodeBytes(yys1496Slc, true, true) + yys1496 := string(yys1496Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1477 { + switch yys1496 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1478 := &x.Volumes - yym1479 := z.DecBinary() - _ = yym1479 + yyv1497 := &x.Volumes + yym1498 := z.DecBinary() + _ = yym1498 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1478), d) + h.decSliceVolume((*[]Volume)(yyv1497), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1480 := &x.Containers - yym1481 := z.DecBinary() - _ = yym1481 + yyv1499 := &x.Containers + yym1500 := z.DecBinary() + _ = yym1500 if false { } else { - h.decSliceContainer((*[]Container)(yyv1480), d) + h.decSliceContainer((*[]Container)(yyv1499), d) } } case "restartPolicy": @@ -20050,8 +20323,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1484 := z.DecBinary() - _ = yym1484 + yym1503 := z.DecBinary() + _ = yym1503 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -20066,8 +20339,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1486 := z.DecBinary() - _ = yym1486 + yym1505 := z.DecBinary() + _ = yym1505 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -20083,12 +20356,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1488 := &x.NodeSelector - yym1489 := z.DecBinary() - _ = yym1489 + yyv1507 := &x.NodeSelector + yym1508 := z.DecBinary() + _ = yym1508 if false { } else { - z.F.DecMapStringStringX(yyv1488, false, d) + z.F.DecMapStringStringX(yyv1507, false, d) } } case "serviceAccountName": @@ -20142,18 +20415,18 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1497 := &x.ImagePullSecrets - yym1498 := z.DecBinary() - _ = yym1498 + yyv1516 := &x.ImagePullSecrets + yym1517 := z.DecBinary() + _ = yym1517 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1497), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1516), d) } } default: - z.DecStructFieldNotFound(-1, yys1477) - } // end switch yys1477 - } // end for yyj1477 + z.DecStructFieldNotFound(-1, yys1496) + } // end switch yys1496 + } // end for yyj1496 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20161,16 +20434,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1499 int - var yyb1499 bool - var yyhl1499 bool = l >= 0 - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + var yyj1518 int + var yyb1518 bool + var yyhl1518 bool = l >= 0 + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20178,21 +20451,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1500 := &x.Volumes - yym1501 := z.DecBinary() - _ = yym1501 + yyv1519 := &x.Volumes + yym1520 := z.DecBinary() + _ = yym1520 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1500), d) + h.decSliceVolume((*[]Volume)(yyv1519), d) } } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20200,21 +20473,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1502 := &x.Containers - yym1503 := z.DecBinary() - _ = yym1503 + yyv1521 := &x.Containers + yym1522 := z.DecBinary() + _ = yym1522 if false { } else { - h.decSliceContainer((*[]Container)(yyv1502), d) + h.decSliceContainer((*[]Container)(yyv1521), d) } } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20224,13 +20497,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20243,20 +20516,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1506 := z.DecBinary() - _ = yym1506 + yym1525 := z.DecBinary() + _ = yym1525 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20269,20 +20542,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1508 := z.DecBinary() - _ = yym1508 + yym1527 := z.DecBinary() + _ = yym1527 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20292,13 +20565,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20306,21 +20579,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1510 := &x.NodeSelector - yym1511 := z.DecBinary() - _ = yym1511 + yyv1529 := &x.NodeSelector + yym1530 := z.DecBinary() + _ = yym1530 if false { } else { - z.F.DecMapStringStringX(yyv1510, false, d) + z.F.DecMapStringStringX(yyv1529, false, d) } } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20330,13 +20603,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20346,13 +20619,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DeprecatedServiceAccount = string(r.DecodeString()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20362,13 +20635,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20378,13 +20651,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20394,13 +20667,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPID = bool(r.DecodeBool()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20410,13 +20683,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20431,13 +20704,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20445,26 +20718,26 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1519 := &x.ImagePullSecrets - yym1520 := z.DecBinary() - _ = yym1520 + yyv1538 := &x.ImagePullSecrets + yym1539 := z.DecBinary() + _ = yym1539 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1519), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1538), d) } } for { - yyj1499++ - if yyhl1499 { - yyb1499 = yyj1499 > l + yyj1518++ + if yyhl1518 { + yyb1518 = yyj1518 > l } else { - yyb1499 = r.CheckBreak() + yyb1518 = r.CheckBreak() } - if yyb1499 { + if yyb1518 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1499-1, "") + z.DecStructFieldNotFound(yyj1518-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20476,37 +20749,37 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1521 := z.EncBinary() - _ = yym1521 + yym1540 := z.EncBinary() + _ = yym1540 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1522 := !z.EncBinary() - yy2arr1522 := z.EncBasicHandle().StructToArray - var yyq1522 [5]bool - _, _, _ = yysep1522, yyq1522, yy2arr1522 - const yyr1522 bool = false - yyq1522[0] = x.SELinuxOptions != nil - yyq1522[1] = x.RunAsUser != nil - yyq1522[2] = x.RunAsNonRoot != nil - yyq1522[3] = len(x.SupplementalGroups) != 0 - yyq1522[4] = x.FSGroup != nil - var yynn1522 int - if yyr1522 || yy2arr1522 { + yysep1541 := !z.EncBinary() + yy2arr1541 := z.EncBasicHandle().StructToArray + var yyq1541 [5]bool + _, _, _ = yysep1541, yyq1541, yy2arr1541 + const yyr1541 bool = false + yyq1541[0] = x.SELinuxOptions != nil + yyq1541[1] = x.RunAsUser != nil + yyq1541[2] = x.RunAsNonRoot != nil + yyq1541[3] = len(x.SupplementalGroups) != 0 + yyq1541[4] = x.FSGroup != nil + var yynn1541 int + if yyr1541 || yy2arr1541 { r.EncodeArrayStart(5) } else { - yynn1522 = 0 - for _, b := range yyq1522 { + yynn1541 = 0 + for _, b := range yyq1541 { if b { - yynn1522++ + yynn1541++ } } - r.EncodeMapStart(yynn1522) - yynn1522 = 0 + r.EncodeMapStart(yynn1541) + yynn1541 = 0 } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1522[0] { + if yyq1541[0] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -20516,7 +20789,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1522[0] { + if yyq1541[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20527,84 +20800,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1522[1] { + if yyq1541[1] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy1525 := *x.RunAsUser - yym1526 := z.EncBinary() - _ = yym1526 + yy1544 := *x.RunAsUser + yym1545 := z.EncBinary() + _ = yym1545 if false { } else { - r.EncodeInt(int64(yy1525)) + r.EncodeInt(int64(yy1544)) } } } else { r.EncodeNil() } } else { - if yyq1522[1] { + if yyq1541[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy1527 := *x.RunAsUser - yym1528 := z.EncBinary() - _ = yym1528 + yy1546 := *x.RunAsUser + yym1547 := z.EncBinary() + _ = yym1547 if false { } else { - r.EncodeInt(int64(yy1527)) + r.EncodeInt(int64(yy1546)) } } } } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1522[2] { + if yyq1541[2] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1530 := *x.RunAsNonRoot - yym1531 := z.EncBinary() - _ = yym1531 + yy1549 := *x.RunAsNonRoot + yym1550 := z.EncBinary() + _ = yym1550 if false { } else { - r.EncodeBool(bool(yy1530)) + r.EncodeBool(bool(yy1549)) } } } else { r.EncodeNil() } } else { - if yyq1522[2] { + if yyq1541[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1532 := *x.RunAsNonRoot - yym1533 := z.EncBinary() - _ = yym1533 + yy1551 := *x.RunAsNonRoot + yym1552 := z.EncBinary() + _ = yym1552 if false { } else { - r.EncodeBool(bool(yy1532)) + r.EncodeBool(bool(yy1551)) } } } } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1522[3] { + if yyq1541[3] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1535 := z.EncBinary() - _ = yym1535 + yym1554 := z.EncBinary() + _ = yym1554 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -20614,15 +20887,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1522[3] { + if yyq1541[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1536 := z.EncBinary() - _ = yym1536 + yym1555 := z.EncBinary() + _ = yym1555 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -20630,42 +20903,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1522[4] { + if yyq1541[4] { if x.FSGroup == nil { r.EncodeNil() } else { - yy1538 := *x.FSGroup - yym1539 := z.EncBinary() - _ = yym1539 + yy1557 := *x.FSGroup + yym1558 := z.EncBinary() + _ = yym1558 if false { } else { - r.EncodeInt(int64(yy1538)) + r.EncodeInt(int64(yy1557)) } } } else { r.EncodeNil() } } else { - if yyq1522[4] { + if yyq1541[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy1540 := *x.FSGroup - yym1541 := z.EncBinary() - _ = yym1541 + yy1559 := *x.FSGroup + yym1560 := z.EncBinary() + _ = yym1560 if false { } else { - r.EncodeInt(int64(yy1540)) + r.EncodeInt(int64(yy1559)) } } } } - if yyr1522 || yy2arr1522 { + if yyr1541 || yy2arr1541 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20678,25 +20951,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1542 := z.DecBinary() - _ = yym1542 + yym1561 := z.DecBinary() + _ = yym1561 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1543 := r.ContainerType() - if yyct1543 == codecSelferValueTypeMap1234 { - yyl1543 := r.ReadMapStart() - if yyl1543 == 0 { + yyct1562 := r.ContainerType() + if yyct1562 == codecSelferValueTypeMap1234 { + yyl1562 := r.ReadMapStart() + if yyl1562 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1543, d) + x.codecDecodeSelfFromMap(yyl1562, d) } - } else if yyct1543 == codecSelferValueTypeArray1234 { - yyl1543 := r.ReadArrayStart() - if yyl1543 == 0 { + } else if yyct1562 == codecSelferValueTypeArray1234 { + yyl1562 := r.ReadArrayStart() + if yyl1562 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1543, d) + x.codecDecodeSelfFromArray(yyl1562, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20708,12 +20981,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1544Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1544Slc - var yyhl1544 bool = l >= 0 - for yyj1544 := 0; ; yyj1544++ { - if yyhl1544 { - if yyj1544 >= l { + var yys1563Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1563Slc + var yyhl1563 bool = l >= 0 + for yyj1563 := 0; ; yyj1563++ { + if yyhl1563 { + if yyj1563 >= l { break } } else { @@ -20722,10 +20995,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1544Slc = r.DecodeBytes(yys1544Slc, true, true) - yys1544 := string(yys1544Slc) + yys1563Slc = r.DecodeBytes(yys1563Slc, true, true) + yys1563 := string(yys1563Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1544 { + switch yys1563 { case "seLinuxOptions": if r.TryDecodeAsNil() { if x.SELinuxOptions != nil { @@ -20746,8 +21019,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1547 := z.DecBinary() - _ = yym1547 + yym1566 := z.DecBinary() + _ = yym1566 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -20762,8 +21035,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1549 := z.DecBinary() - _ = yym1549 + yym1568 := z.DecBinary() + _ = yym1568 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -20773,12 +21046,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1550 := &x.SupplementalGroups - yym1551 := z.DecBinary() - _ = yym1551 + yyv1569 := &x.SupplementalGroups + yym1570 := z.DecBinary() + _ = yym1570 if false { } else { - z.F.DecSliceInt64X(yyv1550, false, d) + z.F.DecSliceInt64X(yyv1569, false, d) } } case "fsGroup": @@ -20790,17 +21063,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1553 := z.DecBinary() - _ = yym1553 + yym1572 := z.DecBinary() + _ = yym1572 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1544) - } // end switch yys1544 - } // end for yyj1544 + z.DecStructFieldNotFound(-1, yys1563) + } // end switch yys1563 + } // end for yyj1563 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20808,16 +21081,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1554 int - var yyb1554 bool - var yyhl1554 bool = l >= 0 - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + var yyj1573 int + var yyb1573 bool + var yyhl1573 bool = l >= 0 + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20832,13 +21105,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20851,20 +21124,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1557 := z.DecBinary() - _ = yym1557 + yym1576 := z.DecBinary() + _ = yym1576 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20877,20 +21150,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1559 := z.DecBinary() - _ = yym1559 + yym1578 := z.DecBinary() + _ = yym1578 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20898,21 +21171,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1560 := &x.SupplementalGroups - yym1561 := z.DecBinary() - _ = yym1561 + yyv1579 := &x.SupplementalGroups + yym1580 := z.DecBinary() + _ = yym1580 if false { } else { - z.F.DecSliceInt64X(yyv1560, false, d) + z.F.DecSliceInt64X(yyv1579, false, d) } } - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20925,25 +21198,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1563 := z.DecBinary() - _ = yym1563 + yym1582 := z.DecBinary() + _ = yym1582 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj1554++ - if yyhl1554 { - yyb1554 = yyj1554 > l + yyj1573++ + if yyhl1573 { + yyb1573 = yyj1573 > l } else { - yyb1554 = r.CheckBreak() + yyb1573 = r.CheckBreak() } - if yyb1554 { + if yyb1573 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1554-1, "") + z.DecStructFieldNotFound(yyj1573-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20955,262 +21228,262 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1564 := z.EncBinary() - _ = yym1564 + yym1583 := z.EncBinary() + _ = yym1583 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1565 := !z.EncBinary() - yy2arr1565 := z.EncBasicHandle().StructToArray - var yyq1565 [8]bool - _, _, _ = yysep1565, yyq1565, yy2arr1565 - const yyr1565 bool = false - yyq1565[0] = x.Phase != "" - yyq1565[1] = len(x.Conditions) != 0 - yyq1565[2] = x.Message != "" - yyq1565[3] = x.Reason != "" - yyq1565[4] = x.HostIP != "" - yyq1565[5] = x.PodIP != "" - yyq1565[6] = x.StartTime != nil - yyq1565[7] = len(x.ContainerStatuses) != 0 - var yynn1565 int - if yyr1565 || yy2arr1565 { + yysep1584 := !z.EncBinary() + yy2arr1584 := z.EncBasicHandle().StructToArray + var yyq1584 [8]bool + _, _, _ = yysep1584, yyq1584, yy2arr1584 + const yyr1584 bool = false + yyq1584[0] = x.Phase != "" + yyq1584[1] = len(x.Conditions) != 0 + yyq1584[2] = x.Message != "" + yyq1584[3] = x.Reason != "" + yyq1584[4] = x.HostIP != "" + yyq1584[5] = x.PodIP != "" + yyq1584[6] = x.StartTime != nil + yyq1584[7] = len(x.ContainerStatuses) != 0 + var yynn1584 int + if yyr1584 || yy2arr1584 { r.EncodeArrayStart(8) } else { - yynn1565 = 0 - for _, b := range yyq1565 { + yynn1584 = 0 + for _, b := range yyq1584 { if b { - yynn1565++ + yynn1584++ } } - r.EncodeMapStart(yynn1565) - yynn1565 = 0 + r.EncodeMapStart(yynn1584) + yynn1584 = 0 } - if yyr1565 || yy2arr1565 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[0] { + if yyq1584[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1565[0] { + if yyq1584[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr1565 || yy2arr1565 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[1] { + if yyq1584[1] { if x.Conditions == nil { r.EncodeNil() - } else { - yym1568 := z.EncBinary() - _ = yym1568 - if false { - } else { - h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1565[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("conditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Conditions == nil { - r.EncodeNil() - } else { - yym1569 := z.EncBinary() - _ = yym1569 - if false { - } else { - h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) - } - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[2] { - yym1571 := z.EncBinary() - _ = yym1571 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1565[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1572 := z.EncBinary() - _ = yym1572 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[3] { - yym1574 := z.EncBinary() - _ = yym1574 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1565[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1575 := z.EncBinary() - _ = yym1575 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[4] { - yym1577 := z.EncBinary() - _ = yym1577 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1565[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1578 := z.EncBinary() - _ = yym1578 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[5] { - yym1580 := z.EncBinary() - _ = yym1580 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1565[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1581 := z.EncBinary() - _ = yym1581 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[6] { - if x.StartTime == nil { - r.EncodeNil() - } else { - yym1583 := z.EncBinary() - _ = yym1583 - if false { - } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1583 { - z.EncBinaryMarshal(x.StartTime) - } else if !yym1583 && z.IsJSONHandle() { - z.EncJSONMarshal(x.StartTime) - } else { - z.EncFallback(x.StartTime) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1565[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.StartTime == nil { - r.EncodeNil() - } else { - yym1584 := z.EncBinary() - _ = yym1584 - if false { - } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1584 { - z.EncBinaryMarshal(x.StartTime) - } else if !yym1584 && z.IsJSONHandle() { - z.EncJSONMarshal(x.StartTime) - } else { - z.EncFallback(x.StartTime) - } - } - } - } - if yyr1565 || yy2arr1565 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[7] { - if x.ContainerStatuses == nil { - r.EncodeNil() - } else { - yym1586 := z.EncBinary() - _ = yym1586 - if false { - } else { - h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1565[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ContainerStatuses == nil { - r.EncodeNil() } else { yym1587 := z.EncBinary() _ = yym1587 if false { + } else { + h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1584[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Conditions == nil { + r.EncodeNil() + } else { + yym1588 := z.EncBinary() + _ = yym1588 + if false { + } else { + h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) + } + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[2] { + yym1590 := z.EncBinary() + _ = yym1590 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1584[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1591 := z.EncBinary() + _ = yym1591 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[3] { + yym1593 := z.EncBinary() + _ = yym1593 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1584[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1594 := z.EncBinary() + _ = yym1594 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[4] { + yym1596 := z.EncBinary() + _ = yym1596 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1584[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1597 := z.EncBinary() + _ = yym1597 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[5] { + yym1599 := z.EncBinary() + _ = yym1599 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1584[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1600 := z.EncBinary() + _ = yym1600 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[6] { + if x.StartTime == nil { + r.EncodeNil() + } else { + yym1602 := z.EncBinary() + _ = yym1602 + if false { + } else if z.HasExtensions() && z.EncExt(x.StartTime) { + } else if yym1602 { + z.EncBinaryMarshal(x.StartTime) + } else if !yym1602 && z.IsJSONHandle() { + z.EncJSONMarshal(x.StartTime) + } else { + z.EncFallback(x.StartTime) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1584[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("startTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.StartTime == nil { + r.EncodeNil() + } else { + yym1603 := z.EncBinary() + _ = yym1603 + if false { + } else if z.HasExtensions() && z.EncExt(x.StartTime) { + } else if yym1603 { + z.EncBinaryMarshal(x.StartTime) + } else if !yym1603 && z.IsJSONHandle() { + z.EncJSONMarshal(x.StartTime) + } else { + z.EncFallback(x.StartTime) + } + } + } + } + if yyr1584 || yy2arr1584 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1584[7] { + if x.ContainerStatuses == nil { + r.EncodeNil() + } else { + yym1605 := z.EncBinary() + _ = yym1605 + if false { + } else { + h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1584[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ContainerStatuses == nil { + r.EncodeNil() + } else { + yym1606 := z.EncBinary() + _ = yym1606 + if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) } } } } - if yyr1565 || yy2arr1565 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21223,25 +21496,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1588 := z.DecBinary() - _ = yym1588 + yym1607 := z.DecBinary() + _ = yym1607 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1589 := r.ContainerType() - if yyct1589 == codecSelferValueTypeMap1234 { - yyl1589 := r.ReadMapStart() - if yyl1589 == 0 { + yyct1608 := r.ContainerType() + if yyct1608 == codecSelferValueTypeMap1234 { + yyl1608 := r.ReadMapStart() + if yyl1608 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1589, d) + x.codecDecodeSelfFromMap(yyl1608, d) } - } else if yyct1589 == codecSelferValueTypeArray1234 { - yyl1589 := r.ReadArrayStart() - if yyl1589 == 0 { + } else if yyct1608 == codecSelferValueTypeArray1234 { + yyl1608 := r.ReadArrayStart() + if yyl1608 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1589, d) + x.codecDecodeSelfFromArray(yyl1608, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21253,12 +21526,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1590Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1590Slc - var yyhl1590 bool = l >= 0 - for yyj1590 := 0; ; yyj1590++ { - if yyhl1590 { - if yyj1590 >= l { + var yys1609Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1609Slc + var yyhl1609 bool = l >= 0 + for yyj1609 := 0; ; yyj1609++ { + if yyhl1609 { + if yyj1609 >= l { break } } else { @@ -21267,10 +21540,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1590Slc = r.DecodeBytes(yys1590Slc, true, true) - yys1590 := string(yys1590Slc) + yys1609Slc = r.DecodeBytes(yys1609Slc, true, true) + yys1609 := string(yys1609Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1590 { + switch yys1609 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -21281,12 +21554,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1592 := &x.Conditions - yym1593 := z.DecBinary() - _ = yym1593 + yyv1611 := &x.Conditions + yym1612 := z.DecBinary() + _ = yym1612 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1592), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1611), d) } } case "message": @@ -21322,13 +21595,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1599 := z.DecBinary() - _ = yym1599 + yym1618 := z.DecBinary() + _ = yym1618 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1599 { + } else if yym1618 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1599 && z.IsJSONHandle() { + } else if !yym1618 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -21338,18 +21611,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1600 := &x.ContainerStatuses - yym1601 := z.DecBinary() - _ = yym1601 + yyv1619 := &x.ContainerStatuses + yym1620 := z.DecBinary() + _ = yym1620 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1600), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1619), d) } } default: - z.DecStructFieldNotFound(-1, yys1590) - } // end switch yys1590 - } // end for yyj1590 + z.DecStructFieldNotFound(-1, yys1609) + } // end switch yys1609 + } // end for yyj1609 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21357,16 +21630,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1602 int - var yyb1602 bool - var yyhl1602 bool = l >= 0 - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + var yyj1621 int + var yyb1621 bool + var yyhl1621 bool = l >= 0 + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21376,13 +21649,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21390,21 +21663,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1604 := &x.Conditions - yym1605 := z.DecBinary() - _ = yym1605 + yyv1623 := &x.Conditions + yym1624 := z.DecBinary() + _ = yym1624 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1604), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1623), d) } } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21414,13 +21687,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21430,13 +21703,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21446,13 +21719,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21462,13 +21735,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21481,25 +21754,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1611 := z.DecBinary() - _ = yym1611 + yym1630 := z.DecBinary() + _ = yym1630 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1611 { + } else if yym1630 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1611 && z.IsJSONHandle() { + } else if !yym1630 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21507,26 +21780,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1612 := &x.ContainerStatuses - yym1613 := z.DecBinary() - _ = yym1613 + yyv1631 := &x.ContainerStatuses + yym1632 := z.DecBinary() + _ = yym1632 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1612), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1631), d) } } for { - yyj1602++ - if yyhl1602 { - yyb1602 = yyj1602 > l + yyj1621++ + if yyhl1621 { + yyb1621 = yyj1621 > l } else { - yyb1602 = r.CheckBreak() + yyb1621 = r.CheckBreak() } - if yyb1602 { + if yyb1621 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1602-1, "") + z.DecStructFieldNotFound(yyj1621-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21538,38 +21811,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1614 := z.EncBinary() - _ = yym1614 + yym1633 := z.EncBinary() + _ = yym1633 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1615 := !z.EncBinary() - yy2arr1615 := z.EncBasicHandle().StructToArray - var yyq1615 [4]bool - _, _, _ = yysep1615, yyq1615, yy2arr1615 - const yyr1615 bool = false - yyq1615[0] = x.Kind != "" - yyq1615[1] = x.APIVersion != "" - yyq1615[2] = true - yyq1615[3] = true - var yynn1615 int - if yyr1615 || yy2arr1615 { + yysep1634 := !z.EncBinary() + yy2arr1634 := z.EncBasicHandle().StructToArray + var yyq1634 [4]bool + _, _, _ = yysep1634, yyq1634, yy2arr1634 + const yyr1634 bool = false + yyq1634[0] = x.Kind != "" + yyq1634[1] = x.APIVersion != "" + yyq1634[2] = true + yyq1634[3] = true + var yynn1634 int + if yyr1634 || yy2arr1634 { r.EncodeArrayStart(4) } else { - yynn1615 = 0 - for _, b := range yyq1615 { + yynn1634 = 0 + for _, b := range yyq1634 { if b { - yynn1615++ + yynn1634++ } } - r.EncodeMapStart(yynn1615) - yynn1615 = 0 + r.EncodeMapStart(yynn1634) + yynn1634 = 0 } - if yyr1615 || yy2arr1615 { + if yyr1634 || yy2arr1634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[0] { - yym1617 := z.EncBinary() - _ = yym1617 + if yyq1634[0] { + yym1636 := z.EncBinary() + _ = yym1636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21578,23 +21851,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1615[0] { + if yyq1634[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1618 := z.EncBinary() - _ = yym1618 + yym1637 := z.EncBinary() + _ = yym1637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1615 || yy2arr1615 { + if yyr1634 || yy2arr1634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[1] { - yym1620 := z.EncBinary() - _ = yym1620 + if yyq1634[1] { + yym1639 := z.EncBinary() + _ = yym1639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21603,53 +21876,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1615[1] { + if yyq1634[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1621 := z.EncBinary() - _ = yym1621 + yym1640 := z.EncBinary() + _ = yym1640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1615 || yy2arr1615 { + if yyr1634 || yy2arr1634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[2] { - yy1623 := &x.ObjectMeta - yy1623.CodecEncodeSelf(e) + if yyq1634[2] { + yy1642 := &x.ObjectMeta + yy1642.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1615[2] { + if yyq1634[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1624 := &x.ObjectMeta - yy1624.CodecEncodeSelf(e) + yy1643 := &x.ObjectMeta + yy1643.CodecEncodeSelf(e) } } - if yyr1615 || yy2arr1615 { + if yyr1634 || yy2arr1634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[3] { - yy1626 := &x.Status - yy1626.CodecEncodeSelf(e) + if yyq1634[3] { + yy1645 := &x.Status + yy1645.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1615[3] { + if yyq1634[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1627 := &x.Status - yy1627.CodecEncodeSelf(e) + yy1646 := &x.Status + yy1646.CodecEncodeSelf(e) } } - if yyr1615 || yy2arr1615 { + if yyr1634 || yy2arr1634 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21662,25 +21935,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1628 := z.DecBinary() - _ = yym1628 + yym1647 := z.DecBinary() + _ = yym1647 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1629 := r.ContainerType() - if yyct1629 == codecSelferValueTypeMap1234 { - yyl1629 := r.ReadMapStart() - if yyl1629 == 0 { + yyct1648 := r.ContainerType() + if yyct1648 == codecSelferValueTypeMap1234 { + yyl1648 := r.ReadMapStart() + if yyl1648 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1629, d) + x.codecDecodeSelfFromMap(yyl1648, d) } - } else if yyct1629 == codecSelferValueTypeArray1234 { - yyl1629 := r.ReadArrayStart() - if yyl1629 == 0 { + } else if yyct1648 == codecSelferValueTypeArray1234 { + yyl1648 := r.ReadArrayStart() + if yyl1648 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1629, d) + x.codecDecodeSelfFromArray(yyl1648, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21692,12 +21965,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1630Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1630Slc - var yyhl1630 bool = l >= 0 - for yyj1630 := 0; ; yyj1630++ { - if yyhl1630 { - if yyj1630 >= l { + var yys1649Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1649Slc + var yyhl1649 bool = l >= 0 + for yyj1649 := 0; ; yyj1649++ { + if yyhl1649 { + if yyj1649 >= l { break } } else { @@ -21706,10 +21979,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1630Slc = r.DecodeBytes(yys1630Slc, true, true) - yys1630 := string(yys1630Slc) + yys1649Slc = r.DecodeBytes(yys1649Slc, true, true) + yys1649 := string(yys1649Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1630 { + switch yys1649 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21726,20 +21999,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1633 := &x.ObjectMeta - yyv1633.CodecDecodeSelf(d) + yyv1652 := &x.ObjectMeta + yyv1652.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1634 := &x.Status - yyv1634.CodecDecodeSelf(d) + yyv1653 := &x.Status + yyv1653.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1630) - } // end switch yys1630 - } // end for yyj1630 + z.DecStructFieldNotFound(-1, yys1649) + } // end switch yys1649 + } // end for yyj1649 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21747,16 +22020,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1635 int - var yyb1635 bool - var yyhl1635 bool = l >= 0 - yyj1635++ - if yyhl1635 { - yyb1635 = yyj1635 > l + var yyj1654 int + var yyb1654 bool + var yyhl1654 bool = l >= 0 + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1635 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1635 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21766,13 +22039,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1635++ - if yyhl1635 { - yyb1635 = yyj1635 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1635 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1635 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21782,13 +22055,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1635++ - if yyhl1635 { - yyb1635 = yyj1635 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1635 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1635 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21796,16 +22069,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1638 := &x.ObjectMeta - yyv1638.CodecDecodeSelf(d) + yyv1657 := &x.ObjectMeta + yyv1657.CodecDecodeSelf(d) } - yyj1635++ - if yyhl1635 { - yyb1635 = yyj1635 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1635 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1635 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21813,21 +22086,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1639 := &x.Status - yyv1639.CodecDecodeSelf(d) + yyv1658 := &x.Status + yyv1658.CodecDecodeSelf(d) } for { - yyj1635++ - if yyhl1635 { - yyb1635 = yyj1635 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1635 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1635 { + if yyb1654 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1635-1, "") + z.DecStructFieldNotFound(yyj1654-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21839,39 +22112,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1640 := z.EncBinary() - _ = yym1640 + yym1659 := z.EncBinary() + _ = yym1659 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1641 := !z.EncBinary() - yy2arr1641 := z.EncBasicHandle().StructToArray - var yyq1641 [5]bool - _, _, _ = yysep1641, yyq1641, yy2arr1641 - const yyr1641 bool = false - yyq1641[0] = x.Kind != "" - yyq1641[1] = x.APIVersion != "" - yyq1641[2] = true - yyq1641[3] = true - yyq1641[4] = true - var yynn1641 int - if yyr1641 || yy2arr1641 { + yysep1660 := !z.EncBinary() + yy2arr1660 := z.EncBasicHandle().StructToArray + var yyq1660 [5]bool + _, _, _ = yysep1660, yyq1660, yy2arr1660 + const yyr1660 bool = false + yyq1660[0] = x.Kind != "" + yyq1660[1] = x.APIVersion != "" + yyq1660[2] = true + yyq1660[3] = true + yyq1660[4] = true + var yynn1660 int + if yyr1660 || yy2arr1660 { r.EncodeArrayStart(5) } else { - yynn1641 = 0 - for _, b := range yyq1641 { + yynn1660 = 0 + for _, b := range yyq1660 { if b { - yynn1641++ + yynn1660++ } } - r.EncodeMapStart(yynn1641) - yynn1641 = 0 + r.EncodeMapStart(yynn1660) + yynn1660 = 0 } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1641[0] { - yym1643 := z.EncBinary() - _ = yym1643 + if yyq1660[0] { + yym1662 := z.EncBinary() + _ = yym1662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21880,23 +22153,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1641[0] { + if yyq1660[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1644 := z.EncBinary() - _ = yym1644 + yym1663 := z.EncBinary() + _ = yym1663 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1641[1] { - yym1646 := z.EncBinary() - _ = yym1646 + if yyq1660[1] { + yym1665 := z.EncBinary() + _ = yym1665 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21905,70 +22178,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1641[1] { + if yyq1660[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1647 := z.EncBinary() - _ = yym1647 + yym1666 := z.EncBinary() + _ = yym1666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1641[2] { - yy1649 := &x.ObjectMeta - yy1649.CodecEncodeSelf(e) + if yyq1660[2] { + yy1668 := &x.ObjectMeta + yy1668.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1641[2] { + if yyq1660[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1650 := &x.ObjectMeta - yy1650.CodecEncodeSelf(e) + yy1669 := &x.ObjectMeta + yy1669.CodecEncodeSelf(e) } } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1641[3] { - yy1652 := &x.Spec - yy1652.CodecEncodeSelf(e) + if yyq1660[3] { + yy1671 := &x.Spec + yy1671.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1641[3] { + if yyq1660[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1653 := &x.Spec - yy1653.CodecEncodeSelf(e) + yy1672 := &x.Spec + yy1672.CodecEncodeSelf(e) } } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1641[4] { - yy1655 := &x.Status - yy1655.CodecEncodeSelf(e) + if yyq1660[4] { + yy1674 := &x.Status + yy1674.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1641[4] { + if yyq1660[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1656 := &x.Status - yy1656.CodecEncodeSelf(e) + yy1675 := &x.Status + yy1675.CodecEncodeSelf(e) } } - if yyr1641 || yy2arr1641 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21981,25 +22254,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1657 := z.DecBinary() - _ = yym1657 + yym1676 := z.DecBinary() + _ = yym1676 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1658 := r.ContainerType() - if yyct1658 == codecSelferValueTypeMap1234 { - yyl1658 := r.ReadMapStart() - if yyl1658 == 0 { + yyct1677 := r.ContainerType() + if yyct1677 == codecSelferValueTypeMap1234 { + yyl1677 := r.ReadMapStart() + if yyl1677 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1658, d) + x.codecDecodeSelfFromMap(yyl1677, d) } - } else if yyct1658 == codecSelferValueTypeArray1234 { - yyl1658 := r.ReadArrayStart() - if yyl1658 == 0 { + } else if yyct1677 == codecSelferValueTypeArray1234 { + yyl1677 := r.ReadArrayStart() + if yyl1677 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1658, d) + x.codecDecodeSelfFromArray(yyl1677, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22011,12 +22284,12 @@ func (x *Pod) 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 yys1678Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1678Slc + var yyhl1678 bool = l >= 0 + for yyj1678 := 0; ; yyj1678++ { + if yyhl1678 { + if yyj1678 >= l { break } } else { @@ -22025,10 +22298,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1659Slc = r.DecodeBytes(yys1659Slc, true, true) - yys1659 := string(yys1659Slc) + yys1678Slc = r.DecodeBytes(yys1678Slc, true, true) + yys1678 := string(yys1678Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1659 { + switch yys1678 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22045,27 +22318,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1662 := &x.ObjectMeta - yyv1662.CodecDecodeSelf(d) + yyv1681 := &x.ObjectMeta + yyv1681.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1663 := &x.Spec - yyv1663.CodecDecodeSelf(d) + yyv1682 := &x.Spec + yyv1682.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1664 := &x.Status - yyv1664.CodecDecodeSelf(d) + yyv1683 := &x.Status + yyv1683.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1659) - } // end switch yys1659 - } // end for yyj1659 + z.DecStructFieldNotFound(-1, yys1678) + } // end switch yys1678 + } // end for yyj1678 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22073,16 +22346,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1665 int - var yyb1665 bool - var yyhl1665 bool = l >= 0 - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + var yyj1684 int + var yyb1684 bool + var yyhl1684 bool = l >= 0 + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22092,13 +22365,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22108,13 +22381,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22122,16 +22395,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1668 := &x.ObjectMeta - yyv1668.CodecDecodeSelf(d) + yyv1687 := &x.ObjectMeta + yyv1687.CodecDecodeSelf(d) } - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22139,16 +22412,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1669 := &x.Spec - yyv1669.CodecDecodeSelf(d) + yyv1688 := &x.Spec + yyv1688.CodecDecodeSelf(d) } - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22156,21 +22429,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1670 := &x.Status - yyv1670.CodecDecodeSelf(d) + yyv1689 := &x.Status + yyv1689.CodecDecodeSelf(d) } for { - yyj1665++ - if yyhl1665 { - yyb1665 = yyj1665 > l + yyj1684++ + if yyhl1684 { + yyb1684 = yyj1684 > l } else { - yyb1665 = r.CheckBreak() + yyb1684 = r.CheckBreak() } - if yyb1665 { + if yyb1684 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1665-1, "") + z.DecStructFieldNotFound(yyj1684-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22182,37 +22455,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1671 := z.EncBinary() - _ = yym1671 + yym1690 := z.EncBinary() + _ = yym1690 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1672 := !z.EncBinary() - yy2arr1672 := z.EncBasicHandle().StructToArray - var yyq1672 [4]bool - _, _, _ = yysep1672, yyq1672, yy2arr1672 - const yyr1672 bool = false - yyq1672[0] = x.Kind != "" - yyq1672[1] = x.APIVersion != "" - yyq1672[2] = true - var yynn1672 int - if yyr1672 || yy2arr1672 { + yysep1691 := !z.EncBinary() + yy2arr1691 := z.EncBasicHandle().StructToArray + var yyq1691 [4]bool + _, _, _ = yysep1691, yyq1691, yy2arr1691 + const yyr1691 bool = false + yyq1691[0] = x.Kind != "" + yyq1691[1] = x.APIVersion != "" + yyq1691[2] = true + var yynn1691 int + if yyr1691 || yy2arr1691 { r.EncodeArrayStart(4) } else { - yynn1672 = 1 - for _, b := range yyq1672 { + yynn1691 = 1 + for _, b := range yyq1691 { if b { - yynn1672++ + yynn1691++ } } - r.EncodeMapStart(yynn1672) - yynn1672 = 0 + r.EncodeMapStart(yynn1691) + yynn1691 = 0 } - if yyr1672 || yy2arr1672 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[0] { - yym1674 := z.EncBinary() - _ = yym1674 + if yyq1691[0] { + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22221,23 +22494,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1672[0] { + if yyq1691[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1675 := z.EncBinary() - _ = yym1675 + yym1694 := z.EncBinary() + _ = yym1694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1672 || yy2arr1672 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[1] { - yym1677 := z.EncBinary() - _ = yym1677 + if yyq1691[1] { + yym1696 := z.EncBinary() + _ = yym1696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22246,54 +22519,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1672[1] { + if yyq1691[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1678 := z.EncBinary() - _ = yym1678 + yym1697 := z.EncBinary() + _ = yym1697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1672 || yy2arr1672 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[2] { - yy1680 := &x.ListMeta - yym1681 := z.EncBinary() - _ = yym1681 + if yyq1691[2] { + yy1699 := &x.ListMeta + yym1700 := z.EncBinary() + _ = yym1700 if false { - } else if z.HasExtensions() && z.EncExt(yy1680) { + } else if z.HasExtensions() && z.EncExt(yy1699) { } else { - z.EncFallback(yy1680) + z.EncFallback(yy1699) } } else { r.EncodeNil() } } else { - if yyq1672[2] { + if yyq1691[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1682 := &x.ListMeta - yym1683 := z.EncBinary() - _ = yym1683 + yy1701 := &x.ListMeta + yym1702 := z.EncBinary() + _ = yym1702 if false { - } else if z.HasExtensions() && z.EncExt(yy1682) { + } else if z.HasExtensions() && z.EncExt(yy1701) { } else { - z.EncFallback(yy1682) + z.EncFallback(yy1701) } } } - if yyr1672 || yy2arr1672 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1685 := z.EncBinary() - _ = yym1685 + yym1704 := z.EncBinary() + _ = yym1704 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -22306,15 +22579,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1686 := z.EncBinary() - _ = yym1686 + yym1705 := z.EncBinary() + _ = yym1705 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1672 || yy2arr1672 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22327,25 +22600,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1687 := z.DecBinary() - _ = yym1687 + yym1706 := z.DecBinary() + _ = yym1706 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1688 := r.ContainerType() - if yyct1688 == codecSelferValueTypeMap1234 { - yyl1688 := r.ReadMapStart() - if yyl1688 == 0 { + yyct1707 := r.ContainerType() + if yyct1707 == codecSelferValueTypeMap1234 { + yyl1707 := r.ReadMapStart() + if yyl1707 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1688, d) + x.codecDecodeSelfFromMap(yyl1707, d) } - } else if yyct1688 == codecSelferValueTypeArray1234 { - yyl1688 := r.ReadArrayStart() - if yyl1688 == 0 { + } else if yyct1707 == codecSelferValueTypeArray1234 { + yyl1707 := r.ReadArrayStart() + if yyl1707 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1688, d) + x.codecDecodeSelfFromArray(yyl1707, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22357,12 +22630,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1689Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1689Slc - var yyhl1689 bool = l >= 0 - for yyj1689 := 0; ; yyj1689++ { - if yyhl1689 { - if yyj1689 >= l { + var yys1708Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1708Slc + var yyhl1708 bool = l >= 0 + for yyj1708 := 0; ; yyj1708++ { + if yyhl1708 { + if yyj1708 >= l { break } } else { @@ -22371,10 +22644,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1689Slc = r.DecodeBytes(yys1689Slc, true, true) - yys1689 := string(yys1689Slc) + yys1708Slc = r.DecodeBytes(yys1708Slc, true, true) + yys1708 := string(yys1708Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1689 { + switch yys1708 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22391,31 +22664,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1692 := &x.ListMeta - yym1693 := z.DecBinary() - _ = yym1693 + yyv1711 := &x.ListMeta + yym1712 := z.DecBinary() + _ = yym1712 if false { - } else if z.HasExtensions() && z.DecExt(yyv1692) { + } else if z.HasExtensions() && z.DecExt(yyv1711) { } else { - z.DecFallback(yyv1692, false) + z.DecFallback(yyv1711, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1694 := &x.Items - yym1695 := z.DecBinary() - _ = yym1695 + yyv1713 := &x.Items + yym1714 := z.DecBinary() + _ = yym1714 if false { } else { - h.decSlicePod((*[]Pod)(yyv1694), d) + h.decSlicePod((*[]Pod)(yyv1713), d) } } default: - z.DecStructFieldNotFound(-1, yys1689) - } // end switch yys1689 - } // end for yyj1689 + z.DecStructFieldNotFound(-1, yys1708) + } // end switch yys1708 + } // end for yyj1708 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22423,16 +22696,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1696 int - var yyb1696 bool - var yyhl1696 bool = l >= 0 - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + var yyj1715 int + var yyb1715 bool + var yyhl1715 bool = l >= 0 + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1696 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1696 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22442,13 +22715,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1696 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1696 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22458,13 +22731,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1696 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1696 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22472,22 +22745,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1699 := &x.ListMeta - yym1700 := z.DecBinary() - _ = yym1700 + yyv1718 := &x.ListMeta + yym1719 := z.DecBinary() + _ = yym1719 if false { - } else if z.HasExtensions() && z.DecExt(yyv1699) { + } else if z.HasExtensions() && z.DecExt(yyv1718) { } else { - z.DecFallback(yyv1699, false) + z.DecFallback(yyv1718, false) } } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1696 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1696 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22495,26 +22768,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1701 := &x.Items - yym1702 := z.DecBinary() - _ = yym1702 + yyv1720 := &x.Items + yym1721 := z.DecBinary() + _ = yym1721 if false { } else { - h.decSlicePod((*[]Pod)(yyv1701), d) + h.decSlicePod((*[]Pod)(yyv1720), d) } } for { - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1696 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1696 { + if yyb1715 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1696-1, "") + z.DecStructFieldNotFound(yyj1715-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22526,66 +22799,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1703 := z.EncBinary() - _ = yym1703 + yym1722 := z.EncBinary() + _ = yym1722 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] = true - yyq1704[1] = true - var yynn1704 int - if yyr1704 || yy2arr1704 { + yysep1723 := !z.EncBinary() + yy2arr1723 := z.EncBasicHandle().StructToArray + var yyq1723 [2]bool + _, _, _ = yysep1723, yyq1723, yy2arr1723 + const yyr1723 bool = false + yyq1723[0] = true + yyq1723[1] = true + var yynn1723 int + if yyr1723 || yy2arr1723 { r.EncodeArrayStart(2) } else { - yynn1704 = 0 - for _, b := range yyq1704 { + yynn1723 = 0 + for _, b := range yyq1723 { if b { - yynn1704++ + yynn1723++ } } - r.EncodeMapStart(yynn1704) - yynn1704 = 0 + r.EncodeMapStart(yynn1723) + yynn1723 = 0 } - if yyr1704 || yy2arr1704 { + if yyr1723 || yy2arr1723 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1704[0] { - yy1706 := &x.ObjectMeta - yy1706.CodecEncodeSelf(e) + if yyq1723[0] { + yy1725 := &x.ObjectMeta + yy1725.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1704[0] { + if yyq1723[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1707 := &x.ObjectMeta - yy1707.CodecEncodeSelf(e) + yy1726 := &x.ObjectMeta + yy1726.CodecEncodeSelf(e) } } - if yyr1704 || yy2arr1704 { + if yyr1723 || yy2arr1723 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1704[1] { - yy1709 := &x.Spec - yy1709.CodecEncodeSelf(e) + if yyq1723[1] { + yy1728 := &x.Spec + yy1728.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1704[1] { + if yyq1723[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1710 := &x.Spec - yy1710.CodecEncodeSelf(e) + yy1729 := &x.Spec + yy1729.CodecEncodeSelf(e) } } - if yyr1704 || yy2arr1704 { + if yyr1723 || yy2arr1723 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22598,25 +22871,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1711 := z.DecBinary() - _ = yym1711 + yym1730 := z.DecBinary() + _ = yym1730 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1712 := r.ContainerType() - if yyct1712 == codecSelferValueTypeMap1234 { - yyl1712 := r.ReadMapStart() - if yyl1712 == 0 { + yyct1731 := r.ContainerType() + if yyct1731 == codecSelferValueTypeMap1234 { + yyl1731 := r.ReadMapStart() + if yyl1731 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1712, d) + x.codecDecodeSelfFromMap(yyl1731, d) } - } else if yyct1712 == codecSelferValueTypeArray1234 { - yyl1712 := r.ReadArrayStart() - if yyl1712 == 0 { + } else if yyct1731 == codecSelferValueTypeArray1234 { + yyl1731 := r.ReadArrayStart() + if yyl1731 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1712, d) + x.codecDecodeSelfFromArray(yyl1731, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22628,12 +22901,12 @@ func (x *PodTemplateSpec) 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 yys1732Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1732Slc + var yyhl1732 bool = l >= 0 + for yyj1732 := 0; ; yyj1732++ { + if yyhl1732 { + if yyj1732 >= l { break } } else { @@ -22642,28 +22915,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1713Slc = r.DecodeBytes(yys1713Slc, true, true) - yys1713 := string(yys1713Slc) + yys1732Slc = r.DecodeBytes(yys1732Slc, true, true) + yys1732 := string(yys1732Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1713 { + switch yys1732 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1714 := &x.ObjectMeta - yyv1714.CodecDecodeSelf(d) + yyv1733 := &x.ObjectMeta + yyv1733.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1715 := &x.Spec - yyv1715.CodecDecodeSelf(d) + yyv1734 := &x.Spec + yyv1734.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1713) - } // end switch yys1713 - } // end for yyj1713 + z.DecStructFieldNotFound(-1, yys1732) + } // end switch yys1732 + } // end for yyj1732 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22671,16 +22944,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1716 int - var yyb1716 bool - var yyhl1716 bool = l >= 0 - yyj1716++ - if yyhl1716 { - yyb1716 = yyj1716 > l + var yyj1735 int + var yyb1735 bool + var yyhl1735 bool = l >= 0 + yyj1735++ + if yyhl1735 { + yyb1735 = yyj1735 > l } else { - yyb1716 = r.CheckBreak() + yyb1735 = r.CheckBreak() } - if yyb1716 { + if yyb1735 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22688,16 +22961,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1717 := &x.ObjectMeta - yyv1717.CodecDecodeSelf(d) + yyv1736 := &x.ObjectMeta + yyv1736.CodecDecodeSelf(d) } - yyj1716++ - if yyhl1716 { - yyb1716 = yyj1716 > l + yyj1735++ + if yyhl1735 { + yyb1735 = yyj1735 > l } else { - yyb1716 = r.CheckBreak() + yyb1735 = r.CheckBreak() } - if yyb1716 { + if yyb1735 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22705,21 +22978,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1718 := &x.Spec - yyv1718.CodecDecodeSelf(d) + yyv1737 := &x.Spec + yyv1737.CodecDecodeSelf(d) } for { - yyj1716++ - if yyhl1716 { - yyb1716 = yyj1716 > l + yyj1735++ + if yyhl1735 { + yyb1735 = yyj1735 > l } else { - yyb1716 = r.CheckBreak() + yyb1735 = r.CheckBreak() } - if yyb1716 { + if yyb1735 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1716-1, "") + z.DecStructFieldNotFound(yyj1735-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22731,38 +23004,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1719 := z.EncBinary() - _ = yym1719 + yym1738 := z.EncBinary() + _ = yym1738 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1720 := !z.EncBinary() - yy2arr1720 := z.EncBasicHandle().StructToArray - var yyq1720 [4]bool - _, _, _ = yysep1720, yyq1720, yy2arr1720 - const yyr1720 bool = false - yyq1720[0] = x.Kind != "" - yyq1720[1] = x.APIVersion != "" - yyq1720[2] = true - yyq1720[3] = true - var yynn1720 int - if yyr1720 || yy2arr1720 { + yysep1739 := !z.EncBinary() + yy2arr1739 := z.EncBasicHandle().StructToArray + var yyq1739 [4]bool + _, _, _ = yysep1739, yyq1739, yy2arr1739 + const yyr1739 bool = false + yyq1739[0] = x.Kind != "" + yyq1739[1] = x.APIVersion != "" + yyq1739[2] = true + yyq1739[3] = true + var yynn1739 int + if yyr1739 || yy2arr1739 { r.EncodeArrayStart(4) } else { - yynn1720 = 0 - for _, b := range yyq1720 { + yynn1739 = 0 + for _, b := range yyq1739 { if b { - yynn1720++ + yynn1739++ } } - r.EncodeMapStart(yynn1720) - yynn1720 = 0 + r.EncodeMapStart(yynn1739) + yynn1739 = 0 } - if yyr1720 || yy2arr1720 { + if yyr1739 || yy2arr1739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1720[0] { - yym1722 := z.EncBinary() - _ = yym1722 + if yyq1739[0] { + yym1741 := z.EncBinary() + _ = yym1741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22771,23 +23044,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1720[0] { + if yyq1739[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1723 := z.EncBinary() - _ = yym1723 + yym1742 := z.EncBinary() + _ = yym1742 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1720 || yy2arr1720 { + if yyr1739 || yy2arr1739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1720[1] { - yym1725 := z.EncBinary() - _ = yym1725 + if yyq1739[1] { + yym1744 := z.EncBinary() + _ = yym1744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22796,53 +23069,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1720[1] { + if yyq1739[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1726 := z.EncBinary() - _ = yym1726 + yym1745 := z.EncBinary() + _ = yym1745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1720 || yy2arr1720 { + if yyr1739 || yy2arr1739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1720[2] { - yy1728 := &x.ObjectMeta - yy1728.CodecEncodeSelf(e) + if yyq1739[2] { + yy1747 := &x.ObjectMeta + yy1747.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1720[2] { + if yyq1739[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1729 := &x.ObjectMeta - yy1729.CodecEncodeSelf(e) + yy1748 := &x.ObjectMeta + yy1748.CodecEncodeSelf(e) } } - if yyr1720 || yy2arr1720 { + if yyr1739 || yy2arr1739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1720[3] { - yy1731 := &x.Template - yy1731.CodecEncodeSelf(e) + if yyq1739[3] { + yy1750 := &x.Template + yy1750.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1720[3] { + if yyq1739[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1732 := &x.Template - yy1732.CodecEncodeSelf(e) + yy1751 := &x.Template + yy1751.CodecEncodeSelf(e) } } - if yyr1720 || yy2arr1720 { + if yyr1739 || yy2arr1739 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22855,25 +23128,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1733 := z.DecBinary() - _ = yym1733 + yym1752 := z.DecBinary() + _ = yym1752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1734 := r.ContainerType() - if yyct1734 == codecSelferValueTypeMap1234 { - yyl1734 := r.ReadMapStart() - if yyl1734 == 0 { + yyct1753 := r.ContainerType() + if yyct1753 == codecSelferValueTypeMap1234 { + yyl1753 := r.ReadMapStart() + if yyl1753 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1734, d) + x.codecDecodeSelfFromMap(yyl1753, d) } - } else if yyct1734 == codecSelferValueTypeArray1234 { - yyl1734 := r.ReadArrayStart() - if yyl1734 == 0 { + } else if yyct1753 == codecSelferValueTypeArray1234 { + yyl1753 := r.ReadArrayStart() + if yyl1753 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1734, d) + x.codecDecodeSelfFromArray(yyl1753, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22885,12 +23158,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1735Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1735Slc - var yyhl1735 bool = l >= 0 - for yyj1735 := 0; ; yyj1735++ { - if yyhl1735 { - if yyj1735 >= l { + var yys1754Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1754Slc + var yyhl1754 bool = l >= 0 + for yyj1754 := 0; ; yyj1754++ { + if yyhl1754 { + if yyj1754 >= l { break } } else { @@ -22899,10 +23172,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1735Slc = r.DecodeBytes(yys1735Slc, true, true) - yys1735 := string(yys1735Slc) + yys1754Slc = r.DecodeBytes(yys1754Slc, true, true) + yys1754 := string(yys1754Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1735 { + switch yys1754 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22919,20 +23192,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1738 := &x.ObjectMeta - yyv1738.CodecDecodeSelf(d) + yyv1757 := &x.ObjectMeta + yyv1757.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1739 := &x.Template - yyv1739.CodecDecodeSelf(d) + yyv1758 := &x.Template + yyv1758.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1735) - } // end switch yys1735 - } // end for yyj1735 + z.DecStructFieldNotFound(-1, yys1754) + } // end switch yys1754 + } // end for yyj1754 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22940,16 +23213,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1740 int - var yyb1740 bool - var yyhl1740 bool = l >= 0 - yyj1740++ - if yyhl1740 { - yyb1740 = yyj1740 > l + var yyj1759 int + var yyb1759 bool + var yyhl1759 bool = l >= 0 + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1740 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1740 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22959,13 +23232,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1740++ - if yyhl1740 { - yyb1740 = yyj1740 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1740 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1740 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22975,13 +23248,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1740++ - if yyhl1740 { - yyb1740 = yyj1740 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1740 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1740 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22989,16 +23262,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1743 := &x.ObjectMeta - yyv1743.CodecDecodeSelf(d) + yyv1762 := &x.ObjectMeta + yyv1762.CodecDecodeSelf(d) } - yyj1740++ - if yyhl1740 { - yyb1740 = yyj1740 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1740 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1740 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23006,21 +23279,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1744 := &x.Template - yyv1744.CodecDecodeSelf(d) + yyv1763 := &x.Template + yyv1763.CodecDecodeSelf(d) } for { - yyj1740++ - if yyhl1740 { - yyb1740 = yyj1740 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1740 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1740 { + if yyb1759 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1740-1, "") + z.DecStructFieldNotFound(yyj1759-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23032,37 +23305,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1745 := z.EncBinary() - _ = yym1745 + yym1764 := z.EncBinary() + _ = yym1764 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1746 := !z.EncBinary() - yy2arr1746 := z.EncBasicHandle().StructToArray - var yyq1746 [4]bool - _, _, _ = yysep1746, yyq1746, yy2arr1746 - const yyr1746 bool = false - yyq1746[0] = x.Kind != "" - yyq1746[1] = x.APIVersion != "" - yyq1746[2] = true - var yynn1746 int - if yyr1746 || yy2arr1746 { + yysep1765 := !z.EncBinary() + yy2arr1765 := z.EncBasicHandle().StructToArray + var yyq1765 [4]bool + _, _, _ = yysep1765, yyq1765, yy2arr1765 + const yyr1765 bool = false + yyq1765[0] = x.Kind != "" + yyq1765[1] = x.APIVersion != "" + yyq1765[2] = true + var yynn1765 int + if yyr1765 || yy2arr1765 { r.EncodeArrayStart(4) } else { - yynn1746 = 1 - for _, b := range yyq1746 { + yynn1765 = 1 + for _, b := range yyq1765 { if b { - yynn1746++ + yynn1765++ } } - r.EncodeMapStart(yynn1746) - yynn1746 = 0 + r.EncodeMapStart(yynn1765) + yynn1765 = 0 } - if yyr1746 || yy2arr1746 { + if yyr1765 || yy2arr1765 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1746[0] { - yym1748 := z.EncBinary() - _ = yym1748 + if yyq1765[0] { + yym1767 := z.EncBinary() + _ = yym1767 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23071,23 +23344,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1746[0] { + if yyq1765[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1749 := z.EncBinary() - _ = yym1749 + yym1768 := z.EncBinary() + _ = yym1768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1746 || yy2arr1746 { + if yyr1765 || yy2arr1765 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1746[1] { - yym1751 := z.EncBinary() - _ = yym1751 + if yyq1765[1] { + yym1770 := z.EncBinary() + _ = yym1770 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23096,54 +23369,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1746[1] { + if yyq1765[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1752 := z.EncBinary() - _ = yym1752 + yym1771 := z.EncBinary() + _ = yym1771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1746 || yy2arr1746 { + if yyr1765 || yy2arr1765 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1746[2] { - yy1754 := &x.ListMeta - yym1755 := z.EncBinary() - _ = yym1755 + if yyq1765[2] { + yy1773 := &x.ListMeta + yym1774 := z.EncBinary() + _ = yym1774 if false { - } else if z.HasExtensions() && z.EncExt(yy1754) { + } else if z.HasExtensions() && z.EncExt(yy1773) { } else { - z.EncFallback(yy1754) + z.EncFallback(yy1773) } } else { r.EncodeNil() } } else { - if yyq1746[2] { + if yyq1765[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1756 := &x.ListMeta - yym1757 := z.EncBinary() - _ = yym1757 + yy1775 := &x.ListMeta + yym1776 := z.EncBinary() + _ = yym1776 if false { - } else if z.HasExtensions() && z.EncExt(yy1756) { + } else if z.HasExtensions() && z.EncExt(yy1775) { } else { - z.EncFallback(yy1756) + z.EncFallback(yy1775) } } } - if yyr1746 || yy2arr1746 { + if yyr1765 || yy2arr1765 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1759 := z.EncBinary() - _ = yym1759 + yym1778 := z.EncBinary() + _ = yym1778 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -23156,15 +23429,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1760 := z.EncBinary() - _ = yym1760 + yym1779 := z.EncBinary() + _ = yym1779 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr1746 || yy2arr1746 { + if yyr1765 || yy2arr1765 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23177,25 +23450,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1761 := z.DecBinary() - _ = yym1761 + yym1780 := z.DecBinary() + _ = yym1780 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1762 := r.ContainerType() - if yyct1762 == codecSelferValueTypeMap1234 { - yyl1762 := r.ReadMapStart() - if yyl1762 == 0 { + yyct1781 := r.ContainerType() + if yyct1781 == codecSelferValueTypeMap1234 { + yyl1781 := r.ReadMapStart() + if yyl1781 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1762, d) + x.codecDecodeSelfFromMap(yyl1781, d) } - } else if yyct1762 == codecSelferValueTypeArray1234 { - yyl1762 := r.ReadArrayStart() - if yyl1762 == 0 { + } else if yyct1781 == codecSelferValueTypeArray1234 { + yyl1781 := r.ReadArrayStart() + if yyl1781 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1762, d) + x.codecDecodeSelfFromArray(yyl1781, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23207,12 +23480,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1763Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1763Slc - var yyhl1763 bool = l >= 0 - for yyj1763 := 0; ; yyj1763++ { - if yyhl1763 { - if yyj1763 >= l { + var yys1782Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1782Slc + var yyhl1782 bool = l >= 0 + for yyj1782 := 0; ; yyj1782++ { + if yyhl1782 { + if yyj1782 >= l { break } } else { @@ -23221,10 +23494,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1763Slc = r.DecodeBytes(yys1763Slc, true, true) - yys1763 := string(yys1763Slc) + yys1782Slc = r.DecodeBytes(yys1782Slc, true, true) + yys1782 := string(yys1782Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1763 { + switch yys1782 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23241,31 +23514,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1766 := &x.ListMeta - yym1767 := z.DecBinary() - _ = yym1767 + yyv1785 := &x.ListMeta + yym1786 := z.DecBinary() + _ = yym1786 if false { - } else if z.HasExtensions() && z.DecExt(yyv1766) { + } else if z.HasExtensions() && z.DecExt(yyv1785) { } else { - z.DecFallback(yyv1766, false) + z.DecFallback(yyv1785, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1768 := &x.Items - yym1769 := z.DecBinary() - _ = yym1769 + yyv1787 := &x.Items + yym1788 := z.DecBinary() + _ = yym1788 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1768), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1787), d) } } default: - z.DecStructFieldNotFound(-1, yys1763) - } // end switch yys1763 - } // end for yyj1763 + z.DecStructFieldNotFound(-1, yys1782) + } // end switch yys1782 + } // end for yyj1782 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23273,16 +23546,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1770 int - var yyb1770 bool - var yyhl1770 bool = l >= 0 - yyj1770++ - if yyhl1770 { - yyb1770 = yyj1770 > l + var yyj1789 int + var yyb1789 bool + var yyhl1789 bool = l >= 0 + yyj1789++ + if yyhl1789 { + yyb1789 = yyj1789 > l } else { - yyb1770 = r.CheckBreak() + yyb1789 = r.CheckBreak() } - if yyb1770 { + if yyb1789 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23292,13 +23565,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1770++ - if yyhl1770 { - yyb1770 = yyj1770 > l + yyj1789++ + if yyhl1789 { + yyb1789 = yyj1789 > l } else { - yyb1770 = r.CheckBreak() + yyb1789 = r.CheckBreak() } - if yyb1770 { + if yyb1789 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23308,13 +23581,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1770++ - if yyhl1770 { - yyb1770 = yyj1770 > l + yyj1789++ + if yyhl1789 { + yyb1789 = yyj1789 > l } else { - yyb1770 = r.CheckBreak() + yyb1789 = r.CheckBreak() } - if yyb1770 { + if yyb1789 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23322,22 +23595,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1773 := &x.ListMeta - yym1774 := z.DecBinary() - _ = yym1774 + yyv1792 := &x.ListMeta + yym1793 := z.DecBinary() + _ = yym1793 if false { - } else if z.HasExtensions() && z.DecExt(yyv1773) { + } else if z.HasExtensions() && z.DecExt(yyv1792) { } else { - z.DecFallback(yyv1773, false) + z.DecFallback(yyv1792, false) } } - yyj1770++ - if yyhl1770 { - yyb1770 = yyj1770 > l + yyj1789++ + if yyhl1789 { + yyb1789 = yyj1789 > l } else { - yyb1770 = r.CheckBreak() + yyb1789 = r.CheckBreak() } - if yyb1770 { + if yyb1789 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23345,26 +23618,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1775 := &x.Items - yym1776 := z.DecBinary() - _ = yym1776 + yyv1794 := &x.Items + yym1795 := z.DecBinary() + _ = yym1795 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1775), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1794), d) } } for { - yyj1770++ - if yyhl1770 { - yyb1770 = yyj1770 > l + yyj1789++ + if yyhl1789 { + yyb1789 = yyj1789 > l } else { - yyb1770 = r.CheckBreak() + yyb1789 = r.CheckBreak() } - if yyb1770 { + if yyb1789 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1770-1, "") + z.DecStructFieldNotFound(yyj1789-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23376,75 +23649,75 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1777 := z.EncBinary() - _ = yym1777 + yym1796 := z.EncBinary() + _ = yym1796 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1778 := !z.EncBinary() - yy2arr1778 := z.EncBasicHandle().StructToArray - var yyq1778 [3]bool - _, _, _ = yysep1778, yyq1778, yy2arr1778 - const yyr1778 bool = false - yyq1778[0] = x.Replicas != nil - yyq1778[1] = len(x.Selector) != 0 - yyq1778[2] = x.Template != nil - var yynn1778 int - if yyr1778 || yy2arr1778 { + yysep1797 := !z.EncBinary() + yy2arr1797 := z.EncBasicHandle().StructToArray + var yyq1797 [3]bool + _, _, _ = yysep1797, yyq1797, yy2arr1797 + const yyr1797 bool = false + yyq1797[0] = x.Replicas != nil + yyq1797[1] = len(x.Selector) != 0 + yyq1797[2] = x.Template != nil + var yynn1797 int + if yyr1797 || yy2arr1797 { r.EncodeArrayStart(3) } else { - yynn1778 = 0 - for _, b := range yyq1778 { + yynn1797 = 0 + for _, b := range yyq1797 { if b { - yynn1778++ + yynn1797++ } } - r.EncodeMapStart(yynn1778) - yynn1778 = 0 + r.EncodeMapStart(yynn1797) + yynn1797 = 0 } - if yyr1778 || yy2arr1778 { + if yyr1797 || yy2arr1797 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[0] { + if yyq1797[0] { if x.Replicas == nil { r.EncodeNil() } else { - yy1780 := *x.Replicas - yym1781 := z.EncBinary() - _ = yym1781 + yy1799 := *x.Replicas + yym1800 := z.EncBinary() + _ = yym1800 if false { } else { - r.EncodeInt(int64(yy1780)) + r.EncodeInt(int64(yy1799)) } } } else { r.EncodeNil() } } else { - if yyq1778[0] { + if yyq1797[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Replicas == nil { r.EncodeNil() } else { - yy1782 := *x.Replicas - yym1783 := z.EncBinary() - _ = yym1783 + yy1801 := *x.Replicas + yym1802 := z.EncBinary() + _ = yym1802 if false { } else { - r.EncodeInt(int64(yy1782)) + r.EncodeInt(int64(yy1801)) } } } } - if yyr1778 || yy2arr1778 { + if yyr1797 || yy2arr1797 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[1] { + if yyq1797[1] { if x.Selector == nil { r.EncodeNil() } else { - yym1785 := z.EncBinary() - _ = yym1785 + yym1804 := z.EncBinary() + _ = yym1804 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -23454,15 +23727,15 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1778[1] { + if yyq1797[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym1786 := z.EncBinary() - _ = yym1786 + yym1805 := z.EncBinary() + _ = yym1805 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -23470,9 +23743,9 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1778 || yy2arr1778 { + if yyr1797 || yy2arr1797 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[2] { + if yyq1797[2] { if x.Template == nil { r.EncodeNil() } else { @@ -23482,7 +23755,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1778[2] { + if yyq1797[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23493,7 +23766,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1778 || yy2arr1778 { + if yyr1797 || yy2arr1797 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23506,25 +23779,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1788 := z.DecBinary() - _ = yym1788 + yym1807 := z.DecBinary() + _ = yym1807 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1789 := r.ContainerType() - if yyct1789 == codecSelferValueTypeMap1234 { - yyl1789 := r.ReadMapStart() - if yyl1789 == 0 { + yyct1808 := r.ContainerType() + if yyct1808 == codecSelferValueTypeMap1234 { + yyl1808 := r.ReadMapStart() + if yyl1808 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1789, d) + x.codecDecodeSelfFromMap(yyl1808, d) } - } else if yyct1789 == codecSelferValueTypeArray1234 { - yyl1789 := r.ReadArrayStart() - if yyl1789 == 0 { + } else if yyct1808 == codecSelferValueTypeArray1234 { + yyl1808 := r.ReadArrayStart() + if yyl1808 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1789, d) + x.codecDecodeSelfFromArray(yyl1808, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23536,12 +23809,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1790Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1790Slc - var yyhl1790 bool = l >= 0 - for yyj1790 := 0; ; yyj1790++ { - if yyhl1790 { - if yyj1790 >= l { + var yys1809Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1809Slc + var yyhl1809 bool = l >= 0 + for yyj1809 := 0; ; yyj1809++ { + if yyhl1809 { + if yyj1809 >= l { break } } else { @@ -23550,10 +23823,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1790Slc = r.DecodeBytes(yys1790Slc, true, true) - yys1790 := string(yys1790Slc) + yys1809Slc = r.DecodeBytes(yys1809Slc, true, true) + yys1809 := string(yys1809Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1790 { + switch yys1809 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -23563,8 +23836,8 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym1792 := z.DecBinary() - _ = yym1792 + yym1811 := z.DecBinary() + _ = yym1811 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -23574,12 +23847,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1793 := &x.Selector - yym1794 := z.DecBinary() - _ = yym1794 + yyv1812 := &x.Selector + yym1813 := z.DecBinary() + _ = yym1813 if false { } else { - z.F.DecMapStringStringX(yyv1793, false, d) + z.F.DecMapStringStringX(yyv1812, false, d) } } case "template": @@ -23594,260 +23867,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1790) - } // end switch yys1790 - } // end for yyj1790 + z.DecStructFieldNotFound(-1, yys1809) + } // end switch yys1809 + } // end for yyj1809 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *ReplicationControllerSpec) 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 - } else { - yyb1796 = r.CheckBreak() - } - if yyb1796 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - if x.Replicas != nil { - x.Replicas = nil - } - } else { - if x.Replicas == nil { - x.Replicas = new(int32) - } - yym1798 := z.DecBinary() - _ = yym1798 - if false { - } else { - *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) - } - } - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l - } else { - yyb1796 = r.CheckBreak() - } - if yyb1796 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Selector = nil - } else { - yyv1799 := &x.Selector - yym1800 := z.DecBinary() - _ = yym1800 - if false { - } else { - z.F.DecMapStringStringX(yyv1799, false, d) - } - } - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l - } else { - yyb1796 = r.CheckBreak() - } - if yyb1796 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - if x.Template != nil { - x.Template = nil - } - } else { - if x.Template == nil { - x.Template = new(PodTemplateSpec) - } - x.Template.CodecDecodeSelf(d) - } - for { - yyj1796++ - if yyhl1796 { - yyb1796 = yyj1796 > l - } else { - yyb1796 = r.CheckBreak() - } - if yyb1796 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1796-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1802 := z.EncBinary() - _ = yym1802 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1803 := !z.EncBinary() - yy2arr1803 := z.EncBasicHandle().StructToArray - var yyq1803 [2]bool - _, _, _ = yysep1803, yyq1803, yy2arr1803 - const yyr1803 bool = false - yyq1803[1] = x.ObservedGeneration != 0 - var yynn1803 int - if yyr1803 || yy2arr1803 { - r.EncodeArrayStart(2) - } else { - yynn1803 = 1 - for _, b := range yyq1803 { - if b { - yynn1803++ - } - } - r.EncodeMapStart(yynn1803) - yynn1803 = 0 - } - if yyr1803 || yy2arr1803 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1805 := z.EncBinary() - _ = yym1805 - if false { - } else { - r.EncodeInt(int64(x.Replicas)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("replicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1806 := z.EncBinary() - _ = yym1806 - if false { - } else { - r.EncodeInt(int64(x.Replicas)) - } - } - if yyr1803 || yy2arr1803 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1803[1] { - yym1808 := z.EncBinary() - _ = yym1808 - if false { - } else { - r.EncodeInt(int64(x.ObservedGeneration)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1803[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1809 := z.EncBinary() - _ = yym1809 - if false { - } else { - r.EncodeInt(int64(x.ObservedGeneration)) - } - } - } - if yyr1803 || yy2arr1803 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1810 := z.DecBinary() - _ = yym1810 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1811 := r.ContainerType() - if yyct1811 == codecSelferValueTypeMap1234 { - yyl1811 := r.ReadMapStart() - if yyl1811 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1811, d) - } - } else if yyct1811 == codecSelferValueTypeArray1234 { - yyl1811 := r.ReadArrayStart() - if yyl1811 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1811, 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 yys1812Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1812Slc - var yyhl1812 bool = l >= 0 - for yyj1812 := 0; ; yyj1812++ { - if yyhl1812 { - if yyj1812 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1812Slc = r.DecodeBytes(yys1812Slc, true, true) - yys1812 := string(yys1812Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1812 { - case "replicas": - if r.TryDecodeAsNil() { - x.Replicas = 0 - } else { - x.Replicas = int32(r.DecodeInt(32)) - } - case "observedGeneration": - if r.TryDecodeAsNil() { - x.ObservedGeneration = 0 - } else { - x.ObservedGeneration = int64(r.DecodeInt(64)) - } - default: - z.DecStructFieldNotFound(-1, yys1812) - } // end switch yys1812 - } // end for yyj1812 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -23866,9 +23892,19 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Replicas = 0 + if x.Replicas != nil { + x.Replicas = nil + } } else { - x.Replicas = int32(r.DecodeInt(32)) + if x.Replicas == nil { + x.Replicas = new(int32) + } + yym1817 := z.DecBinary() + _ = yym1817 + if false { + } else { + *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) + } } yyj1815++ if yyhl1815 { @@ -23882,9 +23918,36 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ObservedGeneration = 0 + x.Selector = nil } else { - x.ObservedGeneration = int64(r.DecodeInt(64)) + yyv1818 := &x.Selector + yym1819 := z.DecBinary() + _ = yym1819 + if false { + } else { + z.F.DecMapStringStringX(yyv1818, false, d) + } + } + yyj1815++ + if yyhl1815 { + yyb1815 = yyj1815 > l + } else { + yyb1815 = r.CheckBreak() + } + if yyb1815 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Template != nil { + x.Template = nil + } + } else { + if x.Template == nil { + x.Template = new(PodTemplateSpec) + } + x.Template.CodecDecodeSelf(d) } for { yyj1815++ @@ -23902,6 +23965,216 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1821 := z.EncBinary() + _ = yym1821 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1822 := !z.EncBinary() + yy2arr1822 := z.EncBasicHandle().StructToArray + var yyq1822 [2]bool + _, _, _ = yysep1822, yyq1822, yy2arr1822 + const yyr1822 bool = false + yyq1822[1] = x.ObservedGeneration != 0 + var yynn1822 int + if yyr1822 || yy2arr1822 { + r.EncodeArrayStart(2) + } else { + yynn1822 = 1 + for _, b := range yyq1822 { + if b { + yynn1822++ + } + } + r.EncodeMapStart(yynn1822) + yynn1822 = 0 + } + if yyr1822 || yy2arr1822 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1824 := z.EncBinary() + _ = yym1824 + if false { + } else { + r.EncodeInt(int64(x.Replicas)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("replicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1825 := z.EncBinary() + _ = yym1825 + if false { + } else { + r.EncodeInt(int64(x.Replicas)) + } + } + if yyr1822 || yy2arr1822 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1822[1] { + yym1827 := z.EncBinary() + _ = yym1827 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1822[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1828 := z.EncBinary() + _ = yym1828 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } + } + } + if yyr1822 || yy2arr1822 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1829 := z.DecBinary() + _ = yym1829 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1830 := r.ContainerType() + if yyct1830 == codecSelferValueTypeMap1234 { + yyl1830 := r.ReadMapStart() + if yyl1830 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1830, d) + } + } else if yyct1830 == codecSelferValueTypeArray1234 { + yyl1830 := r.ReadArrayStart() + if yyl1830 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1830, 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 yys1831Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1831Slc + var yyhl1831 bool = l >= 0 + for yyj1831 := 0; ; yyj1831++ { + if yyhl1831 { + if yyj1831 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1831Slc = r.DecodeBytes(yys1831Slc, true, true) + yys1831 := string(yys1831Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1831 { + case "replicas": + if r.TryDecodeAsNil() { + x.Replicas = 0 + } else { + x.Replicas = int32(r.DecodeInt(32)) + } + case "observedGeneration": + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + default: + z.DecStructFieldNotFound(-1, yys1831) + } // end switch yys1831 + } // end for yyj1831 + 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 yyj1834 int + var yyb1834 bool + var yyhl1834 bool = l >= 0 + yyj1834++ + if yyhl1834 { + yyb1834 = yyj1834 > l + } else { + yyb1834 = r.CheckBreak() + } + if yyb1834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Replicas = 0 + } else { + x.Replicas = int32(r.DecodeInt(32)) + } + yyj1834++ + if yyhl1834 { + yyb1834 = yyj1834 > l + } else { + yyb1834 = r.CheckBreak() + } + if yyb1834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + for { + yyj1834++ + if yyhl1834 { + yyb1834 = yyj1834 > l + } else { + yyb1834 = r.CheckBreak() + } + if yyb1834 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1834-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -23909,39 +24182,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1818 := z.EncBinary() - _ = yym1818 + yym1837 := z.EncBinary() + _ = yym1837 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1819 := !z.EncBinary() - yy2arr1819 := z.EncBasicHandle().StructToArray - var yyq1819 [5]bool - _, _, _ = yysep1819, yyq1819, yy2arr1819 - const yyr1819 bool = false - yyq1819[0] = x.Kind != "" - yyq1819[1] = x.APIVersion != "" - yyq1819[2] = true - yyq1819[3] = true - yyq1819[4] = true - var yynn1819 int - if yyr1819 || yy2arr1819 { + yysep1838 := !z.EncBinary() + yy2arr1838 := z.EncBasicHandle().StructToArray + var yyq1838 [5]bool + _, _, _ = yysep1838, yyq1838, yy2arr1838 + const yyr1838 bool = false + yyq1838[0] = x.Kind != "" + yyq1838[1] = x.APIVersion != "" + yyq1838[2] = true + yyq1838[3] = true + yyq1838[4] = true + var yynn1838 int + if yyr1838 || yy2arr1838 { r.EncodeArrayStart(5) } else { - yynn1819 = 0 - for _, b := range yyq1819 { + yynn1838 = 0 + for _, b := range yyq1838 { if b { - yynn1819++ + yynn1838++ } } - r.EncodeMapStart(yynn1819) - yynn1819 = 0 + r.EncodeMapStart(yynn1838) + yynn1838 = 0 } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[0] { - yym1821 := z.EncBinary() - _ = yym1821 + if yyq1838[0] { + yym1840 := z.EncBinary() + _ = yym1840 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23950,23 +24223,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1819[0] { + if yyq1838[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1822 := z.EncBinary() - _ = yym1822 + yym1841 := z.EncBinary() + _ = yym1841 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[1] { - yym1824 := z.EncBinary() - _ = yym1824 + if yyq1838[1] { + yym1843 := z.EncBinary() + _ = yym1843 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23975,70 +24248,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1819[1] { + if yyq1838[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1825 := z.EncBinary() - _ = yym1825 + yym1844 := z.EncBinary() + _ = yym1844 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[2] { - yy1827 := &x.ObjectMeta - yy1827.CodecEncodeSelf(e) + if yyq1838[2] { + yy1846 := &x.ObjectMeta + yy1846.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1819[2] { + if yyq1838[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1828 := &x.ObjectMeta - yy1828.CodecEncodeSelf(e) + yy1847 := &x.ObjectMeta + yy1847.CodecEncodeSelf(e) } } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[3] { - yy1830 := &x.Spec - yy1830.CodecEncodeSelf(e) + if yyq1838[3] { + yy1849 := &x.Spec + yy1849.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1819[3] { + if yyq1838[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1831 := &x.Spec - yy1831.CodecEncodeSelf(e) + yy1850 := &x.Spec + yy1850.CodecEncodeSelf(e) } } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[4] { - yy1833 := &x.Status - yy1833.CodecEncodeSelf(e) + if yyq1838[4] { + yy1852 := &x.Status + yy1852.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1819[4] { + if yyq1838[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1834 := &x.Status - yy1834.CodecEncodeSelf(e) + yy1853 := &x.Status + yy1853.CodecEncodeSelf(e) } } - if yyr1819 || yy2arr1819 { + if yyr1838 || yy2arr1838 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24051,25 +24324,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1835 := z.DecBinary() - _ = yym1835 + yym1854 := z.DecBinary() + _ = yym1854 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1836 := r.ContainerType() - if yyct1836 == codecSelferValueTypeMap1234 { - yyl1836 := r.ReadMapStart() - if yyl1836 == 0 { + yyct1855 := r.ContainerType() + if yyct1855 == codecSelferValueTypeMap1234 { + yyl1855 := r.ReadMapStart() + if yyl1855 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1836, d) + x.codecDecodeSelfFromMap(yyl1855, d) } - } else if yyct1836 == codecSelferValueTypeArray1234 { - yyl1836 := r.ReadArrayStart() - if yyl1836 == 0 { + } else if yyct1855 == codecSelferValueTypeArray1234 { + yyl1855 := r.ReadArrayStart() + if yyl1855 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1836, d) + x.codecDecodeSelfFromArray(yyl1855, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24081,12 +24354,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1837Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1837Slc - var yyhl1837 bool = l >= 0 - for yyj1837 := 0; ; yyj1837++ { - if yyhl1837 { - if yyj1837 >= l { + var yys1856Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1856Slc + var yyhl1856 bool = l >= 0 + for yyj1856 := 0; ; yyj1856++ { + if yyhl1856 { + if yyj1856 >= l { break } } else { @@ -24095,10 +24368,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1837Slc = r.DecodeBytes(yys1837Slc, true, true) - yys1837 := string(yys1837Slc) + yys1856Slc = r.DecodeBytes(yys1856Slc, true, true) + yys1856 := string(yys1856Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1837 { + switch yys1856 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24115,27 +24388,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1840 := &x.ObjectMeta - yyv1840.CodecDecodeSelf(d) + yyv1859 := &x.ObjectMeta + yyv1859.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1841 := &x.Spec - yyv1841.CodecDecodeSelf(d) + yyv1860 := &x.Spec + yyv1860.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1842 := &x.Status - yyv1842.CodecDecodeSelf(d) + yyv1861 := &x.Status + yyv1861.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1837) - } // end switch yys1837 - } // end for yyj1837 + z.DecStructFieldNotFound(-1, yys1856) + } // end switch yys1856 + } // end for yyj1856 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24143,16 +24416,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1843 int - var yyb1843 bool - var yyhl1843 bool = l >= 0 - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + var yyj1862 int + var yyb1862 bool + var yyhl1862 bool = l >= 0 + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24162,13 +24435,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24178,13 +24451,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24192,16 +24465,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1846 := &x.ObjectMeta - yyv1846.CodecDecodeSelf(d) + yyv1865 := &x.ObjectMeta + yyv1865.CodecDecodeSelf(d) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24209,16 +24482,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1847 := &x.Spec - yyv1847.CodecDecodeSelf(d) + yyv1866 := &x.Spec + yyv1866.CodecDecodeSelf(d) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24226,21 +24499,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1848 := &x.Status - yyv1848.CodecDecodeSelf(d) + yyv1867 := &x.Status + yyv1867.CodecDecodeSelf(d) } for { - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1843 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1843 { + if yyb1862 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1843-1, "") + z.DecStructFieldNotFound(yyj1862-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24252,37 +24525,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1849 := z.EncBinary() - _ = yym1849 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1850 := !z.EncBinary() - yy2arr1850 := z.EncBasicHandle().StructToArray - var yyq1850 [4]bool - _, _, _ = yysep1850, yyq1850, yy2arr1850 - const yyr1850 bool = false - yyq1850[0] = x.Kind != "" - yyq1850[1] = x.APIVersion != "" - yyq1850[2] = true - var yynn1850 int - if yyr1850 || yy2arr1850 { + yysep1869 := !z.EncBinary() + yy2arr1869 := z.EncBasicHandle().StructToArray + var yyq1869 [4]bool + _, _, _ = yysep1869, yyq1869, yy2arr1869 + const yyr1869 bool = false + yyq1869[0] = x.Kind != "" + yyq1869[1] = x.APIVersion != "" + yyq1869[2] = true + var yynn1869 int + if yyr1869 || yy2arr1869 { r.EncodeArrayStart(4) } else { - yynn1850 = 1 - for _, b := range yyq1850 { + yynn1869 = 1 + for _, b := range yyq1869 { if b { - yynn1850++ + yynn1869++ } } - r.EncodeMapStart(yynn1850) - yynn1850 = 0 + r.EncodeMapStart(yynn1869) + yynn1869 = 0 } - if yyr1850 || yy2arr1850 { + if yyr1869 || yy2arr1869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1850[0] { - yym1852 := z.EncBinary() - _ = yym1852 + if yyq1869[0] { + yym1871 := z.EncBinary() + _ = yym1871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24291,23 +24564,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1850[0] { + if yyq1869[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1853 := z.EncBinary() - _ = yym1853 + yym1872 := z.EncBinary() + _ = yym1872 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1850 || yy2arr1850 { + if yyr1869 || yy2arr1869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1850[1] { - yym1855 := z.EncBinary() - _ = yym1855 + if yyq1869[1] { + yym1874 := z.EncBinary() + _ = yym1874 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24316,54 +24589,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1850[1] { + if yyq1869[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1856 := z.EncBinary() - _ = yym1856 + yym1875 := z.EncBinary() + _ = yym1875 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1850 || yy2arr1850 { + if yyr1869 || yy2arr1869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1850[2] { - yy1858 := &x.ListMeta - yym1859 := z.EncBinary() - _ = yym1859 + if yyq1869[2] { + yy1877 := &x.ListMeta + yym1878 := z.EncBinary() + _ = yym1878 if false { - } else if z.HasExtensions() && z.EncExt(yy1858) { + } else if z.HasExtensions() && z.EncExt(yy1877) { } else { - z.EncFallback(yy1858) + z.EncFallback(yy1877) } } else { r.EncodeNil() } } else { - if yyq1850[2] { + if yyq1869[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1860 := &x.ListMeta - yym1861 := z.EncBinary() - _ = yym1861 + yy1879 := &x.ListMeta + yym1880 := z.EncBinary() + _ = yym1880 if false { - } else if z.HasExtensions() && z.EncExt(yy1860) { + } else if z.HasExtensions() && z.EncExt(yy1879) { } else { - z.EncFallback(yy1860) + z.EncFallback(yy1879) } } } - if yyr1850 || yy2arr1850 { + if yyr1869 || yy2arr1869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1863 := z.EncBinary() - _ = yym1863 + yym1882 := z.EncBinary() + _ = yym1882 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -24376,15 +24649,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1864 := z.EncBinary() - _ = yym1864 + yym1883 := z.EncBinary() + _ = yym1883 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr1850 || yy2arr1850 { + if yyr1869 || yy2arr1869 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24397,25 +24670,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1865 := z.DecBinary() - _ = yym1865 + yym1884 := z.DecBinary() + _ = yym1884 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1866 := r.ContainerType() - if yyct1866 == codecSelferValueTypeMap1234 { - yyl1866 := r.ReadMapStart() - if yyl1866 == 0 { + yyct1885 := r.ContainerType() + if yyct1885 == codecSelferValueTypeMap1234 { + yyl1885 := r.ReadMapStart() + if yyl1885 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1866, d) + x.codecDecodeSelfFromMap(yyl1885, d) } - } else if yyct1866 == codecSelferValueTypeArray1234 { - yyl1866 := r.ReadArrayStart() - if yyl1866 == 0 { + } else if yyct1885 == codecSelferValueTypeArray1234 { + yyl1885 := r.ReadArrayStart() + if yyl1885 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1866, d) + x.codecDecodeSelfFromArray(yyl1885, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24427,12 +24700,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1867Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1867Slc - var yyhl1867 bool = l >= 0 - for yyj1867 := 0; ; yyj1867++ { - if yyhl1867 { - if yyj1867 >= l { + var yys1886Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1886Slc + var yyhl1886 bool = l >= 0 + for yyj1886 := 0; ; yyj1886++ { + if yyhl1886 { + if yyj1886 >= l { break } } else { @@ -24441,10 +24714,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1867Slc = r.DecodeBytes(yys1867Slc, true, true) - yys1867 := string(yys1867Slc) + yys1886Slc = r.DecodeBytes(yys1886Slc, true, true) + yys1886 := string(yys1886Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1867 { + switch yys1886 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24461,31 +24734,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1870 := &x.ListMeta - yym1871 := z.DecBinary() - _ = yym1871 + yyv1889 := &x.ListMeta + yym1890 := z.DecBinary() + _ = yym1890 if false { - } else if z.HasExtensions() && z.DecExt(yyv1870) { + } else if z.HasExtensions() && z.DecExt(yyv1889) { } else { - z.DecFallback(yyv1870, false) + z.DecFallback(yyv1889, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1872 := &x.Items - yym1873 := z.DecBinary() - _ = yym1873 + yyv1891 := &x.Items + yym1892 := z.DecBinary() + _ = yym1892 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1872), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1891), d) } } default: - z.DecStructFieldNotFound(-1, yys1867) - } // end switch yys1867 - } // end for yyj1867 + z.DecStructFieldNotFound(-1, yys1886) + } // end switch yys1886 + } // end for yyj1886 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24493,16 +24766,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1874 int - var yyb1874 bool - var yyhl1874 bool = l >= 0 - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + var yyj1893 int + var yyb1893 bool + var yyhl1893 bool = l >= 0 + yyj1893++ + if yyhl1893 { + yyb1893 = yyj1893 > l } else { - yyb1874 = r.CheckBreak() + yyb1893 = r.CheckBreak() } - if yyb1874 { + if yyb1893 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24512,13 +24785,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + yyj1893++ + if yyhl1893 { + yyb1893 = yyj1893 > l } else { - yyb1874 = r.CheckBreak() + yyb1893 = r.CheckBreak() } - if yyb1874 { + if yyb1893 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24528,13 +24801,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + yyj1893++ + if yyhl1893 { + yyb1893 = yyj1893 > l } else { - yyb1874 = r.CheckBreak() + yyb1893 = r.CheckBreak() } - if yyb1874 { + if yyb1893 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24542,22 +24815,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1877 := &x.ListMeta - yym1878 := z.DecBinary() - _ = yym1878 + yyv1896 := &x.ListMeta + yym1897 := z.DecBinary() + _ = yym1897 if false { - } else if z.HasExtensions() && z.DecExt(yyv1877) { + } else if z.HasExtensions() && z.DecExt(yyv1896) { } else { - z.DecFallback(yyv1877, false) + z.DecFallback(yyv1896, false) } } - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + yyj1893++ + if yyhl1893 { + yyb1893 = yyj1893 > l } else { - yyb1874 = r.CheckBreak() + yyb1893 = r.CheckBreak() } - if yyb1874 { + if yyb1893 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24565,26 +24838,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1879 := &x.Items - yym1880 := z.DecBinary() - _ = yym1880 + yyv1898 := &x.Items + yym1899 := z.DecBinary() + _ = yym1899 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1879), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1898), d) } } for { - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + yyj1893++ + if yyhl1893 { + yyb1893 = yyj1893 > l } else { - yyb1874 = r.CheckBreak() + yyb1893 = r.CheckBreak() } - if yyb1874 { + if yyb1893 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1874-1, "") + z.DecStructFieldNotFound(yyj1893-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24593,8 +24866,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1881 := z.EncBinary() - _ = yym1881 + yym1900 := z.EncBinary() + _ = yym1900 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24606,8 +24879,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1882 := z.DecBinary() - _ = yym1882 + yym1901 := z.DecBinary() + _ = yym1901 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24619,8 +24892,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1883 := z.EncBinary() - _ = yym1883 + yym1902 := z.EncBinary() + _ = yym1902 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24632,8 +24905,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1884 := z.DecBinary() - _ = yym1884 + yym1903 := z.DecBinary() + _ = yym1903 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24648,48 +24921,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1885 := z.EncBinary() - _ = yym1885 + yym1904 := z.EncBinary() + _ = yym1904 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1886 := !z.EncBinary() - yy2arr1886 := z.EncBasicHandle().StructToArray - var yyq1886 [1]bool - _, _, _ = yysep1886, yyq1886, yy2arr1886 - const yyr1886 bool = false - yyq1886[0] = true - var yynn1886 int - if yyr1886 || yy2arr1886 { + yysep1905 := !z.EncBinary() + yy2arr1905 := z.EncBasicHandle().StructToArray + var yyq1905 [1]bool + _, _, _ = yysep1905, yyq1905, yy2arr1905 + const yyr1905 bool = false + yyq1905[0] = true + var yynn1905 int + if yyr1905 || yy2arr1905 { r.EncodeArrayStart(1) } else { - yynn1886 = 0 - for _, b := range yyq1886 { + yynn1905 = 0 + for _, b := range yyq1905 { if b { - yynn1886++ + yynn1905++ } } - r.EncodeMapStart(yynn1886) - yynn1886 = 0 + r.EncodeMapStart(yynn1905) + yynn1905 = 0 } - if yyr1886 || yy2arr1886 { + if yyr1905 || yy2arr1905 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1886[0] { - yy1888 := &x.LoadBalancer - yy1888.CodecEncodeSelf(e) + if yyq1905[0] { + yy1907 := &x.LoadBalancer + yy1907.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1886[0] { + if yyq1905[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1889 := &x.LoadBalancer - yy1889.CodecEncodeSelf(e) + yy1908 := &x.LoadBalancer + yy1908.CodecEncodeSelf(e) } } - if yyr1886 || yy2arr1886 { + if yyr1905 || yy2arr1905 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24702,25 +24975,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1890 := z.DecBinary() - _ = yym1890 + yym1909 := z.DecBinary() + _ = yym1909 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1891 := r.ContainerType() - if yyct1891 == codecSelferValueTypeMap1234 { - yyl1891 := r.ReadMapStart() - if yyl1891 == 0 { + yyct1910 := r.ContainerType() + if yyct1910 == codecSelferValueTypeMap1234 { + yyl1910 := r.ReadMapStart() + if yyl1910 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1891, d) + x.codecDecodeSelfFromMap(yyl1910, d) } - } else if yyct1891 == codecSelferValueTypeArray1234 { - yyl1891 := r.ReadArrayStart() - if yyl1891 == 0 { + } else if yyct1910 == codecSelferValueTypeArray1234 { + yyl1910 := r.ReadArrayStart() + if yyl1910 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1891, d) + x.codecDecodeSelfFromArray(yyl1910, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24732,12 +25005,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1892Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1892Slc - var yyhl1892 bool = l >= 0 - for yyj1892 := 0; ; yyj1892++ { - if yyhl1892 { - if yyj1892 >= l { + var yys1911Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1911Slc + var yyhl1911 bool = l >= 0 + for yyj1911 := 0; ; yyj1911++ { + if yyhl1911 { + if yyj1911 >= l { break } } else { @@ -24746,21 +25019,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1892Slc = r.DecodeBytes(yys1892Slc, true, true) - yys1892 := string(yys1892Slc) + yys1911Slc = r.DecodeBytes(yys1911Slc, true, true) + yys1911 := string(yys1911Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1892 { + switch yys1911 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1893 := &x.LoadBalancer - yyv1893.CodecDecodeSelf(d) + yyv1912 := &x.LoadBalancer + yyv1912.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1892) - } // end switch yys1892 - } // end for yyj1892 + z.DecStructFieldNotFound(-1, yys1911) + } // end switch yys1911 + } // end for yyj1911 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24768,16 +25041,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1894 int - var yyb1894 bool - var yyhl1894 bool = l >= 0 - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + var yyj1913 int + var yyb1913 bool + var yyhl1913 bool = l >= 0 + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24785,21 +25058,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1895 := &x.LoadBalancer - yyv1895.CodecDecodeSelf(d) + yyv1914 := &x.LoadBalancer + yyv1914.CodecDecodeSelf(d) } for { - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1913++ + if yyhl1913 { + yyb1913 = yyj1913 > l } else { - yyb1894 = r.CheckBreak() + yyb1913 = r.CheckBreak() } - if yyb1894 { + if yyb1913 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1894-1, "") + z.DecStructFieldNotFound(yyj1913-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24811,38 +25084,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1896 := z.EncBinary() - _ = yym1896 + yym1915 := z.EncBinary() + _ = yym1915 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1897 := !z.EncBinary() - yy2arr1897 := z.EncBasicHandle().StructToArray - var yyq1897 [1]bool - _, _, _ = yysep1897, yyq1897, yy2arr1897 - const yyr1897 bool = false - yyq1897[0] = len(x.Ingress) != 0 - var yynn1897 int - if yyr1897 || yy2arr1897 { + yysep1916 := !z.EncBinary() + yy2arr1916 := z.EncBasicHandle().StructToArray + var yyq1916 [1]bool + _, _, _ = yysep1916, yyq1916, yy2arr1916 + const yyr1916 bool = false + yyq1916[0] = len(x.Ingress) != 0 + var yynn1916 int + if yyr1916 || yy2arr1916 { r.EncodeArrayStart(1) } else { - yynn1897 = 0 - for _, b := range yyq1897 { + yynn1916 = 0 + for _, b := range yyq1916 { if b { - yynn1897++ + yynn1916++ } } - r.EncodeMapStart(yynn1897) - yynn1897 = 0 + r.EncodeMapStart(yynn1916) + yynn1916 = 0 } - if yyr1897 || yy2arr1897 { + if yyr1916 || yy2arr1916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1897[0] { + if yyq1916[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym1899 := z.EncBinary() - _ = yym1899 + yym1918 := z.EncBinary() + _ = yym1918 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -24852,15 +25125,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1897[0] { + if yyq1916[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1900 := z.EncBinary() - _ = yym1900 + yym1919 := z.EncBinary() + _ = yym1919 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -24868,7 +25141,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1897 || yy2arr1897 { + if yyr1916 || yy2arr1916 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24881,25 +25154,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1901 := z.DecBinary() - _ = yym1901 + yym1920 := z.DecBinary() + _ = yym1920 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1902 := r.ContainerType() - if yyct1902 == codecSelferValueTypeMap1234 { - yyl1902 := r.ReadMapStart() - if yyl1902 == 0 { + yyct1921 := r.ContainerType() + if yyct1921 == codecSelferValueTypeMap1234 { + yyl1921 := r.ReadMapStart() + if yyl1921 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1902, d) + x.codecDecodeSelfFromMap(yyl1921, d) } - } else if yyct1902 == codecSelferValueTypeArray1234 { - yyl1902 := r.ReadArrayStart() - if yyl1902 == 0 { + } else if yyct1921 == codecSelferValueTypeArray1234 { + yyl1921 := r.ReadArrayStart() + if yyl1921 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1902, d) + x.codecDecodeSelfFromArray(yyl1921, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24911,12 +25184,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1903Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1903Slc - var yyhl1903 bool = l >= 0 - for yyj1903 := 0; ; yyj1903++ { - if yyhl1903 { - if yyj1903 >= l { + var yys1922Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1922Slc + var yyhl1922 bool = l >= 0 + for yyj1922 := 0; ; yyj1922++ { + if yyhl1922 { + if yyj1922 >= l { break } } else { @@ -24925,26 +25198,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1903Slc = r.DecodeBytes(yys1903Slc, true, true) - yys1903 := string(yys1903Slc) + yys1922Slc = r.DecodeBytes(yys1922Slc, true, true) + yys1922 := string(yys1922Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1903 { + switch yys1922 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1904 := &x.Ingress - yym1905 := z.DecBinary() - _ = yym1905 + yyv1923 := &x.Ingress + yym1924 := z.DecBinary() + _ = yym1924 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1904), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1923), d) } } default: - z.DecStructFieldNotFound(-1, yys1903) - } // end switch yys1903 - } // end for yyj1903 + z.DecStructFieldNotFound(-1, yys1922) + } // end switch yys1922 + } // end for yyj1922 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24952,16 +25225,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1906 int - var yyb1906 bool - var yyhl1906 bool = l >= 0 - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + var yyj1925 int + var yyb1925 bool + var yyhl1925 bool = l >= 0 + yyj1925++ + if yyhl1925 { + yyb1925 = yyj1925 > l } else { - yyb1906 = r.CheckBreak() + yyb1925 = r.CheckBreak() } - if yyb1906 { + if yyb1925 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24969,26 +25242,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1907 := &x.Ingress - yym1908 := z.DecBinary() - _ = yym1908 + yyv1926 := &x.Ingress + yym1927 := z.DecBinary() + _ = yym1927 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1907), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1926), d) } } for { - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + yyj1925++ + if yyhl1925 { + yyb1925 = yyj1925 > l } else { - yyb1906 = r.CheckBreak() + yyb1925 = r.CheckBreak() } - if yyb1906 { + if yyb1925 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1906-1, "") + z.DecStructFieldNotFound(yyj1925-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25000,36 +25273,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1909 := z.EncBinary() - _ = yym1909 + yym1928 := z.EncBinary() + _ = yym1928 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1910 := !z.EncBinary() - yy2arr1910 := z.EncBasicHandle().StructToArray - var yyq1910 [2]bool - _, _, _ = yysep1910, yyq1910, yy2arr1910 - const yyr1910 bool = false - yyq1910[0] = x.IP != "" - yyq1910[1] = x.Hostname != "" - var yynn1910 int - if yyr1910 || yy2arr1910 { + yysep1929 := !z.EncBinary() + yy2arr1929 := z.EncBasicHandle().StructToArray + var yyq1929 [2]bool + _, _, _ = yysep1929, yyq1929, yy2arr1929 + const yyr1929 bool = false + yyq1929[0] = x.IP != "" + yyq1929[1] = x.Hostname != "" + var yynn1929 int + if yyr1929 || yy2arr1929 { r.EncodeArrayStart(2) } else { - yynn1910 = 0 - for _, b := range yyq1910 { + yynn1929 = 0 + for _, b := range yyq1929 { if b { - yynn1910++ + yynn1929++ } } - r.EncodeMapStart(yynn1910) - yynn1910 = 0 + r.EncodeMapStart(yynn1929) + yynn1929 = 0 } - if yyr1910 || yy2arr1910 { + if yyr1929 || yy2arr1929 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1910[0] { - yym1912 := z.EncBinary() - _ = yym1912 + if yyq1929[0] { + yym1931 := z.EncBinary() + _ = yym1931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -25038,23 +25311,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1910[0] { + if yyq1929[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1913 := z.EncBinary() - _ = yym1913 + yym1932 := z.EncBinary() + _ = yym1932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr1910 || yy2arr1910 { + if yyr1929 || yy2arr1929 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1910[1] { - yym1915 := z.EncBinary() - _ = yym1915 + if yyq1929[1] { + yym1934 := z.EncBinary() + _ = yym1934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -25063,19 +25336,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1910[1] { + if yyq1929[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1916 := z.EncBinary() - _ = yym1916 + yym1935 := z.EncBinary() + _ = yym1935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1910 || yy2arr1910 { + if yyr1929 || yy2arr1929 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25088,25 +25361,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1917 := z.DecBinary() - _ = yym1917 + yym1936 := z.DecBinary() + _ = yym1936 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1918 := r.ContainerType() - if yyct1918 == codecSelferValueTypeMap1234 { - yyl1918 := r.ReadMapStart() - if yyl1918 == 0 { + yyct1937 := r.ContainerType() + if yyct1937 == codecSelferValueTypeMap1234 { + yyl1937 := r.ReadMapStart() + if yyl1937 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1918, d) + x.codecDecodeSelfFromMap(yyl1937, d) } - } else if yyct1918 == codecSelferValueTypeArray1234 { - yyl1918 := r.ReadArrayStart() - if yyl1918 == 0 { + } else if yyct1937 == codecSelferValueTypeArray1234 { + yyl1937 := r.ReadArrayStart() + if yyl1937 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1918, d) + x.codecDecodeSelfFromArray(yyl1937, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25118,12 +25391,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1919Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1919Slc - var yyhl1919 bool = l >= 0 - for yyj1919 := 0; ; yyj1919++ { - if yyhl1919 { - if yyj1919 >= l { + var yys1938Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1938Slc + var yyhl1938 bool = l >= 0 + for yyj1938 := 0; ; yyj1938++ { + if yyhl1938 { + if yyj1938 >= l { break } } else { @@ -25132,10 +25405,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1919Slc = r.DecodeBytes(yys1919Slc, true, true) - yys1919 := string(yys1919Slc) + yys1938Slc = r.DecodeBytes(yys1938Slc, true, true) + yys1938 := string(yys1938Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1919 { + switch yys1938 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -25149,9 +25422,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1919) - } // end switch yys1919 - } // end for yyj1919 + z.DecStructFieldNotFound(-1, yys1938) + } // end switch yys1938 + } // end for yyj1938 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25159,16 +25432,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1922 int - var yyb1922 bool - var yyhl1922 bool = l >= 0 - yyj1922++ - if yyhl1922 { - yyb1922 = yyj1922 > l + var yyj1941 int + var yyb1941 bool + var yyhl1941 bool = l >= 0 + yyj1941++ + if yyhl1941 { + yyb1941 = yyj1941 > l } else { - yyb1922 = r.CheckBreak() + yyb1941 = r.CheckBreak() } - if yyb1922 { + if yyb1941 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25178,13 +25451,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj1922++ - if yyhl1922 { - yyb1922 = yyj1922 > l + yyj1941++ + if yyhl1941 { + yyb1941 = yyj1941 > l } else { - yyb1922 = r.CheckBreak() + yyb1941 = r.CheckBreak() } - if yyb1922 { + if yyb1941 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25195,17 +25468,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj1922++ - if yyhl1922 { - yyb1922 = yyj1922 > l + yyj1941++ + if yyhl1941 { + yyb1941 = yyj1941 > l } else { - yyb1922 = r.CheckBreak() + yyb1941 = r.CheckBreak() } - if yyb1922 { + if yyb1941 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1922-1, "") + z.DecStructFieldNotFound(yyj1941-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25217,43 +25490,43 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1925 := z.EncBinary() - _ = yym1925 + yym1944 := z.EncBinary() + _ = yym1944 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1926 := !z.EncBinary() - yy2arr1926 := z.EncBasicHandle().StructToArray - var yyq1926 [8]bool - _, _, _ = yysep1926, yyq1926, yy2arr1926 - const yyr1926 bool = false - yyq1926[1] = len(x.Selector) != 0 - yyq1926[2] = x.ClusterIP != "" - yyq1926[3] = x.Type != "" - yyq1926[4] = len(x.ExternalIPs) != 0 - yyq1926[5] = len(x.DeprecatedPublicIPs) != 0 - yyq1926[6] = x.SessionAffinity != "" - yyq1926[7] = x.LoadBalancerIP != "" - var yynn1926 int - if yyr1926 || yy2arr1926 { + yysep1945 := !z.EncBinary() + yy2arr1945 := z.EncBasicHandle().StructToArray + var yyq1945 [8]bool + _, _, _ = yysep1945, yyq1945, yy2arr1945 + const yyr1945 bool = false + yyq1945[1] = len(x.Selector) != 0 + yyq1945[2] = x.ClusterIP != "" + yyq1945[3] = x.Type != "" + yyq1945[4] = len(x.ExternalIPs) != 0 + yyq1945[5] = len(x.DeprecatedPublicIPs) != 0 + yyq1945[6] = x.SessionAffinity != "" + yyq1945[7] = x.LoadBalancerIP != "" + var yynn1945 int + if yyr1945 || yy2arr1945 { r.EncodeArrayStart(8) } else { - yynn1926 = 1 - for _, b := range yyq1926 { + yynn1945 = 1 + for _, b := range yyq1945 { if b { - yynn1926++ + yynn1945++ } } - r.EncodeMapStart(yynn1926) - yynn1926 = 0 + r.EncodeMapStart(yynn1945) + yynn1945 = 0 } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym1928 := z.EncBinary() - _ = yym1928 + yym1947 := z.EncBinary() + _ = yym1947 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -25266,22 +25539,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym1929 := z.EncBinary() - _ = yym1929 + yym1948 := z.EncBinary() + _ = yym1948 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[1] { + if yyq1945[1] { if x.Selector == nil { r.EncodeNil() } else { - yym1931 := z.EncBinary() - _ = yym1931 + yym1950 := z.EncBinary() + _ = yym1950 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -25291,15 +25564,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1926[1] { + if yyq1945[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym1932 := z.EncBinary() - _ = yym1932 + yym1951 := z.EncBinary() + _ = yym1951 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -25307,11 +25580,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[2] { - yym1934 := z.EncBinary() - _ = yym1934 + if yyq1945[2] { + yym1953 := z.EncBinary() + _ = yym1953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -25320,41 +25593,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1926[2] { + if yyq1945[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1935 := z.EncBinary() - _ = yym1935 + yym1954 := z.EncBinary() + _ = yym1954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[3] { + if yyq1945[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1926[3] { + if yyq1945[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[4] { + if yyq1945[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1938 := z.EncBinary() - _ = yym1938 + yym1957 := z.EncBinary() + _ = yym1957 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -25364,15 +25637,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1926[4] { + if yyq1945[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1939 := z.EncBinary() - _ = yym1939 + yym1958 := z.EncBinary() + _ = yym1958 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -25380,14 +25653,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[5] { + if yyq1945[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym1941 := z.EncBinary() - _ = yym1941 + yym1960 := z.EncBinary() + _ = yym1960 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -25397,15 +25670,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1926[5] { + if yyq1945[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym1942 := z.EncBinary() - _ = yym1942 + yym1961 := z.EncBinary() + _ = yym1961 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -25413,26 +25686,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[6] { + if yyq1945[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1926[6] { + if yyq1945[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1926[7] { - yym1945 := z.EncBinary() - _ = yym1945 + if yyq1945[7] { + yym1964 := z.EncBinary() + _ = yym1964 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -25441,19 +25714,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1926[7] { + if yyq1945[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1946 := z.EncBinary() - _ = yym1946 + yym1965 := z.EncBinary() + _ = yym1965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr1926 || yy2arr1926 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25466,25 +25739,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1947 := z.DecBinary() - _ = yym1947 + yym1966 := z.DecBinary() + _ = yym1966 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1948 := r.ContainerType() - if yyct1948 == codecSelferValueTypeMap1234 { - yyl1948 := r.ReadMapStart() - if yyl1948 == 0 { + yyct1967 := r.ContainerType() + if yyct1967 == codecSelferValueTypeMap1234 { + yyl1967 := r.ReadMapStart() + if yyl1967 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1948, d) + x.codecDecodeSelfFromMap(yyl1967, d) } - } else if yyct1948 == codecSelferValueTypeArray1234 { - yyl1948 := r.ReadArrayStart() - if yyl1948 == 0 { + } else if yyct1967 == codecSelferValueTypeArray1234 { + yyl1967 := r.ReadArrayStart() + if yyl1967 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1948, d) + x.codecDecodeSelfFromArray(yyl1967, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25496,12 +25769,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1949Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1949Slc - var yyhl1949 bool = l >= 0 - for yyj1949 := 0; ; yyj1949++ { - if yyhl1949 { - if yyj1949 >= l { + var yys1968Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1968Slc + var yyhl1968 bool = l >= 0 + for yyj1968 := 0; ; yyj1968++ { + if yyhl1968 { + if yyj1968 >= l { break } } else { @@ -25510,32 +25783,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1949Slc = r.DecodeBytes(yys1949Slc, true, true) - yys1949 := string(yys1949Slc) + yys1968Slc = r.DecodeBytes(yys1968Slc, true, true) + yys1968 := string(yys1968Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1949 { + switch yys1968 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1950 := &x.Ports - yym1951 := z.DecBinary() - _ = yym1951 + yyv1969 := &x.Ports + yym1970 := z.DecBinary() + _ = yym1970 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1950), d) + h.decSliceServicePort((*[]ServicePort)(yyv1969), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1952 := &x.Selector - yym1953 := z.DecBinary() - _ = yym1953 + yyv1971 := &x.Selector + yym1972 := z.DecBinary() + _ = yym1972 if false { } else { - z.F.DecMapStringStringX(yyv1952, false, d) + z.F.DecMapStringStringX(yyv1971, false, d) } } case "clusterIP": @@ -25554,24 +25827,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1956 := &x.ExternalIPs - yym1957 := z.DecBinary() - _ = yym1957 + yyv1975 := &x.ExternalIPs + yym1976 := z.DecBinary() + _ = yym1976 if false { } else { - z.F.DecSliceStringX(yyv1956, false, d) + z.F.DecSliceStringX(yyv1975, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv1958 := &x.DeprecatedPublicIPs - yym1959 := z.DecBinary() - _ = yym1959 + yyv1977 := &x.DeprecatedPublicIPs + yym1978 := z.DecBinary() + _ = yym1978 if false { } else { - z.F.DecSliceStringX(yyv1958, false, d) + z.F.DecSliceStringX(yyv1977, false, d) } } case "sessionAffinity": @@ -25587,9 +25860,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.LoadBalancerIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1949) - } // end switch yys1949 - } // end for yyj1949 + z.DecStructFieldNotFound(-1, yys1968) + } // end switch yys1968 + } // end for yyj1968 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25597,16 +25870,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1962 int - var yyb1962 bool - var yyhl1962 bool = l >= 0 - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + var yyj1981 int + var yyb1981 bool + var yyhl1981 bool = l >= 0 + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25614,21 +25887,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1963 := &x.Ports - yym1964 := z.DecBinary() - _ = yym1964 + yyv1982 := &x.Ports + yym1983 := z.DecBinary() + _ = yym1983 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1963), d) + h.decSliceServicePort((*[]ServicePort)(yyv1982), d) } } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25636,21 +25909,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1965 := &x.Selector - yym1966 := z.DecBinary() - _ = yym1966 + yyv1984 := &x.Selector + yym1985 := z.DecBinary() + _ = yym1985 if false { } else { - z.F.DecMapStringStringX(yyv1965, false, d) + z.F.DecMapStringStringX(yyv1984, false, d) } } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25660,13 +25933,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25676,13 +25949,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25690,21 +25963,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1969 := &x.ExternalIPs - yym1970 := z.DecBinary() - _ = yym1970 + yyv1988 := &x.ExternalIPs + yym1989 := z.DecBinary() + _ = yym1989 if false { } else { - z.F.DecSliceStringX(yyv1969, false, d) + z.F.DecSliceStringX(yyv1988, false, d) } } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25712,21 +25985,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv1971 := &x.DeprecatedPublicIPs - yym1972 := z.DecBinary() - _ = yym1972 + yyv1990 := &x.DeprecatedPublicIPs + yym1991 := z.DecBinary() + _ = yym1991 if false { } else { - z.F.DecSliceStringX(yyv1971, false, d) + z.F.DecSliceStringX(yyv1990, false, d) } } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25736,13 +26009,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25753,17 +26026,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.LoadBalancerIP = string(r.DecodeString()) } for { - yyj1962++ - if yyhl1962 { - yyb1962 = yyj1962 > l + yyj1981++ + if yyhl1981 { + yyb1981 = yyj1981 > l } else { - yyb1962 = r.CheckBreak() + yyb1981 = r.CheckBreak() } - if yyb1962 { + if yyb1981 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1962-1, "") + z.DecStructFieldNotFound(yyj1981-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25775,38 +26048,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1975 := z.EncBinary() - _ = yym1975 + yym1994 := z.EncBinary() + _ = yym1994 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1976 := !z.EncBinary() - yy2arr1976 := z.EncBasicHandle().StructToArray - var yyq1976 [5]bool - _, _, _ = yysep1976, yyq1976, yy2arr1976 - const yyr1976 bool = false - yyq1976[0] = x.Name != "" - yyq1976[1] = x.Protocol != "" - yyq1976[3] = true - yyq1976[4] = x.NodePort != 0 - var yynn1976 int - if yyr1976 || yy2arr1976 { + yysep1995 := !z.EncBinary() + yy2arr1995 := z.EncBasicHandle().StructToArray + var yyq1995 [5]bool + _, _, _ = yysep1995, yyq1995, yy2arr1995 + const yyr1995 bool = false + yyq1995[0] = x.Name != "" + yyq1995[1] = x.Protocol != "" + yyq1995[3] = true + yyq1995[4] = x.NodePort != 0 + var yynn1995 int + if yyr1995 || yy2arr1995 { r.EncodeArrayStart(5) } else { - yynn1976 = 1 - for _, b := range yyq1976 { + yynn1995 = 1 + for _, b := range yyq1995 { if b { - yynn1976++ + yynn1995++ } } - r.EncodeMapStart(yynn1976) - yynn1976 = 0 + r.EncodeMapStart(yynn1995) + yynn1995 = 0 } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1976[0] { - yym1978 := z.EncBinary() - _ = yym1978 + if yyq1995[0] { + yym1997 := z.EncBinary() + _ = yym1997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -25815,37 +26088,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1976[0] { + if yyq1995[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1979 := z.EncBinary() - _ = yym1979 + yym1998 := z.EncBinary() + _ = yym1998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1976[1] { + if yyq1995[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1976[1] { + if yyq1995[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1982 := z.EncBinary() - _ = yym1982 + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { r.EncodeInt(int64(x.Port)) @@ -25854,51 +26127,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1983 := z.EncBinary() - _ = yym1983 + yym2002 := z.EncBinary() + _ = yym2002 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1976[3] { - yy1985 := &x.TargetPort - yym1986 := z.EncBinary() - _ = yym1986 + if yyq1995[3] { + yy2004 := &x.TargetPort + yym2005 := z.EncBinary() + _ = yym2005 if false { - } else if z.HasExtensions() && z.EncExt(yy1985) { - } else if !yym1986 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1985) + } else if z.HasExtensions() && z.EncExt(yy2004) { + } else if !yym2005 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2004) } else { - z.EncFallback(yy1985) + z.EncFallback(yy2004) } } else { r.EncodeNil() } } else { - if yyq1976[3] { + if yyq1995[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1987 := &x.TargetPort - yym1988 := z.EncBinary() - _ = yym1988 + yy2006 := &x.TargetPort + yym2007 := z.EncBinary() + _ = yym2007 if false { - } else if z.HasExtensions() && z.EncExt(yy1987) { - } else if !yym1988 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1987) + } else if z.HasExtensions() && z.EncExt(yy2006) { + } else if !yym2007 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2006) } else { - z.EncFallback(yy1987) + z.EncFallback(yy2006) } } } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1976[4] { - yym1990 := z.EncBinary() - _ = yym1990 + if yyq1995[4] { + yym2009 := z.EncBinary() + _ = yym2009 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -25907,19 +26180,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1976[4] { + if yyq1995[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1991 := z.EncBinary() - _ = yym1991 + yym2010 := z.EncBinary() + _ = yym2010 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr1976 || yy2arr1976 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25932,25 +26205,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1992 := z.DecBinary() - _ = yym1992 + yym2011 := z.DecBinary() + _ = yym2011 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1993 := r.ContainerType() - if yyct1993 == codecSelferValueTypeMap1234 { - yyl1993 := r.ReadMapStart() - if yyl1993 == 0 { + yyct2012 := r.ContainerType() + if yyct2012 == codecSelferValueTypeMap1234 { + yyl2012 := r.ReadMapStart() + if yyl2012 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1993, d) + x.codecDecodeSelfFromMap(yyl2012, d) } - } else if yyct1993 == codecSelferValueTypeArray1234 { - yyl1993 := r.ReadArrayStart() - if yyl1993 == 0 { + } else if yyct2012 == codecSelferValueTypeArray1234 { + yyl2012 := r.ReadArrayStart() + if yyl2012 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1993, d) + x.codecDecodeSelfFromArray(yyl2012, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25962,12 +26235,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1994Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1994Slc - var yyhl1994 bool = l >= 0 - for yyj1994 := 0; ; yyj1994++ { - if yyhl1994 { - if yyj1994 >= l { + var yys2013Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2013Slc + var yyhl2013 bool = l >= 0 + for yyj2013 := 0; ; yyj2013++ { + if yyhl2013 { + if yyj2013 >= l { break } } else { @@ -25976,10 +26249,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1994Slc = r.DecodeBytes(yys1994Slc, true, true) - yys1994 := string(yys1994Slc) + yys2013Slc = r.DecodeBytes(yys2013Slc, true, true) + yys2013 := string(yys2013Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1994 { + switch yys2013 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -26002,15 +26275,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv1998 := &x.TargetPort - yym1999 := z.DecBinary() - _ = yym1999 + yyv2017 := &x.TargetPort + yym2018 := z.DecBinary() + _ = yym2018 if false { - } else if z.HasExtensions() && z.DecExt(yyv1998) { - } else if !yym1999 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1998) + } else if z.HasExtensions() && z.DecExt(yyv2017) { + } else if !yym2018 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2017) } else { - z.DecFallback(yyv1998, false) + z.DecFallback(yyv2017, false) } } case "nodePort": @@ -26020,9 +26293,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1994) - } // end switch yys1994 - } // end for yyj1994 + z.DecStructFieldNotFound(-1, yys2013) + } // end switch yys2013 + } // end for yyj2013 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26030,16 +26303,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2001 int - var yyb2001 bool - var yyhl2001 bool = l >= 0 - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + var yyj2020 int + var yyb2020 bool + var yyhl2020 bool = l >= 0 + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26049,13 +26322,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26065,13 +26338,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26081,13 +26354,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26095,24 +26368,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv2005 := &x.TargetPort - yym2006 := z.DecBinary() - _ = yym2006 + yyv2024 := &x.TargetPort + yym2025 := z.DecBinary() + _ = yym2025 if false { - } else if z.HasExtensions() && z.DecExt(yyv2005) { - } else if !yym2006 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2005) + } else if z.HasExtensions() && z.DecExt(yyv2024) { + } else if !yym2025 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2024) } else { - z.DecFallback(yyv2005, false) + z.DecFallback(yyv2024, false) } } - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26123,17 +26396,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2001++ - if yyhl2001 { - yyb2001 = yyj2001 > l + yyj2020++ + if yyhl2020 { + yyb2020 = yyj2020 > l } else { - yyb2001 = r.CheckBreak() + yyb2020 = r.CheckBreak() } - if yyb2001 { + if yyb2020 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2001-1, "") + z.DecStructFieldNotFound(yyj2020-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26145,39 +26418,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2008 := z.EncBinary() - _ = yym2008 + yym2027 := z.EncBinary() + _ = yym2027 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2009 := !z.EncBinary() - yy2arr2009 := z.EncBasicHandle().StructToArray - var yyq2009 [5]bool - _, _, _ = yysep2009, yyq2009, yy2arr2009 - const yyr2009 bool = false - yyq2009[0] = x.Kind != "" - yyq2009[1] = x.APIVersion != "" - yyq2009[2] = true - yyq2009[3] = true - yyq2009[4] = true - var yynn2009 int - if yyr2009 || yy2arr2009 { + yysep2028 := !z.EncBinary() + yy2arr2028 := z.EncBasicHandle().StructToArray + var yyq2028 [5]bool + _, _, _ = yysep2028, yyq2028, yy2arr2028 + const yyr2028 bool = false + yyq2028[0] = x.Kind != "" + yyq2028[1] = x.APIVersion != "" + yyq2028[2] = true + yyq2028[3] = true + yyq2028[4] = true + var yynn2028 int + if yyr2028 || yy2arr2028 { r.EncodeArrayStart(5) } else { - yynn2009 = 0 - for _, b := range yyq2009 { + yynn2028 = 0 + for _, b := range yyq2028 { if b { - yynn2009++ + yynn2028++ } } - r.EncodeMapStart(yynn2009) - yynn2009 = 0 + r.EncodeMapStart(yynn2028) + yynn2028 = 0 } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2009[0] { - yym2011 := z.EncBinary() - _ = yym2011 + if yyq2028[0] { + yym2030 := z.EncBinary() + _ = yym2030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26186,23 +26459,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2009[0] { + if yyq2028[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2012 := z.EncBinary() - _ = yym2012 + yym2031 := z.EncBinary() + _ = yym2031 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2009[1] { - yym2014 := z.EncBinary() - _ = yym2014 + if yyq2028[1] { + yym2033 := z.EncBinary() + _ = yym2033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26211,70 +26484,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2009[1] { + if yyq2028[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2015 := z.EncBinary() - _ = yym2015 + yym2034 := z.EncBinary() + _ = yym2034 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2009[2] { - yy2017 := &x.ObjectMeta - yy2017.CodecEncodeSelf(e) + if yyq2028[2] { + yy2036 := &x.ObjectMeta + yy2036.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2009[2] { + if yyq2028[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2018 := &x.ObjectMeta - yy2018.CodecEncodeSelf(e) + yy2037 := &x.ObjectMeta + yy2037.CodecEncodeSelf(e) } } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2009[3] { - yy2020 := &x.Spec - yy2020.CodecEncodeSelf(e) + if yyq2028[3] { + yy2039 := &x.Spec + yy2039.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2009[3] { + if yyq2028[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2021 := &x.Spec - yy2021.CodecEncodeSelf(e) + yy2040 := &x.Spec + yy2040.CodecEncodeSelf(e) } } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2009[4] { - yy2023 := &x.Status - yy2023.CodecEncodeSelf(e) + if yyq2028[4] { + yy2042 := &x.Status + yy2042.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2009[4] { + if yyq2028[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2024 := &x.Status - yy2024.CodecEncodeSelf(e) + yy2043 := &x.Status + yy2043.CodecEncodeSelf(e) } } - if yyr2009 || yy2arr2009 { + if yyr2028 || yy2arr2028 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26287,25 +26560,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2025 := z.DecBinary() - _ = yym2025 + yym2044 := z.DecBinary() + _ = yym2044 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2026 := r.ContainerType() - if yyct2026 == codecSelferValueTypeMap1234 { - yyl2026 := r.ReadMapStart() - if yyl2026 == 0 { + yyct2045 := r.ContainerType() + if yyct2045 == codecSelferValueTypeMap1234 { + yyl2045 := r.ReadMapStart() + if yyl2045 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2026, d) + x.codecDecodeSelfFromMap(yyl2045, d) } - } else if yyct2026 == codecSelferValueTypeArray1234 { - yyl2026 := r.ReadArrayStart() - if yyl2026 == 0 { + } else if yyct2045 == codecSelferValueTypeArray1234 { + yyl2045 := r.ReadArrayStart() + if yyl2045 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2026, d) + x.codecDecodeSelfFromArray(yyl2045, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26317,12 +26590,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2027Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2027Slc - var yyhl2027 bool = l >= 0 - for yyj2027 := 0; ; yyj2027++ { - if yyhl2027 { - if yyj2027 >= l { + var yys2046Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2046Slc + var yyhl2046 bool = l >= 0 + for yyj2046 := 0; ; yyj2046++ { + if yyhl2046 { + if yyj2046 >= l { break } } else { @@ -26331,10 +26604,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2027Slc = r.DecodeBytes(yys2027Slc, true, true) - yys2027 := string(yys2027Slc) + yys2046Slc = r.DecodeBytes(yys2046Slc, true, true) + yys2046 := string(yys2046Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2027 { + switch yys2046 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26351,27 +26624,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2030 := &x.ObjectMeta - yyv2030.CodecDecodeSelf(d) + yyv2049 := &x.ObjectMeta + yyv2049.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2031 := &x.Spec - yyv2031.CodecDecodeSelf(d) + yyv2050 := &x.Spec + yyv2050.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2032 := &x.Status - yyv2032.CodecDecodeSelf(d) + yyv2051 := &x.Status + yyv2051.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2027) - } // end switch yys2027 - } // end for yyj2027 + z.DecStructFieldNotFound(-1, yys2046) + } // end switch yys2046 + } // end for yyj2046 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26379,16 +26652,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2033 int - var yyb2033 bool - var yyhl2033 bool = l >= 0 - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + var yyj2052 int + var yyb2052 bool + var yyhl2052 bool = l >= 0 + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26398,13 +26671,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26414,13 +26687,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26428,16 +26701,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2036 := &x.ObjectMeta - yyv2036.CodecDecodeSelf(d) + yyv2055 := &x.ObjectMeta + yyv2055.CodecDecodeSelf(d) } - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26445,16 +26718,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2037 := &x.Spec - yyv2037.CodecDecodeSelf(d) + yyv2056 := &x.Spec + yyv2056.CodecDecodeSelf(d) } - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26462,21 +26735,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2038 := &x.Status - yyv2038.CodecDecodeSelf(d) + yyv2057 := &x.Status + yyv2057.CodecDecodeSelf(d) } for { - yyj2033++ - if yyhl2033 { - yyb2033 = yyj2033 > l + yyj2052++ + if yyhl2052 { + yyb2052 = yyj2052 > l } else { - yyb2033 = r.CheckBreak() + yyb2052 = r.CheckBreak() } - if yyb2033 { + if yyb2052 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2033-1, "") + z.DecStructFieldNotFound(yyj2052-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26488,37 +26761,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2039 := z.EncBinary() - _ = yym2039 + yym2058 := z.EncBinary() + _ = yym2058 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2040 := !z.EncBinary() - yy2arr2040 := z.EncBasicHandle().StructToArray - var yyq2040 [4]bool - _, _, _ = yysep2040, yyq2040, yy2arr2040 - const yyr2040 bool = false - yyq2040[0] = x.Kind != "" - yyq2040[1] = x.APIVersion != "" - yyq2040[2] = true - var yynn2040 int - if yyr2040 || yy2arr2040 { + yysep2059 := !z.EncBinary() + yy2arr2059 := z.EncBasicHandle().StructToArray + var yyq2059 [4]bool + _, _, _ = yysep2059, yyq2059, yy2arr2059 + const yyr2059 bool = false + yyq2059[0] = x.Kind != "" + yyq2059[1] = x.APIVersion != "" + yyq2059[2] = true + var yynn2059 int + if yyr2059 || yy2arr2059 { r.EncodeArrayStart(4) } else { - yynn2040 = 1 - for _, b := range yyq2040 { + yynn2059 = 1 + for _, b := range yyq2059 { if b { - yynn2040++ + yynn2059++ } } - r.EncodeMapStart(yynn2040) - yynn2040 = 0 + r.EncodeMapStart(yynn2059) + yynn2059 = 0 } - if yyr2040 || yy2arr2040 { + if yyr2059 || yy2arr2059 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2040[0] { - yym2042 := z.EncBinary() - _ = yym2042 + if yyq2059[0] { + yym2061 := z.EncBinary() + _ = yym2061 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26527,23 +26800,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2040[0] { + if yyq2059[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2043 := z.EncBinary() - _ = yym2043 + yym2062 := z.EncBinary() + _ = yym2062 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2040 || yy2arr2040 { + if yyr2059 || yy2arr2059 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2040[1] { - yym2045 := z.EncBinary() - _ = yym2045 + if yyq2059[1] { + yym2064 := z.EncBinary() + _ = yym2064 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26552,54 +26825,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2040[1] { + if yyq2059[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2046 := z.EncBinary() - _ = yym2046 + yym2065 := z.EncBinary() + _ = yym2065 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2040 || yy2arr2040 { + if yyr2059 || yy2arr2059 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2040[2] { - yy2048 := &x.ListMeta - yym2049 := z.EncBinary() - _ = yym2049 + if yyq2059[2] { + yy2067 := &x.ListMeta + yym2068 := z.EncBinary() + _ = yym2068 if false { - } else if z.HasExtensions() && z.EncExt(yy2048) { + } else if z.HasExtensions() && z.EncExt(yy2067) { } else { - z.EncFallback(yy2048) + z.EncFallback(yy2067) } } else { r.EncodeNil() } } else { - if yyq2040[2] { + if yyq2059[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2050 := &x.ListMeta - yym2051 := z.EncBinary() - _ = yym2051 + yy2069 := &x.ListMeta + yym2070 := z.EncBinary() + _ = yym2070 if false { - } else if z.HasExtensions() && z.EncExt(yy2050) { + } else if z.HasExtensions() && z.EncExt(yy2069) { } else { - z.EncFallback(yy2050) + z.EncFallback(yy2069) } } } - if yyr2040 || yy2arr2040 { + if yyr2059 || yy2arr2059 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2053 := z.EncBinary() - _ = yym2053 + yym2072 := z.EncBinary() + _ = yym2072 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -26612,15 +26885,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2054 := z.EncBinary() - _ = yym2054 + yym2073 := z.EncBinary() + _ = yym2073 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2040 || yy2arr2040 { + if yyr2059 || yy2arr2059 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26633,25 +26906,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2055 := z.DecBinary() - _ = yym2055 + yym2074 := z.DecBinary() + _ = yym2074 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2056 := r.ContainerType() - if yyct2056 == codecSelferValueTypeMap1234 { - yyl2056 := r.ReadMapStart() - if yyl2056 == 0 { + yyct2075 := r.ContainerType() + if yyct2075 == codecSelferValueTypeMap1234 { + yyl2075 := r.ReadMapStart() + if yyl2075 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2056, d) + x.codecDecodeSelfFromMap(yyl2075, d) } - } else if yyct2056 == codecSelferValueTypeArray1234 { - yyl2056 := r.ReadArrayStart() - if yyl2056 == 0 { + } else if yyct2075 == codecSelferValueTypeArray1234 { + yyl2075 := r.ReadArrayStart() + if yyl2075 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2056, d) + x.codecDecodeSelfFromArray(yyl2075, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26663,12 +26936,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2057Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2057Slc - var yyhl2057 bool = l >= 0 - for yyj2057 := 0; ; yyj2057++ { - if yyhl2057 { - if yyj2057 >= l { + var yys2076Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2076Slc + var yyhl2076 bool = l >= 0 + for yyj2076 := 0; ; yyj2076++ { + if yyhl2076 { + if yyj2076 >= l { break } } else { @@ -26677,10 +26950,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2057Slc = r.DecodeBytes(yys2057Slc, true, true) - yys2057 := string(yys2057Slc) + yys2076Slc = r.DecodeBytes(yys2076Slc, true, true) + yys2076 := string(yys2076Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2057 { + switch yys2076 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26697,31 +26970,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2060 := &x.ListMeta - yym2061 := z.DecBinary() - _ = yym2061 + yyv2079 := &x.ListMeta + yym2080 := z.DecBinary() + _ = yym2080 if false { - } else if z.HasExtensions() && z.DecExt(yyv2060) { + } else if z.HasExtensions() && z.DecExt(yyv2079) { } else { - z.DecFallback(yyv2060, false) + z.DecFallback(yyv2079, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2062 := &x.Items - yym2063 := z.DecBinary() - _ = yym2063 + yyv2081 := &x.Items + yym2082 := z.DecBinary() + _ = yym2082 if false { } else { - h.decSliceService((*[]Service)(yyv2062), d) + h.decSliceService((*[]Service)(yyv2081), d) } } default: - z.DecStructFieldNotFound(-1, yys2057) - } // end switch yys2057 - } // end for yyj2057 + z.DecStructFieldNotFound(-1, yys2076) + } // end switch yys2076 + } // end for yyj2076 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26729,16 +27002,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2064 int - var yyb2064 bool - var yyhl2064 bool = l >= 0 - yyj2064++ - if yyhl2064 { - yyb2064 = yyj2064 > l + var yyj2083 int + var yyb2083 bool + var yyhl2083 bool = l >= 0 + yyj2083++ + if yyhl2083 { + yyb2083 = yyj2083 > l } else { - yyb2064 = r.CheckBreak() + yyb2083 = r.CheckBreak() } - if yyb2064 { + if yyb2083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26748,13 +27021,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2064++ - if yyhl2064 { - yyb2064 = yyj2064 > l + yyj2083++ + if yyhl2083 { + yyb2083 = yyj2083 > l } else { - yyb2064 = r.CheckBreak() + yyb2083 = r.CheckBreak() } - if yyb2064 { + if yyb2083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26764,13 +27037,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2064++ - if yyhl2064 { - yyb2064 = yyj2064 > l + yyj2083++ + if yyhl2083 { + yyb2083 = yyj2083 > l } else { - yyb2064 = r.CheckBreak() + yyb2083 = r.CheckBreak() } - if yyb2064 { + if yyb2083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26778,22 +27051,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2067 := &x.ListMeta - yym2068 := z.DecBinary() - _ = yym2068 + yyv2086 := &x.ListMeta + yym2087 := z.DecBinary() + _ = yym2087 if false { - } else if z.HasExtensions() && z.DecExt(yyv2067) { + } else if z.HasExtensions() && z.DecExt(yyv2086) { } else { - z.DecFallback(yyv2067, false) + z.DecFallback(yyv2086, false) } } - yyj2064++ - if yyhl2064 { - yyb2064 = yyj2064 > l + yyj2083++ + if yyhl2083 { + yyb2083 = yyj2083 > l } else { - yyb2064 = r.CheckBreak() + yyb2083 = r.CheckBreak() } - if yyb2064 { + if yyb2083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26801,26 +27074,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2069 := &x.Items - yym2070 := z.DecBinary() - _ = yym2070 + yyv2088 := &x.Items + yym2089 := z.DecBinary() + _ = yym2089 if false { } else { - h.decSliceService((*[]Service)(yyv2069), d) + h.decSliceService((*[]Service)(yyv2088), d) } } for { - yyj2064++ - if yyhl2064 { - yyb2064 = yyj2064 > l + yyj2083++ + if yyhl2083 { + yyb2083 = yyj2083 > l } else { - yyb2064 = r.CheckBreak() + yyb2083 = r.CheckBreak() } - if yyb2064 { + if yyb2083 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2064-1, "") + z.DecStructFieldNotFound(yyj2083-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26832,39 +27105,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2071 := z.EncBinary() - _ = yym2071 + yym2090 := z.EncBinary() + _ = yym2090 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2072 := !z.EncBinary() - yy2arr2072 := z.EncBasicHandle().StructToArray - var yyq2072 [5]bool - _, _, _ = yysep2072, yyq2072, yy2arr2072 - const yyr2072 bool = false - yyq2072[0] = x.Kind != "" - yyq2072[1] = x.APIVersion != "" - yyq2072[2] = true - yyq2072[3] = len(x.Secrets) != 0 - yyq2072[4] = len(x.ImagePullSecrets) != 0 - var yynn2072 int - if yyr2072 || yy2arr2072 { + yysep2091 := !z.EncBinary() + yy2arr2091 := z.EncBasicHandle().StructToArray + var yyq2091 [5]bool + _, _, _ = yysep2091, yyq2091, yy2arr2091 + const yyr2091 bool = false + yyq2091[0] = x.Kind != "" + yyq2091[1] = x.APIVersion != "" + yyq2091[2] = true + yyq2091[3] = len(x.Secrets) != 0 + yyq2091[4] = len(x.ImagePullSecrets) != 0 + var yynn2091 int + if yyr2091 || yy2arr2091 { r.EncodeArrayStart(5) } else { - yynn2072 = 0 - for _, b := range yyq2072 { + yynn2091 = 0 + for _, b := range yyq2091 { if b { - yynn2072++ + yynn2091++ } } - r.EncodeMapStart(yynn2072) - yynn2072 = 0 + r.EncodeMapStart(yynn2091) + yynn2091 = 0 } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2072[0] { - yym2074 := z.EncBinary() - _ = yym2074 + if yyq2091[0] { + yym2093 := z.EncBinary() + _ = yym2093 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26873,23 +27146,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2072[0] { + if yyq2091[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2075 := z.EncBinary() - _ = yym2075 + yym2094 := z.EncBinary() + _ = yym2094 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2072[1] { - yym2077 := z.EncBinary() - _ = yym2077 + if yyq2091[1] { + yym2096 := z.EncBinary() + _ = yym2096 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26898,43 +27171,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2072[1] { + if yyq2091[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2078 := z.EncBinary() - _ = yym2078 + yym2097 := z.EncBinary() + _ = yym2097 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2072[2] { - yy2080 := &x.ObjectMeta - yy2080.CodecEncodeSelf(e) + if yyq2091[2] { + yy2099 := &x.ObjectMeta + yy2099.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2072[2] { + if yyq2091[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2081 := &x.ObjectMeta - yy2081.CodecEncodeSelf(e) + yy2100 := &x.ObjectMeta + yy2100.CodecEncodeSelf(e) } } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2072[3] { + if yyq2091[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2083 := z.EncBinary() - _ = yym2083 + yym2102 := z.EncBinary() + _ = yym2102 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -26944,15 +27217,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2072[3] { + if yyq2091[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2084 := z.EncBinary() - _ = yym2084 + yym2103 := z.EncBinary() + _ = yym2103 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -26960,14 +27233,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2072[4] { + if yyq2091[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2086 := z.EncBinary() - _ = yym2086 + yym2105 := z.EncBinary() + _ = yym2105 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26977,15 +27250,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2072[4] { + if yyq2091[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2087 := z.EncBinary() - _ = yym2087 + yym2106 := z.EncBinary() + _ = yym2106 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26993,7 +27266,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2072 || yy2arr2072 { + if yyr2091 || yy2arr2091 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27006,25 +27279,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2088 := z.DecBinary() - _ = yym2088 + yym2107 := z.DecBinary() + _ = yym2107 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2089 := r.ContainerType() - if yyct2089 == codecSelferValueTypeMap1234 { - yyl2089 := r.ReadMapStart() - if yyl2089 == 0 { + yyct2108 := r.ContainerType() + if yyct2108 == codecSelferValueTypeMap1234 { + yyl2108 := r.ReadMapStart() + if yyl2108 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2089, d) + x.codecDecodeSelfFromMap(yyl2108, d) } - } else if yyct2089 == codecSelferValueTypeArray1234 { - yyl2089 := r.ReadArrayStart() - if yyl2089 == 0 { + } else if yyct2108 == codecSelferValueTypeArray1234 { + yyl2108 := r.ReadArrayStart() + if yyl2108 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2089, d) + x.codecDecodeSelfFromArray(yyl2108, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27036,12 +27309,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2090Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2090Slc - var yyhl2090 bool = l >= 0 - for yyj2090 := 0; ; yyj2090++ { - if yyhl2090 { - if yyj2090 >= l { + var yys2109Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2109Slc + var yyhl2109 bool = l >= 0 + for yyj2109 := 0; ; yyj2109++ { + if yyhl2109 { + if yyj2109 >= l { break } } else { @@ -27050,10 +27323,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2090Slc = r.DecodeBytes(yys2090Slc, true, true) - yys2090 := string(yys2090Slc) + yys2109Slc = r.DecodeBytes(yys2109Slc, true, true) + yys2109 := string(yys2109Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2090 { + switch yys2109 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27070,37 +27343,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2093 := &x.ObjectMeta - yyv2093.CodecDecodeSelf(d) + yyv2112 := &x.ObjectMeta + yyv2112.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2094 := &x.Secrets - yym2095 := z.DecBinary() - _ = yym2095 + yyv2113 := &x.Secrets + yym2114 := z.DecBinary() + _ = yym2114 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2094), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2113), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2096 := &x.ImagePullSecrets - yym2097 := z.DecBinary() - _ = yym2097 + yyv2115 := &x.ImagePullSecrets + yym2116 := z.DecBinary() + _ = yym2116 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2096), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2115), d) } } default: - z.DecStructFieldNotFound(-1, yys2090) - } // end switch yys2090 - } // end for yyj2090 + z.DecStructFieldNotFound(-1, yys2109) + } // end switch yys2109 + } // end for yyj2109 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27108,16 +27381,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2098 int - var yyb2098 bool - var yyhl2098 bool = l >= 0 - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + var yyj2117 int + var yyb2117 bool + var yyhl2117 bool = l >= 0 + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27127,13 +27400,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27143,13 +27416,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27157,16 +27430,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2101 := &x.ObjectMeta - yyv2101.CodecDecodeSelf(d) + yyv2120 := &x.ObjectMeta + yyv2120.CodecDecodeSelf(d) } - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27174,21 +27447,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2102 := &x.Secrets - yym2103 := z.DecBinary() - _ = yym2103 + yyv2121 := &x.Secrets + yym2122 := z.DecBinary() + _ = yym2122 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2102), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2121), d) } } - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27196,26 +27469,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2104 := &x.ImagePullSecrets - yym2105 := z.DecBinary() - _ = yym2105 + yyv2123 := &x.ImagePullSecrets + yym2124 := z.DecBinary() + _ = yym2124 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2104), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2123), d) } } for { - yyj2098++ - if yyhl2098 { - yyb2098 = yyj2098 > l + yyj2117++ + if yyhl2117 { + yyb2117 = yyj2117 > l } else { - yyb2098 = r.CheckBreak() + yyb2117 = r.CheckBreak() } - if yyb2098 { + if yyb2117 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2098-1, "") + z.DecStructFieldNotFound(yyj2117-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27227,37 +27500,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2106 := z.EncBinary() - _ = yym2106 + yym2125 := z.EncBinary() + _ = yym2125 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2107 := !z.EncBinary() - yy2arr2107 := z.EncBasicHandle().StructToArray - var yyq2107 [4]bool - _, _, _ = yysep2107, yyq2107, yy2arr2107 - const yyr2107 bool = false - yyq2107[0] = x.Kind != "" - yyq2107[1] = x.APIVersion != "" - yyq2107[2] = true - var yynn2107 int - if yyr2107 || yy2arr2107 { + yysep2126 := !z.EncBinary() + yy2arr2126 := z.EncBasicHandle().StructToArray + var yyq2126 [4]bool + _, _, _ = yysep2126, yyq2126, yy2arr2126 + const yyr2126 bool = false + yyq2126[0] = x.Kind != "" + yyq2126[1] = x.APIVersion != "" + yyq2126[2] = true + var yynn2126 int + if yyr2126 || yy2arr2126 { r.EncodeArrayStart(4) } else { - yynn2107 = 1 - for _, b := range yyq2107 { + yynn2126 = 1 + for _, b := range yyq2126 { if b { - yynn2107++ + yynn2126++ } } - r.EncodeMapStart(yynn2107) - yynn2107 = 0 + r.EncodeMapStart(yynn2126) + yynn2126 = 0 } - if yyr2107 || yy2arr2107 { + if yyr2126 || yy2arr2126 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2107[0] { - yym2109 := z.EncBinary() - _ = yym2109 + if yyq2126[0] { + yym2128 := z.EncBinary() + _ = yym2128 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27266,23 +27539,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2107[0] { + if yyq2126[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2110 := z.EncBinary() - _ = yym2110 + yym2129 := z.EncBinary() + _ = yym2129 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2107 || yy2arr2107 { + if yyr2126 || yy2arr2126 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2107[1] { - yym2112 := z.EncBinary() - _ = yym2112 + if yyq2126[1] { + yym2131 := z.EncBinary() + _ = yym2131 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27291,54 +27564,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2107[1] { + if yyq2126[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2113 := z.EncBinary() - _ = yym2113 + yym2132 := z.EncBinary() + _ = yym2132 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2107 || yy2arr2107 { + if yyr2126 || yy2arr2126 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2107[2] { - yy2115 := &x.ListMeta - yym2116 := z.EncBinary() - _ = yym2116 + if yyq2126[2] { + yy2134 := &x.ListMeta + yym2135 := z.EncBinary() + _ = yym2135 if false { - } else if z.HasExtensions() && z.EncExt(yy2115) { + } else if z.HasExtensions() && z.EncExt(yy2134) { } else { - z.EncFallback(yy2115) + z.EncFallback(yy2134) } } else { r.EncodeNil() } } else { - if yyq2107[2] { + if yyq2126[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2117 := &x.ListMeta - yym2118 := z.EncBinary() - _ = yym2118 + yy2136 := &x.ListMeta + yym2137 := z.EncBinary() + _ = yym2137 if false { - } else if z.HasExtensions() && z.EncExt(yy2117) { + } else if z.HasExtensions() && z.EncExt(yy2136) { } else { - z.EncFallback(yy2117) + z.EncFallback(yy2136) } } } - if yyr2107 || yy2arr2107 { + if yyr2126 || yy2arr2126 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2120 := z.EncBinary() - _ = yym2120 + yym2139 := z.EncBinary() + _ = yym2139 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -27351,15 +27624,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2121 := z.EncBinary() - _ = yym2121 + yym2140 := z.EncBinary() + _ = yym2140 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2107 || yy2arr2107 { + if yyr2126 || yy2arr2126 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27372,25 +27645,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2122 := z.DecBinary() - _ = yym2122 + yym2141 := z.DecBinary() + _ = yym2141 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2123 := r.ContainerType() - if yyct2123 == codecSelferValueTypeMap1234 { - yyl2123 := r.ReadMapStart() - if yyl2123 == 0 { + yyct2142 := r.ContainerType() + if yyct2142 == codecSelferValueTypeMap1234 { + yyl2142 := r.ReadMapStart() + if yyl2142 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2123, d) + x.codecDecodeSelfFromMap(yyl2142, d) } - } else if yyct2123 == codecSelferValueTypeArray1234 { - yyl2123 := r.ReadArrayStart() - if yyl2123 == 0 { + } else if yyct2142 == codecSelferValueTypeArray1234 { + yyl2142 := r.ReadArrayStart() + if yyl2142 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2123, d) + x.codecDecodeSelfFromArray(yyl2142, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27402,12 +27675,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2124Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2124Slc - var yyhl2124 bool = l >= 0 - for yyj2124 := 0; ; yyj2124++ { - if yyhl2124 { - if yyj2124 >= l { + var yys2143Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2143Slc + var yyhl2143 bool = l >= 0 + for yyj2143 := 0; ; yyj2143++ { + if yyhl2143 { + if yyj2143 >= l { break } } else { @@ -27416,10 +27689,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2124Slc = r.DecodeBytes(yys2124Slc, true, true) - yys2124 := string(yys2124Slc) + yys2143Slc = r.DecodeBytes(yys2143Slc, true, true) + yys2143 := string(yys2143Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2124 { + switch yys2143 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27436,31 +27709,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2127 := &x.ListMeta - yym2128 := z.DecBinary() - _ = yym2128 + yyv2146 := &x.ListMeta + yym2147 := z.DecBinary() + _ = yym2147 if false { - } else if z.HasExtensions() && z.DecExt(yyv2127) { + } else if z.HasExtensions() && z.DecExt(yyv2146) { } else { - z.DecFallback(yyv2127, false) + z.DecFallback(yyv2146, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2129 := &x.Items - yym2130 := z.DecBinary() - _ = yym2130 + yyv2148 := &x.Items + yym2149 := z.DecBinary() + _ = yym2149 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2129), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2148), d) } } default: - z.DecStructFieldNotFound(-1, yys2124) - } // end switch yys2124 - } // end for yyj2124 + z.DecStructFieldNotFound(-1, yys2143) + } // end switch yys2143 + } // end for yyj2143 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27468,16 +27741,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2131 int - var yyb2131 bool - var yyhl2131 bool = l >= 0 - yyj2131++ - if yyhl2131 { - yyb2131 = yyj2131 > l + var yyj2150 int + var yyb2150 bool + var yyhl2150 bool = l >= 0 + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2131 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2131 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27487,13 +27760,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2131++ - if yyhl2131 { - yyb2131 = yyj2131 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2131 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2131 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27503,13 +27776,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2131++ - if yyhl2131 { - yyb2131 = yyj2131 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2131 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2131 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27517,22 +27790,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2134 := &x.ListMeta - yym2135 := z.DecBinary() - _ = yym2135 + yyv2153 := &x.ListMeta + yym2154 := z.DecBinary() + _ = yym2154 if false { - } else if z.HasExtensions() && z.DecExt(yyv2134) { + } else if z.HasExtensions() && z.DecExt(yyv2153) { } else { - z.DecFallback(yyv2134, false) + z.DecFallback(yyv2153, false) } } - yyj2131++ - if yyhl2131 { - yyb2131 = yyj2131 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2131 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2131 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27540,26 +27813,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2136 := &x.Items - yym2137 := z.DecBinary() - _ = yym2137 + yyv2155 := &x.Items + yym2156 := z.DecBinary() + _ = yym2156 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2136), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2155), d) } } for { - yyj2131++ - if yyhl2131 { - yyb2131 = yyj2131 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2131 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2131 { + if yyb2150 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2131-1, "") + z.DecStructFieldNotFound(yyj2150-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27571,37 +27844,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2138 := z.EncBinary() - _ = yym2138 + yym2157 := z.EncBinary() + _ = yym2157 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2139 := !z.EncBinary() - yy2arr2139 := z.EncBasicHandle().StructToArray - var yyq2139 [4]bool - _, _, _ = yysep2139, yyq2139, yy2arr2139 - const yyr2139 bool = false - yyq2139[0] = x.Kind != "" - yyq2139[1] = x.APIVersion != "" - yyq2139[2] = true - var yynn2139 int - if yyr2139 || yy2arr2139 { + 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 + var yynn2158 int + if yyr2158 || yy2arr2158 { r.EncodeArrayStart(4) } else { - yynn2139 = 1 - for _, b := range yyq2139 { + yynn2158 = 1 + for _, b := range yyq2158 { if b { - yynn2139++ + yynn2158++ } } - r.EncodeMapStart(yynn2139) - yynn2139 = 0 + r.EncodeMapStart(yynn2158) + yynn2158 = 0 } - if yyr2139 || yy2arr2139 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[0] { - yym2141 := z.EncBinary() - _ = yym2141 + if yyq2158[0] { + yym2160 := z.EncBinary() + _ = yym2160 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27610,23 +27883,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[0] { + if yyq2158[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2142 := z.EncBinary() - _ = yym2142 + yym2161 := z.EncBinary() + _ = yym2161 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2139 || yy2arr2139 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[1] { - yym2144 := z.EncBinary() - _ = yym2144 + if yyq2158[1] { + yym2163 := z.EncBinary() + _ = yym2163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27635,42 +27908,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[1] { + if yyq2158[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2145 := z.EncBinary() - _ = yym2145 + yym2164 := z.EncBinary() + _ = yym2164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2139 || yy2arr2139 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[2] { - yy2147 := &x.ObjectMeta - yy2147.CodecEncodeSelf(e) + if yyq2158[2] { + yy2166 := &x.ObjectMeta + yy2166.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2139[2] { + if yyq2158[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2148 := &x.ObjectMeta - yy2148.CodecEncodeSelf(e) + yy2167 := &x.ObjectMeta + yy2167.CodecEncodeSelf(e) } } - if yyr2139 || yy2arr2139 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2150 := z.EncBinary() - _ = yym2150 + yym2169 := z.EncBinary() + _ = yym2169 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -27683,15 +27956,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2151 := z.EncBinary() - _ = yym2151 + yym2170 := z.EncBinary() + _ = yym2170 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2139 || yy2arr2139 { + if yyr2158 || yy2arr2158 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27704,25 +27977,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2152 := z.DecBinary() - _ = yym2152 + yym2171 := z.DecBinary() + _ = yym2171 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2153 := r.ContainerType() - if yyct2153 == codecSelferValueTypeMap1234 { - yyl2153 := r.ReadMapStart() - if yyl2153 == 0 { + yyct2172 := r.ContainerType() + if yyct2172 == codecSelferValueTypeMap1234 { + yyl2172 := r.ReadMapStart() + if yyl2172 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2153, d) + x.codecDecodeSelfFromMap(yyl2172, d) } - } else if yyct2153 == codecSelferValueTypeArray1234 { - yyl2153 := r.ReadArrayStart() - if yyl2153 == 0 { + } else if yyct2172 == codecSelferValueTypeArray1234 { + yyl2172 := r.ReadArrayStart() + if yyl2172 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2153, d) + x.codecDecodeSelfFromArray(yyl2172, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27734,12 +28007,12 @@ func (x *Endpoints) 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 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 { @@ -27748,10 +28021,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2154Slc = r.DecodeBytes(yys2154Slc, true, true) - yys2154 := string(yys2154Slc) + yys2173Slc = r.DecodeBytes(yys2173Slc, true, true) + yys2173 := string(yys2173Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2154 { + switch yys2173 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27768,25 +28041,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2157 := &x.ObjectMeta - yyv2157.CodecDecodeSelf(d) + yyv2176 := &x.ObjectMeta + yyv2176.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2158 := &x.Subsets - yym2159 := z.DecBinary() - _ = yym2159 + yyv2177 := &x.Subsets + yym2178 := z.DecBinary() + _ = yym2178 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2158), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2177), d) } } default: - z.DecStructFieldNotFound(-1, yys2154) - } // end switch yys2154 - } // end for yyj2154 + z.DecStructFieldNotFound(-1, yys2173) + } // end switch yys2173 + } // end for yyj2173 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27794,16 +28067,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2160 int - var yyb2160 bool - var yyhl2160 bool = l >= 0 - yyj2160++ - if yyhl2160 { - yyb2160 = yyj2160 > l + var yyj2179 int + var yyb2179 bool + var yyhl2179 bool = l >= 0 + yyj2179++ + if yyhl2179 { + yyb2179 = yyj2179 > l } else { - yyb2160 = r.CheckBreak() + yyb2179 = r.CheckBreak() } - if yyb2160 { + if yyb2179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27813,13 +28086,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2160++ - if yyhl2160 { - yyb2160 = yyj2160 > l + yyj2179++ + if yyhl2179 { + yyb2179 = yyj2179 > l } else { - yyb2160 = r.CheckBreak() + yyb2179 = r.CheckBreak() } - if yyb2160 { + if yyb2179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27829,13 +28102,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2160++ - if yyhl2160 { - yyb2160 = yyj2160 > l + yyj2179++ + if yyhl2179 { + yyb2179 = yyj2179 > l } else { - yyb2160 = r.CheckBreak() + yyb2179 = r.CheckBreak() } - if yyb2160 { + if yyb2179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27843,16 +28116,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2163 := &x.ObjectMeta - yyv2163.CodecDecodeSelf(d) + yyv2182 := &x.ObjectMeta + yyv2182.CodecDecodeSelf(d) } - yyj2160++ - if yyhl2160 { - yyb2160 = yyj2160 > l + yyj2179++ + if yyhl2179 { + yyb2179 = yyj2179 > l } else { - yyb2160 = r.CheckBreak() + yyb2179 = r.CheckBreak() } - if yyb2160 { + if yyb2179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27860,26 +28133,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2164 := &x.Subsets - yym2165 := z.DecBinary() - _ = yym2165 + yyv2183 := &x.Subsets + yym2184 := z.DecBinary() + _ = yym2184 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2164), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2183), d) } } for { - yyj2160++ - if yyhl2160 { - yyb2160 = yyj2160 > l + yyj2179++ + if yyhl2179 { + yyb2179 = yyj2179 > l } else { - yyb2160 = r.CheckBreak() + yyb2179 = r.CheckBreak() } - if yyb2160 { + if yyb2179 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2160-1, "") + z.DecStructFieldNotFound(yyj2179-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27891,40 +28164,40 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2166 := z.EncBinary() - _ = yym2166 + yym2185 := z.EncBinary() + _ = yym2185 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2167 := !z.EncBinary() - yy2arr2167 := z.EncBasicHandle().StructToArray - var yyq2167 [3]bool - _, _, _ = yysep2167, yyq2167, yy2arr2167 - const yyr2167 bool = false - yyq2167[0] = len(x.Addresses) != 0 - yyq2167[1] = len(x.NotReadyAddresses) != 0 - yyq2167[2] = len(x.Ports) != 0 - var yynn2167 int - if yyr2167 || yy2arr2167 { + yysep2186 := !z.EncBinary() + yy2arr2186 := z.EncBasicHandle().StructToArray + var yyq2186 [3]bool + _, _, _ = yysep2186, yyq2186, yy2arr2186 + const yyr2186 bool = false + yyq2186[0] = len(x.Addresses) != 0 + yyq2186[1] = len(x.NotReadyAddresses) != 0 + yyq2186[2] = len(x.Ports) != 0 + var yynn2186 int + if yyr2186 || yy2arr2186 { r.EncodeArrayStart(3) } else { - yynn2167 = 0 - for _, b := range yyq2167 { + yynn2186 = 0 + for _, b := range yyq2186 { if b { - yynn2167++ + yynn2186++ } } - r.EncodeMapStart(yynn2167) - yynn2167 = 0 + r.EncodeMapStart(yynn2186) + yynn2186 = 0 } - if yyr2167 || yy2arr2167 { + if yyr2186 || yy2arr2186 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[0] { + if yyq2186[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2169 := z.EncBinary() - _ = yym2169 + yym2188 := z.EncBinary() + _ = yym2188 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -27934,15 +28207,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2167[0] { + if yyq2186[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2170 := z.EncBinary() - _ = yym2170 + yym2189 := z.EncBinary() + _ = yym2189 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -27950,14 +28223,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2167 || yy2arr2167 { + if yyr2186 || yy2arr2186 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[1] { + if yyq2186[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2172 := z.EncBinary() - _ = yym2172 + yym2191 := z.EncBinary() + _ = yym2191 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -27967,15 +28240,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2167[1] { + if yyq2186[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2173 := z.EncBinary() - _ = yym2173 + yym2192 := z.EncBinary() + _ = yym2192 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -27983,14 +28256,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2167 || yy2arr2167 { + if yyr2186 || yy2arr2186 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[2] { + if yyq2186[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2175 := z.EncBinary() - _ = yym2175 + yym2194 := z.EncBinary() + _ = yym2194 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -28000,15 +28273,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2167[2] { + if yyq2186[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2176 := z.EncBinary() - _ = yym2176 + yym2195 := z.EncBinary() + _ = yym2195 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -28016,7 +28289,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2167 || yy2arr2167 { + if yyr2186 || yy2arr2186 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28029,25 +28302,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2177 := z.DecBinary() - _ = yym2177 + yym2196 := z.DecBinary() + _ = yym2196 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2178 := r.ContainerType() - if yyct2178 == codecSelferValueTypeMap1234 { - yyl2178 := r.ReadMapStart() - if yyl2178 == 0 { + yyct2197 := r.ContainerType() + if yyct2197 == codecSelferValueTypeMap1234 { + yyl2197 := r.ReadMapStart() + if yyl2197 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2178, d) + x.codecDecodeSelfFromMap(yyl2197, d) } - } else if yyct2178 == codecSelferValueTypeArray1234 { - yyl2178 := r.ReadArrayStart() - if yyl2178 == 0 { + } else if yyct2197 == codecSelferValueTypeArray1234 { + yyl2197 := r.ReadArrayStart() + if yyl2197 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2178, d) + x.codecDecodeSelfFromArray(yyl2197, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28059,12 +28332,12 @@ func (x *EndpointSubset) 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 yys2198Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2198Slc + var yyhl2198 bool = l >= 0 + for yyj2198 := 0; ; yyj2198++ { + if yyhl2198 { + if yyj2198 >= l { break } } else { @@ -28073,50 +28346,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2179Slc = r.DecodeBytes(yys2179Slc, true, true) - yys2179 := string(yys2179Slc) + yys2198Slc = r.DecodeBytes(yys2198Slc, true, true) + yys2198 := string(yys2198Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2179 { + switch yys2198 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2180 := &x.Addresses - yym2181 := z.DecBinary() - _ = yym2181 + yyv2199 := &x.Addresses + yym2200 := z.DecBinary() + _ = yym2200 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2180), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2199), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2182 := &x.NotReadyAddresses - yym2183 := z.DecBinary() - _ = yym2183 + yyv2201 := &x.NotReadyAddresses + yym2202 := z.DecBinary() + _ = yym2202 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2182), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2201), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2184 := &x.Ports - yym2185 := z.DecBinary() - _ = yym2185 + yyv2203 := &x.Ports + yym2204 := z.DecBinary() + _ = yym2204 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2184), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2203), d) } } default: - z.DecStructFieldNotFound(-1, yys2179) - } // end switch yys2179 - } // end for yyj2179 + z.DecStructFieldNotFound(-1, yys2198) + } // end switch yys2198 + } // end for yyj2198 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28124,16 +28397,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2186 int - var yyb2186 bool - var yyhl2186 bool = l >= 0 - yyj2186++ - if yyhl2186 { - yyb2186 = yyj2186 > l + var yyj2205 int + var yyb2205 bool + var yyhl2205 bool = l >= 0 + yyj2205++ + if yyhl2205 { + yyb2205 = yyj2205 > l } else { - yyb2186 = r.CheckBreak() + yyb2205 = r.CheckBreak() } - if yyb2186 { + if yyb2205 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28141,21 +28414,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2187 := &x.Addresses - yym2188 := z.DecBinary() - _ = yym2188 + yyv2206 := &x.Addresses + yym2207 := z.DecBinary() + _ = yym2207 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2187), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2206), d) } } - yyj2186++ - if yyhl2186 { - yyb2186 = yyj2186 > l + yyj2205++ + if yyhl2205 { + yyb2205 = yyj2205 > l } else { - yyb2186 = r.CheckBreak() + yyb2205 = r.CheckBreak() } - if yyb2186 { + if yyb2205 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28163,21 +28436,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2189 := &x.NotReadyAddresses - yym2190 := z.DecBinary() - _ = yym2190 + yyv2208 := &x.NotReadyAddresses + yym2209 := z.DecBinary() + _ = yym2209 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2189), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2208), d) } } - yyj2186++ - if yyhl2186 { - yyb2186 = yyj2186 > l + yyj2205++ + if yyhl2205 { + yyb2205 = yyj2205 > l } else { - yyb2186 = r.CheckBreak() + yyb2205 = r.CheckBreak() } - if yyb2186 { + if yyb2205 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28185,26 +28458,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2191 := &x.Ports - yym2192 := z.DecBinary() - _ = yym2192 + yyv2210 := &x.Ports + yym2211 := z.DecBinary() + _ = yym2211 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2191), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2210), d) } } for { - yyj2186++ - if yyhl2186 { - yyb2186 = yyj2186 > l + yyj2205++ + if yyhl2205 { + yyb2205 = yyj2205 > l } else { - yyb2186 = r.CheckBreak() + yyb2205 = r.CheckBreak() } - if yyb2186 { + if yyb2205 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2186-1, "") + z.DecStructFieldNotFound(yyj2205-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28216,34 +28489,34 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2193 := z.EncBinary() - _ = yym2193 + yym2212 := z.EncBinary() + _ = yym2212 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2194 := !z.EncBinary() - yy2arr2194 := z.EncBasicHandle().StructToArray - var yyq2194 [2]bool - _, _, _ = yysep2194, yyq2194, yy2arr2194 - const yyr2194 bool = false - yyq2194[1] = x.TargetRef != nil - var yynn2194 int - if yyr2194 || yy2arr2194 { + yysep2213 := !z.EncBinary() + yy2arr2213 := z.EncBasicHandle().StructToArray + var yyq2213 [2]bool + _, _, _ = yysep2213, yyq2213, yy2arr2213 + const yyr2213 bool = false + yyq2213[1] = x.TargetRef != nil + var yynn2213 int + if yyr2213 || yy2arr2213 { r.EncodeArrayStart(2) } else { - yynn2194 = 1 - for _, b := range yyq2194 { + yynn2213 = 1 + for _, b := range yyq2213 { if b { - yynn2194++ + yynn2213++ } } - r.EncodeMapStart(yynn2194) - yynn2194 = 0 + r.EncodeMapStart(yynn2213) + yynn2213 = 0 } - if yyr2194 || yy2arr2194 { + if yyr2213 || yy2arr2213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2196 := z.EncBinary() - _ = yym2196 + yym2215 := z.EncBinary() + _ = yym2215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -28252,16 +28525,16 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2197 := z.EncBinary() - _ = yym2197 + yym2216 := z.EncBinary() + _ = yym2216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2194 || yy2arr2194 { + if yyr2213 || yy2arr2213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2194[1] { + if yyq2213[1] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -28271,7 +28544,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2194[1] { + if yyq2213[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -28282,7 +28555,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2194 || yy2arr2194 { + if yyr2213 || yy2arr2213 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28295,25 +28568,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2199 := z.DecBinary() - _ = yym2199 + yym2218 := z.DecBinary() + _ = yym2218 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2200 := r.ContainerType() - if yyct2200 == codecSelferValueTypeMap1234 { - yyl2200 := r.ReadMapStart() - if yyl2200 == 0 { + yyct2219 := r.ContainerType() + if yyct2219 == codecSelferValueTypeMap1234 { + yyl2219 := r.ReadMapStart() + if yyl2219 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2200, d) + x.codecDecodeSelfFromMap(yyl2219, d) } - } else if yyct2200 == codecSelferValueTypeArray1234 { - yyl2200 := r.ReadArrayStart() - if yyl2200 == 0 { + } else if yyct2219 == codecSelferValueTypeArray1234 { + yyl2219 := r.ReadArrayStart() + if yyl2219 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2200, d) + x.codecDecodeSelfFromArray(yyl2219, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28325,12 +28598,12 @@ func (x *EndpointAddress) 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 yys2220Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2220Slc + var yyhl2220 bool = l >= 0 + for yyj2220 := 0; ; yyj2220++ { + if yyhl2220 { + if yyj2220 >= l { break } } else { @@ -28339,10 +28612,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2201Slc = r.DecodeBytes(yys2201Slc, true, true) - yys2201 := string(yys2201Slc) + yys2220Slc = r.DecodeBytes(yys2220Slc, true, true) + yys2220 := string(yys2220Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2201 { + switch yys2220 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -28361,9 +28634,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2201) - } // end switch yys2201 - } // end for yyj2201 + z.DecStructFieldNotFound(-1, yys2220) + } // end switch yys2220 + } // end for yyj2220 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28371,16 +28644,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2204 int - var yyb2204 bool - var yyhl2204 bool = l >= 0 - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + var yyj2223 int + var yyb2223 bool + var yyhl2223 bool = l >= 0 + yyj2223++ + if yyhl2223 { + yyb2223 = yyj2223 > l } else { - yyb2204 = r.CheckBreak() + yyb2223 = r.CheckBreak() } - if yyb2204 { + if yyb2223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28390,13 +28663,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2223++ + if yyhl2223 { + yyb2223 = yyj2223 > l } else { - yyb2204 = r.CheckBreak() + yyb2223 = r.CheckBreak() } - if yyb2204 { + if yyb2223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28412,17 +28685,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2223++ + if yyhl2223 { + yyb2223 = yyj2223 > l } else { - yyb2204 = r.CheckBreak() + yyb2223 = r.CheckBreak() } - if yyb2204 { + if yyb2223 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2204-1, "") + z.DecStructFieldNotFound(yyj2223-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28434,36 +28707,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2207 := z.EncBinary() - _ = yym2207 + yym2226 := z.EncBinary() + _ = yym2226 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2208 := !z.EncBinary() - yy2arr2208 := z.EncBasicHandle().StructToArray - var yyq2208 [3]bool - _, _, _ = yysep2208, yyq2208, yy2arr2208 - const yyr2208 bool = false - yyq2208[0] = x.Name != "" - yyq2208[2] = x.Protocol != "" - var yynn2208 int - if yyr2208 || yy2arr2208 { + yysep2227 := !z.EncBinary() + yy2arr2227 := z.EncBasicHandle().StructToArray + var yyq2227 [3]bool + _, _, _ = yysep2227, yyq2227, yy2arr2227 + const yyr2227 bool = false + yyq2227[0] = x.Name != "" + yyq2227[2] = x.Protocol != "" + var yynn2227 int + if yyr2227 || yy2arr2227 { r.EncodeArrayStart(3) } else { - yynn2208 = 1 - for _, b := range yyq2208 { + yynn2227 = 1 + for _, b := range yyq2227 { if b { - yynn2208++ + yynn2227++ } } - r.EncodeMapStart(yynn2208) - yynn2208 = 0 + r.EncodeMapStart(yynn2227) + yynn2227 = 0 } - if yyr2208 || yy2arr2208 { + if yyr2227 || yy2arr2227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2208[0] { - yym2210 := z.EncBinary() - _ = yym2210 + if yyq2227[0] { + yym2229 := z.EncBinary() + _ = yym2229 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -28472,22 +28745,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2208[0] { + if yyq2227[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2211 := z.EncBinary() - _ = yym2211 + yym2230 := z.EncBinary() + _ = yym2230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2208 || yy2arr2208 { + if yyr2227 || yy2arr2227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2213 := z.EncBinary() - _ = yym2213 + yym2232 := z.EncBinary() + _ = yym2232 if false { } else { r.EncodeInt(int64(x.Port)) @@ -28496,29 +28769,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2214 := z.EncBinary() - _ = yym2214 + yym2233 := z.EncBinary() + _ = yym2233 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2208 || yy2arr2208 { + if yyr2227 || yy2arr2227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2208[2] { + if yyq2227[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2208[2] { + if yyq2227[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2208 || yy2arr2208 { + if yyr2227 || yy2arr2227 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28531,25 +28804,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2216 := z.DecBinary() - _ = yym2216 + yym2235 := z.DecBinary() + _ = yym2235 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2217 := r.ContainerType() - if yyct2217 == codecSelferValueTypeMap1234 { - yyl2217 := r.ReadMapStart() - if yyl2217 == 0 { + yyct2236 := r.ContainerType() + if yyct2236 == codecSelferValueTypeMap1234 { + yyl2236 := r.ReadMapStart() + if yyl2236 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2217, d) + x.codecDecodeSelfFromMap(yyl2236, d) } - } else if yyct2217 == codecSelferValueTypeArray1234 { - yyl2217 := r.ReadArrayStart() - if yyl2217 == 0 { + } else if yyct2236 == codecSelferValueTypeArray1234 { + yyl2236 := r.ReadArrayStart() + if yyl2236 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2217, d) + x.codecDecodeSelfFromArray(yyl2236, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28561,12 +28834,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2218Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2218Slc - var yyhl2218 bool = l >= 0 - for yyj2218 := 0; ; yyj2218++ { - if yyhl2218 { - if yyj2218 >= l { + var yys2237Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2237Slc + var yyhl2237 bool = l >= 0 + for yyj2237 := 0; ; yyj2237++ { + if yyhl2237 { + if yyj2237 >= l { break } } else { @@ -28575,10 +28848,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2218Slc = r.DecodeBytes(yys2218Slc, true, true) - yys2218 := string(yys2218Slc) + yys2237Slc = r.DecodeBytes(yys2237Slc, true, true) + yys2237 := string(yys2237Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2218 { + switch yys2237 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -28598,9 +28871,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2218) - } // end switch yys2218 - } // end for yyj2218 + z.DecStructFieldNotFound(-1, yys2237) + } // end switch yys2237 + } // end for yyj2237 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28608,16 +28881,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2222 int - var yyb2222 bool - var yyhl2222 bool = l >= 0 - yyj2222++ - if yyhl2222 { - yyb2222 = yyj2222 > l + var yyj2241 int + var yyb2241 bool + var yyhl2241 bool = l >= 0 + yyj2241++ + if yyhl2241 { + yyb2241 = yyj2241 > l } else { - yyb2222 = r.CheckBreak() + yyb2241 = r.CheckBreak() } - if yyb2222 { + if yyb2241 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28627,13 +28900,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2222++ - if yyhl2222 { - yyb2222 = yyj2222 > l + yyj2241++ + if yyhl2241 { + yyb2241 = yyj2241 > l } else { - yyb2222 = r.CheckBreak() + yyb2241 = r.CheckBreak() } - if yyb2222 { + if yyb2241 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28643,13 +28916,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2222++ - if yyhl2222 { - yyb2222 = yyj2222 > l + yyj2241++ + if yyhl2241 { + yyb2241 = yyj2241 > l } else { - yyb2222 = r.CheckBreak() + yyb2241 = r.CheckBreak() } - if yyb2222 { + if yyb2241 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28660,17 +28933,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2222++ - if yyhl2222 { - yyb2222 = yyj2222 > l + yyj2241++ + if yyhl2241 { + yyb2241 = yyj2241 > l } else { - yyb2222 = r.CheckBreak() + yyb2241 = r.CheckBreak() } - if yyb2222 { + if yyb2241 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2222-1, "") + z.DecStructFieldNotFound(yyj2241-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28682,37 +28955,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2226 := z.EncBinary() - _ = yym2226 + yym2245 := z.EncBinary() + _ = yym2245 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2227 := !z.EncBinary() - yy2arr2227 := z.EncBasicHandle().StructToArray - var yyq2227 [4]bool - _, _, _ = yysep2227, yyq2227, yy2arr2227 - const yyr2227 bool = false - yyq2227[0] = x.Kind != "" - yyq2227[1] = x.APIVersion != "" - yyq2227[2] = true - var yynn2227 int - if yyr2227 || yy2arr2227 { + yysep2246 := !z.EncBinary() + yy2arr2246 := z.EncBasicHandle().StructToArray + var yyq2246 [4]bool + _, _, _ = yysep2246, yyq2246, yy2arr2246 + const yyr2246 bool = false + yyq2246[0] = x.Kind != "" + yyq2246[1] = x.APIVersion != "" + yyq2246[2] = true + var yynn2246 int + if yyr2246 || yy2arr2246 { r.EncodeArrayStart(4) } else { - yynn2227 = 1 - for _, b := range yyq2227 { + yynn2246 = 1 + for _, b := range yyq2246 { if b { - yynn2227++ + yynn2246++ } } - r.EncodeMapStart(yynn2227) - yynn2227 = 0 + r.EncodeMapStart(yynn2246) + yynn2246 = 0 } - if yyr2227 || yy2arr2227 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2227[0] { - yym2229 := z.EncBinary() - _ = yym2229 + if yyq2246[0] { + yym2248 := z.EncBinary() + _ = yym2248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -28721,23 +28994,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2227[0] { + if yyq2246[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2230 := z.EncBinary() - _ = yym2230 + yym2249 := z.EncBinary() + _ = yym2249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2227 || yy2arr2227 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2227[1] { - yym2232 := z.EncBinary() - _ = yym2232 + if yyq2246[1] { + yym2251 := z.EncBinary() + _ = yym2251 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -28746,54 +29019,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2227[1] { + if yyq2246[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2233 := z.EncBinary() - _ = yym2233 + yym2252 := z.EncBinary() + _ = yym2252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2227 || yy2arr2227 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2227[2] { - yy2235 := &x.ListMeta - yym2236 := z.EncBinary() - _ = yym2236 + if yyq2246[2] { + yy2254 := &x.ListMeta + yym2255 := z.EncBinary() + _ = yym2255 if false { - } else if z.HasExtensions() && z.EncExt(yy2235) { + } else if z.HasExtensions() && z.EncExt(yy2254) { } else { - z.EncFallback(yy2235) + z.EncFallback(yy2254) } } else { r.EncodeNil() } } else { - if yyq2227[2] { + if yyq2246[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2237 := &x.ListMeta - yym2238 := z.EncBinary() - _ = yym2238 + yy2256 := &x.ListMeta + yym2257 := z.EncBinary() + _ = yym2257 if false { - } else if z.HasExtensions() && z.EncExt(yy2237) { + } else if z.HasExtensions() && z.EncExt(yy2256) { } else { - z.EncFallback(yy2237) + z.EncFallback(yy2256) } } } - if yyr2227 || yy2arr2227 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2240 := z.EncBinary() - _ = yym2240 + yym2259 := z.EncBinary() + _ = yym2259 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -28806,15 +29079,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2241 := z.EncBinary() - _ = yym2241 + yym2260 := z.EncBinary() + _ = yym2260 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2227 || yy2arr2227 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28827,25 +29100,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2242 := z.DecBinary() - _ = yym2242 + yym2261 := z.DecBinary() + _ = yym2261 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2243 := r.ContainerType() - if yyct2243 == codecSelferValueTypeMap1234 { - yyl2243 := r.ReadMapStart() - if yyl2243 == 0 { + yyct2262 := r.ContainerType() + if yyct2262 == codecSelferValueTypeMap1234 { + yyl2262 := r.ReadMapStart() + if yyl2262 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2243, d) + x.codecDecodeSelfFromMap(yyl2262, d) } - } else if yyct2243 == codecSelferValueTypeArray1234 { - yyl2243 := r.ReadArrayStart() - if yyl2243 == 0 { + } else if yyct2262 == codecSelferValueTypeArray1234 { + yyl2262 := r.ReadArrayStart() + if yyl2262 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2243, d) + x.codecDecodeSelfFromArray(yyl2262, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28857,12 +29130,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2244Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2244Slc - var yyhl2244 bool = l >= 0 - for yyj2244 := 0; ; yyj2244++ { - if yyhl2244 { - if yyj2244 >= l { + var yys2263Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2263Slc + var yyhl2263 bool = l >= 0 + for yyj2263 := 0; ; yyj2263++ { + if yyhl2263 { + if yyj2263 >= l { break } } else { @@ -28871,10 +29144,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2244Slc = r.DecodeBytes(yys2244Slc, true, true) - yys2244 := string(yys2244Slc) + yys2263Slc = r.DecodeBytes(yys2263Slc, true, true) + yys2263 := string(yys2263Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2244 { + switch yys2263 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28891,31 +29164,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2247 := &x.ListMeta - yym2248 := z.DecBinary() - _ = yym2248 + yyv2266 := &x.ListMeta + yym2267 := z.DecBinary() + _ = yym2267 if false { - } else if z.HasExtensions() && z.DecExt(yyv2247) { + } else if z.HasExtensions() && z.DecExt(yyv2266) { } else { - z.DecFallback(yyv2247, false) + z.DecFallback(yyv2266, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2249 := &x.Items - yym2250 := z.DecBinary() - _ = yym2250 + yyv2268 := &x.Items + yym2269 := z.DecBinary() + _ = yym2269 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2249), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2268), d) } } default: - z.DecStructFieldNotFound(-1, yys2244) - } // end switch yys2244 - } // end for yyj2244 + z.DecStructFieldNotFound(-1, yys2263) + } // end switch yys2263 + } // end for yyj2263 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28923,16 +29196,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2251 int - var yyb2251 bool - var yyhl2251 bool = l >= 0 - yyj2251++ - if yyhl2251 { - yyb2251 = yyj2251 > l + var yyj2270 int + var yyb2270 bool + var yyhl2270 bool = l >= 0 + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2251 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2251 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28942,13 +29215,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2251++ - if yyhl2251 { - yyb2251 = yyj2251 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2251 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2251 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28958,13 +29231,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2251++ - if yyhl2251 { - yyb2251 = yyj2251 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2251 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2251 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28972,22 +29245,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2254 := &x.ListMeta - yym2255 := z.DecBinary() - _ = yym2255 + yyv2273 := &x.ListMeta + yym2274 := z.DecBinary() + _ = yym2274 if false { - } else if z.HasExtensions() && z.DecExt(yyv2254) { + } else if z.HasExtensions() && z.DecExt(yyv2273) { } else { - z.DecFallback(yyv2254, false) + z.DecFallback(yyv2273, false) } } - yyj2251++ - if yyhl2251 { - yyb2251 = yyj2251 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2251 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2251 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28995,26 +29268,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2256 := &x.Items - yym2257 := z.DecBinary() - _ = yym2257 + yyv2275 := &x.Items + yym2276 := z.DecBinary() + _ = yym2276 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2256), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2275), d) } } for { - yyj2251++ - if yyhl2251 { - yyb2251 = yyj2251 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2251 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2251 { + if yyb2270 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2251-1, "") + z.DecStructFieldNotFound(yyj2270-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29026,38 +29299,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2258 := z.EncBinary() - _ = yym2258 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2259 := !z.EncBinary() - yy2arr2259 := z.EncBasicHandle().StructToArray - var yyq2259 [4]bool - _, _, _ = yysep2259, yyq2259, yy2arr2259 - const yyr2259 bool = false - yyq2259[0] = x.PodCIDR != "" - yyq2259[1] = x.ExternalID != "" - yyq2259[2] = x.ProviderID != "" - yyq2259[3] = x.Unschedulable != false - var yynn2259 int - if yyr2259 || yy2arr2259 { + yysep2278 := !z.EncBinary() + yy2arr2278 := z.EncBasicHandle().StructToArray + var yyq2278 [4]bool + _, _, _ = yysep2278, yyq2278, yy2arr2278 + const yyr2278 bool = false + yyq2278[0] = x.PodCIDR != "" + yyq2278[1] = x.ExternalID != "" + yyq2278[2] = x.ProviderID != "" + yyq2278[3] = x.Unschedulable != false + var yynn2278 int + if yyr2278 || yy2arr2278 { r.EncodeArrayStart(4) } else { - yynn2259 = 0 - for _, b := range yyq2259 { + yynn2278 = 0 + for _, b := range yyq2278 { if b { - yynn2259++ + yynn2278++ } } - r.EncodeMapStart(yynn2259) - yynn2259 = 0 + r.EncodeMapStart(yynn2278) + yynn2278 = 0 } - if yyr2259 || yy2arr2259 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2259[0] { - yym2261 := z.EncBinary() - _ = yym2261 + if yyq2278[0] { + yym2280 := z.EncBinary() + _ = yym2280 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -29066,23 +29339,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2259[0] { + if yyq2278[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2262 := z.EncBinary() - _ = yym2262 + yym2281 := z.EncBinary() + _ = yym2281 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2259 || yy2arr2259 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2259[1] { - yym2264 := z.EncBinary() - _ = yym2264 + if yyq2278[1] { + yym2283 := z.EncBinary() + _ = yym2283 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -29091,23 +29364,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2259[1] { + if yyq2278[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2265 := z.EncBinary() - _ = yym2265 + yym2284 := z.EncBinary() + _ = yym2284 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2259 || yy2arr2259 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2259[2] { - yym2267 := z.EncBinary() - _ = yym2267 + if yyq2278[2] { + yym2286 := z.EncBinary() + _ = yym2286 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -29116,23 +29389,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2259[2] { + if yyq2278[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2268 := z.EncBinary() - _ = yym2268 + yym2287 := z.EncBinary() + _ = yym2287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2259 || yy2arr2259 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2259[3] { - yym2270 := z.EncBinary() - _ = yym2270 + if yyq2278[3] { + yym2289 := z.EncBinary() + _ = yym2289 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -29141,19 +29414,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2259[3] { + if yyq2278[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2271 := z.EncBinary() - _ = yym2271 + yym2290 := z.EncBinary() + _ = yym2290 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2259 || yy2arr2259 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29166,25 +29439,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2272 := z.DecBinary() - _ = yym2272 + yym2291 := z.DecBinary() + _ = yym2291 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2273 := r.ContainerType() - if yyct2273 == codecSelferValueTypeMap1234 { - yyl2273 := r.ReadMapStart() - if yyl2273 == 0 { + yyct2292 := r.ContainerType() + if yyct2292 == codecSelferValueTypeMap1234 { + yyl2292 := r.ReadMapStart() + if yyl2292 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2273, d) + x.codecDecodeSelfFromMap(yyl2292, d) } - } else if yyct2273 == codecSelferValueTypeArray1234 { - yyl2273 := r.ReadArrayStart() - if yyl2273 == 0 { + } else if yyct2292 == codecSelferValueTypeArray1234 { + yyl2292 := r.ReadArrayStart() + if yyl2292 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2273, d) + x.codecDecodeSelfFromArray(yyl2292, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29196,12 +29469,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2274Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2274Slc - var yyhl2274 bool = l >= 0 - for yyj2274 := 0; ; yyj2274++ { - if yyhl2274 { - if yyj2274 >= l { + var yys2293Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2293Slc + var yyhl2293 bool = l >= 0 + for yyj2293 := 0; ; yyj2293++ { + if yyhl2293 { + if yyj2293 >= l { break } } else { @@ -29210,10 +29483,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2274Slc = r.DecodeBytes(yys2274Slc, true, true) - yys2274 := string(yys2274Slc) + yys2293Slc = r.DecodeBytes(yys2293Slc, true, true) + yys2293 := string(yys2293Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2274 { + switch yys2293 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -29239,9 +29512,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2274) - } // end switch yys2274 - } // end for yyj2274 + z.DecStructFieldNotFound(-1, yys2293) + } // end switch yys2293 + } // end for yyj2293 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29249,16 +29522,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2279 int - var yyb2279 bool - var yyhl2279 bool = l >= 0 - yyj2279++ - if yyhl2279 { - yyb2279 = yyj2279 > l + var yyj2298 int + var yyb2298 bool + var yyhl2298 bool = l >= 0 + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2279 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2279 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29268,13 +29541,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2279++ - if yyhl2279 { - yyb2279 = yyj2279 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2279 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2279 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29284,13 +29557,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2279++ - if yyhl2279 { - yyb2279 = yyj2279 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2279 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2279 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29300,13 +29573,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2279++ - if yyhl2279 { - yyb2279 = yyj2279 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2279 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2279 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29317,17 +29590,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2279++ - if yyhl2279 { - yyb2279 = yyj2279 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2279 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2279 { + if yyb2298 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2279-1, "") + z.DecStructFieldNotFound(yyj2298-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29339,33 +29612,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2284 := z.EncBinary() - _ = yym2284 + yym2303 := z.EncBinary() + _ = yym2303 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2285 := !z.EncBinary() - yy2arr2285 := z.EncBasicHandle().StructToArray - var yyq2285 [1]bool - _, _, _ = yysep2285, yyq2285, yy2arr2285 - const yyr2285 bool = false - var yynn2285 int - if yyr2285 || yy2arr2285 { + yysep2304 := !z.EncBinary() + yy2arr2304 := z.EncBasicHandle().StructToArray + var yyq2304 [1]bool + _, _, _ = yysep2304, yyq2304, yy2arr2304 + const yyr2304 bool = false + var yynn2304 int + if yyr2304 || yy2arr2304 { r.EncodeArrayStart(1) } else { - yynn2285 = 1 - for _, b := range yyq2285 { + yynn2304 = 1 + for _, b := range yyq2304 { if b { - yynn2285++ + yynn2304++ } } - r.EncodeMapStart(yynn2285) - yynn2285 = 0 + r.EncodeMapStart(yynn2304) + yynn2304 = 0 } - if yyr2285 || yy2arr2285 { + if yyr2304 || yy2arr2304 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2287 := z.EncBinary() - _ = yym2287 + yym2306 := z.EncBinary() + _ = yym2306 if false { } else { r.EncodeInt(int64(x.Port)) @@ -29374,14 +29647,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2288 := z.EncBinary() - _ = yym2288 + yym2307 := z.EncBinary() + _ = yym2307 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2285 || yy2arr2285 { + if yyr2304 || yy2arr2304 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29394,25 +29667,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2289 := z.DecBinary() - _ = yym2289 + yym2308 := z.DecBinary() + _ = yym2308 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2290 := r.ContainerType() - if yyct2290 == codecSelferValueTypeMap1234 { - yyl2290 := r.ReadMapStart() - if yyl2290 == 0 { + yyct2309 := r.ContainerType() + if yyct2309 == codecSelferValueTypeMap1234 { + yyl2309 := r.ReadMapStart() + if yyl2309 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2290, d) + x.codecDecodeSelfFromMap(yyl2309, d) } - } else if yyct2290 == codecSelferValueTypeArray1234 { - yyl2290 := r.ReadArrayStart() - if yyl2290 == 0 { + } else if yyct2309 == codecSelferValueTypeArray1234 { + yyl2309 := r.ReadArrayStart() + if yyl2309 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2290, d) + x.codecDecodeSelfFromArray(yyl2309, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29424,12 +29697,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2291Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2291Slc - var yyhl2291 bool = l >= 0 - for yyj2291 := 0; ; yyj2291++ { - if yyhl2291 { - if yyj2291 >= l { + 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 { @@ -29438,10 +29711,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2291Slc = r.DecodeBytes(yys2291Slc, true, true) - yys2291 := string(yys2291Slc) + yys2310Slc = r.DecodeBytes(yys2310Slc, true, true) + yys2310 := string(yys2310Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2291 { + switch yys2310 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -29449,9 +29722,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2291) - } // end switch yys2291 - } // end for yyj2291 + z.DecStructFieldNotFound(-1, yys2310) + } // end switch yys2310 + } // end for yyj2310 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29459,16 +29732,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2293 int - var yyb2293 bool - var yyhl2293 bool = l >= 0 - yyj2293++ - if yyhl2293 { - yyb2293 = yyj2293 > l + var yyj2312 int + var yyb2312 bool + var yyhl2312 bool = l >= 0 + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2293 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2293 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29479,17 +29752,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2293++ - if yyhl2293 { - yyb2293 = yyj2293 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2293 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2293 { + if yyb2312 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2293-1, "") + z.DecStructFieldNotFound(yyj2312-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29501,48 +29774,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2295 := z.EncBinary() - _ = yym2295 + yym2314 := z.EncBinary() + _ = yym2314 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2296 := !z.EncBinary() - yy2arr2296 := z.EncBasicHandle().StructToArray - var yyq2296 [1]bool - _, _, _ = yysep2296, yyq2296, yy2arr2296 - const yyr2296 bool = false - yyq2296[0] = true - var yynn2296 int - if yyr2296 || yy2arr2296 { + yysep2315 := !z.EncBinary() + yy2arr2315 := z.EncBasicHandle().StructToArray + var yyq2315 [1]bool + _, _, _ = yysep2315, yyq2315, yy2arr2315 + const yyr2315 bool = false + yyq2315[0] = true + var yynn2315 int + if yyr2315 || yy2arr2315 { r.EncodeArrayStart(1) } else { - yynn2296 = 0 - for _, b := range yyq2296 { + yynn2315 = 0 + for _, b := range yyq2315 { if b { - yynn2296++ + yynn2315++ } } - r.EncodeMapStart(yynn2296) - yynn2296 = 0 + r.EncodeMapStart(yynn2315) + yynn2315 = 0 } - if yyr2296 || yy2arr2296 { + if yyr2315 || yy2arr2315 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2296[0] { - yy2298 := &x.KubeletEndpoint - yy2298.CodecEncodeSelf(e) + if yyq2315[0] { + yy2317 := &x.KubeletEndpoint + yy2317.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2296[0] { + if yyq2315[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2299 := &x.KubeletEndpoint - yy2299.CodecEncodeSelf(e) + yy2318 := &x.KubeletEndpoint + yy2318.CodecEncodeSelf(e) } } - if yyr2296 || yy2arr2296 { + if yyr2315 || yy2arr2315 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29555,25 +29828,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2300 := z.DecBinary() - _ = yym2300 + yym2319 := z.DecBinary() + _ = yym2319 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2301 := r.ContainerType() - if yyct2301 == codecSelferValueTypeMap1234 { - yyl2301 := r.ReadMapStart() - if yyl2301 == 0 { + yyct2320 := r.ContainerType() + if yyct2320 == codecSelferValueTypeMap1234 { + yyl2320 := r.ReadMapStart() + if yyl2320 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2301, d) + x.codecDecodeSelfFromMap(yyl2320, d) } - } else if yyct2301 == codecSelferValueTypeArray1234 { - yyl2301 := r.ReadArrayStart() - if yyl2301 == 0 { + } else if yyct2320 == codecSelferValueTypeArray1234 { + yyl2320 := r.ReadArrayStart() + if yyl2320 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2301, d) + x.codecDecodeSelfFromArray(yyl2320, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29585,12 +29858,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2302Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2302Slc - var yyhl2302 bool = l >= 0 - for yyj2302 := 0; ; yyj2302++ { - if yyhl2302 { - if yyj2302 >= l { + var yys2321Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2321Slc + var yyhl2321 bool = l >= 0 + for yyj2321 := 0; ; yyj2321++ { + if yyhl2321 { + if yyj2321 >= l { break } } else { @@ -29599,21 +29872,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2302Slc = r.DecodeBytes(yys2302Slc, true, true) - yys2302 := string(yys2302Slc) + yys2321Slc = r.DecodeBytes(yys2321Slc, true, true) + yys2321 := string(yys2321Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2302 { + switch yys2321 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2303 := &x.KubeletEndpoint - yyv2303.CodecDecodeSelf(d) + yyv2322 := &x.KubeletEndpoint + yyv2322.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2302) - } // end switch yys2302 - } // end for yyj2302 + z.DecStructFieldNotFound(-1, yys2321) + } // end switch yys2321 + } // end for yyj2321 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29621,16 +29894,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2304 int - var yyb2304 bool - var yyhl2304 bool = l >= 0 - yyj2304++ - if yyhl2304 { - yyb2304 = yyj2304 > l + var yyj2323 int + var yyb2323 bool + var yyhl2323 bool = l >= 0 + yyj2323++ + if yyhl2323 { + yyb2323 = yyj2323 > l } else { - yyb2304 = r.CheckBreak() + yyb2323 = r.CheckBreak() } - if yyb2304 { + if yyb2323 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29638,21 +29911,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2305 := &x.KubeletEndpoint - yyv2305.CodecDecodeSelf(d) + yyv2324 := &x.KubeletEndpoint + yyv2324.CodecDecodeSelf(d) } for { - yyj2304++ - if yyhl2304 { - yyb2304 = yyj2304 > l + yyj2323++ + if yyhl2323 { + yyb2323 = yyj2323 > l } else { - yyb2304 = r.CheckBreak() + yyb2323 = r.CheckBreak() } - if yyb2304 { + if yyb2323 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2304-1, "") + z.DecStructFieldNotFound(yyj2323-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29664,33 +29937,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2306 := z.EncBinary() - _ = yym2306 + yym2325 := z.EncBinary() + _ = yym2325 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2307 := !z.EncBinary() - yy2arr2307 := z.EncBasicHandle().StructToArray - var yyq2307 [8]bool - _, _, _ = yysep2307, yyq2307, yy2arr2307 - const yyr2307 bool = false - var yynn2307 int - if yyr2307 || yy2arr2307 { + yysep2326 := !z.EncBinary() + yy2arr2326 := z.EncBasicHandle().StructToArray + var yyq2326 [8]bool + _, _, _ = yysep2326, yyq2326, yy2arr2326 + const yyr2326 bool = false + var yynn2326 int + if yyr2326 || yy2arr2326 { r.EncodeArrayStart(8) } else { - yynn2307 = 8 - for _, b := range yyq2307 { + yynn2326 = 8 + for _, b := range yyq2326 { if b { - yynn2307++ + yynn2326++ } } - r.EncodeMapStart(yynn2307) - yynn2307 = 0 + r.EncodeMapStart(yynn2326) + yynn2326 = 0 } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2309 := z.EncBinary() - _ = yym2309 + yym2328 := z.EncBinary() + _ = yym2328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -29699,17 +29972,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2310 := z.EncBinary() - _ = yym2310 + yym2329 := z.EncBinary() + _ = yym2329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2312 := z.EncBinary() - _ = yym2312 + yym2331 := z.EncBinary() + _ = yym2331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -29718,17 +29991,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2313 := z.EncBinary() - _ = yym2313 + yym2332 := z.EncBinary() + _ = yym2332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2315 := z.EncBinary() - _ = yym2315 + yym2334 := z.EncBinary() + _ = yym2334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -29737,17 +30010,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2316 := z.EncBinary() - _ = yym2316 + yym2335 := z.EncBinary() + _ = yym2335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2318 := z.EncBinary() - _ = yym2318 + yym2337 := z.EncBinary() + _ = yym2337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -29756,17 +30029,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2319 := z.EncBinary() - _ = yym2319 + yym2338 := z.EncBinary() + _ = yym2338 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2321 := z.EncBinary() - _ = yym2321 + yym2340 := z.EncBinary() + _ = yym2340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -29775,17 +30048,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2322 := z.EncBinary() - _ = yym2322 + yym2341 := z.EncBinary() + _ = yym2341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2324 := z.EncBinary() - _ = yym2324 + yym2343 := z.EncBinary() + _ = yym2343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -29794,17 +30067,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2325 := z.EncBinary() - _ = yym2325 + yym2344 := z.EncBinary() + _ = yym2344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2327 := z.EncBinary() - _ = yym2327 + yym2346 := z.EncBinary() + _ = yym2346 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -29813,17 +30086,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2328 := z.EncBinary() - _ = yym2328 + yym2347 := z.EncBinary() + _ = yym2347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2330 := z.EncBinary() - _ = yym2330 + yym2349 := z.EncBinary() + _ = yym2349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -29832,14 +30105,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2331 := z.EncBinary() - _ = yym2331 + yym2350 := z.EncBinary() + _ = yym2350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2307 || yy2arr2307 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29852,25 +30125,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2332 := z.DecBinary() - _ = yym2332 + yym2351 := z.DecBinary() + _ = yym2351 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2333 := r.ContainerType() - if yyct2333 == codecSelferValueTypeMap1234 { - yyl2333 := r.ReadMapStart() - if yyl2333 == 0 { + yyct2352 := r.ContainerType() + if yyct2352 == codecSelferValueTypeMap1234 { + yyl2352 := r.ReadMapStart() + if yyl2352 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2333, d) + x.codecDecodeSelfFromMap(yyl2352, d) } - } else if yyct2333 == codecSelferValueTypeArray1234 { - yyl2333 := r.ReadArrayStart() - if yyl2333 == 0 { + } else if yyct2352 == codecSelferValueTypeArray1234 { + yyl2352 := r.ReadArrayStart() + if yyl2352 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2333, d) + x.codecDecodeSelfFromArray(yyl2352, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29882,12 +30155,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys2353Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2353Slc + var yyhl2353 bool = l >= 0 + for yyj2353 := 0; ; yyj2353++ { + if yyhl2353 { + if yyj2353 >= l { break } } else { @@ -29896,10 +30169,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2334Slc = r.DecodeBytes(yys2334Slc, true, true) - yys2334 := string(yys2334Slc) + yys2353Slc = r.DecodeBytes(yys2353Slc, true, true) + yys2353 := string(yys2353Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2334 { + switch yys2353 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -29949,9 +30222,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2334) - } // end switch yys2334 - } // end for yyj2334 + z.DecStructFieldNotFound(-1, yys2353) + } // end switch yys2353 + } // end for yyj2353 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29959,16 +30232,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2343 int - var yyb2343 bool - var yyhl2343 bool = l >= 0 - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + var yyj2362 int + var yyb2362 bool + var yyhl2362 bool = l >= 0 + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29978,13 +30251,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29994,13 +30267,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30010,13 +30283,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30026,13 +30299,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30042,13 +30315,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30058,13 +30331,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30074,13 +30347,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30091,17 +30364,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } for { - yyj2343++ - if yyhl2343 { - yyb2343 = yyj2343 > l + yyj2362++ + if yyhl2362 { + yyb2362 = yyj2362 > l } else { - yyb2343 = r.CheckBreak() + yyb2362 = r.CheckBreak() } - if yyb2343 { + if yyb2362 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2343-1, "") + z.DecStructFieldNotFound(yyj2362-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30113,39 +30386,39 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2352 := z.EncBinary() - _ = yym2352 + yym2371 := z.EncBinary() + _ = yym2371 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2353 := !z.EncBinary() - yy2arr2353 := z.EncBasicHandle().StructToArray - var yyq2353 [8]bool - _, _, _ = yysep2353, yyq2353, yy2arr2353 - const yyr2353 bool = false - yyq2353[0] = len(x.Capacity) != 0 - yyq2353[1] = len(x.Allocatable) != 0 - yyq2353[2] = x.Phase != "" - yyq2353[3] = len(x.Conditions) != 0 - yyq2353[4] = len(x.Addresses) != 0 - yyq2353[5] = true - yyq2353[6] = true - var yynn2353 int - if yyr2353 || yy2arr2353 { + yysep2372 := !z.EncBinary() + yy2arr2372 := z.EncBasicHandle().StructToArray + var yyq2372 [8]bool + _, _, _ = yysep2372, yyq2372, yy2arr2372 + const yyr2372 bool = false + yyq2372[0] = len(x.Capacity) != 0 + yyq2372[1] = len(x.Allocatable) != 0 + yyq2372[2] = x.Phase != "" + yyq2372[3] = len(x.Conditions) != 0 + yyq2372[4] = len(x.Addresses) != 0 + yyq2372[5] = true + yyq2372[6] = true + var yynn2372 int + if yyr2372 || yy2arr2372 { r.EncodeArrayStart(8) } else { - yynn2353 = 1 - for _, b := range yyq2353 { + yynn2372 = 1 + for _, b := range yyq2372 { if b { - yynn2353++ + yynn2372++ } } - r.EncodeMapStart(yynn2353) - yynn2353 = 0 + r.EncodeMapStart(yynn2372) + yynn2372 = 0 } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[0] { + if yyq2372[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -30155,7 +30428,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2353[0] { + if yyq2372[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -30166,9 +30439,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[1] { + if yyq2372[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -30178,7 +30451,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2353[1] { + if yyq2372[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -30189,29 +30462,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[2] { + if yyq2372[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2353[2] { + if yyq2372[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[3] { + if yyq2372[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2358 := z.EncBinary() - _ = yym2358 + yym2377 := z.EncBinary() + _ = yym2377 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -30221,15 +30494,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2353[3] { + if yyq2372[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2359 := z.EncBinary() - _ = yym2359 + yym2378 := z.EncBinary() + _ = yym2378 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -30237,14 +30510,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[4] { + if yyq2372[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2361 := z.EncBinary() - _ = yym2361 + yym2380 := z.EncBinary() + _ = yym2380 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -30254,15 +30527,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2353[4] { + if yyq2372[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2362 := z.EncBinary() - _ = yym2362 + yym2381 := z.EncBinary() + _ = yym2381 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -30270,47 +30543,47 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[5] { - yy2364 := &x.DaemonEndpoints - yy2364.CodecEncodeSelf(e) + if yyq2372[5] { + yy2383 := &x.DaemonEndpoints + yy2383.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2353[5] { + if yyq2372[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2365 := &x.DaemonEndpoints - yy2365.CodecEncodeSelf(e) + yy2384 := &x.DaemonEndpoints + yy2384.CodecEncodeSelf(e) } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[6] { - yy2367 := &x.NodeInfo - yy2367.CodecEncodeSelf(e) + if yyq2372[6] { + yy2386 := &x.NodeInfo + yy2386.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2353[6] { + if yyq2372[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2368 := &x.NodeInfo - yy2368.CodecEncodeSelf(e) + yy2387 := &x.NodeInfo + yy2387.CodecEncodeSelf(e) } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Images == nil { r.EncodeNil() } else { - yym2370 := z.EncBinary() - _ = yym2370 + yym2389 := z.EncBinary() + _ = yym2389 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -30323,15 +30596,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.Images == nil { r.EncodeNil() } else { - yym2371 := z.EncBinary() - _ = yym2371 + yym2390 := z.EncBinary() + _ = yym2390 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) } } } - if yyr2353 || yy2arr2353 { + if yyr2372 || yy2arr2372 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30344,25 +30617,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2372 := z.DecBinary() - _ = yym2372 + yym2391 := z.DecBinary() + _ = yym2391 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2373 := r.ContainerType() - if yyct2373 == codecSelferValueTypeMap1234 { - yyl2373 := r.ReadMapStart() - if yyl2373 == 0 { + yyct2392 := r.ContainerType() + if yyct2392 == codecSelferValueTypeMap1234 { + yyl2392 := r.ReadMapStart() + if yyl2392 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2373, d) + x.codecDecodeSelfFromMap(yyl2392, d) } - } else if yyct2373 == codecSelferValueTypeArray1234 { - yyl2373 := r.ReadArrayStart() - if yyl2373 == 0 { + } else if yyct2392 == codecSelferValueTypeArray1234 { + yyl2392 := r.ReadArrayStart() + if yyl2392 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2373, d) + x.codecDecodeSelfFromArray(yyl2392, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30374,12 +30647,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2374Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2374Slc - var yyhl2374 bool = l >= 0 - for yyj2374 := 0; ; yyj2374++ { - if yyhl2374 { - if yyj2374 >= l { + var yys2393Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2393Slc + var yyhl2393 bool = l >= 0 + for yyj2393 := 0; ; yyj2393++ { + if yyhl2393 { + if yyj2393 >= l { break } } else { @@ -30388,23 +30661,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2374Slc = r.DecodeBytes(yys2374Slc, true, true) - yys2374 := string(yys2374Slc) + yys2393Slc = r.DecodeBytes(yys2393Slc, true, true) + yys2393 := string(yys2393Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2374 { + switch yys2393 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2375 := &x.Capacity - yyv2375.CodecDecodeSelf(d) + yyv2394 := &x.Capacity + yyv2394.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2376 := &x.Allocatable - yyv2376.CodecDecodeSelf(d) + yyv2395 := &x.Allocatable + yyv2395.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -30416,56 +30689,56 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2378 := &x.Conditions - yym2379 := z.DecBinary() - _ = yym2379 + yyv2397 := &x.Conditions + yym2398 := z.DecBinary() + _ = yym2398 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2378), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2397), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2380 := &x.Addresses - yym2381 := z.DecBinary() - _ = yym2381 + yyv2399 := &x.Addresses + yym2400 := z.DecBinary() + _ = yym2400 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2380), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2399), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2382 := &x.DaemonEndpoints - yyv2382.CodecDecodeSelf(d) + yyv2401 := &x.DaemonEndpoints + yyv2401.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2383 := &x.NodeInfo - yyv2383.CodecDecodeSelf(d) + yyv2402 := &x.NodeInfo + yyv2402.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2384 := &x.Images - yym2385 := z.DecBinary() - _ = yym2385 + yyv2403 := &x.Images + yym2404 := z.DecBinary() + _ = yym2404 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2384), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2403), d) } } default: - z.DecStructFieldNotFound(-1, yys2374) - } // end switch yys2374 - } // end for yyj2374 + z.DecStructFieldNotFound(-1, yys2393) + } // end switch yys2393 + } // end for yyj2393 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30473,16 +30746,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2386 int - var yyb2386 bool - var yyhl2386 bool = l >= 0 - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + var yyj2405 int + var yyb2405 bool + var yyhl2405 bool = l >= 0 + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30490,16 +30763,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2387 := &x.Capacity - yyv2387.CodecDecodeSelf(d) + yyv2406 := &x.Capacity + yyv2406.CodecDecodeSelf(d) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30507,16 +30780,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2388 := &x.Allocatable - yyv2388.CodecDecodeSelf(d) + yyv2407 := &x.Allocatable + yyv2407.CodecDecodeSelf(d) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30526,13 +30799,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30540,21 +30813,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2390 := &x.Conditions - yym2391 := z.DecBinary() - _ = yym2391 + yyv2409 := &x.Conditions + yym2410 := z.DecBinary() + _ = yym2410 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2390), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2409), d) } } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30562,21 +30835,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2392 := &x.Addresses - yym2393 := z.DecBinary() - _ = yym2393 + yyv2411 := &x.Addresses + yym2412 := z.DecBinary() + _ = yym2412 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2392), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2411), d) } } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30584,16 +30857,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2394 := &x.DaemonEndpoints - yyv2394.CodecDecodeSelf(d) + yyv2413 := &x.DaemonEndpoints + yyv2413.CodecDecodeSelf(d) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30601,16 +30874,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2395 := &x.NodeInfo - yyv2395.CodecDecodeSelf(d) + yyv2414 := &x.NodeInfo + yyv2414.CodecDecodeSelf(d) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30618,26 +30891,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2396 := &x.Images - yym2397 := z.DecBinary() - _ = yym2397 + yyv2415 := &x.Images + yym2416 := z.DecBinary() + _ = yym2416 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2396), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2415), d) } } for { - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2405++ + if yyhl2405 { + yyb2405 = yyj2405 > l } else { - yyb2386 = r.CheckBreak() + yyb2405 = r.CheckBreak() } - if yyb2386 { + if yyb2405 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2386-1, "") + z.DecStructFieldNotFound(yyj2405-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30649,37 +30922,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2398 := z.EncBinary() - _ = yym2398 + yym2417 := z.EncBinary() + _ = yym2417 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2399 := !z.EncBinary() - yy2arr2399 := z.EncBasicHandle().StructToArray - var yyq2399 [2]bool - _, _, _ = yysep2399, yyq2399, yy2arr2399 - const yyr2399 bool = false - yyq2399[1] = x.Size != 0 - var yynn2399 int - if yyr2399 || yy2arr2399 { + yysep2418 := !z.EncBinary() + yy2arr2418 := z.EncBasicHandle().StructToArray + var yyq2418 [2]bool + _, _, _ = yysep2418, yyq2418, yy2arr2418 + const yyr2418 bool = false + yyq2418[1] = x.Size != 0 + var yynn2418 int + if yyr2418 || yy2arr2418 { r.EncodeArrayStart(2) } else { - yynn2399 = 1 - for _, b := range yyq2399 { + yynn2418 = 1 + for _, b := range yyq2418 { if b { - yynn2399++ + yynn2418++ } } - r.EncodeMapStart(yynn2399) - yynn2399 = 0 + r.EncodeMapStart(yynn2418) + yynn2418 = 0 } - if yyr2399 || yy2arr2399 { + if yyr2418 || yy2arr2418 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.RepoTags == nil { r.EncodeNil() } else { - yym2401 := z.EncBinary() - _ = yym2401 + yym2420 := z.EncBinary() + _ = yym2420 if false { } else { z.F.EncSliceStringV(x.RepoTags, false, e) @@ -30692,19 +30965,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.RepoTags == nil { r.EncodeNil() } else { - yym2402 := z.EncBinary() - _ = yym2402 + yym2421 := z.EncBinary() + _ = yym2421 if false { } else { z.F.EncSliceStringV(x.RepoTags, false, e) } } } - if yyr2399 || yy2arr2399 { + if yyr2418 || yy2arr2418 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2399[1] { - yym2404 := z.EncBinary() - _ = yym2404 + if yyq2418[1] { + yym2423 := z.EncBinary() + _ = yym2423 if false { } else { r.EncodeInt(int64(x.Size)) @@ -30713,19 +30986,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2399[1] { + if yyq2418[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("size")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2405 := z.EncBinary() - _ = yym2405 + yym2424 := z.EncBinary() + _ = yym2424 if false { } else { r.EncodeInt(int64(x.Size)) } } } - if yyr2399 || yy2arr2399 { + if yyr2418 || yy2arr2418 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30738,25 +31011,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2406 := z.DecBinary() - _ = yym2406 + yym2425 := z.DecBinary() + _ = yym2425 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2407 := r.ContainerType() - if yyct2407 == codecSelferValueTypeMap1234 { - yyl2407 := r.ReadMapStart() - if yyl2407 == 0 { + yyct2426 := r.ContainerType() + if yyct2426 == codecSelferValueTypeMap1234 { + yyl2426 := r.ReadMapStart() + if yyl2426 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2407, d) + x.codecDecodeSelfFromMap(yyl2426, d) } - } else if yyct2407 == codecSelferValueTypeArray1234 { - yyl2407 := r.ReadArrayStart() - if yyl2407 == 0 { + } else if yyct2426 == codecSelferValueTypeArray1234 { + yyl2426 := r.ReadArrayStart() + if yyl2426 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2407, d) + x.codecDecodeSelfFromArray(yyl2426, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30768,12 +31041,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2408Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2408Slc - var yyhl2408 bool = l >= 0 - for yyj2408 := 0; ; yyj2408++ { - if yyhl2408 { - if yyj2408 >= l { + var yys2427Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2427Slc + var yyhl2427 bool = l >= 0 + for yyj2427 := 0; ; yyj2427++ { + if yyhl2427 { + if yyj2427 >= l { break } } else { @@ -30782,20 +31055,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2408Slc = r.DecodeBytes(yys2408Slc, true, true) - yys2408 := string(yys2408Slc) + yys2427Slc = r.DecodeBytes(yys2427Slc, true, true) + yys2427 := string(yys2427Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2408 { + switch yys2427 { case "repoTags": if r.TryDecodeAsNil() { x.RepoTags = nil } else { - yyv2409 := &x.RepoTags - yym2410 := z.DecBinary() - _ = yym2410 + yyv2428 := &x.RepoTags + yym2429 := z.DecBinary() + _ = yym2429 if false { } else { - z.F.DecSliceStringX(yyv2409, false, d) + z.F.DecSliceStringX(yyv2428, false, d) } } case "size": @@ -30805,9 +31078,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Size = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2408) - } // end switch yys2408 - } // end for yyj2408 + z.DecStructFieldNotFound(-1, yys2427) + } // end switch yys2427 + } // end for yyj2427 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30815,16 +31088,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2412 int - var yyb2412 bool - var yyhl2412 bool = l >= 0 - yyj2412++ - if yyhl2412 { - yyb2412 = yyj2412 > l + var yyj2431 int + var yyb2431 bool + var yyhl2431 bool = l >= 0 + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l } else { - yyb2412 = r.CheckBreak() + yyb2431 = r.CheckBreak() } - if yyb2412 { + if yyb2431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30832,21 +31105,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RepoTags = nil } else { - yyv2413 := &x.RepoTags - yym2414 := z.DecBinary() - _ = yym2414 + yyv2432 := &x.RepoTags + yym2433 := z.DecBinary() + _ = yym2433 if false { } else { - z.F.DecSliceStringX(yyv2413, false, d) + z.F.DecSliceStringX(yyv2432, false, d) } } - yyj2412++ - if yyhl2412 { - yyb2412 = yyj2412 > l + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l } else { - yyb2412 = r.CheckBreak() + yyb2431 = r.CheckBreak() } - if yyb2412 { + if yyb2431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30857,17 +31130,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Size = int64(r.DecodeInt(64)) } for { - yyj2412++ - if yyhl2412 { - yyb2412 = yyj2412 > l + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l } else { - yyb2412 = r.CheckBreak() + yyb2431 = r.CheckBreak() } - if yyb2412 { + if yyb2431 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2412-1, "") + z.DecStructFieldNotFound(yyj2431-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30876,8 +31149,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2416 := z.EncBinary() - _ = yym2416 + yym2435 := z.EncBinary() + _ = yym2435 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30889,8 +31162,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2417 := z.DecBinary() - _ = yym2417 + yym2436 := z.DecBinary() + _ = yym2436 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30902,8 +31175,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2418 := z.EncBinary() - _ = yym2418 + yym2437 := z.EncBinary() + _ = yym2437 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30915,8 +31188,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2419 := z.DecBinary() - _ = yym2419 + yym2438 := z.DecBinary() + _ = yym2438 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30931,34 +31204,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2420 := z.EncBinary() - _ = yym2420 + yym2439 := z.EncBinary() + _ = yym2439 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2421 := !z.EncBinary() - yy2arr2421 := z.EncBasicHandle().StructToArray - var yyq2421 [6]bool - _, _, _ = yysep2421, yyq2421, yy2arr2421 - const yyr2421 bool = false - yyq2421[2] = true - yyq2421[3] = true - yyq2421[4] = x.Reason != "" - yyq2421[5] = x.Message != "" - var yynn2421 int - if yyr2421 || yy2arr2421 { + yysep2440 := !z.EncBinary() + yy2arr2440 := z.EncBasicHandle().StructToArray + var yyq2440 [6]bool + _, _, _ = yysep2440, yyq2440, yy2arr2440 + const yyr2440 bool = false + yyq2440[2] = true + yyq2440[3] = true + yyq2440[4] = x.Reason != "" + yyq2440[5] = x.Message != "" + var yynn2440 int + if yyr2440 || yy2arr2440 { r.EncodeArrayStart(6) } else { - yynn2421 = 2 - for _, b := range yyq2421 { + yynn2440 = 2 + for _, b := range yyq2440 { if b { - yynn2421++ + yynn2440++ } } - r.EncodeMapStart(yynn2421) - yynn2421 = 0 + r.EncodeMapStart(yynn2440) + yynn2440 = 0 } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -30967,7 +31240,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -30976,85 +31249,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2421[2] { - yy2425 := &x.LastHeartbeatTime - yym2426 := z.EncBinary() - _ = yym2426 + if yyq2440[2] { + yy2444 := &x.LastHeartbeatTime + yym2445 := z.EncBinary() + _ = yym2445 if false { - } else if z.HasExtensions() && z.EncExt(yy2425) { - } else if yym2426 { - z.EncBinaryMarshal(yy2425) - } else if !yym2426 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2425) + } else if z.HasExtensions() && z.EncExt(yy2444) { + } else if yym2445 { + z.EncBinaryMarshal(yy2444) + } else if !yym2445 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2444) } else { - z.EncFallback(yy2425) + z.EncFallback(yy2444) } } else { r.EncodeNil() } } else { - if yyq2421[2] { + if yyq2440[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2427 := &x.LastHeartbeatTime - yym2428 := z.EncBinary() - _ = yym2428 + yy2446 := &x.LastHeartbeatTime + yym2447 := z.EncBinary() + _ = yym2447 if false { - } else if z.HasExtensions() && z.EncExt(yy2427) { - } else if yym2428 { - z.EncBinaryMarshal(yy2427) - } else if !yym2428 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2427) + } else if z.HasExtensions() && z.EncExt(yy2446) { + } else if yym2447 { + z.EncBinaryMarshal(yy2446) + } else if !yym2447 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2446) } else { - z.EncFallback(yy2427) + z.EncFallback(yy2446) } } } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2421[3] { - yy2430 := &x.LastTransitionTime - yym2431 := z.EncBinary() - _ = yym2431 + if yyq2440[3] { + yy2449 := &x.LastTransitionTime + yym2450 := z.EncBinary() + _ = yym2450 if false { - } else if z.HasExtensions() && z.EncExt(yy2430) { - } else if yym2431 { - z.EncBinaryMarshal(yy2430) - } else if !yym2431 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2430) + } else if z.HasExtensions() && z.EncExt(yy2449) { + } else if yym2450 { + z.EncBinaryMarshal(yy2449) + } else if !yym2450 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2449) } else { - z.EncFallback(yy2430) + z.EncFallback(yy2449) } } else { r.EncodeNil() } } else { - if yyq2421[3] { + if yyq2440[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2432 := &x.LastTransitionTime - yym2433 := z.EncBinary() - _ = yym2433 + yy2451 := &x.LastTransitionTime + yym2452 := z.EncBinary() + _ = yym2452 if false { - } else if z.HasExtensions() && z.EncExt(yy2432) { - } else if yym2433 { - z.EncBinaryMarshal(yy2432) - } else if !yym2433 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2432) + } else if z.HasExtensions() && z.EncExt(yy2451) { + } else if yym2452 { + z.EncBinaryMarshal(yy2451) + } else if !yym2452 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2451) } else { - z.EncFallback(yy2432) + z.EncFallback(yy2451) } } } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2421[4] { - yym2435 := z.EncBinary() - _ = yym2435 + if yyq2440[4] { + yym2454 := z.EncBinary() + _ = yym2454 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -31063,23 +31336,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2421[4] { + if yyq2440[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2436 := z.EncBinary() - _ = yym2436 + yym2455 := z.EncBinary() + _ = yym2455 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2421[5] { - yym2438 := z.EncBinary() - _ = yym2438 + if yyq2440[5] { + yym2457 := z.EncBinary() + _ = yym2457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -31088,19 +31361,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2421[5] { + if yyq2440[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2439 := z.EncBinary() - _ = yym2439 + yym2458 := z.EncBinary() + _ = yym2458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2421 || yy2arr2421 { + if yyr2440 || yy2arr2440 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31113,25 +31386,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2440 := z.DecBinary() - _ = yym2440 + yym2459 := z.DecBinary() + _ = yym2459 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2441 := r.ContainerType() - if yyct2441 == codecSelferValueTypeMap1234 { - yyl2441 := r.ReadMapStart() - if yyl2441 == 0 { + yyct2460 := r.ContainerType() + if yyct2460 == codecSelferValueTypeMap1234 { + yyl2460 := r.ReadMapStart() + if yyl2460 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2441, d) + x.codecDecodeSelfFromMap(yyl2460, d) } - } else if yyct2441 == codecSelferValueTypeArray1234 { - yyl2441 := r.ReadArrayStart() - if yyl2441 == 0 { + } else if yyct2460 == codecSelferValueTypeArray1234 { + yyl2460 := r.ReadArrayStart() + if yyl2460 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2441, d) + x.codecDecodeSelfFromArray(yyl2460, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31143,12 +31416,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2442Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2442Slc - var yyhl2442 bool = l >= 0 - for yyj2442 := 0; ; yyj2442++ { - if yyhl2442 { - if yyj2442 >= l { + var yys2461Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2461Slc + var yyhl2461 bool = l >= 0 + for yyj2461 := 0; ; yyj2461++ { + if yyhl2461 { + if yyj2461 >= l { break } } else { @@ -31157,10 +31430,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2442Slc = r.DecodeBytes(yys2442Slc, true, true) - yys2442 := string(yys2442Slc) + yys2461Slc = r.DecodeBytes(yys2461Slc, true, true) + yys2461 := string(yys2461Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2442 { + switch yys2461 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -31177,34 +31450,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2445 := &x.LastHeartbeatTime - yym2446 := z.DecBinary() - _ = yym2446 + yyv2464 := &x.LastHeartbeatTime + yym2465 := z.DecBinary() + _ = yym2465 if false { - } else if z.HasExtensions() && z.DecExt(yyv2445) { - } else if yym2446 { - z.DecBinaryUnmarshal(yyv2445) - } else if !yym2446 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2445) + } else if z.HasExtensions() && z.DecExt(yyv2464) { + } else if yym2465 { + z.DecBinaryUnmarshal(yyv2464) + } else if !yym2465 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2464) } else { - z.DecFallback(yyv2445, false) + z.DecFallback(yyv2464, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2447 := &x.LastTransitionTime - yym2448 := z.DecBinary() - _ = yym2448 + yyv2466 := &x.LastTransitionTime + yym2467 := z.DecBinary() + _ = yym2467 if false { - } else if z.HasExtensions() && z.DecExt(yyv2447) { - } else if yym2448 { - z.DecBinaryUnmarshal(yyv2447) - } else if !yym2448 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2447) + } else if z.HasExtensions() && z.DecExt(yyv2466) { + } else if yym2467 { + z.DecBinaryUnmarshal(yyv2466) + } else if !yym2467 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2466) } else { - z.DecFallback(yyv2447, false) + z.DecFallback(yyv2466, false) } } case "reason": @@ -31220,9 +31493,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2442) - } // end switch yys2442 - } // end for yyj2442 + z.DecStructFieldNotFound(-1, yys2461) + } // end switch yys2461 + } // end for yyj2461 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31230,16 +31503,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2451 int - var yyb2451 bool - var yyhl2451 bool = l >= 0 - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + var yyj2470 int + var yyb2470 bool + var yyhl2470 bool = l >= 0 + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31249,13 +31522,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31265,13 +31538,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31279,26 +31552,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2454 := &x.LastHeartbeatTime - yym2455 := z.DecBinary() - _ = yym2455 + yyv2473 := &x.LastHeartbeatTime + yym2474 := z.DecBinary() + _ = yym2474 if false { - } else if z.HasExtensions() && z.DecExt(yyv2454) { - } else if yym2455 { - z.DecBinaryUnmarshal(yyv2454) - } else if !yym2455 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2454) + } else if z.HasExtensions() && z.DecExt(yyv2473) { + } else if yym2474 { + z.DecBinaryUnmarshal(yyv2473) + } else if !yym2474 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2473) } else { - z.DecFallback(yyv2454, false) + z.DecFallback(yyv2473, false) } } - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31306,26 +31579,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2456 := &x.LastTransitionTime - yym2457 := z.DecBinary() - _ = yym2457 + yyv2475 := &x.LastTransitionTime + yym2476 := z.DecBinary() + _ = yym2476 if false { - } else if z.HasExtensions() && z.DecExt(yyv2456) { - } else if yym2457 { - z.DecBinaryUnmarshal(yyv2456) - } else if !yym2457 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2456) + } else if z.HasExtensions() && z.DecExt(yyv2475) { + } else if yym2476 { + z.DecBinaryUnmarshal(yyv2475) + } else if !yym2476 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2475) } else { - z.DecFallback(yyv2456, false) + z.DecFallback(yyv2475, false) } } - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31335,13 +31608,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31352,17 +31625,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj2451++ - if yyhl2451 { - yyb2451 = yyj2451 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2451 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2451 { + if yyb2470 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2451-1, "") + z.DecStructFieldNotFound(yyj2470-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31371,8 +31644,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2460 := z.EncBinary() - _ = yym2460 + yym2479 := z.EncBinary() + _ = yym2479 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31384,8 +31657,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2461 := z.DecBinary() - _ = yym2461 + yym2480 := z.DecBinary() + _ = yym2480 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31400,30 +31673,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2462 := z.EncBinary() - _ = yym2462 + yym2481 := z.EncBinary() + _ = yym2481 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2463 := !z.EncBinary() - yy2arr2463 := z.EncBasicHandle().StructToArray - var yyq2463 [2]bool - _, _, _ = yysep2463, yyq2463, yy2arr2463 - const yyr2463 bool = false - var yynn2463 int - if yyr2463 || yy2arr2463 { + yysep2482 := !z.EncBinary() + yy2arr2482 := z.EncBasicHandle().StructToArray + var yyq2482 [2]bool + _, _, _ = yysep2482, yyq2482, yy2arr2482 + const yyr2482 bool = false + var yynn2482 int + if yyr2482 || yy2arr2482 { r.EncodeArrayStart(2) } else { - yynn2463 = 2 - for _, b := range yyq2463 { + yynn2482 = 2 + for _, b := range yyq2482 { if b { - yynn2463++ + yynn2482++ } } - r.EncodeMapStart(yynn2463) - yynn2463 = 0 + r.EncodeMapStart(yynn2482) + yynn2482 = 0 } - if yyr2463 || yy2arr2463 { + if yyr2482 || yy2arr2482 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -31432,10 +31705,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2463 || yy2arr2463 { + if yyr2482 || yy2arr2482 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2466 := z.EncBinary() - _ = yym2466 + yym2485 := z.EncBinary() + _ = yym2485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -31444,14 +31717,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2467 := z.EncBinary() - _ = yym2467 + yym2486 := z.EncBinary() + _ = yym2486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr2463 || yy2arr2463 { + if yyr2482 || yy2arr2482 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31464,25 +31737,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2468 := z.DecBinary() - _ = yym2468 + yym2487 := z.DecBinary() + _ = yym2487 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2469 := r.ContainerType() - if yyct2469 == codecSelferValueTypeMap1234 { - yyl2469 := r.ReadMapStart() - if yyl2469 == 0 { + yyct2488 := r.ContainerType() + if yyct2488 == codecSelferValueTypeMap1234 { + yyl2488 := r.ReadMapStart() + if yyl2488 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2469, d) + x.codecDecodeSelfFromMap(yyl2488, d) } - } else if yyct2469 == codecSelferValueTypeArray1234 { - yyl2469 := r.ReadArrayStart() - if yyl2469 == 0 { + } else if yyct2488 == codecSelferValueTypeArray1234 { + yyl2488 := r.ReadArrayStart() + if yyl2488 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2469, d) + x.codecDecodeSelfFromArray(yyl2488, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31494,12 +31767,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2470Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2470Slc - var yyhl2470 bool = l >= 0 - for yyj2470 := 0; ; yyj2470++ { - if yyhl2470 { - if yyj2470 >= l { + var yys2489Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2489Slc + var yyhl2489 bool = l >= 0 + for yyj2489 := 0; ; yyj2489++ { + if yyhl2489 { + if yyj2489 >= l { break } } else { @@ -31508,10 +31781,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2470Slc = r.DecodeBytes(yys2470Slc, true, true) - yys2470 := string(yys2470Slc) + yys2489Slc = r.DecodeBytes(yys2489Slc, true, true) + yys2489 := string(yys2489Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2470 { + switch yys2489 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -31525,9 +31798,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2470) - } // end switch yys2470 - } // end for yyj2470 + z.DecStructFieldNotFound(-1, yys2489) + } // end switch yys2489 + } // end for yyj2489 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31535,16 +31808,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2473 int - var yyb2473 bool - var yyhl2473 bool = l >= 0 - yyj2473++ - if yyhl2473 { - yyb2473 = yyj2473 > l + var yyj2492 int + var yyb2492 bool + var yyhl2492 bool = l >= 0 + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2473 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2473 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31554,13 +31827,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj2473++ - if yyhl2473 { - yyb2473 = yyj2473 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2473 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2473 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31571,17 +31844,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj2473++ - if yyhl2473 { - yyb2473 = yyj2473 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2473 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2473 { + if yyb2492 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2473-1, "") + z.DecStructFieldNotFound(yyj2492-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31590,8 +31863,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2476 := z.EncBinary() - _ = yym2476 + yym2495 := z.EncBinary() + _ = yym2495 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31603,8 +31876,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2477 := z.DecBinary() - _ = yym2477 + yym2496 := z.DecBinary() + _ = yym2496 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31619,8 +31892,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2478 := z.EncBinary() - _ = yym2478 + yym2497 := z.EncBinary() + _ = yym2497 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31633,8 +31906,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2479 := z.DecBinary() - _ = yym2479 + yym2498 := z.DecBinary() + _ = yym2498 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31649,39 +31922,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2480 := z.EncBinary() - _ = yym2480 + yym2499 := z.EncBinary() + _ = yym2499 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2481 := !z.EncBinary() - yy2arr2481 := z.EncBasicHandle().StructToArray - var yyq2481 [5]bool - _, _, _ = yysep2481, yyq2481, yy2arr2481 - const yyr2481 bool = false - yyq2481[0] = x.Kind != "" - yyq2481[1] = x.APIVersion != "" - yyq2481[2] = true - yyq2481[3] = true - yyq2481[4] = true - var yynn2481 int - if yyr2481 || yy2arr2481 { + yysep2500 := !z.EncBinary() + yy2arr2500 := z.EncBasicHandle().StructToArray + var yyq2500 [5]bool + _, _, _ = yysep2500, yyq2500, yy2arr2500 + const yyr2500 bool = false + yyq2500[0] = x.Kind != "" + yyq2500[1] = x.APIVersion != "" + yyq2500[2] = true + yyq2500[3] = true + yyq2500[4] = true + var yynn2500 int + if yyr2500 || yy2arr2500 { r.EncodeArrayStart(5) } else { - yynn2481 = 0 - for _, b := range yyq2481 { + yynn2500 = 0 + for _, b := range yyq2500 { if b { - yynn2481++ + yynn2500++ } } - r.EncodeMapStart(yynn2481) - yynn2481 = 0 + r.EncodeMapStart(yynn2500) + yynn2500 = 0 } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[0] { - yym2483 := z.EncBinary() - _ = yym2483 + if yyq2500[0] { + yym2502 := z.EncBinary() + _ = yym2502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31690,23 +31963,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2481[0] { + if yyq2500[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2484 := z.EncBinary() - _ = yym2484 + yym2503 := z.EncBinary() + _ = yym2503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[1] { - yym2486 := z.EncBinary() - _ = yym2486 + if yyq2500[1] { + yym2505 := z.EncBinary() + _ = yym2505 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31715,70 +31988,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2481[1] { + if yyq2500[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2487 := z.EncBinary() - _ = yym2487 + yym2506 := z.EncBinary() + _ = yym2506 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[2] { - yy2489 := &x.ObjectMeta - yy2489.CodecEncodeSelf(e) + if yyq2500[2] { + yy2508 := &x.ObjectMeta + yy2508.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2481[2] { + if yyq2500[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2490 := &x.ObjectMeta - yy2490.CodecEncodeSelf(e) + yy2509 := &x.ObjectMeta + yy2509.CodecEncodeSelf(e) } } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[3] { - yy2492 := &x.Spec - yy2492.CodecEncodeSelf(e) + if yyq2500[3] { + yy2511 := &x.Spec + yy2511.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2481[3] { + if yyq2500[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2493 := &x.Spec - yy2493.CodecEncodeSelf(e) + yy2512 := &x.Spec + yy2512.CodecEncodeSelf(e) } } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[4] { - yy2495 := &x.Status - yy2495.CodecEncodeSelf(e) + if yyq2500[4] { + yy2514 := &x.Status + yy2514.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2481[4] { + if yyq2500[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2496 := &x.Status - yy2496.CodecEncodeSelf(e) + yy2515 := &x.Status + yy2515.CodecEncodeSelf(e) } } - if yyr2481 || yy2arr2481 { + if yyr2500 || yy2arr2500 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31791,25 +32064,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2497 := z.DecBinary() - _ = yym2497 + yym2516 := z.DecBinary() + _ = yym2516 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2498 := r.ContainerType() - if yyct2498 == codecSelferValueTypeMap1234 { - yyl2498 := r.ReadMapStart() - if yyl2498 == 0 { + yyct2517 := r.ContainerType() + if yyct2517 == codecSelferValueTypeMap1234 { + yyl2517 := r.ReadMapStart() + if yyl2517 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2498, d) + x.codecDecodeSelfFromMap(yyl2517, d) } - } else if yyct2498 == codecSelferValueTypeArray1234 { - yyl2498 := r.ReadArrayStart() - if yyl2498 == 0 { + } else if yyct2517 == codecSelferValueTypeArray1234 { + yyl2517 := r.ReadArrayStart() + if yyl2517 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2498, d) + x.codecDecodeSelfFromArray(yyl2517, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31821,12 +32094,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2499Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2499Slc - var yyhl2499 bool = l >= 0 - for yyj2499 := 0; ; yyj2499++ { - if yyhl2499 { - if yyj2499 >= l { + var yys2518Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2518Slc + var yyhl2518 bool = l >= 0 + for yyj2518 := 0; ; yyj2518++ { + if yyhl2518 { + if yyj2518 >= l { break } } else { @@ -31835,10 +32108,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2499Slc = r.DecodeBytes(yys2499Slc, true, true) - yys2499 := string(yys2499Slc) + yys2518Slc = r.DecodeBytes(yys2518Slc, true, true) + yys2518 := string(yys2518Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2499 { + switch yys2518 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31855,27 +32128,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2502 := &x.ObjectMeta - yyv2502.CodecDecodeSelf(d) + yyv2521 := &x.ObjectMeta + yyv2521.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2503 := &x.Spec - yyv2503.CodecDecodeSelf(d) + yyv2522 := &x.Spec + yyv2522.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2504 := &x.Status - yyv2504.CodecDecodeSelf(d) + yyv2523 := &x.Status + yyv2523.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2499) - } // end switch yys2499 - } // end for yyj2499 + z.DecStructFieldNotFound(-1, yys2518) + } // end switch yys2518 + } // end for yyj2518 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31883,16 +32156,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2505 int - var yyb2505 bool - var yyhl2505 bool = l >= 0 - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + var yyj2524 int + var yyb2524 bool + var yyhl2524 bool = l >= 0 + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31902,13 +32175,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31918,13 +32191,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31932,16 +32205,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2508 := &x.ObjectMeta - yyv2508.CodecDecodeSelf(d) + yyv2527 := &x.ObjectMeta + yyv2527.CodecDecodeSelf(d) } - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31949,16 +32222,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2509 := &x.Spec - yyv2509.CodecDecodeSelf(d) + yyv2528 := &x.Spec + yyv2528.CodecDecodeSelf(d) } - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31966,21 +32239,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2510 := &x.Status - yyv2510.CodecDecodeSelf(d) + yyv2529 := &x.Status + yyv2529.CodecDecodeSelf(d) } for { - yyj2505++ - if yyhl2505 { - yyb2505 = yyj2505 > l + yyj2524++ + if yyhl2524 { + yyb2524 = yyj2524 > l } else { - yyb2505 = r.CheckBreak() + yyb2524 = r.CheckBreak() } - if yyb2505 { + if yyb2524 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2505-1, "") + z.DecStructFieldNotFound(yyj2524-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31992,37 +32265,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2511 := z.EncBinary() - _ = yym2511 + yym2530 := z.EncBinary() + _ = yym2530 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2512 := !z.EncBinary() - yy2arr2512 := z.EncBasicHandle().StructToArray - var yyq2512 [4]bool - _, _, _ = yysep2512, yyq2512, yy2arr2512 - const yyr2512 bool = false - yyq2512[0] = x.Kind != "" - yyq2512[1] = x.APIVersion != "" - yyq2512[2] = true - var yynn2512 int - if yyr2512 || yy2arr2512 { + yysep2531 := !z.EncBinary() + yy2arr2531 := z.EncBasicHandle().StructToArray + var yyq2531 [4]bool + _, _, _ = yysep2531, yyq2531, yy2arr2531 + const yyr2531 bool = false + yyq2531[0] = x.Kind != "" + yyq2531[1] = x.APIVersion != "" + yyq2531[2] = true + var yynn2531 int + if yyr2531 || yy2arr2531 { r.EncodeArrayStart(4) } else { - yynn2512 = 1 - for _, b := range yyq2512 { + yynn2531 = 1 + for _, b := range yyq2531 { if b { - yynn2512++ + yynn2531++ } } - r.EncodeMapStart(yynn2512) - yynn2512 = 0 + r.EncodeMapStart(yynn2531) + yynn2531 = 0 } - if yyr2512 || yy2arr2512 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2512[0] { - yym2514 := z.EncBinary() - _ = yym2514 + if yyq2531[0] { + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32031,23 +32304,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2512[0] { + if yyq2531[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2515 := z.EncBinary() - _ = yym2515 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2512 || yy2arr2512 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2512[1] { - yym2517 := z.EncBinary() - _ = yym2517 + if yyq2531[1] { + yym2536 := z.EncBinary() + _ = yym2536 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32056,54 +32329,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2512[1] { + if yyq2531[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2518 := z.EncBinary() - _ = yym2518 + yym2537 := z.EncBinary() + _ = yym2537 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2512 || yy2arr2512 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2512[2] { - yy2520 := &x.ListMeta - yym2521 := z.EncBinary() - _ = yym2521 + if yyq2531[2] { + yy2539 := &x.ListMeta + yym2540 := z.EncBinary() + _ = yym2540 if false { - } else if z.HasExtensions() && z.EncExt(yy2520) { + } else if z.HasExtensions() && z.EncExt(yy2539) { } else { - z.EncFallback(yy2520) + z.EncFallback(yy2539) } } else { r.EncodeNil() } } else { - if yyq2512[2] { + if yyq2531[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2522 := &x.ListMeta - yym2523 := z.EncBinary() - _ = yym2523 + yy2541 := &x.ListMeta + yym2542 := z.EncBinary() + _ = yym2542 if false { - } else if z.HasExtensions() && z.EncExt(yy2522) { + } else if z.HasExtensions() && z.EncExt(yy2541) { } else { - z.EncFallback(yy2522) + z.EncFallback(yy2541) } } } - if yyr2512 || yy2arr2512 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2525 := z.EncBinary() - _ = yym2525 + yym2544 := z.EncBinary() + _ = yym2544 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -32116,15 +32389,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2526 := z.EncBinary() - _ = yym2526 + yym2545 := z.EncBinary() + _ = yym2545 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr2512 || yy2arr2512 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32137,25 +32410,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2527 := z.DecBinary() - _ = yym2527 + yym2546 := z.DecBinary() + _ = yym2546 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2528 := r.ContainerType() - if yyct2528 == codecSelferValueTypeMap1234 { - yyl2528 := r.ReadMapStart() - if yyl2528 == 0 { + yyct2547 := r.ContainerType() + if yyct2547 == codecSelferValueTypeMap1234 { + yyl2547 := r.ReadMapStart() + if yyl2547 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2528, d) + x.codecDecodeSelfFromMap(yyl2547, d) } - } else if yyct2528 == codecSelferValueTypeArray1234 { - yyl2528 := r.ReadArrayStart() - if yyl2528 == 0 { + } else if yyct2547 == codecSelferValueTypeArray1234 { + yyl2547 := r.ReadArrayStart() + if yyl2547 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2528, d) + x.codecDecodeSelfFromArray(yyl2547, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32167,12 +32440,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2529Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2529Slc - var yyhl2529 bool = l >= 0 - for yyj2529 := 0; ; yyj2529++ { - if yyhl2529 { - if yyj2529 >= l { + var yys2548Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2548Slc + var yyhl2548 bool = l >= 0 + for yyj2548 := 0; ; yyj2548++ { + if yyhl2548 { + if yyj2548 >= l { break } } else { @@ -32181,10 +32454,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2529Slc = r.DecodeBytes(yys2529Slc, true, true) - yys2529 := string(yys2529Slc) + yys2548Slc = r.DecodeBytes(yys2548Slc, true, true) + yys2548 := string(yys2548Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2529 { + switch yys2548 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32201,305 +32474,35 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2532 := &x.ListMeta - yym2533 := z.DecBinary() - _ = yym2533 + yyv2551 := &x.ListMeta + yym2552 := z.DecBinary() + _ = yym2552 if false { - } else if z.HasExtensions() && z.DecExt(yyv2532) { + } else if z.HasExtensions() && z.DecExt(yyv2551) { } else { - z.DecFallback(yyv2532, false) + z.DecFallback(yyv2551, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2534 := &x.Items - yym2535 := z.DecBinary() - _ = yym2535 - if false { - } else { - h.decSliceNode((*[]Node)(yyv2534), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2529) - } // end switch yys2529 - } // end for yyj2529 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2536 int - var yyb2536 bool - var yyhl2536 bool = l >= 0 - yyj2536++ - if yyhl2536 { - yyb2536 = yyj2536 > l - } else { - yyb2536 = r.CheckBreak() - } - if yyb2536 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2536++ - if yyhl2536 { - yyb2536 = yyj2536 > l - } else { - yyb2536 = r.CheckBreak() - } - if yyb2536 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2536++ - if yyhl2536 { - yyb2536 = yyj2536 > l - } else { - yyb2536 = r.CheckBreak() - } - if yyb2536 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv2539 := &x.ListMeta - yym2540 := z.DecBinary() - _ = yym2540 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2539) { - } else { - z.DecFallback(yyv2539, false) - } - } - yyj2536++ - if yyhl2536 { - yyb2536 = yyj2536 > l - } else { - yyb2536 = r.CheckBreak() - } - if yyb2536 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv2541 := &x.Items - yym2542 := z.DecBinary() - _ = yym2542 - if false { - } else { - h.decSliceNode((*[]Node)(yyv2541), d) - } - } - for { - yyj2536++ - if yyhl2536 { - yyb2536 = yyj2536 > l - } else { - yyb2536 = r.CheckBreak() - } - if yyb2536 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2536-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym2543 := z.EncBinary() - _ = yym2543 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2544 := z.DecBinary() - _ = yym2544 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2545 := z.EncBinary() - _ = yym2545 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2546 := !z.EncBinary() - yy2arr2546 := z.EncBasicHandle().StructToArray - var yyq2546 [1]bool - _, _, _ = yysep2546, yyq2546, yy2arr2546 - const yyr2546 bool = false - yyq2546[0] = len(x.Finalizers) != 0 - var yynn2546 int - if yyr2546 || yy2arr2546 { - r.EncodeArrayStart(1) - } else { - yynn2546 = 0 - for _, b := range yyq2546 { - if b { - yynn2546++ - } - } - r.EncodeMapStart(yynn2546) - yynn2546 = 0 - } - if yyr2546 || yy2arr2546 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2546[0] { - if x.Finalizers == nil { - r.EncodeNil() - } else { - yym2548 := z.EncBinary() - _ = yym2548 - if false { - } else { - h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2546[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finalizers")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Finalizers == nil { - r.EncodeNil() - } else { - yym2549 := z.EncBinary() - _ = yym2549 - if false { - } else { - h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) - } - } - } - } - if yyr2546 || yy2arr2546 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2550 := z.DecBinary() - _ = yym2550 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2551 := r.ContainerType() - if yyct2551 == codecSelferValueTypeMap1234 { - yyl2551 := r.ReadMapStart() - if yyl2551 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2551, d) - } - } else if yyct2551 == codecSelferValueTypeArray1234 { - yyl2551 := r.ReadArrayStart() - if yyl2551 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2551, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2552Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2552Slc - var yyhl2552 bool = l >= 0 - for yyj2552 := 0; ; yyj2552++ { - if yyhl2552 { - if yyj2552 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2552Slc = r.DecodeBytes(yys2552Slc, true, true) - yys2552 := string(yys2552Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2552 { - case "finalizers": - if r.TryDecodeAsNil() { - x.Finalizers = nil - } else { - yyv2553 := &x.Finalizers + yyv2553 := &x.Items yym2554 := z.DecBinary() _ = yym2554 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2553), d) + h.decSliceNode((*[]Node)(yyv2553), d) } } default: - z.DecStructFieldNotFound(-1, yys2552) - } // end switch yys2552 - } // end for yyj2552 + z.DecStructFieldNotFound(-1, yys2548) + } // end switch yys2548 + } // end for yyj2548 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -32518,14 +32521,69 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Finalizers = nil + x.Kind = "" } else { - yyv2556 := &x.Finalizers - yym2557 := z.DecBinary() - _ = yym2557 + x.Kind = string(r.DecodeString()) + } + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l + } else { + yyb2555 = r.CheckBreak() + } + if yyb2555 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l + } else { + yyb2555 = r.CheckBreak() + } + if yyb2555 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv2558 := &x.ListMeta + yym2559 := z.DecBinary() + _ = yym2559 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2558) { + } else { + z.DecFallback(yyv2558, false) + } + } + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l + } else { + yyb2555 = r.CheckBreak() + } + if yyb2555 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2560 := &x.Items + yym2561 := z.DecBinary() + _ = yym2561 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2556), d) + h.decSliceNode((*[]Node)(yyv2560), d) } } for { @@ -32544,6 +32602,221 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym2562 := z.EncBinary() + _ = yym2562 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2563 := z.DecBinary() + _ = yym2563 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2564 := z.EncBinary() + _ = yym2564 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2565 := !z.EncBinary() + yy2arr2565 := z.EncBasicHandle().StructToArray + var yyq2565 [1]bool + _, _, _ = yysep2565, yyq2565, yy2arr2565 + const yyr2565 bool = false + yyq2565[0] = len(x.Finalizers) != 0 + var yynn2565 int + if yyr2565 || yy2arr2565 { + r.EncodeArrayStart(1) + } else { + yynn2565 = 0 + for _, b := range yyq2565 { + if b { + yynn2565++ + } + } + r.EncodeMapStart(yynn2565) + yynn2565 = 0 + } + if yyr2565 || yy2arr2565 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2565[0] { + if x.Finalizers == nil { + r.EncodeNil() + } else { + yym2567 := z.EncBinary() + _ = yym2567 + if false { + } else { + h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2565[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finalizers")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Finalizers == nil { + r.EncodeNil() + } else { + yym2568 := z.EncBinary() + _ = yym2568 + if false { + } else { + h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) + } + } + } + } + if yyr2565 || yy2arr2565 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2569 := z.DecBinary() + _ = yym2569 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2570 := r.ContainerType() + if yyct2570 == codecSelferValueTypeMap1234 { + yyl2570 := r.ReadMapStart() + if yyl2570 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2570, d) + } + } else if yyct2570 == codecSelferValueTypeArray1234 { + yyl2570 := r.ReadArrayStart() + if yyl2570 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2570, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + 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 { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2571Slc = r.DecodeBytes(yys2571Slc, true, true) + yys2571 := string(yys2571Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2571 { + case "finalizers": + if r.TryDecodeAsNil() { + x.Finalizers = nil + } else { + yyv2572 := &x.Finalizers + yym2573 := z.DecBinary() + _ = yym2573 + if false { + } else { + h.decSliceFinalizerName((*[]FinalizerName)(yyv2572), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2571) + } // end switch yys2571 + } // end for yyj2571 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2574 int + var yyb2574 bool + var yyhl2574 bool = l >= 0 + yyj2574++ + if yyhl2574 { + yyb2574 = yyj2574 > l + } else { + yyb2574 = r.CheckBreak() + } + if yyb2574 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Finalizers = nil + } else { + yyv2575 := &x.Finalizers + yym2576 := z.DecBinary() + _ = yym2576 + if false { + } else { + h.decSliceFinalizerName((*[]FinalizerName)(yyv2575), d) + } + } + for { + yyj2574++ + if yyhl2574 { + yyb2574 = yyj2574 > l + } else { + yyb2574 = r.CheckBreak() + } + if yyb2574 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2574-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -32551,46 +32824,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2558 := z.EncBinary() - _ = yym2558 + yym2577 := z.EncBinary() + _ = yym2577 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2559 := !z.EncBinary() - yy2arr2559 := z.EncBasicHandle().StructToArray - var yyq2559 [1]bool - _, _, _ = yysep2559, yyq2559, yy2arr2559 - const yyr2559 bool = false - yyq2559[0] = x.Phase != "" - var yynn2559 int - if yyr2559 || yy2arr2559 { + yysep2578 := !z.EncBinary() + yy2arr2578 := z.EncBasicHandle().StructToArray + var yyq2578 [1]bool + _, _, _ = yysep2578, yyq2578, yy2arr2578 + const yyr2578 bool = false + yyq2578[0] = x.Phase != "" + var yynn2578 int + if yyr2578 || yy2arr2578 { r.EncodeArrayStart(1) } else { - yynn2559 = 0 - for _, b := range yyq2559 { + yynn2578 = 0 + for _, b := range yyq2578 { if b { - yynn2559++ + yynn2578++ } } - r.EncodeMapStart(yynn2559) - yynn2559 = 0 + r.EncodeMapStart(yynn2578) + yynn2578 = 0 } - if yyr2559 || yy2arr2559 { + if yyr2578 || yy2arr2578 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2559[0] { + if yyq2578[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2559[0] { + if yyq2578[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2559 || yy2arr2559 { + if yyr2578 || yy2arr2578 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32603,25 +32876,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2561 := z.DecBinary() - _ = yym2561 + yym2580 := z.DecBinary() + _ = yym2580 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2562 := r.ContainerType() - if yyct2562 == codecSelferValueTypeMap1234 { - yyl2562 := r.ReadMapStart() - if yyl2562 == 0 { + yyct2581 := r.ContainerType() + if yyct2581 == codecSelferValueTypeMap1234 { + yyl2581 := r.ReadMapStart() + if yyl2581 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2562, d) + x.codecDecodeSelfFromMap(yyl2581, d) } - } else if yyct2562 == codecSelferValueTypeArray1234 { - yyl2562 := r.ReadArrayStart() - if yyl2562 == 0 { + } else if yyct2581 == codecSelferValueTypeArray1234 { + yyl2581 := r.ReadArrayStart() + if yyl2581 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2562, d) + x.codecDecodeSelfFromArray(yyl2581, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32633,12 +32906,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2563Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2563Slc - var yyhl2563 bool = l >= 0 - for yyj2563 := 0; ; yyj2563++ { - if yyhl2563 { - if yyj2563 >= l { + var yys2582Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2582Slc + var yyhl2582 bool = l >= 0 + for yyj2582 := 0; ; yyj2582++ { + if yyhl2582 { + if yyj2582 >= l { break } } else { @@ -32647,10 +32920,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2563Slc = r.DecodeBytes(yys2563Slc, true, true) - yys2563 := string(yys2563Slc) + yys2582Slc = r.DecodeBytes(yys2582Slc, true, true) + yys2582 := string(yys2582Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2563 { + switch yys2582 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -32658,9 +32931,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2563) - } // end switch yys2563 - } // end for yyj2563 + z.DecStructFieldNotFound(-1, yys2582) + } // end switch yys2582 + } // end for yyj2582 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32668,16 +32941,16 @@ func (x *NamespaceStatus) 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 yyj2584 int + var yyb2584 bool + var yyhl2584 bool = l >= 0 + yyj2584++ + if yyhl2584 { + yyb2584 = yyj2584 > l } else { - yyb2565 = r.CheckBreak() + yyb2584 = r.CheckBreak() } - if yyb2565 { + if yyb2584 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32688,17 +32961,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2584++ + if yyhl2584 { + yyb2584 = yyj2584 > l } else { - yyb2565 = r.CheckBreak() + yyb2584 = r.CheckBreak() } - if yyb2565 { + if yyb2584 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2565-1, "") + z.DecStructFieldNotFound(yyj2584-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32707,8 +32980,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2567 := z.EncBinary() - _ = yym2567 + yym2586 := z.EncBinary() + _ = yym2586 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32720,8 +32993,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2568 := z.DecBinary() - _ = yym2568 + yym2587 := z.DecBinary() + _ = yym2587 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32736,39 +33009,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2569 := z.EncBinary() - _ = yym2569 + yym2588 := z.EncBinary() + _ = yym2588 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2570 := !z.EncBinary() - yy2arr2570 := z.EncBasicHandle().StructToArray - var yyq2570 [5]bool - _, _, _ = yysep2570, yyq2570, yy2arr2570 - const yyr2570 bool = false - yyq2570[0] = x.Kind != "" - yyq2570[1] = x.APIVersion != "" - yyq2570[2] = true - yyq2570[3] = true - yyq2570[4] = true - var yynn2570 int - if yyr2570 || yy2arr2570 { + yysep2589 := !z.EncBinary() + yy2arr2589 := z.EncBasicHandle().StructToArray + var yyq2589 [5]bool + _, _, _ = yysep2589, yyq2589, yy2arr2589 + const yyr2589 bool = false + yyq2589[0] = x.Kind != "" + yyq2589[1] = x.APIVersion != "" + yyq2589[2] = true + yyq2589[3] = true + yyq2589[4] = true + var yynn2589 int + if yyr2589 || yy2arr2589 { r.EncodeArrayStart(5) } else { - yynn2570 = 0 - for _, b := range yyq2570 { + yynn2589 = 0 + for _, b := range yyq2589 { if b { - yynn2570++ + yynn2589++ } } - r.EncodeMapStart(yynn2570) - yynn2570 = 0 + r.EncodeMapStart(yynn2589) + yynn2589 = 0 } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2570[0] { - yym2572 := z.EncBinary() - _ = yym2572 + if yyq2589[0] { + yym2591 := z.EncBinary() + _ = yym2591 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32777,23 +33050,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2570[0] { + if yyq2589[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2573 := z.EncBinary() - _ = yym2573 + yym2592 := z.EncBinary() + _ = yym2592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2570[1] { - yym2575 := z.EncBinary() - _ = yym2575 + if yyq2589[1] { + yym2594 := z.EncBinary() + _ = yym2594 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32802,70 +33075,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2570[1] { + if yyq2589[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2576 := z.EncBinary() - _ = yym2576 + yym2595 := z.EncBinary() + _ = yym2595 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2570[2] { - yy2578 := &x.ObjectMeta - yy2578.CodecEncodeSelf(e) + if yyq2589[2] { + yy2597 := &x.ObjectMeta + yy2597.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2570[2] { + if yyq2589[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2579 := &x.ObjectMeta - yy2579.CodecEncodeSelf(e) + yy2598 := &x.ObjectMeta + yy2598.CodecEncodeSelf(e) } } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2570[3] { - yy2581 := &x.Spec - yy2581.CodecEncodeSelf(e) + if yyq2589[3] { + yy2600 := &x.Spec + yy2600.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2570[3] { + if yyq2589[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2582 := &x.Spec - yy2582.CodecEncodeSelf(e) + yy2601 := &x.Spec + yy2601.CodecEncodeSelf(e) } } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2570[4] { - yy2584 := &x.Status - yy2584.CodecEncodeSelf(e) + if yyq2589[4] { + yy2603 := &x.Status + yy2603.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2570[4] { + if yyq2589[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2585 := &x.Status - yy2585.CodecEncodeSelf(e) + yy2604 := &x.Status + yy2604.CodecEncodeSelf(e) } } - if yyr2570 || yy2arr2570 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32878,25 +33151,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2586 := z.DecBinary() - _ = yym2586 + yym2605 := z.DecBinary() + _ = yym2605 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2587 := r.ContainerType() - if yyct2587 == codecSelferValueTypeMap1234 { - yyl2587 := r.ReadMapStart() - if yyl2587 == 0 { + yyct2606 := r.ContainerType() + if yyct2606 == codecSelferValueTypeMap1234 { + yyl2606 := r.ReadMapStart() + if yyl2606 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2587, d) + x.codecDecodeSelfFromMap(yyl2606, d) } - } else if yyct2587 == codecSelferValueTypeArray1234 { - yyl2587 := r.ReadArrayStart() - if yyl2587 == 0 { + } else if yyct2606 == codecSelferValueTypeArray1234 { + yyl2606 := r.ReadArrayStart() + if yyl2606 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2587, d) + x.codecDecodeSelfFromArray(yyl2606, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32908,12 +33181,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2588Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2588Slc - var yyhl2588 bool = l >= 0 - for yyj2588 := 0; ; yyj2588++ { - if yyhl2588 { - if yyj2588 >= l { + var yys2607Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2607Slc + var yyhl2607 bool = l >= 0 + for yyj2607 := 0; ; yyj2607++ { + if yyhl2607 { + if yyj2607 >= l { break } } else { @@ -32922,10 +33195,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2588Slc = r.DecodeBytes(yys2588Slc, true, true) - yys2588 := string(yys2588Slc) + yys2607Slc = r.DecodeBytes(yys2607Slc, true, true) + yys2607 := string(yys2607Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2588 { + switch yys2607 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32942,27 +33215,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2591 := &x.ObjectMeta - yyv2591.CodecDecodeSelf(d) + yyv2610 := &x.ObjectMeta + yyv2610.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2592 := &x.Spec - yyv2592.CodecDecodeSelf(d) + yyv2611 := &x.Spec + yyv2611.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2593 := &x.Status - yyv2593.CodecDecodeSelf(d) + yyv2612 := &x.Status + yyv2612.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2588) - } // end switch yys2588 - } // end for yyj2588 + z.DecStructFieldNotFound(-1, yys2607) + } // end switch yys2607 + } // end for yyj2607 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32970,16 +33243,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2594 int - var yyb2594 bool - var yyhl2594 bool = l >= 0 - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + var yyj2613 int + var yyb2613 bool + var yyhl2613 bool = l >= 0 + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32989,13 +33262,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33005,13 +33278,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33019,16 +33292,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2597 := &x.ObjectMeta - yyv2597.CodecDecodeSelf(d) + yyv2616 := &x.ObjectMeta + yyv2616.CodecDecodeSelf(d) } - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33036,16 +33309,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2598 := &x.Spec - yyv2598.CodecDecodeSelf(d) + yyv2617 := &x.Spec + yyv2617.CodecDecodeSelf(d) } - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33053,21 +33326,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2599 := &x.Status - yyv2599.CodecDecodeSelf(d) + yyv2618 := &x.Status + yyv2618.CodecDecodeSelf(d) } for { - yyj2594++ - if yyhl2594 { - yyb2594 = yyj2594 > l + yyj2613++ + if yyhl2613 { + yyb2613 = yyj2613 > l } else { - yyb2594 = r.CheckBreak() + yyb2613 = r.CheckBreak() } - if yyb2594 { + if yyb2613 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2594-1, "") + z.DecStructFieldNotFound(yyj2613-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33079,37 +33352,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2600 := z.EncBinary() - _ = yym2600 + yym2619 := z.EncBinary() + _ = yym2619 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2601 := !z.EncBinary() - yy2arr2601 := z.EncBasicHandle().StructToArray - var yyq2601 [4]bool - _, _, _ = yysep2601, yyq2601, yy2arr2601 - const yyr2601 bool = false - yyq2601[0] = x.Kind != "" - yyq2601[1] = x.APIVersion != "" - yyq2601[2] = true - var yynn2601 int - if yyr2601 || yy2arr2601 { + yysep2620 := !z.EncBinary() + yy2arr2620 := z.EncBasicHandle().StructToArray + var yyq2620 [4]bool + _, _, _ = yysep2620, yyq2620, yy2arr2620 + const yyr2620 bool = false + yyq2620[0] = x.Kind != "" + yyq2620[1] = x.APIVersion != "" + yyq2620[2] = true + var yynn2620 int + if yyr2620 || yy2arr2620 { r.EncodeArrayStart(4) } else { - yynn2601 = 1 - for _, b := range yyq2601 { + yynn2620 = 1 + for _, b := range yyq2620 { if b { - yynn2601++ + yynn2620++ } } - r.EncodeMapStart(yynn2601) - yynn2601 = 0 + r.EncodeMapStart(yynn2620) + yynn2620 = 0 } - if yyr2601 || yy2arr2601 { + if yyr2620 || yy2arr2620 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2601[0] { - yym2603 := z.EncBinary() - _ = yym2603 + if yyq2620[0] { + yym2622 := z.EncBinary() + _ = yym2622 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33118,23 +33391,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2601[0] { + if yyq2620[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2604 := z.EncBinary() - _ = yym2604 + yym2623 := z.EncBinary() + _ = yym2623 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2601 || yy2arr2601 { + if yyr2620 || yy2arr2620 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2601[1] { - yym2606 := z.EncBinary() - _ = yym2606 + if yyq2620[1] { + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33143,54 +33416,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2601[1] { + if yyq2620[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2607 := z.EncBinary() - _ = yym2607 + yym2626 := z.EncBinary() + _ = yym2626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2601 || yy2arr2601 { + if yyr2620 || yy2arr2620 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2601[2] { - yy2609 := &x.ListMeta - yym2610 := z.EncBinary() - _ = yym2610 + if yyq2620[2] { + yy2628 := &x.ListMeta + yym2629 := z.EncBinary() + _ = yym2629 if false { - } else if z.HasExtensions() && z.EncExt(yy2609) { + } else if z.HasExtensions() && z.EncExt(yy2628) { } else { - z.EncFallback(yy2609) + z.EncFallback(yy2628) } } else { r.EncodeNil() } } else { - if yyq2601[2] { + if yyq2620[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2611 := &x.ListMeta - yym2612 := z.EncBinary() - _ = yym2612 + yy2630 := &x.ListMeta + yym2631 := z.EncBinary() + _ = yym2631 if false { - } else if z.HasExtensions() && z.EncExt(yy2611) { + } else if z.HasExtensions() && z.EncExt(yy2630) { } else { - z.EncFallback(yy2611) + z.EncFallback(yy2630) } } } - if yyr2601 || yy2arr2601 { + if yyr2620 || yy2arr2620 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2614 := z.EncBinary() - _ = yym2614 + yym2633 := z.EncBinary() + _ = yym2633 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -33203,15 +33476,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2615 := z.EncBinary() - _ = yym2615 + yym2634 := z.EncBinary() + _ = yym2634 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr2601 || yy2arr2601 { + if yyr2620 || yy2arr2620 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33224,25 +33497,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2616 := z.DecBinary() - _ = yym2616 + yym2635 := z.DecBinary() + _ = yym2635 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2617 := r.ContainerType() - if yyct2617 == codecSelferValueTypeMap1234 { - yyl2617 := r.ReadMapStart() - if yyl2617 == 0 { + yyct2636 := r.ContainerType() + if yyct2636 == codecSelferValueTypeMap1234 { + yyl2636 := r.ReadMapStart() + if yyl2636 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2617, d) + x.codecDecodeSelfFromMap(yyl2636, d) } - } else if yyct2617 == codecSelferValueTypeArray1234 { - yyl2617 := r.ReadArrayStart() - if yyl2617 == 0 { + } else if yyct2636 == codecSelferValueTypeArray1234 { + yyl2636 := r.ReadArrayStart() + if yyl2636 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2617, d) + x.codecDecodeSelfFromArray(yyl2636, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33254,12 +33527,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2618Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2618Slc - var yyhl2618 bool = l >= 0 - for yyj2618 := 0; ; yyj2618++ { - if yyhl2618 { - if yyj2618 >= l { + var yys2637Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2637Slc + var yyhl2637 bool = l >= 0 + for yyj2637 := 0; ; yyj2637++ { + if yyhl2637 { + if yyj2637 >= l { break } } else { @@ -33268,10 +33541,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2618Slc = r.DecodeBytes(yys2618Slc, true, true) - yys2618 := string(yys2618Slc) + yys2637Slc = r.DecodeBytes(yys2637Slc, true, true) + yys2637 := string(yys2637Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2618 { + switch yys2637 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33288,31 +33561,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2621 := &x.ListMeta - yym2622 := z.DecBinary() - _ = yym2622 + yyv2640 := &x.ListMeta + yym2641 := z.DecBinary() + _ = yym2641 if false { - } else if z.HasExtensions() && z.DecExt(yyv2621) { + } else if z.HasExtensions() && z.DecExt(yyv2640) { } else { - z.DecFallback(yyv2621, false) + z.DecFallback(yyv2640, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2623 := &x.Items - yym2624 := z.DecBinary() - _ = yym2624 + yyv2642 := &x.Items + yym2643 := z.DecBinary() + _ = yym2643 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2623), d) + h.decSliceNamespace((*[]Namespace)(yyv2642), d) } } default: - z.DecStructFieldNotFound(-1, yys2618) - } // end switch yys2618 - } // end for yyj2618 + z.DecStructFieldNotFound(-1, yys2637) + } // end switch yys2637 + } // end for yyj2637 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33320,16 +33593,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2625 int - var yyb2625 bool - var yyhl2625 bool = l >= 0 - yyj2625++ - if yyhl2625 { - yyb2625 = yyj2625 > l + var yyj2644 int + var yyb2644 bool + var yyhl2644 bool = l >= 0 + yyj2644++ + if yyhl2644 { + yyb2644 = yyj2644 > l } else { - yyb2625 = r.CheckBreak() + yyb2644 = r.CheckBreak() } - if yyb2625 { + if yyb2644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33339,13 +33612,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2625++ - if yyhl2625 { - yyb2625 = yyj2625 > l + yyj2644++ + if yyhl2644 { + yyb2644 = yyj2644 > l } else { - yyb2625 = r.CheckBreak() + yyb2644 = r.CheckBreak() } - if yyb2625 { + if yyb2644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33355,13 +33628,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2625++ - if yyhl2625 { - yyb2625 = yyj2625 > l + yyj2644++ + if yyhl2644 { + yyb2644 = yyj2644 > l } else { - yyb2625 = r.CheckBreak() + yyb2644 = r.CheckBreak() } - if yyb2625 { + if yyb2644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33369,22 +33642,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2628 := &x.ListMeta - yym2629 := z.DecBinary() - _ = yym2629 + yyv2647 := &x.ListMeta + yym2648 := z.DecBinary() + _ = yym2648 if false { - } else if z.HasExtensions() && z.DecExt(yyv2628) { + } else if z.HasExtensions() && z.DecExt(yyv2647) { } else { - z.DecFallback(yyv2628, false) + z.DecFallback(yyv2647, false) } } - yyj2625++ - if yyhl2625 { - yyb2625 = yyj2625 > l + yyj2644++ + if yyhl2644 { + yyb2644 = yyj2644 > l } else { - yyb2625 = r.CheckBreak() + yyb2644 = r.CheckBreak() } - if yyb2625 { + if yyb2644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33392,26 +33665,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2630 := &x.Items - yym2631 := z.DecBinary() - _ = yym2631 + yyv2649 := &x.Items + yym2650 := z.DecBinary() + _ = yym2650 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2630), d) + h.decSliceNamespace((*[]Namespace)(yyv2649), d) } } for { - yyj2625++ - if yyhl2625 { - yyb2625 = yyj2625 > l + yyj2644++ + if yyhl2644 { + yyb2644 = yyj2644 > l } else { - yyb2625 = r.CheckBreak() + yyb2644 = r.CheckBreak() } - if yyb2625 { + if yyb2644 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2625-1, "") + z.DecStructFieldNotFound(yyj2644-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33423,37 +33696,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2632 := z.EncBinary() - _ = yym2632 + yym2651 := z.EncBinary() + _ = yym2651 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2633 := !z.EncBinary() - yy2arr2633 := z.EncBasicHandle().StructToArray - var yyq2633 [4]bool - _, _, _ = yysep2633, yyq2633, yy2arr2633 - const yyr2633 bool = false - yyq2633[0] = x.Kind != "" - yyq2633[1] = x.APIVersion != "" - yyq2633[2] = true - var yynn2633 int - if yyr2633 || yy2arr2633 { + yysep2652 := !z.EncBinary() + yy2arr2652 := z.EncBasicHandle().StructToArray + var yyq2652 [4]bool + _, _, _ = yysep2652, yyq2652, yy2arr2652 + const yyr2652 bool = false + yyq2652[0] = x.Kind != "" + yyq2652[1] = x.APIVersion != "" + yyq2652[2] = true + var yynn2652 int + if yyr2652 || yy2arr2652 { r.EncodeArrayStart(4) } else { - yynn2633 = 1 - for _, b := range yyq2633 { + yynn2652 = 1 + for _, b := range yyq2652 { if b { - yynn2633++ + yynn2652++ } } - r.EncodeMapStart(yynn2633) - yynn2633 = 0 + r.EncodeMapStart(yynn2652) + yynn2652 = 0 } - if yyr2633 || yy2arr2633 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2633[0] { - yym2635 := z.EncBinary() - _ = yym2635 + if yyq2652[0] { + yym2654 := z.EncBinary() + _ = yym2654 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33462,23 +33735,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2633[0] { + if yyq2652[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2636 := z.EncBinary() - _ = yym2636 + yym2655 := z.EncBinary() + _ = yym2655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2633 || yy2arr2633 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2633[1] { - yym2638 := z.EncBinary() - _ = yym2638 + if yyq2652[1] { + yym2657 := z.EncBinary() + _ = yym2657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33487,47 +33760,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2633[1] { + if yyq2652[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2639 := z.EncBinary() - _ = yym2639 + yym2658 := z.EncBinary() + _ = yym2658 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2633 || yy2arr2633 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2633[2] { - yy2641 := &x.ObjectMeta - yy2641.CodecEncodeSelf(e) + if yyq2652[2] { + yy2660 := &x.ObjectMeta + yy2660.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2633[2] { + if yyq2652[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2642 := &x.ObjectMeta - yy2642.CodecEncodeSelf(e) + yy2661 := &x.ObjectMeta + yy2661.CodecEncodeSelf(e) } } - if yyr2633 || yy2arr2633 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2644 := &x.Target - yy2644.CodecEncodeSelf(e) + yy2663 := &x.Target + yy2663.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2645 := &x.Target - yy2645.CodecEncodeSelf(e) + yy2664 := &x.Target + yy2664.CodecEncodeSelf(e) } - if yyr2633 || yy2arr2633 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33540,25 +33813,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2646 := z.DecBinary() - _ = yym2646 + yym2665 := z.DecBinary() + _ = yym2665 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2647 := r.ContainerType() - if yyct2647 == codecSelferValueTypeMap1234 { - yyl2647 := r.ReadMapStart() - if yyl2647 == 0 { + yyct2666 := r.ContainerType() + if yyct2666 == codecSelferValueTypeMap1234 { + yyl2666 := r.ReadMapStart() + if yyl2666 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2647, d) + x.codecDecodeSelfFromMap(yyl2666, d) } - } else if yyct2647 == codecSelferValueTypeArray1234 { - yyl2647 := r.ReadArrayStart() - if yyl2647 == 0 { + } else if yyct2666 == codecSelferValueTypeArray1234 { + yyl2666 := r.ReadArrayStart() + if yyl2666 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2647, d) + x.codecDecodeSelfFromArray(yyl2666, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33570,12 +33843,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2648Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2648Slc - var yyhl2648 bool = l >= 0 - for yyj2648 := 0; ; yyj2648++ { - if yyhl2648 { - if yyj2648 >= l { + var yys2667Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2667Slc + var yyhl2667 bool = l >= 0 + for yyj2667 := 0; ; yyj2667++ { + if yyhl2667 { + if yyj2667 >= l { break } } else { @@ -33584,10 +33857,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2648Slc = r.DecodeBytes(yys2648Slc, true, true) - yys2648 := string(yys2648Slc) + yys2667Slc = r.DecodeBytes(yys2667Slc, true, true) + yys2667 := string(yys2667Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2648 { + switch yys2667 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33604,20 +33877,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2651 := &x.ObjectMeta - yyv2651.CodecDecodeSelf(d) + yyv2670 := &x.ObjectMeta + yyv2670.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2652 := &x.Target - yyv2652.CodecDecodeSelf(d) + yyv2671 := &x.Target + yyv2671.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2648) - } // end switch yys2648 - } // end for yyj2648 + z.DecStructFieldNotFound(-1, yys2667) + } // end switch yys2667 + } // end for yyj2667 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33625,16 +33898,16 @@ func (x *Binding) 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 yyj2672 int + var yyb2672 bool + var yyhl2672 bool = l >= 0 + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2653 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2653 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33644,13 +33917,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2653 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2653 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33660,13 +33933,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2653 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2653 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33674,16 +33947,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2656 := &x.ObjectMeta - yyv2656.CodecDecodeSelf(d) + yyv2675 := &x.ObjectMeta + yyv2675.CodecDecodeSelf(d) } - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2653 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2653 { + if yyb2672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33691,21 +33964,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2657 := &x.Target - yyv2657.CodecDecodeSelf(d) + yyv2676 := &x.Target + yyv2676.CodecDecodeSelf(d) } for { - yyj2653++ - if yyhl2653 { - yyb2653 = yyj2653 > l + yyj2672++ + if yyhl2672 { + yyb2672 = yyj2672 > l } else { - yyb2653 = r.CheckBreak() + yyb2672 = r.CheckBreak() } - if yyb2653 { + if yyb2672 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2653-1, "") + z.DecStructFieldNotFound(yyj2672-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33717,36 +33990,36 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2658 := z.EncBinary() - _ = yym2658 + yym2677 := z.EncBinary() + _ = yym2677 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2659 := !z.EncBinary() - yy2arr2659 := z.EncBasicHandle().StructToArray - var yyq2659 [3]bool - _, _, _ = yysep2659, yyq2659, yy2arr2659 - const yyr2659 bool = false - yyq2659[0] = x.Kind != "" - yyq2659[1] = x.APIVersion != "" - var yynn2659 int - if yyr2659 || yy2arr2659 { + yysep2678 := !z.EncBinary() + yy2arr2678 := z.EncBasicHandle().StructToArray + var yyq2678 [3]bool + _, _, _ = yysep2678, yyq2678, yy2arr2678 + const yyr2678 bool = false + yyq2678[0] = x.Kind != "" + yyq2678[1] = x.APIVersion != "" + var yynn2678 int + if yyr2678 || yy2arr2678 { r.EncodeArrayStart(3) } else { - yynn2659 = 1 - for _, b := range yyq2659 { + yynn2678 = 1 + for _, b := range yyq2678 { if b { - yynn2659++ + yynn2678++ } } - r.EncodeMapStart(yynn2659) - yynn2659 = 0 + r.EncodeMapStart(yynn2678) + yynn2678 = 0 } - if yyr2659 || yy2arr2659 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2659[0] { - yym2661 := z.EncBinary() - _ = yym2661 + if yyq2678[0] { + yym2680 := z.EncBinary() + _ = yym2680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33755,23 +34028,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2659[0] { + if yyq2678[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2662 := z.EncBinary() - _ = yym2662 + yym2681 := z.EncBinary() + _ = yym2681 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2659 || yy2arr2659 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2659[1] { - yym2664 := z.EncBinary() - _ = yym2664 + if yyq2678[1] { + yym2683 := z.EncBinary() + _ = yym2683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33780,29 +34053,29 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2659[1] { + if yyq2678[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2665 := z.EncBinary() - _ = yym2665 + yym2684 := z.EncBinary() + _ = yym2684 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2659 || yy2arr2659 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2667 := *x.GracePeriodSeconds - yym2668 := z.EncBinary() - _ = yym2668 + yy2686 := *x.GracePeriodSeconds + yym2687 := z.EncBinary() + _ = yym2687 if false { } else { - r.EncodeInt(int64(yy2667)) + r.EncodeInt(int64(yy2686)) } } } else { @@ -33812,16 +34085,16 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2669 := *x.GracePeriodSeconds - yym2670 := z.EncBinary() - _ = yym2670 + yy2688 := *x.GracePeriodSeconds + yym2689 := z.EncBinary() + _ = yym2689 if false { } else { - r.EncodeInt(int64(yy2669)) + r.EncodeInt(int64(yy2688)) } } } - if yyr2659 || yy2arr2659 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33834,25 +34107,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2671 := z.DecBinary() - _ = yym2671 + yym2690 := z.DecBinary() + _ = yym2690 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2672 := r.ContainerType() - if yyct2672 == codecSelferValueTypeMap1234 { - yyl2672 := r.ReadMapStart() - if yyl2672 == 0 { + yyct2691 := r.ContainerType() + if yyct2691 == codecSelferValueTypeMap1234 { + yyl2691 := r.ReadMapStart() + if yyl2691 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2672, d) + x.codecDecodeSelfFromMap(yyl2691, d) } - } else if yyct2672 == codecSelferValueTypeArray1234 { - yyl2672 := r.ReadArrayStart() - if yyl2672 == 0 { + } else if yyct2691 == codecSelferValueTypeArray1234 { + yyl2691 := r.ReadArrayStart() + if yyl2691 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2672, d) + x.codecDecodeSelfFromArray(yyl2691, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33864,12 +34137,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2673Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2673Slc - var yyhl2673 bool = l >= 0 - for yyj2673 := 0; ; yyj2673++ { - if yyhl2673 { - if yyj2673 >= l { + var yys2692Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2692Slc + var yyhl2692 bool = l >= 0 + for yyj2692 := 0; ; yyj2692++ { + if yyhl2692 { + if yyj2692 >= l { break } } else { @@ -33878,10 +34151,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) - yys2673 := string(yys2673Slc) + yys2692Slc = r.DecodeBytes(yys2692Slc, true, true) + yys2692 := string(yys2692Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2673 { + switch yys2692 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33903,17 +34176,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2677 := z.DecBinary() - _ = yym2677 + yym2696 := z.DecBinary() + _ = yym2696 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2673) - } // end switch yys2673 - } // end for yyj2673 + z.DecStructFieldNotFound(-1, yys2692) + } // end switch yys2692 + } // end for yyj2692 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33921,16 +34194,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2678 int - var yyb2678 bool - var yyhl2678 bool = l >= 0 - yyj2678++ - if yyhl2678 { - yyb2678 = yyj2678 > l + var yyj2697 int + var yyb2697 bool + var yyhl2697 bool = l >= 0 + yyj2697++ + if yyhl2697 { + yyb2697 = yyj2697 > l } else { - yyb2678 = r.CheckBreak() + yyb2697 = r.CheckBreak() } - if yyb2678 { + if yyb2697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33940,13 +34213,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2678++ - if yyhl2678 { - yyb2678 = yyj2678 > l + yyj2697++ + if yyhl2697 { + yyb2697 = yyj2697 > l } else { - yyb2678 = r.CheckBreak() + yyb2697 = r.CheckBreak() } - if yyb2678 { + if yyb2697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33956,13 +34229,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2678++ - if yyhl2678 { - yyb2678 = yyj2678 > l + yyj2697++ + if yyhl2697 { + yyb2697 = yyj2697 > l } else { - yyb2678 = r.CheckBreak() + yyb2697 = r.CheckBreak() } - if yyb2678 { + if yyb2697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33975,25 +34248,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2682 := z.DecBinary() - _ = yym2682 + yym2701 := z.DecBinary() + _ = yym2701 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2678++ - if yyhl2678 { - yyb2678 = yyj2678 > l + yyj2697++ + if yyhl2697 { + yyb2697 = yyj2697 > l } else { - yyb2678 = r.CheckBreak() + yyb2697 = r.CheckBreak() } - if yyb2678 { + if yyb2697 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2678-1, "") + z.DecStructFieldNotFound(yyj2697-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34005,36 +34278,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2683 := z.EncBinary() - _ = yym2683 + yym2702 := z.EncBinary() + _ = yym2702 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2684 := !z.EncBinary() - yy2arr2684 := z.EncBasicHandle().StructToArray - var yyq2684 [4]bool - _, _, _ = yysep2684, yyq2684, yy2arr2684 - const yyr2684 bool = false - yyq2684[0] = x.Kind != "" - yyq2684[1] = x.APIVersion != "" - var yynn2684 int - if yyr2684 || yy2arr2684 { + yysep2703 := !z.EncBinary() + yy2arr2703 := z.EncBasicHandle().StructToArray + var yyq2703 [4]bool + _, _, _ = yysep2703, yyq2703, yy2arr2703 + const yyr2703 bool = false + yyq2703[0] = x.Kind != "" + yyq2703[1] = x.APIVersion != "" + var yynn2703 int + if yyr2703 || yy2arr2703 { r.EncodeArrayStart(4) } else { - yynn2684 = 2 - for _, b := range yyq2684 { + yynn2703 = 2 + for _, b := range yyq2703 { if b { - yynn2684++ + yynn2703++ } } - r.EncodeMapStart(yynn2684) - yynn2684 = 0 + r.EncodeMapStart(yynn2703) + yynn2703 = 0 } - if yyr2684 || yy2arr2684 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2684[0] { - yym2686 := z.EncBinary() - _ = yym2686 + if yyq2703[0] { + yym2705 := z.EncBinary() + _ = yym2705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34043,23 +34316,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2684[0] { + if yyq2703[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2687 := z.EncBinary() - _ = yym2687 + yym2706 := z.EncBinary() + _ = yym2706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2684 || yy2arr2684 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2684[1] { - yym2689 := z.EncBinary() - _ = yym2689 + if yyq2703[1] { + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34068,22 +34341,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2684[1] { + if yyq2703[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2690 := z.EncBinary() - _ = yym2690 + yym2709 := z.EncBinary() + _ = yym2709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2684 || yy2arr2684 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2692 := z.EncBinary() - _ = yym2692 + yym2711 := z.EncBinary() + _ = yym2711 if false { } else { r.EncodeBool(bool(x.Export)) @@ -34092,17 +34365,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2693 := z.EncBinary() - _ = yym2693 + yym2712 := z.EncBinary() + _ = yym2712 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr2684 || yy2arr2684 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2695 := z.EncBinary() - _ = yym2695 + yym2714 := z.EncBinary() + _ = yym2714 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -34111,14 +34384,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2696 := z.EncBinary() - _ = yym2696 + yym2715 := z.EncBinary() + _ = yym2715 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr2684 || yy2arr2684 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34131,25 +34404,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2697 := z.DecBinary() - _ = yym2697 + yym2716 := z.DecBinary() + _ = yym2716 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2698 := r.ContainerType() - if yyct2698 == codecSelferValueTypeMap1234 { - yyl2698 := r.ReadMapStart() - if yyl2698 == 0 { + yyct2717 := r.ContainerType() + if yyct2717 == codecSelferValueTypeMap1234 { + yyl2717 := r.ReadMapStart() + if yyl2717 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2698, d) + x.codecDecodeSelfFromMap(yyl2717, d) } - } else if yyct2698 == codecSelferValueTypeArray1234 { - yyl2698 := r.ReadArrayStart() - if yyl2698 == 0 { + } else if yyct2717 == codecSelferValueTypeArray1234 { + yyl2717 := r.ReadArrayStart() + if yyl2717 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2698, d) + x.codecDecodeSelfFromArray(yyl2717, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34161,12 +34434,12 @@ func (x *ExportOptions) 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 yys2718Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2718Slc + var yyhl2718 bool = l >= 0 + for yyj2718 := 0; ; yyj2718++ { + if yyhl2718 { + if yyj2718 >= l { break } } else { @@ -34175,10 +34448,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2699Slc = r.DecodeBytes(yys2699Slc, true, true) - yys2699 := string(yys2699Slc) + yys2718Slc = r.DecodeBytes(yys2718Slc, true, true) + yys2718 := string(yys2718Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2699 { + switch yys2718 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34204,9 +34477,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2699) - } // end switch yys2699 - } // end for yyj2699 + z.DecStructFieldNotFound(-1, yys2718) + } // end switch yys2718 + } // end for yyj2718 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34214,16 +34487,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2704 int - var yyb2704 bool - var yyhl2704 bool = l >= 0 - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + var yyj2723 int + var yyb2723 bool + var yyhl2723 bool = l >= 0 + yyj2723++ + if yyhl2723 { + yyb2723 = yyj2723 > l } else { - yyb2704 = r.CheckBreak() + yyb2723 = r.CheckBreak() } - if yyb2704 { + if yyb2723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34233,13 +34506,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2723++ + if yyhl2723 { + yyb2723 = yyj2723 > l } else { - yyb2704 = r.CheckBreak() + yyb2723 = r.CheckBreak() } - if yyb2704 { + if yyb2723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34249,13 +34522,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2723++ + if yyhl2723 { + yyb2723 = yyj2723 > l } else { - yyb2704 = r.CheckBreak() + yyb2723 = r.CheckBreak() } - if yyb2704 { + if yyb2723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34265,13 +34538,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2723++ + if yyhl2723 { + yyb2723 = yyj2723 > l } else { - yyb2704 = r.CheckBreak() + yyb2723 = r.CheckBreak() } - if yyb2704 { + if yyb2723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34282,17 +34555,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2723++ + if yyhl2723 { + yyb2723 = yyj2723 > l } else { - yyb2704 = r.CheckBreak() + yyb2723 = r.CheckBreak() } - if yyb2704 { + if yyb2723 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2704-1, "") + z.DecStructFieldNotFound(yyj2723-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34304,41 +34577,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2709 := z.EncBinary() - _ = yym2709 + yym2728 := z.EncBinary() + _ = yym2728 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2710 := !z.EncBinary() - yy2arr2710 := z.EncBasicHandle().StructToArray - var yyq2710 [7]bool - _, _, _ = yysep2710, yyq2710, yy2arr2710 - const yyr2710 bool = false - yyq2710[0] = x.Kind != "" - yyq2710[1] = x.APIVersion != "" - yyq2710[2] = x.LabelSelector != "" - yyq2710[3] = x.FieldSelector != "" - yyq2710[4] = x.Watch != false - yyq2710[5] = x.ResourceVersion != "" - yyq2710[6] = x.TimeoutSeconds != nil - var yynn2710 int - if yyr2710 || yy2arr2710 { + yysep2729 := !z.EncBinary() + yy2arr2729 := z.EncBasicHandle().StructToArray + var yyq2729 [7]bool + _, _, _ = yysep2729, yyq2729, yy2arr2729 + const yyr2729 bool = false + yyq2729[0] = x.Kind != "" + yyq2729[1] = x.APIVersion != "" + yyq2729[2] = x.LabelSelector != "" + yyq2729[3] = x.FieldSelector != "" + yyq2729[4] = x.Watch != false + yyq2729[5] = x.ResourceVersion != "" + yyq2729[6] = x.TimeoutSeconds != nil + var yynn2729 int + if yyr2729 || yy2arr2729 { r.EncodeArrayStart(7) } else { - yynn2710 = 0 - for _, b := range yyq2710 { + yynn2729 = 0 + for _, b := range yyq2729 { if b { - yynn2710++ + yynn2729++ } } - r.EncodeMapStart(yynn2710) - yynn2710 = 0 + r.EncodeMapStart(yynn2729) + yynn2729 = 0 } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[0] { - yym2712 := z.EncBinary() - _ = yym2712 + if yyq2729[0] { + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34347,23 +34620,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2710[0] { + if yyq2729[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2713 := z.EncBinary() - _ = yym2713 + yym2732 := z.EncBinary() + _ = yym2732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[1] { - yym2715 := z.EncBinary() - _ = yym2715 + if yyq2729[1] { + yym2734 := z.EncBinary() + _ = yym2734 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34372,23 +34645,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2710[1] { + if yyq2729[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2716 := z.EncBinary() - _ = yym2716 + yym2735 := z.EncBinary() + _ = yym2735 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[2] { - yym2718 := z.EncBinary() - _ = yym2718 + if yyq2729[2] { + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) @@ -34397,23 +34670,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2710[2] { + if yyq2729[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2719 := z.EncBinary() - _ = yym2719 + yym2738 := z.EncBinary() + _ = yym2738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[3] { - yym2721 := z.EncBinary() - _ = yym2721 + if yyq2729[3] { + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) @@ -34422,23 +34695,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2710[3] { + if yyq2729[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2722 := z.EncBinary() - _ = yym2722 + yym2741 := z.EncBinary() + _ = yym2741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[4] { - yym2724 := z.EncBinary() - _ = yym2724 + if yyq2729[4] { + yym2743 := z.EncBinary() + _ = yym2743 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -34447,23 +34720,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2710[4] { + if yyq2729[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2725 := z.EncBinary() - _ = yym2725 + yym2744 := z.EncBinary() + _ = yym2744 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[5] { - yym2727 := z.EncBinary() - _ = yym2727 + if yyq2729[5] { + yym2746 := z.EncBinary() + _ = yym2746 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -34472,54 +34745,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2710[5] { + if yyq2729[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2728 := z.EncBinary() - _ = yym2728 + yym2747 := z.EncBinary() + _ = yym2747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2710[6] { + if yyq2729[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2730 := *x.TimeoutSeconds - yym2731 := z.EncBinary() - _ = yym2731 + yy2749 := *x.TimeoutSeconds + yym2750 := z.EncBinary() + _ = yym2750 if false { } else { - r.EncodeInt(int64(yy2730)) + r.EncodeInt(int64(yy2749)) } } } else { r.EncodeNil() } } else { - if yyq2710[6] { + if yyq2729[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2732 := *x.TimeoutSeconds - yym2733 := z.EncBinary() - _ = yym2733 + yy2751 := *x.TimeoutSeconds + yym2752 := z.EncBinary() + _ = yym2752 if false { } else { - r.EncodeInt(int64(yy2732)) + r.EncodeInt(int64(yy2751)) } } } } - if yyr2710 || yy2arr2710 { + if yyr2729 || yy2arr2729 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34532,25 +34805,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2734 := z.DecBinary() - _ = yym2734 + yym2753 := z.DecBinary() + _ = yym2753 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2735 := r.ContainerType() - if yyct2735 == codecSelferValueTypeMap1234 { - yyl2735 := r.ReadMapStart() - if yyl2735 == 0 { + yyct2754 := r.ContainerType() + if yyct2754 == codecSelferValueTypeMap1234 { + yyl2754 := r.ReadMapStart() + if yyl2754 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2735, d) + x.codecDecodeSelfFromMap(yyl2754, d) } - } else if yyct2735 == codecSelferValueTypeArray1234 { - yyl2735 := r.ReadArrayStart() - if yyl2735 == 0 { + } else if yyct2754 == codecSelferValueTypeArray1234 { + yyl2754 := r.ReadArrayStart() + if yyl2754 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2735, d) + x.codecDecodeSelfFromArray(yyl2754, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34562,12 +34835,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2736Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2736Slc - var yyhl2736 bool = l >= 0 - for yyj2736 := 0; ; yyj2736++ { - if yyhl2736 { - if yyj2736 >= l { + var yys2755Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2755Slc + var yyhl2755 bool = l >= 0 + for yyj2755 := 0; ; yyj2755++ { + if yyhl2755 { + if yyj2755 >= l { break } } else { @@ -34576,10 +34849,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2736Slc = r.DecodeBytes(yys2736Slc, true, true) - yys2736 := string(yys2736Slc) + yys2755Slc = r.DecodeBytes(yys2755Slc, true, true) + yys2755 := string(yys2755Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2736 { + switch yys2755 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34625,17 +34898,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2744 := z.DecBinary() - _ = yym2744 + yym2763 := z.DecBinary() + _ = yym2763 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2736) - } // end switch yys2736 - } // end for yyj2736 + z.DecStructFieldNotFound(-1, yys2755) + } // end switch yys2755 + } // end for yyj2755 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34643,16 +34916,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2745 int - var yyb2745 bool - var yyhl2745 bool = l >= 0 - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + var yyj2764 int + var yyb2764 bool + var yyhl2764 bool = l >= 0 + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34662,13 +34935,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34678,13 +34951,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34694,13 +34967,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34710,13 +34983,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34726,13 +34999,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34742,13 +35015,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34761,25 +35034,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2753 := z.DecBinary() - _ = yym2753 + yym2772 := z.DecBinary() + _ = yym2772 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2745++ - if yyhl2745 { - yyb2745 = yyj2745 > l + yyj2764++ + if yyhl2764 { + yyb2764 = yyj2764 > l } else { - yyb2745 = r.CheckBreak() + yyb2764 = r.CheckBreak() } - if yyb2745 { + if yyb2764 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2745-1, "") + z.DecStructFieldNotFound(yyj2764-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34791,44 +35064,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2754 := z.EncBinary() - _ = yym2754 + yym2773 := z.EncBinary() + _ = yym2773 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2755 := !z.EncBinary() - yy2arr2755 := z.EncBasicHandle().StructToArray - var yyq2755 [10]bool - _, _, _ = yysep2755, yyq2755, yy2arr2755 - const yyr2755 bool = false - yyq2755[0] = x.Kind != "" - yyq2755[1] = x.APIVersion != "" - yyq2755[2] = x.Container != "" - yyq2755[3] = x.Follow != false - yyq2755[4] = x.Previous != false - yyq2755[5] = x.SinceSeconds != nil - yyq2755[6] = x.SinceTime != nil - yyq2755[7] = x.Timestamps != false - yyq2755[8] = x.TailLines != nil - yyq2755[9] = x.LimitBytes != nil - var yynn2755 int - if yyr2755 || yy2arr2755 { + yysep2774 := !z.EncBinary() + yy2arr2774 := z.EncBasicHandle().StructToArray + var yyq2774 [10]bool + _, _, _ = yysep2774, yyq2774, yy2arr2774 + const yyr2774 bool = false + yyq2774[0] = x.Kind != "" + yyq2774[1] = x.APIVersion != "" + yyq2774[2] = x.Container != "" + yyq2774[3] = x.Follow != false + yyq2774[4] = x.Previous != false + yyq2774[5] = x.SinceSeconds != nil + yyq2774[6] = x.SinceTime != nil + yyq2774[7] = x.Timestamps != false + yyq2774[8] = x.TailLines != nil + yyq2774[9] = x.LimitBytes != nil + var yynn2774 int + if yyr2774 || yy2arr2774 { r.EncodeArrayStart(10) } else { - yynn2755 = 0 - for _, b := range yyq2755 { + yynn2774 = 0 + for _, b := range yyq2774 { if b { - yynn2755++ + yynn2774++ } } - r.EncodeMapStart(yynn2755) - yynn2755 = 0 + r.EncodeMapStart(yynn2774) + yynn2774 = 0 } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[0] { - yym2757 := z.EncBinary() - _ = yym2757 + if yyq2774[0] { + yym2776 := z.EncBinary() + _ = yym2776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34837,23 +35110,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2755[0] { + if yyq2774[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2758 := z.EncBinary() - _ = yym2758 + yym2777 := z.EncBinary() + _ = yym2777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[1] { - yym2760 := z.EncBinary() - _ = yym2760 + if yyq2774[1] { + yym2779 := z.EncBinary() + _ = yym2779 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34862,23 +35135,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2755[1] { + if yyq2774[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2761 := z.EncBinary() - _ = yym2761 + yym2780 := z.EncBinary() + _ = yym2780 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[2] { - yym2763 := z.EncBinary() - _ = yym2763 + if yyq2774[2] { + yym2782 := z.EncBinary() + _ = yym2782 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -34887,23 +35160,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2755[2] { + if yyq2774[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2764 := z.EncBinary() - _ = yym2764 + yym2783 := z.EncBinary() + _ = yym2783 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[3] { - yym2766 := z.EncBinary() - _ = yym2766 + if yyq2774[3] { + yym2785 := z.EncBinary() + _ = yym2785 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -34912,23 +35185,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2755[3] { + if yyq2774[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2767 := z.EncBinary() - _ = yym2767 + yym2786 := z.EncBinary() + _ = yym2786 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[4] { - yym2769 := z.EncBinary() - _ = yym2769 + if yyq2774[4] { + yym2788 := z.EncBinary() + _ = yym2788 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -34937,66 +35210,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2755[4] { + if yyq2774[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2770 := z.EncBinary() - _ = yym2770 + yym2789 := z.EncBinary() + _ = yym2789 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[5] { + if yyq2774[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2772 := *x.SinceSeconds - yym2773 := z.EncBinary() - _ = yym2773 + yy2791 := *x.SinceSeconds + yym2792 := z.EncBinary() + _ = yym2792 if false { } else { - r.EncodeInt(int64(yy2772)) + r.EncodeInt(int64(yy2791)) } } } else { r.EncodeNil() } } else { - if yyq2755[5] { + if yyq2774[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2774 := *x.SinceSeconds - yym2775 := z.EncBinary() - _ = yym2775 + yy2793 := *x.SinceSeconds + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { - r.EncodeInt(int64(yy2774)) + r.EncodeInt(int64(yy2793)) } } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[6] { + if yyq2774[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym2777 := z.EncBinary() - _ = yym2777 + yym2796 := z.EncBinary() + _ = yym2796 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2777 { + } else if yym2796 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2777 && z.IsJSONHandle() { + } else if !yym2796 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -35006,20 +35279,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2755[6] { + if yyq2774[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym2778 := z.EncBinary() - _ = yym2778 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2778 { + } else if yym2797 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2778 && z.IsJSONHandle() { + } else if !yym2797 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -35027,11 +35300,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[7] { - yym2780 := z.EncBinary() - _ = yym2780 + if yyq2774[7] { + yym2799 := z.EncBinary() + _ = yym2799 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -35040,89 +35313,89 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2755[7] { + if yyq2774[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2781 := z.EncBinary() - _ = yym2781 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[8] { + if yyq2774[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy2783 := *x.TailLines - yym2784 := z.EncBinary() - _ = yym2784 + yy2802 := *x.TailLines + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { - r.EncodeInt(int64(yy2783)) + r.EncodeInt(int64(yy2802)) } } } else { r.EncodeNil() } } else { - if yyq2755[8] { + if yyq2774[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy2785 := *x.TailLines - yym2786 := z.EncBinary() - _ = yym2786 + yy2804 := *x.TailLines + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { - r.EncodeInt(int64(yy2785)) + r.EncodeInt(int64(yy2804)) } } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2755[9] { + if yyq2774[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy2788 := *x.LimitBytes - yym2789 := z.EncBinary() - _ = yym2789 + yy2807 := *x.LimitBytes + yym2808 := z.EncBinary() + _ = yym2808 if false { } else { - r.EncodeInt(int64(yy2788)) + r.EncodeInt(int64(yy2807)) } } } else { r.EncodeNil() } } else { - if yyq2755[9] { + if yyq2774[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy2790 := *x.LimitBytes - yym2791 := z.EncBinary() - _ = yym2791 + yy2809 := *x.LimitBytes + yym2810 := z.EncBinary() + _ = yym2810 if false { } else { - r.EncodeInt(int64(yy2790)) + r.EncodeInt(int64(yy2809)) } } } } - if yyr2755 || yy2arr2755 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35135,25 +35408,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2792 := z.DecBinary() - _ = yym2792 + yym2811 := z.DecBinary() + _ = yym2811 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2793 := r.ContainerType() - if yyct2793 == codecSelferValueTypeMap1234 { - yyl2793 := r.ReadMapStart() - if yyl2793 == 0 { + yyct2812 := r.ContainerType() + if yyct2812 == codecSelferValueTypeMap1234 { + yyl2812 := r.ReadMapStart() + if yyl2812 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2793, d) + x.codecDecodeSelfFromMap(yyl2812, d) } - } else if yyct2793 == codecSelferValueTypeArray1234 { - yyl2793 := r.ReadArrayStart() - if yyl2793 == 0 { + } else if yyct2812 == codecSelferValueTypeArray1234 { + yyl2812 := r.ReadArrayStart() + if yyl2812 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2793, d) + x.codecDecodeSelfFromArray(yyl2812, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35165,12 +35438,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2794Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2794Slc - var yyhl2794 bool = l >= 0 - for yyj2794 := 0; ; yyj2794++ { - if yyhl2794 { - if yyj2794 >= l { + var yys2813Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2813Slc + var yyhl2813 bool = l >= 0 + for yyj2813 := 0; ; yyj2813++ { + if yyhl2813 { + if yyj2813 >= l { break } } else { @@ -35179,10 +35452,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2794Slc = r.DecodeBytes(yys2794Slc, true, true) - yys2794 := string(yys2794Slc) + yys2813Slc = r.DecodeBytes(yys2813Slc, true, true) + yys2813 := string(yys2813Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2794 { + switch yys2813 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35222,8 +35495,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2801 := z.DecBinary() - _ = yym2801 + yym2820 := z.DecBinary() + _ = yym2820 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -35238,13 +35511,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2803 := z.DecBinary() - _ = yym2803 + yym2822 := z.DecBinary() + _ = yym2822 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2803 { + } else if yym2822 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2803 && z.IsJSONHandle() { + } else if !yym2822 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -35265,8 +35538,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2806 := z.DecBinary() - _ = yym2806 + yym2825 := z.DecBinary() + _ = yym2825 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -35281,17 +35554,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2808 := z.DecBinary() - _ = yym2808 + yym2827 := z.DecBinary() + _ = yym2827 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2794) - } // end switch yys2794 - } // end for yyj2794 + z.DecStructFieldNotFound(-1, yys2813) + } // end switch yys2813 + } // end for yyj2813 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35299,16 +35572,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2809 int - var yyb2809 bool - var yyhl2809 bool = l >= 0 - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + var yyj2828 int + var yyb2828 bool + var yyhl2828 bool = l >= 0 + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35318,13 +35591,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35334,13 +35607,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35350,13 +35623,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35366,13 +35639,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35382,13 +35655,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35401,20 +35674,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2816 := z.DecBinary() - _ = yym2816 + yym2835 := z.DecBinary() + _ = yym2835 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35427,25 +35700,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2818 := z.DecBinary() - _ = yym2818 + yym2837 := z.DecBinary() + _ = yym2837 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2818 { + } else if yym2837 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2818 && z.IsJSONHandle() { + } else if !yym2837 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35455,13 +35728,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35474,20 +35747,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2821 := z.DecBinary() - _ = yym2821 + yym2840 := z.DecBinary() + _ = yym2840 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35500,25 +35773,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2823 := z.DecBinary() - _ = yym2823 + yym2842 := z.DecBinary() + _ = yym2842 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2828++ + if yyhl2828 { + yyb2828 = yyj2828 > l } else { - yyb2809 = r.CheckBreak() + yyb2828 = r.CheckBreak() } - if yyb2809 { + if yyb2828 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2809-1, "") + z.DecStructFieldNotFound(yyj2828-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35530,212 +35803,212 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2824 := z.EncBinary() - _ = yym2824 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2825 := !z.EncBinary() - yy2arr2825 := z.EncBasicHandle().StructToArray - var yyq2825 [7]bool - _, _, _ = yysep2825, yyq2825, yy2arr2825 - const yyr2825 bool = false - yyq2825[0] = x.Kind != "" - yyq2825[1] = x.APIVersion != "" - yyq2825[2] = x.Stdin != false - yyq2825[3] = x.Stdout != false - yyq2825[4] = x.Stderr != false - yyq2825[5] = x.TTY != false - yyq2825[6] = x.Container != "" - var yynn2825 int - if yyr2825 || yy2arr2825 { + yysep2844 := !z.EncBinary() + yy2arr2844 := z.EncBasicHandle().StructToArray + var yyq2844 [7]bool + _, _, _ = yysep2844, yyq2844, yy2arr2844 + const yyr2844 bool = false + yyq2844[0] = x.Kind != "" + yyq2844[1] = x.APIVersion != "" + yyq2844[2] = x.Stdin != false + yyq2844[3] = x.Stdout != false + yyq2844[4] = x.Stderr != false + yyq2844[5] = x.TTY != false + yyq2844[6] = x.Container != "" + var yynn2844 int + if yyr2844 || yy2arr2844 { r.EncodeArrayStart(7) } else { - yynn2825 = 0 - for _, b := range yyq2825 { + yynn2844 = 0 + for _, b := range yyq2844 { if b { - yynn2825++ + yynn2844++ } } - r.EncodeMapStart(yynn2825) - yynn2825 = 0 + r.EncodeMapStart(yynn2844) + yynn2844 = 0 } - if yyr2825 || yy2arr2825 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[0] { - yym2827 := z.EncBinary() - _ = yym2827 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2825[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2828 := z.EncBinary() - _ = yym2828 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[1] { - yym2830 := z.EncBinary() - _ = yym2830 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2825[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2831 := z.EncBinary() - _ = yym2831 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[2] { - yym2833 := z.EncBinary() - _ = yym2833 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2825[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2834 := z.EncBinary() - _ = yym2834 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[3] { - yym2836 := z.EncBinary() - _ = yym2836 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2825[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2837 := z.EncBinary() - _ = yym2837 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[4] { - yym2839 := z.EncBinary() - _ = yym2839 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2825[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2840 := z.EncBinary() - _ = yym2840 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[5] { - yym2842 := z.EncBinary() - _ = yym2842 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2825[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2843 := z.EncBinary() - _ = yym2843 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr2825 || yy2arr2825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2825[6] { - yym2845 := z.EncBinary() - _ = yym2845 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2825[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("container")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2844[0] { yym2846 := z.EncBinary() _ = yym2846 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2844[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2847 := z.EncBinary() + _ = yym2847 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[1] { + yym2849 := z.EncBinary() + _ = yym2849 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2844[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2850 := z.EncBinary() + _ = yym2850 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[2] { + yym2852 := z.EncBinary() + _ = yym2852 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2844[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2853 := z.EncBinary() + _ = yym2853 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[3] { + yym2855 := z.EncBinary() + _ = yym2855 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2844[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2856 := z.EncBinary() + _ = yym2856 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[4] { + yym2858 := z.EncBinary() + _ = yym2858 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2844[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2859 := z.EncBinary() + _ = yym2859 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[5] { + yym2861 := z.EncBinary() + _ = yym2861 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2844[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tty")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2862 := z.EncBinary() + _ = yym2862 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } + } + if yyr2844 || yy2arr2844 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2844[6] { + yym2864 := z.EncBinary() + _ = yym2864 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2844[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("container")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2865 := z.EncBinary() + _ = yym2865 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2825 || yy2arr2825 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35748,25 +36021,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2847 := z.DecBinary() - _ = yym2847 + yym2866 := z.DecBinary() + _ = yym2866 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2848 := r.ContainerType() - if yyct2848 == codecSelferValueTypeMap1234 { - yyl2848 := r.ReadMapStart() - if yyl2848 == 0 { + yyct2867 := r.ContainerType() + if yyct2867 == codecSelferValueTypeMap1234 { + yyl2867 := r.ReadMapStart() + if yyl2867 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2848, d) + x.codecDecodeSelfFromMap(yyl2867, d) } - } else if yyct2848 == codecSelferValueTypeArray1234 { - yyl2848 := r.ReadArrayStart() - if yyl2848 == 0 { + } else if yyct2867 == codecSelferValueTypeArray1234 { + yyl2867 := r.ReadArrayStart() + if yyl2867 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2848, d) + x.codecDecodeSelfFromArray(yyl2867, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35778,12 +36051,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2849Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2849Slc - var yyhl2849 bool = l >= 0 - for yyj2849 := 0; ; yyj2849++ { - if yyhl2849 { - if yyj2849 >= l { + var yys2868Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2868Slc + var yyhl2868 bool = l >= 0 + for yyj2868 := 0; ; yyj2868++ { + if yyhl2868 { + if yyj2868 >= l { break } } else { @@ -35792,10 +36065,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2849Slc = r.DecodeBytes(yys2849Slc, true, true) - yys2849 := string(yys2849Slc) + yys2868Slc = r.DecodeBytes(yys2868Slc, true, true) + yys2868 := string(yys2868Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2849 { + switch yys2868 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35839,9 +36112,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2849) - } // end switch yys2849 - } // end for yyj2849 + z.DecStructFieldNotFound(-1, yys2868) + } // end switch yys2868 + } // end for yyj2868 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35849,16 +36122,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2857 int - var yyb2857 bool - var yyhl2857 bool = l >= 0 - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + var yyj2876 int + var yyb2876 bool + var yyhl2876 bool = l >= 0 + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35868,13 +36141,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35884,13 +36157,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35900,13 +36173,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35916,13 +36189,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35932,13 +36205,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35948,13 +36221,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35965,17 +36238,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj2857++ - if yyhl2857 { - yyb2857 = yyj2857 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2857 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2857 { + if yyb2876 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2857-1, "") + z.DecStructFieldNotFound(yyj2876-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35987,218 +36260,218 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2865 := z.EncBinary() - _ = yym2865 + yym2884 := z.EncBinary() + _ = yym2884 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2866 := !z.EncBinary() - yy2arr2866 := z.EncBasicHandle().StructToArray - var yyq2866 [8]bool - _, _, _ = yysep2866, yyq2866, yy2arr2866 - const yyr2866 bool = false - yyq2866[0] = x.Kind != "" - yyq2866[1] = x.APIVersion != "" - yyq2866[2] = x.Stdin != false - yyq2866[3] = x.Stdout != false - yyq2866[4] = x.Stderr != false - yyq2866[5] = x.TTY != false - yyq2866[6] = x.Container != "" - var yynn2866 int - if yyr2866 || yy2arr2866 { + yysep2885 := !z.EncBinary() + yy2arr2885 := z.EncBasicHandle().StructToArray + var yyq2885 [8]bool + _, _, _ = yysep2885, yyq2885, yy2arr2885 + const yyr2885 bool = false + yyq2885[0] = x.Kind != "" + yyq2885[1] = x.APIVersion != "" + yyq2885[2] = x.Stdin != false + yyq2885[3] = x.Stdout != false + yyq2885[4] = x.Stderr != false + yyq2885[5] = x.TTY != false + yyq2885[6] = x.Container != "" + var yynn2885 int + if yyr2885 || yy2arr2885 { r.EncodeArrayStart(8) } else { - yynn2866 = 1 - for _, b := range yyq2866 { + yynn2885 = 1 + for _, b := range yyq2885 { if b { - yynn2866++ + yynn2885++ } } - r.EncodeMapStart(yynn2866) - yynn2866 = 0 + r.EncodeMapStart(yynn2885) + yynn2885 = 0 } - if yyr2866 || yy2arr2866 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[0] { - yym2868 := z.EncBinary() - _ = yym2868 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2866[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2869 := z.EncBinary() - _ = yym2869 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[1] { - yym2871 := z.EncBinary() - _ = yym2871 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2866[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2872 := z.EncBinary() - _ = yym2872 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[2] { - yym2874 := z.EncBinary() - _ = yym2874 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2866[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2875 := z.EncBinary() - _ = yym2875 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[3] { - yym2877 := z.EncBinary() - _ = yym2877 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2866[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2878 := z.EncBinary() - _ = yym2878 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[4] { - yym2880 := z.EncBinary() - _ = yym2880 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2866[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2881 := z.EncBinary() - _ = yym2881 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[5] { - yym2883 := z.EncBinary() - _ = yym2883 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2866[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2884 := z.EncBinary() - _ = yym2884 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr2866 || yy2arr2866 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2866[6] { - yym2886 := z.EncBinary() - _ = yym2886 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2866[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("container")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2885[0] { yym2887 := z.EncBinary() _ = yym2887 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2885[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2888 := z.EncBinary() + _ = yym2888 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[1] { + yym2890 := z.EncBinary() + _ = yym2890 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2885[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2891 := z.EncBinary() + _ = yym2891 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[2] { + yym2893 := z.EncBinary() + _ = yym2893 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2885[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2894 := z.EncBinary() + _ = yym2894 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[3] { + yym2896 := z.EncBinary() + _ = yym2896 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2885[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2897 := z.EncBinary() + _ = yym2897 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[4] { + yym2899 := z.EncBinary() + _ = yym2899 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2885[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2900 := z.EncBinary() + _ = yym2900 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[5] { + yym2902 := z.EncBinary() + _ = yym2902 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2885[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tty")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2903 := z.EncBinary() + _ = yym2903 + if false { + } else { + r.EncodeBool(bool(x.TTY)) + } + } + } + if yyr2885 || yy2arr2885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2885[6] { + yym2905 := z.EncBinary() + _ = yym2905 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2885[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("container")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2906 := z.EncBinary() + _ = yym2906 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2866 || yy2arr2866 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym2889 := z.EncBinary() - _ = yym2889 + yym2908 := z.EncBinary() + _ = yym2908 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -36211,15 +36484,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym2890 := z.EncBinary() - _ = yym2890 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr2866 || yy2arr2866 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36232,25 +36505,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2891 := z.DecBinary() - _ = yym2891 + yym2910 := z.DecBinary() + _ = yym2910 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2892 := r.ContainerType() - if yyct2892 == codecSelferValueTypeMap1234 { - yyl2892 := r.ReadMapStart() - if yyl2892 == 0 { + yyct2911 := r.ContainerType() + if yyct2911 == codecSelferValueTypeMap1234 { + yyl2911 := r.ReadMapStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2892, d) + x.codecDecodeSelfFromMap(yyl2911, d) } - } else if yyct2892 == codecSelferValueTypeArray1234 { - yyl2892 := r.ReadArrayStart() - if yyl2892 == 0 { + } else if yyct2911 == codecSelferValueTypeArray1234 { + yyl2911 := r.ReadArrayStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2892, d) + x.codecDecodeSelfFromArray(yyl2911, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36262,12 +36535,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2893Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2893Slc - var yyhl2893 bool = l >= 0 - for yyj2893 := 0; ; yyj2893++ { - if yyhl2893 { - if yyj2893 >= l { + var yys2912Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2912Slc + var yyhl2912 bool = l >= 0 + for yyj2912 := 0; ; yyj2912++ { + if yyhl2912 { + if yyj2912 >= l { break } } else { @@ -36276,10 +36549,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2893Slc = r.DecodeBytes(yys2893Slc, true, true) - yys2893 := string(yys2893Slc) + yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) + yys2912 := string(yys2912Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2893 { + switch yys2912 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36326,18 +36599,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2901 := &x.Command - yym2902 := z.DecBinary() - _ = yym2902 + yyv2920 := &x.Command + yym2921 := z.DecBinary() + _ = yym2921 if false { } else { - z.F.DecSliceStringX(yyv2901, false, d) + z.F.DecSliceStringX(yyv2920, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2893) - } // end switch yys2893 - } // end for yyj2893 + z.DecStructFieldNotFound(-1, yys2912) + } // end switch yys2912 + } // end for yyj2912 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36345,16 +36618,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2903 int - var yyb2903 bool - var yyhl2903 bool = l >= 0 - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + var yyj2922 int + var yyb2922 bool + var yyhl2922 bool = l >= 0 + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36364,13 +36637,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36380,13 +36653,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36396,13 +36669,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36412,13 +36685,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36428,13 +36701,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36444,13 +36717,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36460,13 +36733,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36474,26 +36747,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2911 := &x.Command - yym2912 := z.DecBinary() - _ = yym2912 + yyv2930 := &x.Command + yym2931 := z.DecBinary() + _ = yym2931 if false { } else { - z.F.DecSliceStringX(yyv2911, false, d) + z.F.DecSliceStringX(yyv2930, false, d) } } for { - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2922++ + if yyhl2922 { + yyb2922 = yyj2922 > l } else { - yyb2903 = r.CheckBreak() + yyb2922 = r.CheckBreak() } - if yyb2903 { + if yyb2922 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2903-1, "") + z.DecStructFieldNotFound(yyj2922-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36505,37 +36778,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2913 := z.EncBinary() - _ = yym2913 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2914 := !z.EncBinary() - yy2arr2914 := z.EncBasicHandle().StructToArray - var yyq2914 [3]bool - _, _, _ = yysep2914, yyq2914, yy2arr2914 - const yyr2914 bool = false - yyq2914[0] = x.Kind != "" - yyq2914[1] = x.APIVersion != "" - yyq2914[2] = x.Path != "" - var yynn2914 int - if yyr2914 || yy2arr2914 { + yysep2933 := !z.EncBinary() + yy2arr2933 := z.EncBasicHandle().StructToArray + var yyq2933 [3]bool + _, _, _ = yysep2933, yyq2933, yy2arr2933 + const yyr2933 bool = false + yyq2933[0] = x.Kind != "" + yyq2933[1] = x.APIVersion != "" + yyq2933[2] = x.Path != "" + var yynn2933 int + if yyr2933 || yy2arr2933 { r.EncodeArrayStart(3) } else { - yynn2914 = 0 - for _, b := range yyq2914 { + yynn2933 = 0 + for _, b := range yyq2933 { if b { - yynn2914++ + yynn2933++ } } - r.EncodeMapStart(yynn2914) - yynn2914 = 0 + r.EncodeMapStart(yynn2933) + yynn2933 = 0 } - if yyr2914 || yy2arr2914 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2914[0] { - yym2916 := z.EncBinary() - _ = yym2916 + if yyq2933[0] { + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36544,23 +36817,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2914[0] { + if yyq2933[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2917 := z.EncBinary() - _ = yym2917 + yym2936 := z.EncBinary() + _ = yym2936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2914 || yy2arr2914 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2914[1] { - yym2919 := z.EncBinary() - _ = yym2919 + if yyq2933[1] { + yym2938 := z.EncBinary() + _ = yym2938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36569,23 +36842,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2914[1] { + if yyq2933[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2920 := z.EncBinary() - _ = yym2920 + yym2939 := z.EncBinary() + _ = yym2939 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2914 || yy2arr2914 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2914[2] { - yym2922 := z.EncBinary() - _ = yym2922 + if yyq2933[2] { + yym2941 := z.EncBinary() + _ = yym2941 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -36594,19 +36867,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2914[2] { + if yyq2933[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2923 := z.EncBinary() - _ = yym2923 + yym2942 := z.EncBinary() + _ = yym2942 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr2914 || yy2arr2914 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36619,25 +36892,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2924 := z.DecBinary() - _ = yym2924 + yym2943 := z.DecBinary() + _ = yym2943 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2925 := r.ContainerType() - if yyct2925 == codecSelferValueTypeMap1234 { - yyl2925 := r.ReadMapStart() - if yyl2925 == 0 { + yyct2944 := r.ContainerType() + if yyct2944 == codecSelferValueTypeMap1234 { + yyl2944 := r.ReadMapStart() + if yyl2944 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2925, d) + x.codecDecodeSelfFromMap(yyl2944, d) } - } else if yyct2925 == codecSelferValueTypeArray1234 { - yyl2925 := r.ReadArrayStart() - if yyl2925 == 0 { + } else if yyct2944 == codecSelferValueTypeArray1234 { + yyl2944 := r.ReadArrayStart() + if yyl2944 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2925, d) + x.codecDecodeSelfFromArray(yyl2944, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36649,12 +36922,12 @@ func (x *PodProxyOptions) 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 yys2945Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2945Slc + var yyhl2945 bool = l >= 0 + for yyj2945 := 0; ; yyj2945++ { + if yyhl2945 { + if yyj2945 >= l { break } } else { @@ -36663,10 +36936,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) - yys2926 := string(yys2926Slc) + yys2945Slc = r.DecodeBytes(yys2945Slc, true, true) + yys2945 := string(yys2945Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2926 { + switch yys2945 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36686,9 +36959,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2926) - } // end switch yys2926 - } // end for yyj2926 + z.DecStructFieldNotFound(-1, yys2945) + } // end switch yys2945 + } // end for yyj2945 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36696,16 +36969,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2930 int - var yyb2930 bool - var yyhl2930 bool = l >= 0 - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + var yyj2949 int + var yyb2949 bool + var yyhl2949 bool = l >= 0 + yyj2949++ + if yyhl2949 { + yyb2949 = yyj2949 > l } else { - yyb2930 = r.CheckBreak() + yyb2949 = r.CheckBreak() } - if yyb2930 { + if yyb2949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36715,13 +36988,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2949++ + if yyhl2949 { + yyb2949 = yyj2949 > l } else { - yyb2930 = r.CheckBreak() + yyb2949 = r.CheckBreak() } - if yyb2930 { + if yyb2949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36731,13 +37004,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2949++ + if yyhl2949 { + yyb2949 = yyj2949 > l } else { - yyb2930 = r.CheckBreak() + yyb2949 = r.CheckBreak() } - if yyb2930 { + if yyb2949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36748,17 +37021,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2949++ + if yyhl2949 { + yyb2949 = yyj2949 > l } else { - yyb2930 = r.CheckBreak() + yyb2949 = r.CheckBreak() } - if yyb2930 { + if yyb2949 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2930-1, "") + z.DecStructFieldNotFound(yyj2949-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36770,214 +37043,214 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2934 := z.EncBinary() - _ = yym2934 + yym2953 := z.EncBinary() + _ = yym2953 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2935 := !z.EncBinary() - yy2arr2935 := z.EncBasicHandle().StructToArray - var yyq2935 [7]bool - _, _, _ = yysep2935, yyq2935, yy2arr2935 - const yyr2935 bool = false - yyq2935[0] = x.Kind != "" - yyq2935[1] = x.Namespace != "" - yyq2935[2] = x.Name != "" - yyq2935[3] = x.UID != "" - yyq2935[4] = x.APIVersion != "" - yyq2935[5] = x.ResourceVersion != "" - yyq2935[6] = x.FieldPath != "" - var yynn2935 int - if yyr2935 || yy2arr2935 { + yysep2954 := !z.EncBinary() + yy2arr2954 := z.EncBasicHandle().StructToArray + var yyq2954 [7]bool + _, _, _ = yysep2954, yyq2954, yy2arr2954 + const yyr2954 bool = false + yyq2954[0] = x.Kind != "" + yyq2954[1] = x.Namespace != "" + yyq2954[2] = x.Name != "" + yyq2954[3] = x.UID != "" + yyq2954[4] = x.APIVersion != "" + yyq2954[5] = x.ResourceVersion != "" + yyq2954[6] = x.FieldPath != "" + var yynn2954 int + if yyr2954 || yy2arr2954 { r.EncodeArrayStart(7) } else { - yynn2935 = 0 - for _, b := range yyq2935 { + yynn2954 = 0 + for _, b := range yyq2954 { if b { - yynn2935++ + yynn2954++ } } - r.EncodeMapStart(yynn2935) - yynn2935 = 0 + r.EncodeMapStart(yynn2954) + yynn2954 = 0 } - if yyr2935 || yy2arr2935 { + if yyr2954 || yy2arr2954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[0] { - yym2937 := z.EncBinary() - _ = yym2937 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2938 := z.EncBinary() - _ = yym2938 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[1] { - yym2940 := z.EncBinary() - _ = yym2940 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2941 := z.EncBinary() - _ = yym2941 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[2] { - yym2943 := z.EncBinary() - _ = yym2943 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2944 := z.EncBinary() - _ = yym2944 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[3] { - yym2946 := z.EncBinary() - _ = yym2946 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2947 := z.EncBinary() - _ = yym2947 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[4] { - yym2949 := z.EncBinary() - _ = yym2949 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2950 := z.EncBinary() - _ = yym2950 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[5] { - yym2952 := z.EncBinary() - _ = yym2952 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2953 := z.EncBinary() - _ = yym2953 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr2935 || yy2arr2935 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[6] { - yym2955 := z.EncBinary() - _ = yym2955 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2935[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2954[0] { yym2956 := z.EncBinary() _ = yym2956 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2957 := z.EncBinary() + _ = yym2957 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[1] { + yym2959 := z.EncBinary() + _ = yym2959 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2960 := z.EncBinary() + _ = yym2960 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[2] { + yym2962 := z.EncBinary() + _ = yym2962 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2963 := z.EncBinary() + _ = yym2963 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[3] { + yym2965 := z.EncBinary() + _ = yym2965 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2966 := z.EncBinary() + _ = yym2966 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[4] { + yym2968 := z.EncBinary() + _ = yym2968 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2969 := z.EncBinary() + _ = yym2969 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[5] { + yym2971 := z.EncBinary() + _ = yym2971 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2972 := z.EncBinary() + _ = yym2972 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr2954 || yy2arr2954 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2954[6] { + yym2974 := z.EncBinary() + _ = yym2974 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2954[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2975 := z.EncBinary() + _ = yym2975 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr2935 || yy2arr2935 { + if yyr2954 || yy2arr2954 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36990,25 +37263,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2957 := z.DecBinary() - _ = yym2957 + yym2976 := z.DecBinary() + _ = yym2976 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2958 := r.ContainerType() - if yyct2958 == codecSelferValueTypeMap1234 { - yyl2958 := r.ReadMapStart() - if yyl2958 == 0 { + yyct2977 := r.ContainerType() + if yyct2977 == codecSelferValueTypeMap1234 { + yyl2977 := r.ReadMapStart() + if yyl2977 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2958, d) + x.codecDecodeSelfFromMap(yyl2977, d) } - } else if yyct2958 == codecSelferValueTypeArray1234 { - yyl2958 := r.ReadArrayStart() - if yyl2958 == 0 { + } else if yyct2977 == codecSelferValueTypeArray1234 { + yyl2977 := r.ReadArrayStart() + if yyl2977 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2958, d) + x.codecDecodeSelfFromArray(yyl2977, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37020,12 +37293,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2959Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2959Slc - var yyhl2959 bool = l >= 0 - for yyj2959 := 0; ; yyj2959++ { - if yyhl2959 { - if yyj2959 >= l { + var yys2978Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2978Slc + var yyhl2978 bool = l >= 0 + for yyj2978 := 0; ; yyj2978++ { + if yyhl2978 { + if yyj2978 >= l { break } } else { @@ -37034,10 +37307,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2959Slc = r.DecodeBytes(yys2959Slc, true, true) - yys2959 := string(yys2959Slc) + yys2978Slc = r.DecodeBytes(yys2978Slc, true, true) + yys2978 := string(yys2978Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2959 { + switch yys2978 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37081,9 +37354,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2959) - } // end switch yys2959 - } // end for yyj2959 + z.DecStructFieldNotFound(-1, yys2978) + } // end switch yys2978 + } // end for yyj2978 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37091,16 +37364,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2967 int - var yyb2967 bool - var yyhl2967 bool = l >= 0 - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + var yyj2986 int + var yyb2986 bool + var yyhl2986 bool = l >= 0 + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37110,13 +37383,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37126,13 +37399,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37142,13 +37415,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37158,13 +37431,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37174,13 +37447,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37190,13 +37463,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37207,17 +37480,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj2967++ - if yyhl2967 { - yyb2967 = yyj2967 > l + yyj2986++ + if yyhl2986 { + yyb2986 = yyj2986 > l } else { - yyb2967 = r.CheckBreak() + yyb2986 = r.CheckBreak() } - if yyb2967 { + if yyb2986 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2967-1, "") + z.DecStructFieldNotFound(yyj2986-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37229,35 +37502,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2975 := z.EncBinary() - _ = yym2975 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2976 := !z.EncBinary() - yy2arr2976 := z.EncBasicHandle().StructToArray - var yyq2976 [1]bool - _, _, _ = yysep2976, yyq2976, yy2arr2976 - const yyr2976 bool = false - yyq2976[0] = x.Name != "" - var yynn2976 int - if yyr2976 || yy2arr2976 { + yysep2995 := !z.EncBinary() + yy2arr2995 := z.EncBasicHandle().StructToArray + var yyq2995 [1]bool + _, _, _ = yysep2995, yyq2995, yy2arr2995 + const yyr2995 bool = false + yyq2995[0] = x.Name != "" + var yynn2995 int + if yyr2995 || yy2arr2995 { r.EncodeArrayStart(1) } else { - yynn2976 = 0 - for _, b := range yyq2976 { + yynn2995 = 0 + for _, b := range yyq2995 { if b { - yynn2976++ + yynn2995++ } } - r.EncodeMapStart(yynn2976) - yynn2976 = 0 + r.EncodeMapStart(yynn2995) + yynn2995 = 0 } - if yyr2976 || yy2arr2976 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[0] { - yym2978 := z.EncBinary() - _ = yym2978 + if yyq2995[0] { + yym2997 := z.EncBinary() + _ = yym2997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -37266,19 +37539,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[0] { + if yyq2995[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym2998 := z.EncBinary() + _ = yym2998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2976 || yy2arr2976 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37291,25 +37564,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2980 := z.DecBinary() - _ = yym2980 + yym2999 := z.DecBinary() + _ = yym2999 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2981 := r.ContainerType() - if yyct2981 == codecSelferValueTypeMap1234 { - yyl2981 := r.ReadMapStart() - if yyl2981 == 0 { + yyct3000 := r.ContainerType() + if yyct3000 == codecSelferValueTypeMap1234 { + yyl3000 := r.ReadMapStart() + if yyl3000 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2981, d) + x.codecDecodeSelfFromMap(yyl3000, d) } - } else if yyct2981 == codecSelferValueTypeArray1234 { - yyl2981 := r.ReadArrayStart() - if yyl2981 == 0 { + } else if yyct3000 == codecSelferValueTypeArray1234 { + yyl3000 := r.ReadArrayStart() + if yyl3000 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2981, d) + x.codecDecodeSelfFromArray(yyl3000, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37321,12 +37594,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2982Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2982Slc - var yyhl2982 bool = l >= 0 - for yyj2982 := 0; ; yyj2982++ { - if yyhl2982 { - if yyj2982 >= l { + var yys3001Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3001Slc + var yyhl3001 bool = l >= 0 + for yyj3001 := 0; ; yyj3001++ { + if yyhl3001 { + if yyj3001 >= l { break } } else { @@ -37335,10 +37608,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2982Slc = r.DecodeBytes(yys2982Slc, true, true) - yys2982 := string(yys2982Slc) + yys3001Slc = r.DecodeBytes(yys3001Slc, true, true) + yys3001 := string(yys3001Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2982 { + switch yys3001 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37346,239 +37619,13 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2982) - } // end switch yys2982 - } // end for yyj2982 + z.DecStructFieldNotFound(-1, yys3001) + } // end switch yys3001 + } // end for yyj3001 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2984 int - var yyb2984 bool - var yyhl2984 bool = l >= 0 - yyj2984++ - if yyhl2984 { - yyb2984 = yyj2984 > l - } else { - yyb2984 = r.CheckBreak() - } - if yyb2984 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Name = "" - } else { - x.Name = string(r.DecodeString()) - } - for { - yyj2984++ - if yyhl2984 { - yyb2984 = yyj2984 > l - } else { - yyb2984 = r.CheckBreak() - } - if yyb2984 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2984-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2986 := z.EncBinary() - _ = yym2986 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2987 := !z.EncBinary() - yy2arr2987 := z.EncBasicHandle().StructToArray - var yyq2987 [3]bool - _, _, _ = yysep2987, yyq2987, yy2arr2987 - const yyr2987 bool = false - yyq2987[0] = x.Kind != "" - yyq2987[1] = x.APIVersion != "" - yyq2987[2] = true - var yynn2987 int - if yyr2987 || yy2arr2987 { - r.EncodeArrayStart(3) - } else { - yynn2987 = 0 - for _, b := range yyq2987 { - if b { - yynn2987++ - } - } - r.EncodeMapStart(yynn2987) - yynn2987 = 0 - } - if yyr2987 || yy2arr2987 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2987[0] { - yym2989 := z.EncBinary() - _ = yym2989 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2987[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2990 := z.EncBinary() - _ = yym2990 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2987 || yy2arr2987 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2987[1] { - yym2992 := z.EncBinary() - _ = yym2992 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2987[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2993 := z.EncBinary() - _ = yym2993 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2987 || yy2arr2987 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2987[2] { - yy2995 := &x.Reference - yy2995.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2987[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reference")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2996 := &x.Reference - yy2996.CodecEncodeSelf(e) - } - } - if yyr2987 || yy2arr2987 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2997 := z.DecBinary() - _ = yym2997 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2998 := r.ContainerType() - if yyct2998 == codecSelferValueTypeMap1234 { - yyl2998 := r.ReadMapStart() - if yyl2998 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2998, d) - } - } else if yyct2998 == codecSelferValueTypeArray1234 { - yyl2998 := r.ReadArrayStart() - if yyl2998 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2998, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2999Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2999Slc - var yyhl2999 bool = l >= 0 - for yyj2999 := 0; ; yyj2999++ { - if yyhl2999 { - if yyj2999 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2999Slc = r.DecodeBytes(yys2999Slc, true, true) - yys2999 := string(yys2999Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2999 { - 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 "reference": - if r.TryDecodeAsNil() { - x.Reference = ObjectReference{} - } else { - yyv3002 := &x.Reference - yyv3002.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys2999) - } // end switch yys2999 - } // end for yyj2999 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -37597,42 +37644,9 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Kind = "" + x.Name = "" } else { - x.Kind = string(r.DecodeString()) - } - yyj3003++ - if yyhl3003 { - yyb3003 = yyj3003 > l - } else { - yyb3003 = r.CheckBreak() - } - if yyb3003 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3003++ - if yyhl3003 { - yyb3003 = yyj3003 > l - } else { - yyb3003 = r.CheckBreak() - } - if yyb3003 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reference = ObjectReference{} - } else { - yyv3006 := &x.Reference - yyv3006.CodecDecodeSelf(d) + x.Name = string(r.DecodeString()) } for { yyj3003++ @@ -37650,6 +37664,265 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3005 := z.EncBinary() + _ = yym3005 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3006 := !z.EncBinary() + yy2arr3006 := z.EncBasicHandle().StructToArray + var yyq3006 [3]bool + _, _, _ = yysep3006, yyq3006, yy2arr3006 + const yyr3006 bool = false + yyq3006[0] = x.Kind != "" + yyq3006[1] = x.APIVersion != "" + yyq3006[2] = true + var yynn3006 int + if yyr3006 || yy2arr3006 { + r.EncodeArrayStart(3) + } else { + yynn3006 = 0 + for _, b := range yyq3006 { + if b { + yynn3006++ + } + } + r.EncodeMapStart(yynn3006) + yynn3006 = 0 + } + if yyr3006 || yy2arr3006 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3006[0] { + yym3008 := z.EncBinary() + _ = yym3008 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3006[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3009 := z.EncBinary() + _ = yym3009 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3006 || yy2arr3006 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3006[1] { + yym3011 := z.EncBinary() + _ = yym3011 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3006[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3012 := z.EncBinary() + _ = yym3012 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3006 || yy2arr3006 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3006[2] { + yy3014 := &x.Reference + yy3014.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3006[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reference")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3015 := &x.Reference + yy3015.CodecEncodeSelf(e) + } + } + if yyr3006 || yy2arr3006 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3016 := z.DecBinary() + _ = yym3016 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3017 := r.ContainerType() + if yyct3017 == codecSelferValueTypeMap1234 { + yyl3017 := r.ReadMapStart() + if yyl3017 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3017, d) + } + } else if yyct3017 == codecSelferValueTypeArray1234 { + yyl3017 := r.ReadArrayStart() + if yyl3017 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3017, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3018Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3018Slc + var yyhl3018 bool = l >= 0 + for yyj3018 := 0; ; yyj3018++ { + if yyhl3018 { + if yyj3018 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3018Slc = r.DecodeBytes(yys3018Slc, true, true) + yys3018 := string(yys3018Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3018 { + 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 "reference": + if r.TryDecodeAsNil() { + x.Reference = ObjectReference{} + } else { + yyv3021 := &x.Reference + yyv3021.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3018) + } // end switch yys3018 + } // end for yyj3018 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3022 int + var yyb3022 bool + var yyhl3022 bool = l >= 0 + yyj3022++ + if yyhl3022 { + yyb3022 = yyj3022 > l + } else { + yyb3022 = r.CheckBreak() + } + if yyb3022 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3022++ + if yyhl3022 { + yyb3022 = yyj3022 > l + } else { + yyb3022 = r.CheckBreak() + } + if yyb3022 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3022++ + if yyhl3022 { + yyb3022 = yyj3022 > l + } else { + yyb3022 = r.CheckBreak() + } + if yyb3022 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Reference = ObjectReference{} + } else { + yyv3025 := &x.Reference + yyv3025.CodecDecodeSelf(d) + } + for { + yyj3022++ + if yyhl3022 { + yyb3022 = yyj3022 > l + } else { + yyb3022 = r.CheckBreak() + } + if yyb3022 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3022-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -37657,36 +37930,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3007 := z.EncBinary() - _ = yym3007 + yym3026 := z.EncBinary() + _ = yym3026 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3008 := !z.EncBinary() - yy2arr3008 := z.EncBasicHandle().StructToArray - var yyq3008 [2]bool - _, _, _ = yysep3008, yyq3008, yy2arr3008 - const yyr3008 bool = false - yyq3008[0] = x.Component != "" - yyq3008[1] = x.Host != "" - var yynn3008 int - if yyr3008 || yy2arr3008 { + yysep3027 := !z.EncBinary() + yy2arr3027 := z.EncBasicHandle().StructToArray + var yyq3027 [2]bool + _, _, _ = yysep3027, yyq3027, yy2arr3027 + const yyr3027 bool = false + yyq3027[0] = x.Component != "" + yyq3027[1] = x.Host != "" + var yynn3027 int + if yyr3027 || yy2arr3027 { r.EncodeArrayStart(2) } else { - yynn3008 = 0 - for _, b := range yyq3008 { + yynn3027 = 0 + for _, b := range yyq3027 { if b { - yynn3008++ + yynn3027++ } } - r.EncodeMapStart(yynn3008) - yynn3008 = 0 + r.EncodeMapStart(yynn3027) + yynn3027 = 0 } - if yyr3008 || yy2arr3008 { + if yyr3027 || yy2arr3027 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3008[0] { - yym3010 := z.EncBinary() - _ = yym3010 + if yyq3027[0] { + yym3029 := z.EncBinary() + _ = yym3029 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -37695,23 +37968,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3008[0] { + if yyq3027[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3011 := z.EncBinary() - _ = yym3011 + yym3030 := z.EncBinary() + _ = yym3030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3008 || yy2arr3008 { + if yyr3027 || yy2arr3027 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3008[1] { - yym3013 := z.EncBinary() - _ = yym3013 + if yyq3027[1] { + yym3032 := z.EncBinary() + _ = yym3032 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -37720,19 +37993,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3008[1] { + if yyq3027[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3014 := z.EncBinary() - _ = yym3014 + yym3033 := z.EncBinary() + _ = yym3033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3008 || yy2arr3008 { + if yyr3027 || yy2arr3027 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37745,25 +38018,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3015 := z.DecBinary() - _ = yym3015 + yym3034 := z.DecBinary() + _ = yym3034 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3016 := r.ContainerType() - if yyct3016 == codecSelferValueTypeMap1234 { - yyl3016 := r.ReadMapStart() - if yyl3016 == 0 { + yyct3035 := r.ContainerType() + if yyct3035 == codecSelferValueTypeMap1234 { + yyl3035 := r.ReadMapStart() + if yyl3035 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3016, d) + x.codecDecodeSelfFromMap(yyl3035, d) } - } else if yyct3016 == codecSelferValueTypeArray1234 { - yyl3016 := r.ReadArrayStart() - if yyl3016 == 0 { + } else if yyct3035 == codecSelferValueTypeArray1234 { + yyl3035 := r.ReadArrayStart() + if yyl3035 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3016, d) + x.codecDecodeSelfFromArray(yyl3035, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37775,12 +38048,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3017Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3017Slc - var yyhl3017 bool = l >= 0 - for yyj3017 := 0; ; yyj3017++ { - if yyhl3017 { - if yyj3017 >= l { + var yys3036Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3036Slc + var yyhl3036 bool = l >= 0 + for yyj3036 := 0; ; yyj3036++ { + if yyhl3036 { + if yyj3036 >= l { break } } else { @@ -37789,10 +38062,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3017Slc = r.DecodeBytes(yys3017Slc, true, true) - yys3017 := string(yys3017Slc) + yys3036Slc = r.DecodeBytes(yys3036Slc, true, true) + yys3036 := string(yys3036Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3017 { + switch yys3036 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -37806,9 +38079,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3017) - } // end switch yys3017 - } // end for yyj3017 + z.DecStructFieldNotFound(-1, yys3036) + } // end switch yys3036 + } // end for yyj3036 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37816,16 +38089,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3020 int - var yyb3020 bool - var yyhl3020 bool = l >= 0 - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + var yyj3039 int + var yyb3039 bool + var yyhl3039 bool = l >= 0 + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3020 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3020 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37835,13 +38108,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3020 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3020 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37852,17 +38125,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3020 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3020 { + if yyb3039 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3020-1, "") + z.DecStructFieldNotFound(yyj3039-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37874,43 +38147,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3023 := z.EncBinary() - _ = yym3023 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3024 := !z.EncBinary() - yy2arr3024 := z.EncBasicHandle().StructToArray - var yyq3024 [11]bool - _, _, _ = yysep3024, yyq3024, yy2arr3024 - const yyr3024 bool = false - yyq3024[0] = x.Kind != "" - yyq3024[1] = x.APIVersion != "" - yyq3024[4] = x.Reason != "" - yyq3024[5] = x.Message != "" - yyq3024[6] = true - yyq3024[7] = true - yyq3024[8] = true - yyq3024[9] = x.Count != 0 - yyq3024[10] = x.Type != "" - var yynn3024 int - if yyr3024 || yy2arr3024 { + yysep3043 := !z.EncBinary() + yy2arr3043 := z.EncBasicHandle().StructToArray + var yyq3043 [11]bool + _, _, _ = yysep3043, yyq3043, yy2arr3043 + const yyr3043 bool = false + yyq3043[0] = x.Kind != "" + yyq3043[1] = x.APIVersion != "" + yyq3043[4] = x.Reason != "" + yyq3043[5] = x.Message != "" + yyq3043[6] = true + yyq3043[7] = true + yyq3043[8] = true + yyq3043[9] = x.Count != 0 + yyq3043[10] = x.Type != "" + var yynn3043 int + if yyr3043 || yy2arr3043 { r.EncodeArrayStart(11) } else { - yynn3024 = 2 - for _, b := range yyq3024 { + yynn3043 = 2 + for _, b := range yyq3043 { if b { - yynn3024++ + yynn3043++ } } - r.EncodeMapStart(yynn3024) - yynn3024 = 0 + r.EncodeMapStart(yynn3043) + yynn3043 = 0 } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[0] { - yym3026 := z.EncBinary() - _ = yym3026 + if yyq3043[0] { + yym3045 := z.EncBinary() + _ = yym3045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37919,23 +38192,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3024[0] { + if yyq3043[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3027 := z.EncBinary() - _ = yym3027 + yym3046 := z.EncBinary() + _ = yym3046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[1] { - yym3029 := z.EncBinary() - _ = yym3029 + if yyq3043[1] { + yym3048 := z.EncBinary() + _ = yym3048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37944,45 +38217,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3024[1] { + if yyq3043[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3030 := z.EncBinary() - _ = yym3030 + yym3049 := z.EncBinary() + _ = yym3049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3032 := &x.ObjectMeta - yy3032.CodecEncodeSelf(e) + yy3051 := &x.ObjectMeta + yy3051.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3033 := &x.ObjectMeta - yy3033.CodecEncodeSelf(e) + yy3052 := &x.ObjectMeta + yy3052.CodecEncodeSelf(e) } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3035 := &x.InvolvedObject - yy3035.CodecEncodeSelf(e) + yy3054 := &x.InvolvedObject + yy3054.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3036 := &x.InvolvedObject - yy3036.CodecEncodeSelf(e) + yy3055 := &x.InvolvedObject + yy3055.CodecEncodeSelf(e) } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[4] { - yym3038 := z.EncBinary() - _ = yym3038 + if yyq3043[4] { + yym3057 := z.EncBinary() + _ = yym3057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -37991,23 +38264,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3024[4] { + if yyq3043[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3039 := z.EncBinary() - _ = yym3039 + yym3058 := z.EncBinary() + _ = yym3058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[5] { - yym3041 := z.EncBinary() - _ = yym3041 + if yyq3043[5] { + yym3060 := z.EncBinary() + _ = yym3060 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -38016,114 +38289,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3024[5] { + if yyq3043[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3042 := z.EncBinary() - _ = yym3042 + yym3061 := z.EncBinary() + _ = yym3061 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[6] { - yy3044 := &x.Source - yy3044.CodecEncodeSelf(e) + if yyq3043[6] { + yy3063 := &x.Source + yy3063.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3024[6] { + if yyq3043[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3045 := &x.Source - yy3045.CodecEncodeSelf(e) + yy3064 := &x.Source + yy3064.CodecEncodeSelf(e) } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[7] { - yy3047 := &x.FirstTimestamp - yym3048 := z.EncBinary() - _ = yym3048 + if yyq3043[7] { + yy3066 := &x.FirstTimestamp + yym3067 := z.EncBinary() + _ = yym3067 if false { - } else if z.HasExtensions() && z.EncExt(yy3047) { - } else if yym3048 { - z.EncBinaryMarshal(yy3047) - } else if !yym3048 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3047) + } else if z.HasExtensions() && z.EncExt(yy3066) { + } else if yym3067 { + z.EncBinaryMarshal(yy3066) + } else if !yym3067 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3066) } else { - z.EncFallback(yy3047) + z.EncFallback(yy3066) } } else { r.EncodeNil() } } else { - if yyq3024[7] { + if yyq3043[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3049 := &x.FirstTimestamp - yym3050 := z.EncBinary() - _ = yym3050 + yy3068 := &x.FirstTimestamp + yym3069 := z.EncBinary() + _ = yym3069 if false { - } else if z.HasExtensions() && z.EncExt(yy3049) { - } else if yym3050 { - z.EncBinaryMarshal(yy3049) - } else if !yym3050 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3049) + } else if z.HasExtensions() && z.EncExt(yy3068) { + } else if yym3069 { + z.EncBinaryMarshal(yy3068) + } else if !yym3069 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3068) } else { - z.EncFallback(yy3049) + z.EncFallback(yy3068) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[8] { - yy3052 := &x.LastTimestamp - yym3053 := z.EncBinary() - _ = yym3053 + if yyq3043[8] { + yy3071 := &x.LastTimestamp + yym3072 := z.EncBinary() + _ = yym3072 if false { - } else if z.HasExtensions() && z.EncExt(yy3052) { - } else if yym3053 { - z.EncBinaryMarshal(yy3052) - } else if !yym3053 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3052) + } else if z.HasExtensions() && z.EncExt(yy3071) { + } else if yym3072 { + z.EncBinaryMarshal(yy3071) + } else if !yym3072 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3071) } else { - z.EncFallback(yy3052) + z.EncFallback(yy3071) } } else { r.EncodeNil() } } else { - if yyq3024[8] { + if yyq3043[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3054 := &x.LastTimestamp - yym3055 := z.EncBinary() - _ = yym3055 + yy3073 := &x.LastTimestamp + yym3074 := z.EncBinary() + _ = yym3074 if false { - } else if z.HasExtensions() && z.EncExt(yy3054) { - } else if yym3055 { - z.EncBinaryMarshal(yy3054) - } else if !yym3055 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3054) + } else if z.HasExtensions() && z.EncExt(yy3073) { + } else if yym3074 { + z.EncBinaryMarshal(yy3073) + } else if !yym3074 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3073) } else { - z.EncFallback(yy3054) + z.EncFallback(yy3073) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[9] { - yym3057 := z.EncBinary() - _ = yym3057 + if yyq3043[9] { + yym3076 := z.EncBinary() + _ = yym3076 if false { } else { r.EncodeInt(int64(x.Count)) @@ -38132,23 +38405,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3024[9] { + if yyq3043[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3058 := z.EncBinary() - _ = yym3058 + yym3077 := z.EncBinary() + _ = yym3077 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3024[10] { - yym3060 := z.EncBinary() - _ = yym3060 + if yyq3043[10] { + yym3079 := z.EncBinary() + _ = yym3079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -38157,19 +38430,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3024[10] { + if yyq3043[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3061 := z.EncBinary() - _ = yym3061 + yym3080 := z.EncBinary() + _ = yym3080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3024 || yy2arr3024 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38182,25 +38455,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3062 := z.DecBinary() - _ = yym3062 + yym3081 := z.DecBinary() + _ = yym3081 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3063 := r.ContainerType() - if yyct3063 == codecSelferValueTypeMap1234 { - yyl3063 := r.ReadMapStart() - if yyl3063 == 0 { + yyct3082 := r.ContainerType() + if yyct3082 == codecSelferValueTypeMap1234 { + yyl3082 := r.ReadMapStart() + if yyl3082 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3063, d) + x.codecDecodeSelfFromMap(yyl3082, d) } - } else if yyct3063 == codecSelferValueTypeArray1234 { - yyl3063 := r.ReadArrayStart() - if yyl3063 == 0 { + } else if yyct3082 == codecSelferValueTypeArray1234 { + yyl3082 := r.ReadArrayStart() + if yyl3082 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3063, d) + x.codecDecodeSelfFromArray(yyl3082, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38212,12 +38485,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3064Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3064Slc - var yyhl3064 bool = l >= 0 - for yyj3064 := 0; ; yyj3064++ { - if yyhl3064 { - if yyj3064 >= l { + var yys3083Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3083Slc + var yyhl3083 bool = l >= 0 + for yyj3083 := 0; ; yyj3083++ { + if yyhl3083 { + if yyj3083 >= l { break } } else { @@ -38226,10 +38499,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3064Slc = r.DecodeBytes(yys3064Slc, true, true) - yys3064 := string(yys3064Slc) + yys3083Slc = r.DecodeBytes(yys3083Slc, true, true) + yys3083 := string(yys3083Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3064 { + switch yys3083 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38246,15 +38519,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3067 := &x.ObjectMeta - yyv3067.CodecDecodeSelf(d) + yyv3086 := &x.ObjectMeta + yyv3086.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3068 := &x.InvolvedObject - yyv3068.CodecDecodeSelf(d) + yyv3087 := &x.InvolvedObject + yyv3087.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -38272,41 +38545,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3071 := &x.Source - yyv3071.CodecDecodeSelf(d) + yyv3090 := &x.Source + yyv3090.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3072 := &x.FirstTimestamp - yym3073 := z.DecBinary() - _ = yym3073 + yyv3091 := &x.FirstTimestamp + yym3092 := z.DecBinary() + _ = yym3092 if false { - } else if z.HasExtensions() && z.DecExt(yyv3072) { - } else if yym3073 { - z.DecBinaryUnmarshal(yyv3072) - } else if !yym3073 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3072) + } else if z.HasExtensions() && z.DecExt(yyv3091) { + } else if yym3092 { + z.DecBinaryUnmarshal(yyv3091) + } else if !yym3092 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3091) } else { - z.DecFallback(yyv3072, false) + z.DecFallback(yyv3091, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3074 := &x.LastTimestamp - yym3075 := z.DecBinary() - _ = yym3075 + yyv3093 := &x.LastTimestamp + yym3094 := z.DecBinary() + _ = yym3094 if false { - } else if z.HasExtensions() && z.DecExt(yyv3074) { - } else if yym3075 { - z.DecBinaryUnmarshal(yyv3074) - } else if !yym3075 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3074) + } else if z.HasExtensions() && z.DecExt(yyv3093) { + } else if yym3094 { + z.DecBinaryUnmarshal(yyv3093) + } else if !yym3094 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3093) } else { - z.DecFallback(yyv3074, false) + z.DecFallback(yyv3093, false) } } case "count": @@ -38322,9 +38595,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3064) - } // end switch yys3064 - } // end for yyj3064 + z.DecStructFieldNotFound(-1, yys3083) + } // end switch yys3083 + } // end for yyj3083 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38332,16 +38605,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3078 int - var yyb3078 bool - var yyhl3078 bool = l >= 0 - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + var yyj3097 int + var yyb3097 bool + var yyhl3097 bool = l >= 0 + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38351,13 +38624,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38367,13 +38640,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38381,16 +38654,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3081 := &x.ObjectMeta - yyv3081.CodecDecodeSelf(d) + yyv3100 := &x.ObjectMeta + yyv3100.CodecDecodeSelf(d) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38398,16 +38671,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3082 := &x.InvolvedObject - yyv3082.CodecDecodeSelf(d) + yyv3101 := &x.InvolvedObject + yyv3101.CodecDecodeSelf(d) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38417,13 +38690,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38433,13 +38706,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38447,16 +38720,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3085 := &x.Source - yyv3085.CodecDecodeSelf(d) + yyv3104 := &x.Source + yyv3104.CodecDecodeSelf(d) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38464,26 +38737,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3086 := &x.FirstTimestamp - yym3087 := z.DecBinary() - _ = yym3087 + yyv3105 := &x.FirstTimestamp + yym3106 := z.DecBinary() + _ = yym3106 if false { - } else if z.HasExtensions() && z.DecExt(yyv3086) { - } else if yym3087 { - z.DecBinaryUnmarshal(yyv3086) - } else if !yym3087 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3086) + } else if z.HasExtensions() && z.DecExt(yyv3105) { + } else if yym3106 { + z.DecBinaryUnmarshal(yyv3105) + } else if !yym3106 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3105) } else { - z.DecFallback(yyv3086, false) + z.DecFallback(yyv3105, false) } } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38491,26 +38764,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3088 := &x.LastTimestamp - yym3089 := z.DecBinary() - _ = yym3089 + yyv3107 := &x.LastTimestamp + yym3108 := z.DecBinary() + _ = yym3108 if false { - } else if z.HasExtensions() && z.DecExt(yyv3088) { - } else if yym3089 { - z.DecBinaryUnmarshal(yyv3088) - } else if !yym3089 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3088) + } else if z.HasExtensions() && z.DecExt(yyv3107) { + } else if yym3108 { + z.DecBinaryUnmarshal(yyv3107) + } else if !yym3108 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3107) } else { - z.DecFallback(yyv3088, false) + z.DecFallback(yyv3107, false) } } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38520,13 +38793,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38537,17 +38810,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3097++ + if yyhl3097 { + yyb3097 = yyj3097 > l } else { - yyb3078 = r.CheckBreak() + yyb3097 = r.CheckBreak() } - if yyb3078 { + if yyb3097 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3078-1, "") + z.DecStructFieldNotFound(yyj3097-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38559,37 +38832,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3092 := z.EncBinary() - _ = yym3092 + yym3111 := z.EncBinary() + _ = yym3111 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3093 := !z.EncBinary() - yy2arr3093 := z.EncBasicHandle().StructToArray - var yyq3093 [4]bool - _, _, _ = yysep3093, yyq3093, yy2arr3093 - const yyr3093 bool = false - yyq3093[0] = x.Kind != "" - yyq3093[1] = x.APIVersion != "" - yyq3093[2] = true - var yynn3093 int - if yyr3093 || yy2arr3093 { + yysep3112 := !z.EncBinary() + yy2arr3112 := z.EncBasicHandle().StructToArray + var yyq3112 [4]bool + _, _, _ = yysep3112, yyq3112, yy2arr3112 + const yyr3112 bool = false + yyq3112[0] = x.Kind != "" + yyq3112[1] = x.APIVersion != "" + yyq3112[2] = true + var yynn3112 int + if yyr3112 || yy2arr3112 { r.EncodeArrayStart(4) } else { - yynn3093 = 1 - for _, b := range yyq3093 { + yynn3112 = 1 + for _, b := range yyq3112 { if b { - yynn3093++ + yynn3112++ } } - r.EncodeMapStart(yynn3093) - yynn3093 = 0 + r.EncodeMapStart(yynn3112) + yynn3112 = 0 } - if yyr3093 || yy2arr3093 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3093[0] { - yym3095 := z.EncBinary() - _ = yym3095 + if yyq3112[0] { + yym3114 := z.EncBinary() + _ = yym3114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38598,23 +38871,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3093[0] { + if yyq3112[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3096 := z.EncBinary() - _ = yym3096 + yym3115 := z.EncBinary() + _ = yym3115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3093 || yy2arr3093 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3093[1] { - yym3098 := z.EncBinary() - _ = yym3098 + if yyq3112[1] { + yym3117 := z.EncBinary() + _ = yym3117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38623,54 +38896,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3093[1] { + if yyq3112[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3099 := z.EncBinary() - _ = yym3099 + yym3118 := z.EncBinary() + _ = yym3118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3093 || yy2arr3093 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3093[2] { - yy3101 := &x.ListMeta - yym3102 := z.EncBinary() - _ = yym3102 + if yyq3112[2] { + yy3120 := &x.ListMeta + yym3121 := z.EncBinary() + _ = yym3121 if false { - } else if z.HasExtensions() && z.EncExt(yy3101) { + } else if z.HasExtensions() && z.EncExt(yy3120) { } else { - z.EncFallback(yy3101) + z.EncFallback(yy3120) } } else { r.EncodeNil() } } else { - if yyq3093[2] { + if yyq3112[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3103 := &x.ListMeta - yym3104 := z.EncBinary() - _ = yym3104 + yy3122 := &x.ListMeta + yym3123 := z.EncBinary() + _ = yym3123 if false { - } else if z.HasExtensions() && z.EncExt(yy3103) { + } else if z.HasExtensions() && z.EncExt(yy3122) { } else { - z.EncFallback(yy3103) + z.EncFallback(yy3122) } } } - if yyr3093 || yy2arr3093 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3106 := z.EncBinary() - _ = yym3106 + yym3125 := z.EncBinary() + _ = yym3125 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -38683,15 +38956,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3107 := z.EncBinary() - _ = yym3107 + yym3126 := z.EncBinary() + _ = yym3126 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3093 || yy2arr3093 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38704,25 +38977,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3108 := z.DecBinary() - _ = yym3108 + yym3127 := z.DecBinary() + _ = yym3127 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3109 := r.ContainerType() - if yyct3109 == codecSelferValueTypeMap1234 { - yyl3109 := r.ReadMapStart() - if yyl3109 == 0 { + yyct3128 := r.ContainerType() + if yyct3128 == codecSelferValueTypeMap1234 { + yyl3128 := r.ReadMapStart() + if yyl3128 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3109, d) + x.codecDecodeSelfFromMap(yyl3128, d) } - } else if yyct3109 == codecSelferValueTypeArray1234 { - yyl3109 := r.ReadArrayStart() - if yyl3109 == 0 { + } else if yyct3128 == codecSelferValueTypeArray1234 { + yyl3128 := r.ReadArrayStart() + if yyl3128 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3109, d) + x.codecDecodeSelfFromArray(yyl3128, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38734,12 +39007,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3110Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3110Slc - var yyhl3110 bool = l >= 0 - for yyj3110 := 0; ; yyj3110++ { - if yyhl3110 { - if yyj3110 >= l { + var yys3129Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3129Slc + var yyhl3129 bool = l >= 0 + for yyj3129 := 0; ; yyj3129++ { + if yyhl3129 { + if yyj3129 >= l { break } } else { @@ -38748,10 +39021,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3110Slc = r.DecodeBytes(yys3110Slc, true, true) - yys3110 := string(yys3110Slc) + yys3129Slc = r.DecodeBytes(yys3129Slc, true, true) + yys3129 := string(yys3129Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3110 { + switch yys3129 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38768,31 +39041,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3113 := &x.ListMeta - yym3114 := z.DecBinary() - _ = yym3114 + yyv3132 := &x.ListMeta + yym3133 := z.DecBinary() + _ = yym3133 if false { - } else if z.HasExtensions() && z.DecExt(yyv3113) { + } else if z.HasExtensions() && z.DecExt(yyv3132) { } else { - z.DecFallback(yyv3113, false) + z.DecFallback(yyv3132, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3115 := &x.Items - yym3116 := z.DecBinary() - _ = yym3116 + yyv3134 := &x.Items + yym3135 := z.DecBinary() + _ = yym3135 if false { } else { - h.decSliceEvent((*[]Event)(yyv3115), d) + h.decSliceEvent((*[]Event)(yyv3134), d) } } default: - z.DecStructFieldNotFound(-1, yys3110) - } // end switch yys3110 - } // end for yyj3110 + z.DecStructFieldNotFound(-1, yys3129) + } // end switch yys3129 + } // end for yyj3129 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38800,16 +39073,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3117 int - var yyb3117 bool - var yyhl3117 bool = l >= 0 - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + var yyj3136 int + var yyb3136 bool + var yyhl3136 bool = l >= 0 + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3117 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3117 { + if yyb3136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38819,13 +39092,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3117 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3117 { + if yyb3136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38835,13 +39108,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3117 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3117 { + if yyb3136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38849,22 +39122,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3120 := &x.ListMeta - yym3121 := z.DecBinary() - _ = yym3121 + yyv3139 := &x.ListMeta + yym3140 := z.DecBinary() + _ = yym3140 if false { - } else if z.HasExtensions() && z.DecExt(yyv3120) { + } else if z.HasExtensions() && z.DecExt(yyv3139) { } else { - z.DecFallback(yyv3120, false) + z.DecFallback(yyv3139, false) } } - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3117 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3117 { + if yyb3136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38872,26 +39145,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3122 := &x.Items - yym3123 := z.DecBinary() - _ = yym3123 + yyv3141 := &x.Items + yym3142 := z.DecBinary() + _ = yym3142 if false { } else { - h.decSliceEvent((*[]Event)(yyv3122), d) + h.decSliceEvent((*[]Event)(yyv3141), d) } } for { - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3117 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3117 { + if yyb3136 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3117-1, "") + z.DecStructFieldNotFound(yyj3136-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38903,37 +39176,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3124 := z.EncBinary() - _ = yym3124 + yym3143 := z.EncBinary() + _ = yym3143 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3125 := !z.EncBinary() - yy2arr3125 := z.EncBasicHandle().StructToArray - var yyq3125 [4]bool - _, _, _ = yysep3125, yyq3125, yy2arr3125 - const yyr3125 bool = false - yyq3125[0] = x.Kind != "" - yyq3125[1] = x.APIVersion != "" - yyq3125[2] = true - var yynn3125 int - if yyr3125 || yy2arr3125 { + yysep3144 := !z.EncBinary() + yy2arr3144 := z.EncBasicHandle().StructToArray + var yyq3144 [4]bool + _, _, _ = yysep3144, yyq3144, yy2arr3144 + const yyr3144 bool = false + yyq3144[0] = x.Kind != "" + yyq3144[1] = x.APIVersion != "" + yyq3144[2] = true + var yynn3144 int + if yyr3144 || yy2arr3144 { r.EncodeArrayStart(4) } else { - yynn3125 = 1 - for _, b := range yyq3125 { + yynn3144 = 1 + for _, b := range yyq3144 { if b { - yynn3125++ + yynn3144++ } } - r.EncodeMapStart(yynn3125) - yynn3125 = 0 + r.EncodeMapStart(yynn3144) + yynn3144 = 0 } - if yyr3125 || yy2arr3125 { + if yyr3144 || yy2arr3144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3125[0] { - yym3127 := z.EncBinary() - _ = yym3127 + if yyq3144[0] { + yym3146 := z.EncBinary() + _ = yym3146 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38942,23 +39215,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3125[0] { + if yyq3144[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3128 := z.EncBinary() - _ = yym3128 + yym3147 := z.EncBinary() + _ = yym3147 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3125 || yy2arr3125 { + if yyr3144 || yy2arr3144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3125[1] { - yym3130 := z.EncBinary() - _ = yym3130 + if yyq3144[1] { + yym3149 := z.EncBinary() + _ = yym3149 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38967,54 +39240,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3125[1] { + if yyq3144[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3131 := z.EncBinary() - _ = yym3131 + yym3150 := z.EncBinary() + _ = yym3150 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3125 || yy2arr3125 { + if yyr3144 || yy2arr3144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3125[2] { - yy3133 := &x.ListMeta - yym3134 := z.EncBinary() - _ = yym3134 + if yyq3144[2] { + yy3152 := &x.ListMeta + yym3153 := z.EncBinary() + _ = yym3153 if false { - } else if z.HasExtensions() && z.EncExt(yy3133) { + } else if z.HasExtensions() && z.EncExt(yy3152) { } else { - z.EncFallback(yy3133) + z.EncFallback(yy3152) } } else { r.EncodeNil() } } else { - if yyq3125[2] { + if yyq3144[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3135 := &x.ListMeta - yym3136 := z.EncBinary() - _ = yym3136 + yy3154 := &x.ListMeta + yym3155 := z.EncBinary() + _ = yym3155 if false { - } else if z.HasExtensions() && z.EncExt(yy3135) { + } else if z.HasExtensions() && z.EncExt(yy3154) { } else { - z.EncFallback(yy3135) + z.EncFallback(yy3154) } } } - if yyr3125 || yy2arr3125 { + if yyr3144 || yy2arr3144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3138 := z.EncBinary() - _ = yym3138 + yym3157 := z.EncBinary() + _ = yym3157 if false { } else { h.encSliceruntime_RawExtension(([]pkg6_runtime.RawExtension)(x.Items), e) @@ -39027,15 +39300,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3139 := z.EncBinary() - _ = yym3139 + yym3158 := z.EncBinary() + _ = yym3158 if false { } else { h.encSliceruntime_RawExtension(([]pkg6_runtime.RawExtension)(x.Items), e) } } } - if yyr3125 || yy2arr3125 { + if yyr3144 || yy2arr3144 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39048,25 +39321,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3140 := z.DecBinary() - _ = yym3140 + yym3159 := z.DecBinary() + _ = yym3159 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3141 := r.ContainerType() - if yyct3141 == codecSelferValueTypeMap1234 { - yyl3141 := r.ReadMapStart() - if yyl3141 == 0 { + yyct3160 := r.ContainerType() + if yyct3160 == codecSelferValueTypeMap1234 { + yyl3160 := r.ReadMapStart() + if yyl3160 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3141, d) + x.codecDecodeSelfFromMap(yyl3160, d) } - } else if yyct3141 == codecSelferValueTypeArray1234 { - yyl3141 := r.ReadArrayStart() - if yyl3141 == 0 { + } else if yyct3160 == codecSelferValueTypeArray1234 { + yyl3160 := r.ReadArrayStart() + if yyl3160 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3141, d) + x.codecDecodeSelfFromArray(yyl3160, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39078,12 +39351,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3142Slc - var yyhl3142 bool = l >= 0 - for yyj3142 := 0; ; yyj3142++ { - if yyhl3142 { - if yyj3142 >= l { + var yys3161Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3161Slc + var yyhl3161 bool = l >= 0 + for yyj3161 := 0; ; yyj3161++ { + if yyhl3161 { + if yyj3161 >= l { break } } else { @@ -39092,10 +39365,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3142Slc = r.DecodeBytes(yys3142Slc, true, true) - yys3142 := string(yys3142Slc) + yys3161Slc = r.DecodeBytes(yys3161Slc, true, true) + yys3161 := string(yys3161Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3142 { + switch yys3161 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39112,31 +39385,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3145 := &x.ListMeta - yym3146 := z.DecBinary() - _ = yym3146 + yyv3164 := &x.ListMeta + yym3165 := z.DecBinary() + _ = yym3165 if false { - } else if z.HasExtensions() && z.DecExt(yyv3145) { + } else if z.HasExtensions() && z.DecExt(yyv3164) { } else { - z.DecFallback(yyv3145, false) + z.DecFallback(yyv3164, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3147 := &x.Items - yym3148 := z.DecBinary() - _ = yym3148 + yyv3166 := &x.Items + yym3167 := z.DecBinary() + _ = yym3167 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3147), d) + h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3166), d) } } default: - z.DecStructFieldNotFound(-1, yys3142) - } // end switch yys3142 - } // end for yyj3142 + z.DecStructFieldNotFound(-1, yys3161) + } // end switch yys3161 + } // end for yyj3161 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39144,16 +39417,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3149 int - var yyb3149 bool - var yyhl3149 bool = l >= 0 - yyj3149++ - if yyhl3149 { - yyb3149 = yyj3149 > l + var yyj3168 int + var yyb3168 bool + var yyhl3168 bool = l >= 0 + yyj3168++ + if yyhl3168 { + yyb3168 = yyj3168 > l } else { - yyb3149 = r.CheckBreak() + yyb3168 = r.CheckBreak() } - if yyb3149 { + if yyb3168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39163,13 +39436,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3149++ - if yyhl3149 { - yyb3149 = yyj3149 > l + yyj3168++ + if yyhl3168 { + yyb3168 = yyj3168 > l } else { - yyb3149 = r.CheckBreak() + yyb3168 = r.CheckBreak() } - if yyb3149 { + if yyb3168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39179,13 +39452,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3149++ - if yyhl3149 { - yyb3149 = yyj3149 > l + yyj3168++ + if yyhl3168 { + yyb3168 = yyj3168 > l } else { - yyb3149 = r.CheckBreak() + yyb3168 = r.CheckBreak() } - if yyb3149 { + if yyb3168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39193,22 +39466,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3152 := &x.ListMeta - yym3153 := z.DecBinary() - _ = yym3153 + yyv3171 := &x.ListMeta + yym3172 := z.DecBinary() + _ = yym3172 if false { - } else if z.HasExtensions() && z.DecExt(yyv3152) { + } else if z.HasExtensions() && z.DecExt(yyv3171) { } else { - z.DecFallback(yyv3152, false) + z.DecFallback(yyv3171, false) } } - yyj3149++ - if yyhl3149 { - yyb3149 = yyj3149 > l + yyj3168++ + if yyhl3168 { + yyb3168 = yyj3168 > l } else { - yyb3149 = r.CheckBreak() + yyb3168 = r.CheckBreak() } - if yyb3149 { + if yyb3168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39216,26 +39489,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3154 := &x.Items - yym3155 := z.DecBinary() - _ = yym3155 + yyv3173 := &x.Items + yym3174 := z.DecBinary() + _ = yym3174 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3154), d) + h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3173), d) } } for { - yyj3149++ - if yyhl3149 { - yyb3149 = yyj3149 > l + yyj3168++ + if yyhl3168 { + yyb3168 = yyj3168 > l } else { - yyb3149 = r.CheckBreak() + yyb3168 = r.CheckBreak() } - if yyb3149 { + if yyb3168 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3149-1, "") + z.DecStructFieldNotFound(yyj3168-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39244,8 +39517,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3156 := z.EncBinary() - _ = yym3156 + yym3175 := z.EncBinary() + _ = yym3175 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39257,8 +39530,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3157 := z.DecBinary() - _ = yym3157 + yym3176 := z.DecBinary() + _ = yym3176 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39273,53 +39546,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3158 := z.EncBinary() - _ = yym3158 + yym3177 := z.EncBinary() + _ = yym3177 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3159 := !z.EncBinary() - yy2arr3159 := z.EncBasicHandle().StructToArray - var yyq3159 [6]bool - _, _, _ = yysep3159, yyq3159, yy2arr3159 - const yyr3159 bool = false - yyq3159[0] = x.Type != "" - yyq3159[1] = len(x.Max) != 0 - yyq3159[2] = len(x.Min) != 0 - yyq3159[3] = len(x.Default) != 0 - yyq3159[4] = len(x.DefaultRequest) != 0 - yyq3159[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3159 int - if yyr3159 || yy2arr3159 { + yysep3178 := !z.EncBinary() + yy2arr3178 := z.EncBasicHandle().StructToArray + var yyq3178 [6]bool + _, _, _ = yysep3178, yyq3178, yy2arr3178 + const yyr3178 bool = false + yyq3178[0] = x.Type != "" + yyq3178[1] = len(x.Max) != 0 + yyq3178[2] = len(x.Min) != 0 + yyq3178[3] = len(x.Default) != 0 + yyq3178[4] = len(x.DefaultRequest) != 0 + yyq3178[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3178 int + if yyr3178 || yy2arr3178 { r.EncodeArrayStart(6) } else { - yynn3159 = 0 - for _, b := range yyq3159 { + yynn3178 = 0 + for _, b := range yyq3178 { if b { - yynn3159++ + yynn3178++ } } - r.EncodeMapStart(yynn3159) - yynn3159 = 0 + r.EncodeMapStart(yynn3178) + yynn3178 = 0 } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[0] { + if yyq3178[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3159[0] { + if yyq3178[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[1] { + if yyq3178[1] { if x.Max == nil { r.EncodeNil() } else { @@ -39329,7 +39602,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3159[1] { + if yyq3178[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39340,9 +39613,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[2] { + if yyq3178[2] { if x.Min == nil { r.EncodeNil() } else { @@ -39352,7 +39625,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3159[2] { + if yyq3178[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39363,9 +39636,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[3] { + if yyq3178[3] { if x.Default == nil { r.EncodeNil() } else { @@ -39375,7 +39648,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3159[3] { + if yyq3178[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39386,9 +39659,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[4] { + if yyq3178[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -39398,7 +39671,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3159[4] { + if yyq3178[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39409,9 +39682,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3159[5] { + if yyq3178[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -39421,7 +39694,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3159[5] { + if yyq3178[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39432,7 +39705,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3159 || yy2arr3159 { + if yyr3178 || yy2arr3178 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39445,25 +39718,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3166 := z.DecBinary() - _ = yym3166 + yym3185 := z.DecBinary() + _ = yym3185 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3167 := r.ContainerType() - if yyct3167 == codecSelferValueTypeMap1234 { - yyl3167 := r.ReadMapStart() - if yyl3167 == 0 { + yyct3186 := r.ContainerType() + if yyct3186 == codecSelferValueTypeMap1234 { + yyl3186 := r.ReadMapStart() + if yyl3186 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3167, d) + x.codecDecodeSelfFromMap(yyl3186, d) } - } else if yyct3167 == codecSelferValueTypeArray1234 { - yyl3167 := r.ReadArrayStart() - if yyl3167 == 0 { + } else if yyct3186 == codecSelferValueTypeArray1234 { + yyl3186 := r.ReadArrayStart() + if yyl3186 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3167, d) + x.codecDecodeSelfFromArray(yyl3186, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39475,12 +39748,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3168Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3168Slc - var yyhl3168 bool = l >= 0 - for yyj3168 := 0; ; yyj3168++ { - if yyhl3168 { - if yyj3168 >= l { + var yys3187Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3187Slc + var yyhl3187 bool = l >= 0 + for yyj3187 := 0; ; yyj3187++ { + if yyhl3187 { + if yyj3187 >= l { break } } else { @@ -39489,10 +39762,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3168Slc = r.DecodeBytes(yys3168Slc, true, true) - yys3168 := string(yys3168Slc) + yys3187Slc = r.DecodeBytes(yys3187Slc, true, true) + yys3187 := string(yys3187Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3168 { + switch yys3187 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -39503,41 +39776,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3170 := &x.Max - yyv3170.CodecDecodeSelf(d) + yyv3189 := &x.Max + yyv3189.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3171 := &x.Min - yyv3171.CodecDecodeSelf(d) + yyv3190 := &x.Min + yyv3190.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3172 := &x.Default - yyv3172.CodecDecodeSelf(d) + yyv3191 := &x.Default + yyv3191.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3173 := &x.DefaultRequest - yyv3173.CodecDecodeSelf(d) + yyv3192 := &x.DefaultRequest + yyv3192.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3174 := &x.MaxLimitRequestRatio - yyv3174.CodecDecodeSelf(d) + yyv3193 := &x.MaxLimitRequestRatio + yyv3193.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3168) - } // end switch yys3168 - } // end for yyj3168 + z.DecStructFieldNotFound(-1, yys3187) + } // end switch yys3187 + } // end for yyj3187 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39545,16 +39818,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3175 int - var yyb3175 bool - var yyhl3175 bool = l >= 0 - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + var yyj3194 int + var yyb3194 bool + var yyhl3194 bool = l >= 0 + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39564,13 +39837,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39578,16 +39851,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3177 := &x.Max - yyv3177.CodecDecodeSelf(d) + yyv3196 := &x.Max + yyv3196.CodecDecodeSelf(d) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39595,16 +39868,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3178 := &x.Min - yyv3178.CodecDecodeSelf(d) + yyv3197 := &x.Min + yyv3197.CodecDecodeSelf(d) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39612,16 +39885,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3179 := &x.Default - yyv3179.CodecDecodeSelf(d) + yyv3198 := &x.Default + yyv3198.CodecDecodeSelf(d) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39629,16 +39902,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3180 := &x.DefaultRequest - yyv3180.CodecDecodeSelf(d) + yyv3199 := &x.DefaultRequest + yyv3199.CodecDecodeSelf(d) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39646,21 +39919,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3181 := &x.MaxLimitRequestRatio - yyv3181.CodecDecodeSelf(d) + yyv3200 := &x.MaxLimitRequestRatio + yyv3200.CodecDecodeSelf(d) } for { - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3194++ + if yyhl3194 { + yyb3194 = yyj3194 > l } else { - yyb3175 = r.CheckBreak() + yyb3194 = r.CheckBreak() } - if yyb3175 { + if yyb3194 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3175-1, "") + z.DecStructFieldNotFound(yyj3194-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39672,36 +39945,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3182 := z.EncBinary() - _ = yym3182 + yym3201 := z.EncBinary() + _ = yym3201 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3183 := !z.EncBinary() - yy2arr3183 := z.EncBasicHandle().StructToArray - var yyq3183 [1]bool - _, _, _ = yysep3183, yyq3183, yy2arr3183 - const yyr3183 bool = false - var yynn3183 int - if yyr3183 || yy2arr3183 { + yysep3202 := !z.EncBinary() + yy2arr3202 := z.EncBasicHandle().StructToArray + var yyq3202 [1]bool + _, _, _ = yysep3202, yyq3202, yy2arr3202 + const yyr3202 bool = false + var yynn3202 int + if yyr3202 || yy2arr3202 { r.EncodeArrayStart(1) } else { - yynn3183 = 1 - for _, b := range yyq3183 { + yynn3202 = 1 + for _, b := range yyq3202 { if b { - yynn3183++ + yynn3202++ } } - r.EncodeMapStart(yynn3183) - yynn3183 = 0 + r.EncodeMapStart(yynn3202) + yynn3202 = 0 } - if yyr3183 || yy2arr3183 { + if yyr3202 || yy2arr3202 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3185 := z.EncBinary() - _ = yym3185 + yym3204 := z.EncBinary() + _ = yym3204 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -39714,15 +39987,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3186 := z.EncBinary() - _ = yym3186 + yym3205 := z.EncBinary() + _ = yym3205 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3183 || yy2arr3183 { + if yyr3202 || yy2arr3202 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39735,25 +40008,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3187 := z.DecBinary() - _ = yym3187 + yym3206 := z.DecBinary() + _ = yym3206 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3188 := r.ContainerType() - if yyct3188 == codecSelferValueTypeMap1234 { - yyl3188 := r.ReadMapStart() - if yyl3188 == 0 { + yyct3207 := r.ContainerType() + if yyct3207 == codecSelferValueTypeMap1234 { + yyl3207 := r.ReadMapStart() + if yyl3207 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3188, d) + x.codecDecodeSelfFromMap(yyl3207, d) } - } else if yyct3188 == codecSelferValueTypeArray1234 { - yyl3188 := r.ReadArrayStart() - if yyl3188 == 0 { + } else if yyct3207 == codecSelferValueTypeArray1234 { + yyl3207 := r.ReadArrayStart() + if yyl3207 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3188, d) + x.codecDecodeSelfFromArray(yyl3207, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39765,12 +40038,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3189Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3189Slc - var yyhl3189 bool = l >= 0 - for yyj3189 := 0; ; yyj3189++ { - if yyhl3189 { - if yyj3189 >= l { + var yys3208Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3208Slc + var yyhl3208 bool = l >= 0 + for yyj3208 := 0; ; yyj3208++ { + if yyhl3208 { + if yyj3208 >= l { break } } else { @@ -39779,26 +40052,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3189Slc = r.DecodeBytes(yys3189Slc, true, true) - yys3189 := string(yys3189Slc) + yys3208Slc = r.DecodeBytes(yys3208Slc, true, true) + yys3208 := string(yys3208Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3189 { + switch yys3208 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3190 := &x.Limits - yym3191 := z.DecBinary() - _ = yym3191 + yyv3209 := &x.Limits + yym3210 := z.DecBinary() + _ = yym3210 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3190), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3209), d) } } default: - z.DecStructFieldNotFound(-1, yys3189) - } // end switch yys3189 - } // end for yyj3189 + z.DecStructFieldNotFound(-1, yys3208) + } // end switch yys3208 + } // end for yyj3208 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39806,16 +40079,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3192 int - var yyb3192 bool - var yyhl3192 bool = l >= 0 - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + var yyj3211 int + var yyb3211 bool + var yyhl3211 bool = l >= 0 + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3192 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3192 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39823,26 +40096,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3193 := &x.Limits - yym3194 := z.DecBinary() - _ = yym3194 + yyv3212 := &x.Limits + yym3213 := z.DecBinary() + _ = yym3213 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3193), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3212), d) } } for { - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3192 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3192 { + if yyb3211 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3192-1, "") + z.DecStructFieldNotFound(yyj3211-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39854,38 +40127,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3195 := z.EncBinary() - _ = yym3195 + yym3214 := z.EncBinary() + _ = yym3214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3196 := !z.EncBinary() - yy2arr3196 := z.EncBasicHandle().StructToArray - var yyq3196 [4]bool - _, _, _ = yysep3196, yyq3196, yy2arr3196 - const yyr3196 bool = false - yyq3196[0] = x.Kind != "" - yyq3196[1] = x.APIVersion != "" - yyq3196[2] = true - yyq3196[3] = true - var yynn3196 int - if yyr3196 || yy2arr3196 { + 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 + yyq3215[3] = true + var yynn3215 int + if yyr3215 || yy2arr3215 { r.EncodeArrayStart(4) } else { - yynn3196 = 0 - for _, b := range yyq3196 { + yynn3215 = 0 + for _, b := range yyq3215 { if b { - yynn3196++ + yynn3215++ } } - r.EncodeMapStart(yynn3196) - yynn3196 = 0 + r.EncodeMapStart(yynn3215) + yynn3215 = 0 } - if yyr3196 || yy2arr3196 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3196[0] { - yym3198 := z.EncBinary() - _ = yym3198 + if yyq3215[0] { + yym3217 := z.EncBinary() + _ = yym3217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39894,23 +40167,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3196[0] { + if yyq3215[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3199 := z.EncBinary() - _ = yym3199 + yym3218 := z.EncBinary() + _ = yym3218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3196 || yy2arr3196 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3196[1] { - yym3201 := z.EncBinary() - _ = yym3201 + if yyq3215[1] { + yym3220 := z.EncBinary() + _ = yym3220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39919,53 +40192,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3196[1] { + if yyq3215[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3202 := z.EncBinary() - _ = yym3202 + yym3221 := z.EncBinary() + _ = yym3221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3196 || yy2arr3196 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3196[2] { - yy3204 := &x.ObjectMeta - yy3204.CodecEncodeSelf(e) + if yyq3215[2] { + yy3223 := &x.ObjectMeta + yy3223.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3196[2] { + if yyq3215[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3205 := &x.ObjectMeta - yy3205.CodecEncodeSelf(e) + yy3224 := &x.ObjectMeta + yy3224.CodecEncodeSelf(e) } } - if yyr3196 || yy2arr3196 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3196[3] { - yy3207 := &x.Spec - yy3207.CodecEncodeSelf(e) + if yyq3215[3] { + yy3226 := &x.Spec + yy3226.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3196[3] { + if yyq3215[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3208 := &x.Spec - yy3208.CodecEncodeSelf(e) + yy3227 := &x.Spec + yy3227.CodecEncodeSelf(e) } } - if yyr3196 || yy2arr3196 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39978,25 +40251,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3209 := z.DecBinary() - _ = yym3209 + yym3228 := z.DecBinary() + _ = yym3228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3210 := r.ContainerType() - if yyct3210 == codecSelferValueTypeMap1234 { - yyl3210 := r.ReadMapStart() - if yyl3210 == 0 { + yyct3229 := r.ContainerType() + if yyct3229 == codecSelferValueTypeMap1234 { + yyl3229 := r.ReadMapStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3210, d) + x.codecDecodeSelfFromMap(yyl3229, d) } - } else if yyct3210 == codecSelferValueTypeArray1234 { - yyl3210 := r.ReadArrayStart() - if yyl3210 == 0 { + } else if yyct3229 == codecSelferValueTypeArray1234 { + yyl3229 := r.ReadArrayStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3210, d) + x.codecDecodeSelfFromArray(yyl3229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40008,12 +40281,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3211Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3211Slc - var yyhl3211 bool = l >= 0 - for yyj3211 := 0; ; yyj3211++ { - if yyhl3211 { - if yyj3211 >= l { + var yys3230Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3230Slc + var yyhl3230 bool = l >= 0 + for yyj3230 := 0; ; yyj3230++ { + if yyhl3230 { + if yyj3230 >= l { break } } else { @@ -40022,10 +40295,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3211Slc = r.DecodeBytes(yys3211Slc, true, true) - yys3211 := string(yys3211Slc) + yys3230Slc = r.DecodeBytes(yys3230Slc, true, true) + yys3230 := string(yys3230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3211 { + switch yys3230 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40042,20 +40315,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3214 := &x.ObjectMeta - yyv3214.CodecDecodeSelf(d) + yyv3233 := &x.ObjectMeta + yyv3233.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3215 := &x.Spec - yyv3215.CodecDecodeSelf(d) + yyv3234 := &x.Spec + yyv3234.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3211) - } // end switch yys3211 - } // end for yyj3211 + z.DecStructFieldNotFound(-1, yys3230) + } // end switch yys3230 + } // end for yyj3230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40063,16 +40336,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3216 int - var yyb3216 bool - var yyhl3216 bool = l >= 0 - yyj3216++ - if yyhl3216 { - yyb3216 = yyj3216 > l + var yyj3235 int + var yyb3235 bool + var yyhl3235 bool = l >= 0 + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3216 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3216 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40082,13 +40355,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3216++ - if yyhl3216 { - yyb3216 = yyj3216 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3216 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3216 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40098,13 +40371,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3216++ - if yyhl3216 { - yyb3216 = yyj3216 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3216 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3216 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40112,16 +40385,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3219 := &x.ObjectMeta - yyv3219.CodecDecodeSelf(d) + yyv3238 := &x.ObjectMeta + yyv3238.CodecDecodeSelf(d) } - yyj3216++ - if yyhl3216 { - yyb3216 = yyj3216 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3216 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3216 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40129,21 +40402,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3220 := &x.Spec - yyv3220.CodecDecodeSelf(d) + yyv3239 := &x.Spec + yyv3239.CodecDecodeSelf(d) } for { - yyj3216++ - if yyhl3216 { - yyb3216 = yyj3216 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3216 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3216 { + if yyb3235 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3216-1, "") + z.DecStructFieldNotFound(yyj3235-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40155,37 +40428,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3221 := z.EncBinary() - _ = yym3221 + yym3240 := z.EncBinary() + _ = yym3240 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3222 := !z.EncBinary() - yy2arr3222 := z.EncBasicHandle().StructToArray - var yyq3222 [4]bool - _, _, _ = yysep3222, yyq3222, yy2arr3222 - const yyr3222 bool = false - yyq3222[0] = x.Kind != "" - yyq3222[1] = x.APIVersion != "" - yyq3222[2] = true - var yynn3222 int - if yyr3222 || yy2arr3222 { + yysep3241 := !z.EncBinary() + yy2arr3241 := z.EncBasicHandle().StructToArray + var yyq3241 [4]bool + _, _, _ = yysep3241, yyq3241, yy2arr3241 + const yyr3241 bool = false + yyq3241[0] = x.Kind != "" + yyq3241[1] = x.APIVersion != "" + yyq3241[2] = true + var yynn3241 int + if yyr3241 || yy2arr3241 { r.EncodeArrayStart(4) } else { - yynn3222 = 1 - for _, b := range yyq3222 { + yynn3241 = 1 + for _, b := range yyq3241 { if b { - yynn3222++ + yynn3241++ } } - r.EncodeMapStart(yynn3222) - yynn3222 = 0 + r.EncodeMapStart(yynn3241) + yynn3241 = 0 } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[0] { - yym3224 := z.EncBinary() - _ = yym3224 + if yyq3241[0] { + yym3243 := z.EncBinary() + _ = yym3243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40194,23 +40467,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[0] { + if yyq3241[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3225 := z.EncBinary() - _ = yym3225 + yym3244 := z.EncBinary() + _ = yym3244 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[1] { - yym3227 := z.EncBinary() - _ = yym3227 + if yyq3241[1] { + yym3246 := z.EncBinary() + _ = yym3246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40219,54 +40492,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[1] { + if yyq3241[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3228 := z.EncBinary() - _ = yym3228 + yym3247 := z.EncBinary() + _ = yym3247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[2] { - yy3230 := &x.ListMeta - yym3231 := z.EncBinary() - _ = yym3231 + if yyq3241[2] { + yy3249 := &x.ListMeta + yym3250 := z.EncBinary() + _ = yym3250 if false { - } else if z.HasExtensions() && z.EncExt(yy3230) { + } else if z.HasExtensions() && z.EncExt(yy3249) { } else { - z.EncFallback(yy3230) + z.EncFallback(yy3249) } } else { r.EncodeNil() } } else { - if yyq3222[2] { + if yyq3241[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3232 := &x.ListMeta - yym3233 := z.EncBinary() - _ = yym3233 + yy3251 := &x.ListMeta + yym3252 := z.EncBinary() + _ = yym3252 if false { - } else if z.HasExtensions() && z.EncExt(yy3232) { + } else if z.HasExtensions() && z.EncExt(yy3251) { } else { - z.EncFallback(yy3232) + z.EncFallback(yy3251) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3235 := z.EncBinary() - _ = yym3235 + yym3254 := z.EncBinary() + _ = yym3254 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -40279,15 +40552,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3236 := z.EncBinary() - _ = yym3236 + yym3255 := z.EncBinary() + _ = yym3255 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3222 || yy2arr3222 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40297,265 +40570,6 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3237 := z.DecBinary() - _ = yym3237 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3238 := r.ContainerType() - if yyct3238 == codecSelferValueTypeMap1234 { - yyl3238 := r.ReadMapStart() - if yyl3238 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3238, d) - } - } else if yyct3238 == codecSelferValueTypeArray1234 { - yyl3238 := r.ReadArrayStart() - if yyl3238 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3238, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3239Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3239Slc - var yyhl3239 bool = l >= 0 - for yyj3239 := 0; ; yyj3239++ { - if yyhl3239 { - if yyj3239 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3239Slc = r.DecodeBytes(yys3239Slc, true, true) - yys3239 := string(yys3239Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3239 { - 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 { - yyv3242 := &x.ListMeta - yym3243 := z.DecBinary() - _ = yym3243 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3242) { - } else { - z.DecFallback(yyv3242, false) - } - } - case "items": - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3244 := &x.Items - yym3245 := z.DecBinary() - _ = yym3245 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3244), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys3239) - } // end switch yys3239 - } // end for yyj3239 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3246 int - var yyb3246 bool - var yyhl3246 bool = l >= 0 - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l - } else { - yyb3246 = r.CheckBreak() - } - if yyb3246 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l - } else { - yyb3246 = r.CheckBreak() - } - if yyb3246 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l - } else { - yyb3246 = r.CheckBreak() - } - if yyb3246 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv3249 := &x.ListMeta - yym3250 := z.DecBinary() - _ = yym3250 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3249) { - } else { - z.DecFallback(yyv3249, false) - } - } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l - } else { - yyb3246 = r.CheckBreak() - } - if yyb3246 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3251 := &x.Items - yym3252 := z.DecBinary() - _ = yym3252 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3251), d) - } - } - for { - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l - } else { - yyb3246 = r.CheckBreak() - } - if yyb3246 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3246-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3253 := z.EncBinary() - _ = yym3253 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3254 := !z.EncBinary() - yy2arr3254 := z.EncBasicHandle().StructToArray - var yyq3254 [1]bool - _, _, _ = yysep3254, yyq3254, yy2arr3254 - const yyr3254 bool = false - yyq3254[0] = len(x.Hard) != 0 - var yynn3254 int - if yyr3254 || yy2arr3254 { - r.EncodeArrayStart(1) - } else { - yynn3254 = 0 - for _, b := range yyq3254 { - if b { - yynn3254++ - } - } - r.EncodeMapStart(yynn3254) - yynn3254 = 0 - } - if yyr3254 || yy2arr3254 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3254[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3254[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hard")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } - } - if yyr3254 || yy2arr3254 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -40585,7 +40599,7 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -40607,820 +40621,6 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) yys3258 := string(yys3258Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3258 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3259 := &x.Hard - yyv3259.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3258) - } // end switch yys3258 - } // end for yyj3258 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3260 int - var yyb3260 bool - var yyhl3260 bool = l >= 0 - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l - } else { - yyb3260 = r.CheckBreak() - } - if yyb3260 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3261 := &x.Hard - yyv3261.CodecDecodeSelf(d) - } - for { - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l - } else { - yyb3260 = r.CheckBreak() - } - if yyb3260 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3260-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3262 := z.EncBinary() - _ = yym3262 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3263 := !z.EncBinary() - yy2arr3263 := z.EncBasicHandle().StructToArray - var yyq3263 [2]bool - _, _, _ = yysep3263, yyq3263, yy2arr3263 - const yyr3263 bool = false - yyq3263[0] = len(x.Hard) != 0 - yyq3263[1] = len(x.Used) != 0 - var yynn3263 int - if yyr3263 || yy2arr3263 { - r.EncodeArrayStart(2) - } else { - yynn3263 = 0 - for _, b := range yyq3263 { - if b { - yynn3263++ - } - } - r.EncodeMapStart(yynn3263) - yynn3263 = 0 - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3263[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3263[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hard")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3263[1] { - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3263[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("used")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3266 := z.DecBinary() - _ = yym3266 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3267 := r.ContainerType() - if yyct3267 == codecSelferValueTypeMap1234 { - yyl3267 := r.ReadMapStart() - if yyl3267 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3267, d) - } - } else if yyct3267 == codecSelferValueTypeArray1234 { - yyl3267 := r.ReadArrayStart() - if yyl3267 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3267, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3268Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3268Slc - var yyhl3268 bool = l >= 0 - for yyj3268 := 0; ; yyj3268++ { - if yyhl3268 { - if yyj3268 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3268Slc = r.DecodeBytes(yys3268Slc, true, true) - yys3268 := string(yys3268Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3268 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3269 := &x.Hard - yyv3269.CodecDecodeSelf(d) - } - case "used": - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv3270 := &x.Used - yyv3270.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3268) - } // end switch yys3268 - } // end for yyj3268 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3271 int - var yyb3271 bool - var yyhl3271 bool = l >= 0 - yyj3271++ - if yyhl3271 { - yyb3271 = yyj3271 > l - } else { - yyb3271 = r.CheckBreak() - } - if yyb3271 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv3272 := &x.Hard - yyv3272.CodecDecodeSelf(d) - } - yyj3271++ - if yyhl3271 { - yyb3271 = yyj3271 > l - } else { - yyb3271 = r.CheckBreak() - } - if yyb3271 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv3273 := &x.Used - yyv3273.CodecDecodeSelf(d) - } - for { - yyj3271++ - if yyhl3271 { - yyb3271 = yyj3271 > l - } else { - yyb3271 = r.CheckBreak() - } - if yyb3271 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3271-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3274 := z.EncBinary() - _ = yym3274 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3275 := !z.EncBinary() - yy2arr3275 := z.EncBasicHandle().StructToArray - var yyq3275 [5]bool - _, _, _ = yysep3275, yyq3275, yy2arr3275 - const yyr3275 bool = false - yyq3275[0] = x.Kind != "" - yyq3275[1] = x.APIVersion != "" - yyq3275[2] = true - yyq3275[3] = true - yyq3275[4] = true - var yynn3275 int - if yyr3275 || yy2arr3275 { - r.EncodeArrayStart(5) - } else { - yynn3275 = 0 - for _, b := range yyq3275 { - if b { - yynn3275++ - } - } - r.EncodeMapStart(yynn3275) - yynn3275 = 0 - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3275[0] { - yym3277 := z.EncBinary() - _ = yym3277 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3275[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3278 := z.EncBinary() - _ = yym3278 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3275[1] { - yym3280 := z.EncBinary() - _ = yym3280 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3275[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3281 := z.EncBinary() - _ = yym3281 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3275[2] { - yy3283 := &x.ObjectMeta - yy3283.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3275[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3284 := &x.ObjectMeta - yy3284.CodecEncodeSelf(e) - } - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3275[3] { - yy3286 := &x.Spec - yy3286.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3275[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3287 := &x.Spec - yy3287.CodecEncodeSelf(e) - } - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3275[4] { - yy3289 := &x.Status - yy3289.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3275[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3290 := &x.Status - yy3290.CodecEncodeSelf(e) - } - } - if yyr3275 || yy2arr3275 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3291 := z.DecBinary() - _ = yym3291 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3292 := r.ContainerType() - if yyct3292 == codecSelferValueTypeMap1234 { - yyl3292 := r.ReadMapStart() - if yyl3292 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3292, d) - } - } else if yyct3292 == codecSelferValueTypeArray1234 { - yyl3292 := r.ReadArrayStart() - if yyl3292 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3292, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3293Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3293Slc - var yyhl3293 bool = l >= 0 - for yyj3293 := 0; ; yyj3293++ { - if yyhl3293 { - if yyj3293 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3293Slc = r.DecodeBytes(yys3293Slc, true, true) - yys3293 := string(yys3293Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3293 { - 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 { - yyv3296 := &x.ObjectMeta - yyv3296.CodecDecodeSelf(d) - } - case "spec": - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv3297 := &x.Spec - yyv3297.CodecDecodeSelf(d) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv3298 := &x.Status - yyv3298.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3293) - } // end switch yys3293 - } // end for yyj3293 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3299 int - var yyb3299 bool - var yyhl3299 bool = l >= 0 - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv3302 := &x.ObjectMeta - yyv3302.CodecDecodeSelf(d) - } - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv3303 := &x.Spec - yyv3303.CodecDecodeSelf(d) - } - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv3304 := &x.Status - yyv3304.CodecDecodeSelf(d) - } - for { - yyj3299++ - if yyhl3299 { - yyb3299 = yyj3299 > l - } else { - yyb3299 = r.CheckBreak() - } - if yyb3299 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3299-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3305 := z.EncBinary() - _ = yym3305 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3306 := !z.EncBinary() - yy2arr3306 := z.EncBasicHandle().StructToArray - var yyq3306 [4]bool - _, _, _ = yysep3306, yyq3306, yy2arr3306 - const yyr3306 bool = false - yyq3306[0] = x.Kind != "" - yyq3306[1] = x.APIVersion != "" - yyq3306[2] = true - var yynn3306 int - if yyr3306 || yy2arr3306 { - r.EncodeArrayStart(4) - } else { - yynn3306 = 1 - for _, b := range yyq3306 { - if b { - yynn3306++ - } - } - r.EncodeMapStart(yynn3306) - yynn3306 = 0 - } - if yyr3306 || yy2arr3306 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3306[0] { - yym3308 := z.EncBinary() - _ = yym3308 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3306[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3309 := z.EncBinary() - _ = yym3309 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3306 || yy2arr3306 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3306[1] { - yym3311 := z.EncBinary() - _ = yym3311 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3306[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3312 := z.EncBinary() - _ = yym3312 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3306 || yy2arr3306 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3306[2] { - yy3314 := &x.ListMeta - yym3315 := z.EncBinary() - _ = yym3315 - if false { - } else if z.HasExtensions() && z.EncExt(yy3314) { - } else { - z.EncFallback(yy3314) - } - } else { - r.EncodeNil() - } - } else { - if yyq3306[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3316 := &x.ListMeta - yym3317 := z.EncBinary() - _ = yym3317 - if false { - } else if z.HasExtensions() && z.EncExt(yy3316) { - } else { - z.EncFallback(yy3316) - } - } - } - if yyr3306 || yy2arr3306 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym3319 := z.EncBinary() - _ = yym3319 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym3320 := z.EncBinary() - _ = yym3320 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } - } - } - if yyr3306 || yy2arr3306 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3321 := z.DecBinary() - _ = yym3321 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3322 := r.ContainerType() - if yyct3322 == codecSelferValueTypeMap1234 { - yyl3322 := r.ReadMapStart() - if yyl3322 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3322, d) - } - } else if yyct3322 == codecSelferValueTypeArray1234 { - yyl3322 := r.ReadArrayStart() - if yyl3322 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3322, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3323Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3323Slc - var yyhl3323 bool = l >= 0 - for yyj3323 := 0; ; yyj3323++ { - if yyhl3323 { - if yyj3323 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3323Slc = r.DecodeBytes(yys3323Slc, true, true) - yys3323 := string(yys3323Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3323 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41437,48 +40637,48 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3326 := &x.ListMeta - yym3327 := z.DecBinary() - _ = yym3327 + yyv3261 := &x.ListMeta + yym3262 := z.DecBinary() + _ = yym3262 if false { - } else if z.HasExtensions() && z.DecExt(yyv3326) { + } else if z.HasExtensions() && z.DecExt(yyv3261) { } else { - z.DecFallback(yyv3326, false) + z.DecFallback(yyv3261, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3328 := &x.Items - yym3329 := z.DecBinary() - _ = yym3329 + yyv3263 := &x.Items + yym3264 := z.DecBinary() + _ = yym3264 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3328), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3263), d) } } default: - z.DecStructFieldNotFound(-1, yys3323) - } // end switch yys3323 - } // end for yyj3323 + z.DecStructFieldNotFound(-1, yys3258) + } // end switch yys3258 + } // end for yyj3258 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3330 int - var yyb3330 bool - var yyhl3330 bool = l >= 0 - yyj3330++ - if yyhl3330 { - yyb3330 = yyj3330 > l + var yyj3265 int + var yyb3265 bool + var yyhl3265 bool = l >= 0 + yyj3265++ + if yyhl3265 { + yyb3265 = yyj3265 > l } else { - yyb3330 = r.CheckBreak() + yyb3265 = r.CheckBreak() } - if yyb3330 { + if yyb3265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41488,13 +40688,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj3330++ - if yyhl3330 { - yyb3330 = yyj3330 > l + yyj3265++ + if yyhl3265 { + yyb3265 = yyj3265 > l } else { - yyb3330 = r.CheckBreak() + yyb3265 = r.CheckBreak() } - if yyb3330 { + if yyb3265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41504,13 +40704,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj3330++ - if yyhl3330 { - yyb3330 = yyj3330 > l + yyj3265++ + if yyhl3265 { + yyb3265 = yyj3265 > l } else { - yyb3330 = r.CheckBreak() + yyb3265 = r.CheckBreak() } - if yyb3330 { + if yyb3265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41518,22 +40718,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3333 := &x.ListMeta - yym3334 := z.DecBinary() - _ = yym3334 + yyv3268 := &x.ListMeta + yym3269 := z.DecBinary() + _ = yym3269 if false { - } else if z.HasExtensions() && z.DecExt(yyv3333) { + } else if z.HasExtensions() && z.DecExt(yyv3268) { } else { - z.DecFallback(yyv3333, false) + z.DecFallback(yyv3268, false) } } - yyj3330++ - if yyhl3330 { - yyb3330 = yyj3330 > l + yyj3265++ + if yyhl3265 { + yyb3265 = yyj3265 > l } else { - yyb3330 = r.CheckBreak() + yyb3265 = r.CheckBreak() } - if yyb3330 { + if yyb3265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41541,181 +40741,85 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3335 := &x.Items - yym3336 := z.DecBinary() - _ = yym3336 + yyv3270 := &x.Items + yym3271 := z.DecBinary() + _ = yym3271 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3335), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3270), d) } } for { - yyj3330++ - if yyhl3330 { - yyb3330 = yyj3330 > l + yyj3265++ + if yyhl3265 { + yyb3265 = yyj3265 > l } else { - yyb3330 = r.CheckBreak() + yyb3265 = r.CheckBreak() } - if yyb3330 { + if yyb3265 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3330-1, "") + z.DecStructFieldNotFound(yyj3265-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym3337 := z.EncBinary() - _ = yym3337 + yym3272 := z.EncBinary() + _ = yym3272 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3338 := !z.EncBinary() - yy2arr3338 := z.EncBasicHandle().StructToArray - var yyq3338 [5]bool - _, _, _ = yysep3338, yyq3338, yy2arr3338 - const yyr3338 bool = false - yyq3338[0] = x.Kind != "" - yyq3338[1] = x.APIVersion != "" - yyq3338[2] = true - yyq3338[3] = len(x.Data) != 0 - yyq3338[4] = x.Type != "" - var yynn3338 int - if yyr3338 || yy2arr3338 { - r.EncodeArrayStart(5) + yysep3273 := !z.EncBinary() + yy2arr3273 := z.EncBasicHandle().StructToArray + var yyq3273 [1]bool + _, _, _ = yysep3273, yyq3273, yy2arr3273 + const yyr3273 bool = false + yyq3273[0] = len(x.Hard) != 0 + var yynn3273 int + if yyr3273 || yy2arr3273 { + r.EncodeArrayStart(1) } else { - yynn3338 = 0 - for _, b := range yyq3338 { + yynn3273 = 0 + for _, b := range yyq3273 { if b { - yynn3338++ + yynn3273++ } } - r.EncodeMapStart(yynn3338) - yynn3338 = 0 + r.EncodeMapStart(yynn3273) + yynn3273 = 0 } - if yyr3338 || yy2arr3338 { + if yyr3273 || yy2arr3273 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3338[0] { - yym3340 := z.EncBinary() - _ = yym3340 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3338[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3341 := z.EncBinary() - _ = yym3341 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3338 || yy2arr3338 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3338[1] { - yym3343 := z.EncBinary() - _ = yym3343 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3338[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3344 := z.EncBinary() - _ = yym3344 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3338 || yy2arr3338 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3338[2] { - yy3346 := &x.ObjectMeta - yy3346.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3338[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3347 := &x.ObjectMeta - yy3347.CodecEncodeSelf(e) - } - } - if yyr3338 || yy2arr3338 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3338[3] { - if x.Data == nil { + if yyq3273[0] { + if x.Hard == nil { r.EncodeNil() } else { - yym3349 := z.EncBinary() - _ = yym3349 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } + x.Hard.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq3338[3] { + if yyq3273[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) + r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { + if x.Hard == nil { r.EncodeNil() } else { - yym3350 := z.EncBinary() - _ = yym3350 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } + x.Hard.CodecEncodeSelf(e) } } } - if yyr3338 || yy2arr3338 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3338[4] { - x.Type.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3338[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - } - if yyr3338 || yy2arr3338 { + if yyr3273 || yy2arr3273 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41724,29 +40828,29 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3352 := z.DecBinary() - _ = yym3352 + yym3275 := z.DecBinary() + _ = yym3275 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3353 := r.ContainerType() - if yyct3353 == codecSelferValueTypeMap1234 { - yyl3353 := r.ReadMapStart() - if yyl3353 == 0 { + yyct3276 := r.ContainerType() + if yyct3276 == codecSelferValueTypeMap1234 { + yyl3276 := r.ReadMapStart() + if yyl3276 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3353, d) + x.codecDecodeSelfFromMap(yyl3276, d) } - } else if yyct3353 == codecSelferValueTypeArray1234 { - yyl3353 := r.ReadArrayStart() - if yyl3353 == 0 { + } else if yyct3276 == codecSelferValueTypeArray1234 { + yyl3276 := r.ReadArrayStart() + if yyl3276 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3353, d) + x.codecDecodeSelfFromArray(yyl3276, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41754,16 +40858,16 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3354Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3354Slc - var yyhl3354 bool = l >= 0 - for yyj3354 := 0; ; yyj3354++ { - if yyhl3354 { - if yyj3354 >= l { + var yys3277Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3277Slc + var yyhl3277 bool = l >= 0 + for yyj3277 := 0; ; yyj3277++ { + if yyhl3277 { + if yyj3277 >= l { break } } else { @@ -41772,10 +40876,478 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3354Slc = r.DecodeBytes(yys3354Slc, true, true) - yys3354 := string(yys3354Slc) + yys3277Slc = r.DecodeBytes(yys3277Slc, true, true) + yys3277 := string(yys3277Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3354 { + switch yys3277 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3278 := &x.Hard + yyv3278.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3277) + } // end switch yys3277 + } // end for yyj3277 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3279 int + var yyb3279 bool + var yyhl3279 bool = l >= 0 + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l + } else { + yyb3279 = r.CheckBreak() + } + if yyb3279 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3280 := &x.Hard + yyv3280.CodecDecodeSelf(d) + } + for { + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l + } else { + yyb3279 = r.CheckBreak() + } + if yyb3279 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3279-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3281 := z.EncBinary() + _ = yym3281 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3282 := !z.EncBinary() + yy2arr3282 := z.EncBasicHandle().StructToArray + var yyq3282 [2]bool + _, _, _ = yysep3282, yyq3282, yy2arr3282 + const yyr3282 bool = false + yyq3282[0] = len(x.Hard) != 0 + yyq3282[1] = len(x.Used) != 0 + var yynn3282 int + if yyr3282 || yy2arr3282 { + r.EncodeArrayStart(2) + } else { + yynn3282 = 0 + for _, b := range yyq3282 { + if b { + yynn3282++ + } + } + r.EncodeMapStart(yynn3282) + yynn3282 = 0 + } + if yyr3282 || yy2arr3282 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3282[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3282[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hard")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } + } + if yyr3282 || yy2arr3282 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3282[1] { + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3282[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("used")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } + } + if yyr3282 || yy2arr3282 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3285 := z.DecBinary() + _ = yym3285 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3286 := r.ContainerType() + if yyct3286 == codecSelferValueTypeMap1234 { + yyl3286 := r.ReadMapStart() + if yyl3286 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3286, d) + } + } else if yyct3286 == codecSelferValueTypeArray1234 { + yyl3286 := r.ReadArrayStart() + if yyl3286 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3286, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3287Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3287Slc + var yyhl3287 bool = l >= 0 + for yyj3287 := 0; ; yyj3287++ { + if yyhl3287 { + if yyj3287 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3287Slc = r.DecodeBytes(yys3287Slc, true, true) + yys3287 := string(yys3287Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3287 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3288 := &x.Hard + yyv3288.CodecDecodeSelf(d) + } + case "used": + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv3289 := &x.Used + yyv3289.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3287) + } // end switch yys3287 + } // end for yyj3287 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaStatus) 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 + } else { + yyb3290 = r.CheckBreak() + } + if yyb3290 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv3291 := &x.Hard + yyv3291.CodecDecodeSelf(d) + } + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l + } else { + yyb3290 = r.CheckBreak() + } + if yyb3290 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv3292 := &x.Used + yyv3292.CodecDecodeSelf(d) + } + for { + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l + } else { + yyb3290 = r.CheckBreak() + } + if yyb3290 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3290-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3293 := z.EncBinary() + _ = yym3293 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3294 := !z.EncBinary() + yy2arr3294 := z.EncBasicHandle().StructToArray + var yyq3294 [5]bool + _, _, _ = yysep3294, yyq3294, yy2arr3294 + const yyr3294 bool = false + yyq3294[0] = x.Kind != "" + yyq3294[1] = x.APIVersion != "" + yyq3294[2] = true + yyq3294[3] = true + yyq3294[4] = true + var yynn3294 int + if yyr3294 || yy2arr3294 { + r.EncodeArrayStart(5) + } else { + yynn3294 = 0 + for _, b := range yyq3294 { + if b { + yynn3294++ + } + } + r.EncodeMapStart(yynn3294) + yynn3294 = 0 + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3294[0] { + yym3296 := z.EncBinary() + _ = yym3296 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3294[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3297 := z.EncBinary() + _ = yym3297 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3294[1] { + yym3299 := z.EncBinary() + _ = yym3299 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3294[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3300 := z.EncBinary() + _ = yym3300 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3294[2] { + yy3302 := &x.ObjectMeta + yy3302.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3294[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3303 := &x.ObjectMeta + yy3303.CodecEncodeSelf(e) + } + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3294[3] { + yy3305 := &x.Spec + yy3305.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3294[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3306 := &x.Spec + yy3306.CodecEncodeSelf(e) + } + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3294[4] { + yy3308 := &x.Status + yy3308.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3294[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3309 := &x.Status + yy3309.CodecEncodeSelf(e) + } + } + if yyr3294 || yy2arr3294 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3310 := z.DecBinary() + _ = yym3310 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3311 := r.ContainerType() + if yyct3311 == codecSelferValueTypeMap1234 { + yyl3311 := r.ReadMapStart() + if yyl3311 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3311, d) + } + } else if yyct3311 == codecSelferValueTypeArray1234 { + yyl3311 := r.ReadArrayStart() + if yyl3311 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3311, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + 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 { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3312Slc = r.DecodeBytes(yys3312Slc, true, true) + yys3312 := string(yys3312Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3312 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41792,48 +41364,44 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3357 := &x.ObjectMeta - yyv3357.CodecDecodeSelf(d) + yyv3315 := &x.ObjectMeta + yyv3315.CodecDecodeSelf(d) } - case "data": + case "spec": if r.TryDecodeAsNil() { - x.Data = nil + x.Spec = ResourceQuotaSpec{} } else { - yyv3358 := &x.Data - yym3359 := z.DecBinary() - _ = yym3359 - if false { - } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3358), d) - } + yyv3316 := &x.Spec + yyv3316.CodecDecodeSelf(d) } - case "type": + case "status": if r.TryDecodeAsNil() { - x.Type = "" + x.Status = ResourceQuotaStatus{} } else { - x.Type = SecretType(r.DecodeString()) + yyv3317 := &x.Status + yyv3317.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3354) - } // end switch yys3354 - } // end for yyj3354 + z.DecStructFieldNotFound(-1, yys3312) + } // end switch yys3312 + } // end for yyj3312 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3361 int - var yyb3361 bool - var yyhl3361 bool = l >= 0 - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + var yyj3318 int + var yyb3318 bool + var yyhl3318 bool = l >= 0 + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l } else { - yyb3361 = r.CheckBreak() + yyb3318 = r.CheckBreak() } - if yyb3361 { + if yyb3318 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41843,13 +41411,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l } else { - yyb3361 = r.CheckBreak() + yyb3318 = r.CheckBreak() } - if yyb3361 { + if yyb3318 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41859,13 +41427,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l } else { - yyb3361 = r.CheckBreak() + yyb3318 = r.CheckBreak() } - if yyb3361 { + if yyb3318 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41873,16 +41441,721 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3364 := &x.ObjectMeta - yyv3364.CodecDecodeSelf(d) + yyv3321 := &x.ObjectMeta + yyv3321.CodecDecodeSelf(d) } - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l } else { - yyb3361 = r.CheckBreak() + yyb3318 = r.CheckBreak() } - if yyb3361 { + if yyb3318 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Spec = ResourceQuotaSpec{} + } else { + yyv3322 := &x.Spec + yyv3322.CodecDecodeSelf(d) + } + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l + } else { + yyb3318 = r.CheckBreak() + } + if yyb3318 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = ResourceQuotaStatus{} + } else { + yyv3323 := &x.Status + yyv3323.CodecDecodeSelf(d) + } + for { + yyj3318++ + if yyhl3318 { + yyb3318 = yyj3318 > l + } else { + yyb3318 = r.CheckBreak() + } + if yyb3318 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3318-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3324 := z.EncBinary() + _ = yym3324 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3325 := !z.EncBinary() + yy2arr3325 := z.EncBasicHandle().StructToArray + var yyq3325 [4]bool + _, _, _ = yysep3325, yyq3325, yy2arr3325 + const yyr3325 bool = false + yyq3325[0] = x.Kind != "" + yyq3325[1] = x.APIVersion != "" + yyq3325[2] = true + var yynn3325 int + if yyr3325 || yy2arr3325 { + r.EncodeArrayStart(4) + } else { + yynn3325 = 1 + for _, b := range yyq3325 { + if b { + yynn3325++ + } + } + r.EncodeMapStart(yynn3325) + yynn3325 = 0 + } + if yyr3325 || yy2arr3325 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3325[0] { + yym3327 := z.EncBinary() + _ = yym3327 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3325[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3328 := z.EncBinary() + _ = yym3328 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3325 || yy2arr3325 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3325[1] { + yym3330 := z.EncBinary() + _ = yym3330 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3325[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3331 := z.EncBinary() + _ = yym3331 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3325 || yy2arr3325 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3325[2] { + yy3333 := &x.ListMeta + yym3334 := z.EncBinary() + _ = yym3334 + if false { + } else if z.HasExtensions() && z.EncExt(yy3333) { + } else { + z.EncFallback(yy3333) + } + } else { + r.EncodeNil() + } + } else { + if yyq3325[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3335 := &x.ListMeta + yym3336 := z.EncBinary() + _ = yym3336 + if false { + } else if z.HasExtensions() && z.EncExt(yy3335) { + } else { + z.EncFallback(yy3335) + } + } + } + if yyr3325 || yy2arr3325 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym3338 := z.EncBinary() + _ = yym3338 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym3339 := z.EncBinary() + _ = yym3339 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } + if yyr3325 || yy2arr3325 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3340 := z.DecBinary() + _ = yym3340 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3341 := r.ContainerType() + if yyct3341 == codecSelferValueTypeMap1234 { + yyl3341 := r.ReadMapStart() + if yyl3341 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3341, d) + } + } else if yyct3341 == codecSelferValueTypeArray1234 { + yyl3341 := r.ReadArrayStart() + if yyl3341 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3341, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3342Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3342Slc + var yyhl3342 bool = l >= 0 + for yyj3342 := 0; ; yyj3342++ { + if yyhl3342 { + if yyj3342 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3342Slc = r.DecodeBytes(yys3342Slc, true, true) + yys3342 := string(yys3342Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3342 { + 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 { + yyv3345 := &x.ListMeta + yym3346 := z.DecBinary() + _ = yym3346 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3345) { + } else { + z.DecFallback(yyv3345, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv3347 := &x.Items + yym3348 := z.DecBinary() + _ = yym3348 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3347), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3342) + } // end switch yys3342 + } // end for yyj3342 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3349 int + var yyb3349 bool + var yyhl3349 bool = l >= 0 + yyj3349++ + if yyhl3349 { + yyb3349 = yyj3349 > l + } else { + yyb3349 = r.CheckBreak() + } + if yyb3349 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3349++ + if yyhl3349 { + yyb3349 = yyj3349 > l + } else { + yyb3349 = r.CheckBreak() + } + if yyb3349 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3349++ + if yyhl3349 { + yyb3349 = yyj3349 > l + } else { + yyb3349 = r.CheckBreak() + } + if yyb3349 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv3352 := &x.ListMeta + yym3353 := z.DecBinary() + _ = yym3353 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3352) { + } else { + z.DecFallback(yyv3352, false) + } + } + yyj3349++ + if yyhl3349 { + yyb3349 = yyj3349 > l + } else { + yyb3349 = r.CheckBreak() + } + if yyb3349 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv3354 := &x.Items + yym3355 := z.DecBinary() + _ = yym3355 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3354), d) + } + } + for { + yyj3349++ + if yyhl3349 { + yyb3349 = yyj3349 > l + } else { + yyb3349 = r.CheckBreak() + } + if yyb3349 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3349-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3356 := z.EncBinary() + _ = yym3356 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3357 := !z.EncBinary() + yy2arr3357 := z.EncBasicHandle().StructToArray + var yyq3357 [5]bool + _, _, _ = yysep3357, yyq3357, yy2arr3357 + const yyr3357 bool = false + yyq3357[0] = x.Kind != "" + yyq3357[1] = x.APIVersion != "" + yyq3357[2] = true + yyq3357[3] = len(x.Data) != 0 + yyq3357[4] = x.Type != "" + var yynn3357 int + if yyr3357 || yy2arr3357 { + r.EncodeArrayStart(5) + } else { + yynn3357 = 0 + for _, b := range yyq3357 { + if b { + yynn3357++ + } + } + r.EncodeMapStart(yynn3357) + yynn3357 = 0 + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3357[0] { + yym3359 := z.EncBinary() + _ = yym3359 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3357[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3360 := z.EncBinary() + _ = yym3360 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3357[1] { + yym3362 := z.EncBinary() + _ = yym3362 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3357[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3363 := z.EncBinary() + _ = yym3363 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3357[2] { + yy3365 := &x.ObjectMeta + yy3365.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3357[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3366 := &x.ObjectMeta + yy3366.CodecEncodeSelf(e) + } + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3357[3] { + if x.Data == nil { + r.EncodeNil() + } else { + yym3368 := z.EncBinary() + _ = yym3368 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3357[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() + } else { + yym3369 := z.EncBinary() + _ = yym3369 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3357[4] { + x.Type.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3357[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + } + if yyr3357 || yy2arr3357 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3371 := z.DecBinary() + _ = yym3371 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3372 := r.ContainerType() + if yyct3372 == codecSelferValueTypeMap1234 { + yyl3372 := r.ReadMapStart() + if yyl3372 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3372, d) + } + } else if yyct3372 == codecSelferValueTypeArray1234 { + yyl3372 := r.ReadArrayStart() + if yyl3372 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3372, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3373Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3373Slc + var yyhl3373 bool = l >= 0 + for yyj3373 := 0; ; yyj3373++ { + if yyhl3373 { + if yyj3373 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3373Slc = r.DecodeBytes(yys3373Slc, true, true) + yys3373 := string(yys3373Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3373 { + 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 { + yyv3376 := &x.ObjectMeta + yyv3376.CodecDecodeSelf(d) + } + case "data": + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv3377 := &x.Data + yym3378 := z.DecBinary() + _ = yym3378 + if false { + } else { + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3377), d) + } + } + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = SecretType(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3373) + } // end switch yys3373 + } // end for yyj3373 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3380 int + var yyb3380 bool + var yyhl3380 bool = l >= 0 + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l + } else { + yyb3380 = r.CheckBreak() + } + if yyb3380 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l + } else { + yyb3380 = r.CheckBreak() + } + if yyb3380 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l + } else { + yyb3380 = r.CheckBreak() + } + if yyb3380 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3383 := &x.ObjectMeta + yyv3383.CodecDecodeSelf(d) + } + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l + } else { + yyb3380 = r.CheckBreak() + } + if yyb3380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41890,21 +42163,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3365 := &x.Data - yym3366 := z.DecBinary() - _ = yym3366 + yyv3384 := &x.Data + yym3385 := z.DecBinary() + _ = yym3385 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3365), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3384), d) } } - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l } else { - yyb3361 = r.CheckBreak() + yyb3380 = r.CheckBreak() } - if yyb3361 { + if yyb3380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41915,17 +42188,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj3361++ - if yyhl3361 { - yyb3361 = yyj3361 > l + yyj3380++ + if yyhl3380 { + yyb3380 = yyj3380 > l } else { - yyb3361 = r.CheckBreak() + yyb3380 = r.CheckBreak() } - if yyb3361 { + if yyb3380 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3361-1, "") + z.DecStructFieldNotFound(yyj3380-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41934,8 +42207,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3368 := z.EncBinary() - _ = yym3368 + yym3387 := z.EncBinary() + _ = yym3387 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41947,8 +42220,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3369 := z.DecBinary() - _ = yym3369 + yym3388 := z.DecBinary() + _ = yym3388 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41963,37 +42236,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3370 := z.EncBinary() - _ = yym3370 + yym3389 := z.EncBinary() + _ = yym3389 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3371 := !z.EncBinary() - yy2arr3371 := z.EncBasicHandle().StructToArray - var yyq3371 [4]bool - _, _, _ = yysep3371, yyq3371, yy2arr3371 - const yyr3371 bool = false - yyq3371[0] = x.Kind != "" - yyq3371[1] = x.APIVersion != "" - yyq3371[2] = true - var yynn3371 int - if yyr3371 || yy2arr3371 { + yysep3390 := !z.EncBinary() + yy2arr3390 := z.EncBasicHandle().StructToArray + var yyq3390 [4]bool + _, _, _ = yysep3390, yyq3390, yy2arr3390 + const yyr3390 bool = false + yyq3390[0] = x.Kind != "" + yyq3390[1] = x.APIVersion != "" + yyq3390[2] = true + var yynn3390 int + if yyr3390 || yy2arr3390 { r.EncodeArrayStart(4) } else { - yynn3371 = 1 - for _, b := range yyq3371 { + yynn3390 = 1 + for _, b := range yyq3390 { if b { - yynn3371++ + yynn3390++ } } - r.EncodeMapStart(yynn3371) - yynn3371 = 0 + r.EncodeMapStart(yynn3390) + yynn3390 = 0 } - if yyr3371 || yy2arr3371 { + if yyr3390 || yy2arr3390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[0] { - yym3373 := z.EncBinary() - _ = yym3373 + if yyq3390[0] { + yym3392 := z.EncBinary() + _ = yym3392 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42002,23 +42275,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3371[0] { + if yyq3390[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3374 := z.EncBinary() - _ = yym3374 + yym3393 := z.EncBinary() + _ = yym3393 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3371 || yy2arr3371 { + if yyr3390 || yy2arr3390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[1] { - yym3376 := z.EncBinary() - _ = yym3376 + if yyq3390[1] { + yym3395 := z.EncBinary() + _ = yym3395 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42027,54 +42300,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3371[1] { + if yyq3390[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3377 := z.EncBinary() - _ = yym3377 + yym3396 := z.EncBinary() + _ = yym3396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3371 || yy2arr3371 { + if yyr3390 || yy2arr3390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[2] { - yy3379 := &x.ListMeta - yym3380 := z.EncBinary() - _ = yym3380 + if yyq3390[2] { + yy3398 := &x.ListMeta + yym3399 := z.EncBinary() + _ = yym3399 if false { - } else if z.HasExtensions() && z.EncExt(yy3379) { + } else if z.HasExtensions() && z.EncExt(yy3398) { } else { - z.EncFallback(yy3379) + z.EncFallback(yy3398) } } else { r.EncodeNil() } } else { - if yyq3371[2] { + if yyq3390[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3381 := &x.ListMeta - yym3382 := z.EncBinary() - _ = yym3382 + yy3400 := &x.ListMeta + yym3401 := z.EncBinary() + _ = yym3401 if false { - } else if z.HasExtensions() && z.EncExt(yy3381) { + } else if z.HasExtensions() && z.EncExt(yy3400) { } else { - z.EncFallback(yy3381) + z.EncFallback(yy3400) } } } - if yyr3371 || yy2arr3371 { + if yyr3390 || yy2arr3390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3384 := z.EncBinary() - _ = yym3384 + yym3403 := z.EncBinary() + _ = yym3403 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -42087,15 +42360,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3385 := z.EncBinary() - _ = yym3385 + yym3404 := z.EncBinary() + _ = yym3404 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr3371 || yy2arr3371 { + if yyr3390 || yy2arr3390 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42108,25 +42381,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3386 := z.DecBinary() - _ = yym3386 + yym3405 := z.DecBinary() + _ = yym3405 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3387 := r.ContainerType() - if yyct3387 == codecSelferValueTypeMap1234 { - yyl3387 := r.ReadMapStart() - if yyl3387 == 0 { + yyct3406 := r.ContainerType() + if yyct3406 == codecSelferValueTypeMap1234 { + yyl3406 := r.ReadMapStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3387, d) + x.codecDecodeSelfFromMap(yyl3406, d) } - } else if yyct3387 == codecSelferValueTypeArray1234 { - yyl3387 := r.ReadArrayStart() - if yyl3387 == 0 { + } else if yyct3406 == codecSelferValueTypeArray1234 { + yyl3406 := r.ReadArrayStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3387, d) + x.codecDecodeSelfFromArray(yyl3406, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42138,12 +42411,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3388Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3388Slc - var yyhl3388 bool = l >= 0 - for yyj3388 := 0; ; yyj3388++ { - if yyhl3388 { - if yyj3388 >= 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 { @@ -42152,10 +42425,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3388Slc = r.DecodeBytes(yys3388Slc, true, true) - yys3388 := string(yys3388Slc) + yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) + yys3407 := string(yys3407Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3388 { + switch yys3407 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42172,31 +42445,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3391 := &x.ListMeta - yym3392 := z.DecBinary() - _ = yym3392 + yyv3410 := &x.ListMeta + yym3411 := z.DecBinary() + _ = yym3411 if false { - } else if z.HasExtensions() && z.DecExt(yyv3391) { + } else if z.HasExtensions() && z.DecExt(yyv3410) { } else { - z.DecFallback(yyv3391, false) + z.DecFallback(yyv3410, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3393 := &x.Items - yym3394 := z.DecBinary() - _ = yym3394 + yyv3412 := &x.Items + yym3413 := z.DecBinary() + _ = yym3413 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3393), d) + h.decSliceSecret((*[]Secret)(yyv3412), d) } } default: - z.DecStructFieldNotFound(-1, yys3388) - } // end switch yys3388 - } // end for yyj3388 + z.DecStructFieldNotFound(-1, yys3407) + } // end switch yys3407 + } // end for yyj3407 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42204,16 +42477,16 @@ func (x *SecretList) 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 yyj3414 int + var yyb3414 bool + var yyhl3414 bool = l >= 0 + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3395 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3395 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42223,13 +42496,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3395 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3395 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42239,13 +42512,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3395 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3395 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42253,22 +42526,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3398 := &x.ListMeta - yym3399 := z.DecBinary() - _ = yym3399 + yyv3417 := &x.ListMeta + yym3418 := z.DecBinary() + _ = yym3418 if false { - } else if z.HasExtensions() && z.DecExt(yyv3398) { + } else if z.HasExtensions() && z.DecExt(yyv3417) { } else { - z.DecFallback(yyv3398, false) + z.DecFallback(yyv3417, false) } } - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3395 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3395 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42276,26 +42549,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3400 := &x.Items - yym3401 := z.DecBinary() - _ = yym3401 + yyv3419 := &x.Items + yym3420 := z.DecBinary() + _ = yym3420 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3400), d) + h.decSliceSecret((*[]Secret)(yyv3419), d) } } for { - yyj3395++ - if yyhl3395 { - yyb3395 = yyj3395 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3395 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3395 { + if yyb3414 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3395-1, "") + z.DecStructFieldNotFound(yyj3414-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42304,8 +42577,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3402 := z.EncBinary() - _ = yym3402 + yym3421 := z.EncBinary() + _ = yym3421 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42317,8 +42590,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3403 := z.DecBinary() - _ = yym3403 + yym3422 := z.DecBinary() + _ = yym3422 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42333,32 +42606,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3404 := z.EncBinary() - _ = yym3404 + yym3423 := z.EncBinary() + _ = yym3423 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3405 := !z.EncBinary() - yy2arr3405 := z.EncBasicHandle().StructToArray - var yyq3405 [4]bool - _, _, _ = yysep3405, yyq3405, yy2arr3405 - const yyr3405 bool = false - yyq3405[2] = x.Message != "" - yyq3405[3] = x.Error != "" - var yynn3405 int - if yyr3405 || yy2arr3405 { + yysep3424 := !z.EncBinary() + yy2arr3424 := z.EncBasicHandle().StructToArray + var yyq3424 [4]bool + _, _, _ = yysep3424, yyq3424, yy2arr3424 + const yyr3424 bool = false + yyq3424[2] = x.Message != "" + yyq3424[3] = x.Error != "" + var yynn3424 int + if yyr3424 || yy2arr3424 { r.EncodeArrayStart(4) } else { - yynn3405 = 2 - for _, b := range yyq3405 { + yynn3424 = 2 + for _, b := range yyq3424 { if b { - yynn3405++ + yynn3424++ } } - r.EncodeMapStart(yynn3405) - yynn3405 = 0 + r.EncodeMapStart(yynn3424) + yynn3424 = 0 } - if yyr3405 || yy2arr3405 { + if yyr3424 || yy2arr3424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -42367,7 +42640,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3405 || yy2arr3405 { + if yyr3424 || yy2arr3424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -42376,11 +42649,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3405 || yy2arr3405 { + if yyr3424 || yy2arr3424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3405[2] { - yym3409 := z.EncBinary() - _ = yym3409 + if yyq3424[2] { + yym3428 := z.EncBinary() + _ = yym3428 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -42389,23 +42662,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3405[2] { + if yyq3424[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3410 := z.EncBinary() - _ = yym3410 + yym3429 := z.EncBinary() + _ = yym3429 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3405 || yy2arr3405 { + if yyr3424 || yy2arr3424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3405[3] { - yym3412 := z.EncBinary() - _ = yym3412 + if yyq3424[3] { + yym3431 := z.EncBinary() + _ = yym3431 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -42414,19 +42687,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3405[3] { + if yyq3424[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3413 := z.EncBinary() - _ = yym3413 + yym3432 := z.EncBinary() + _ = yym3432 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr3405 || yy2arr3405 { + if yyr3424 || yy2arr3424 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42439,25 +42712,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3414 := z.DecBinary() - _ = yym3414 + yym3433 := z.DecBinary() + _ = yym3433 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3415 := r.ContainerType() - if yyct3415 == codecSelferValueTypeMap1234 { - yyl3415 := r.ReadMapStart() - if yyl3415 == 0 { + yyct3434 := r.ContainerType() + if yyct3434 == codecSelferValueTypeMap1234 { + yyl3434 := r.ReadMapStart() + if yyl3434 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3415, d) + x.codecDecodeSelfFromMap(yyl3434, d) } - } else if yyct3415 == codecSelferValueTypeArray1234 { - yyl3415 := r.ReadArrayStart() - if yyl3415 == 0 { + } else if yyct3434 == codecSelferValueTypeArray1234 { + yyl3434 := r.ReadArrayStart() + if yyl3434 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3415, d) + x.codecDecodeSelfFromArray(yyl3434, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42469,12 +42742,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3416Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3416Slc - var yyhl3416 bool = l >= 0 - for yyj3416 := 0; ; yyj3416++ { - if yyhl3416 { - if yyj3416 >= l { + var yys3435Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3435Slc + var yyhl3435 bool = l >= 0 + for yyj3435 := 0; ; yyj3435++ { + if yyhl3435 { + if yyj3435 >= l { break } } else { @@ -42483,10 +42756,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3416Slc = r.DecodeBytes(yys3416Slc, true, true) - yys3416 := string(yys3416Slc) + yys3435Slc = r.DecodeBytes(yys3435Slc, true, true) + yys3435 := string(yys3435Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3416 { + switch yys3435 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -42512,9 +42785,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3416) - } // end switch yys3416 - } // end for yyj3416 + z.DecStructFieldNotFound(-1, yys3435) + } // end switch yys3435 + } // end for yyj3435 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42522,16 +42795,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3421 int - var yyb3421 bool - var yyhl3421 bool = l >= 0 - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + var yyj3440 int + var yyb3440 bool + var yyhl3440 bool = l >= 0 + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42541,13 +42814,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42557,13 +42830,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42573,13 +42846,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42590,17 +42863,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj3421++ - if yyhl3421 { - yyb3421 = yyj3421 > l + yyj3440++ + if yyhl3440 { + yyb3440 = yyj3440 > l } else { - yyb3421 = r.CheckBreak() + yyb3440 = r.CheckBreak() } - if yyb3421 { + if yyb3440 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3421-1, "") + z.DecStructFieldNotFound(yyj3440-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42612,38 +42885,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3426 := z.EncBinary() - _ = yym3426 + yym3445 := z.EncBinary() + _ = yym3445 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3427 := !z.EncBinary() - yy2arr3427 := z.EncBasicHandle().StructToArray - var yyq3427 [4]bool - _, _, _ = yysep3427, yyq3427, yy2arr3427 - const yyr3427 bool = false - yyq3427[0] = x.Kind != "" - yyq3427[1] = x.APIVersion != "" - yyq3427[2] = true - yyq3427[3] = len(x.Conditions) != 0 - var yynn3427 int - if yyr3427 || yy2arr3427 { + yysep3446 := !z.EncBinary() + yy2arr3446 := z.EncBasicHandle().StructToArray + var yyq3446 [4]bool + _, _, _ = yysep3446, yyq3446, yy2arr3446 + const yyr3446 bool = false + yyq3446[0] = x.Kind != "" + yyq3446[1] = x.APIVersion != "" + yyq3446[2] = true + yyq3446[3] = len(x.Conditions) != 0 + var yynn3446 int + if yyr3446 || yy2arr3446 { r.EncodeArrayStart(4) } else { - yynn3427 = 0 - for _, b := range yyq3427 { + yynn3446 = 0 + for _, b := range yyq3446 { if b { - yynn3427++ + yynn3446++ } } - r.EncodeMapStart(yynn3427) - yynn3427 = 0 + r.EncodeMapStart(yynn3446) + yynn3446 = 0 } - if yyr3427 || yy2arr3427 { + if yyr3446 || yy2arr3446 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3427[0] { - yym3429 := z.EncBinary() - _ = yym3429 + if yyq3446[0] { + yym3448 := z.EncBinary() + _ = yym3448 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42652,23 +42925,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3427[0] { + if yyq3446[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3430 := z.EncBinary() - _ = yym3430 + yym3449 := z.EncBinary() + _ = yym3449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3427 || yy2arr3427 { + if yyr3446 || yy2arr3446 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3427[1] { - yym3432 := z.EncBinary() - _ = yym3432 + if yyq3446[1] { + yym3451 := z.EncBinary() + _ = yym3451 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42677,43 +42950,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3427[1] { + if yyq3446[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3433 := z.EncBinary() - _ = yym3433 + yym3452 := z.EncBinary() + _ = yym3452 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3427 || yy2arr3427 { + if yyr3446 || yy2arr3446 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3427[2] { - yy3435 := &x.ObjectMeta - yy3435.CodecEncodeSelf(e) + if yyq3446[2] { + yy3454 := &x.ObjectMeta + yy3454.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3427[2] { + if yyq3446[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3436 := &x.ObjectMeta - yy3436.CodecEncodeSelf(e) + yy3455 := &x.ObjectMeta + yy3455.CodecEncodeSelf(e) } } - if yyr3427 || yy2arr3427 { + if yyr3446 || yy2arr3446 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3427[3] { + if yyq3446[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3438 := z.EncBinary() - _ = yym3438 + yym3457 := z.EncBinary() + _ = yym3457 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -42723,15 +42996,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3427[3] { + if yyq3446[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3439 := z.EncBinary() - _ = yym3439 + yym3458 := z.EncBinary() + _ = yym3458 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -42739,7 +43012,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3427 || yy2arr3427 { + if yyr3446 || yy2arr3446 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42752,25 +43025,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3440 := z.DecBinary() - _ = yym3440 + yym3459 := z.DecBinary() + _ = yym3459 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3441 := r.ContainerType() - if yyct3441 == codecSelferValueTypeMap1234 { - yyl3441 := r.ReadMapStart() - if yyl3441 == 0 { + yyct3460 := r.ContainerType() + if yyct3460 == codecSelferValueTypeMap1234 { + yyl3460 := r.ReadMapStart() + if yyl3460 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3441, d) + x.codecDecodeSelfFromMap(yyl3460, d) } - } else if yyct3441 == codecSelferValueTypeArray1234 { - yyl3441 := r.ReadArrayStart() - if yyl3441 == 0 { + } else if yyct3460 == codecSelferValueTypeArray1234 { + yyl3460 := r.ReadArrayStart() + if yyl3460 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3441, d) + x.codecDecodeSelfFromArray(yyl3460, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42782,12 +43055,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3442Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3442Slc - var yyhl3442 bool = l >= 0 - for yyj3442 := 0; ; yyj3442++ { - if yyhl3442 { - if yyj3442 >= l { + var yys3461Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3461Slc + var yyhl3461 bool = l >= 0 + for yyj3461 := 0; ; yyj3461++ { + if yyhl3461 { + if yyj3461 >= l { break } } else { @@ -42796,10 +43069,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3442Slc = r.DecodeBytes(yys3442Slc, true, true) - yys3442 := string(yys3442Slc) + yys3461Slc = r.DecodeBytes(yys3461Slc, true, true) + yys3461 := string(yys3461Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3442 { + switch yys3461 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42816,25 +43089,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3445 := &x.ObjectMeta - yyv3445.CodecDecodeSelf(d) + yyv3464 := &x.ObjectMeta + yyv3464.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3446 := &x.Conditions - yym3447 := z.DecBinary() - _ = yym3447 + yyv3465 := &x.Conditions + yym3466 := z.DecBinary() + _ = yym3466 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3446), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3465), d) } } default: - z.DecStructFieldNotFound(-1, yys3442) - } // end switch yys3442 - } // end for yyj3442 + z.DecStructFieldNotFound(-1, yys3461) + } // end switch yys3461 + } // end for yyj3461 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42842,16 +43115,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3448 int - var yyb3448 bool - var yyhl3448 bool = l >= 0 - yyj3448++ - if yyhl3448 { - yyb3448 = yyj3448 > l + var yyj3467 int + var yyb3467 bool + var yyhl3467 bool = l >= 0 + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3448 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3448 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42861,13 +43134,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3448++ - if yyhl3448 { - yyb3448 = yyj3448 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3448 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3448 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42877,13 +43150,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3448++ - if yyhl3448 { - yyb3448 = yyj3448 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3448 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3448 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42891,16 +43164,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3451 := &x.ObjectMeta - yyv3451.CodecDecodeSelf(d) + yyv3470 := &x.ObjectMeta + yyv3470.CodecDecodeSelf(d) } - yyj3448++ - if yyhl3448 { - yyb3448 = yyj3448 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3448 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3448 { + if yyb3467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42908,26 +43181,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3452 := &x.Conditions - yym3453 := z.DecBinary() - _ = yym3453 + yyv3471 := &x.Conditions + yym3472 := z.DecBinary() + _ = yym3472 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3452), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3471), d) } } for { - yyj3448++ - if yyhl3448 { - yyb3448 = yyj3448 > l + yyj3467++ + if yyhl3467 { + yyb3467 = yyj3467 > l } else { - yyb3448 = r.CheckBreak() + yyb3467 = r.CheckBreak() } - if yyb3448 { + if yyb3467 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3448-1, "") + z.DecStructFieldNotFound(yyj3467-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42939,37 +43212,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3454 := z.EncBinary() - _ = yym3454 + yym3473 := z.EncBinary() + _ = yym3473 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3455 := !z.EncBinary() - yy2arr3455 := z.EncBasicHandle().StructToArray - var yyq3455 [4]bool - _, _, _ = yysep3455, yyq3455, yy2arr3455 - const yyr3455 bool = false - yyq3455[0] = x.Kind != "" - yyq3455[1] = x.APIVersion != "" - yyq3455[2] = true - var yynn3455 int - if yyr3455 || yy2arr3455 { + yysep3474 := !z.EncBinary() + yy2arr3474 := z.EncBasicHandle().StructToArray + var yyq3474 [4]bool + _, _, _ = yysep3474, yyq3474, yy2arr3474 + const yyr3474 bool = false + yyq3474[0] = x.Kind != "" + yyq3474[1] = x.APIVersion != "" + yyq3474[2] = true + var yynn3474 int + if yyr3474 || yy2arr3474 { r.EncodeArrayStart(4) } else { - yynn3455 = 1 - for _, b := range yyq3455 { + yynn3474 = 1 + for _, b := range yyq3474 { if b { - yynn3455++ + yynn3474++ } } - r.EncodeMapStart(yynn3455) - yynn3455 = 0 + r.EncodeMapStart(yynn3474) + yynn3474 = 0 } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[0] { - yym3457 := z.EncBinary() - _ = yym3457 + if yyq3474[0] { + yym3476 := z.EncBinary() + _ = yym3476 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42978,23 +43251,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[0] { + if yyq3474[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3458 := z.EncBinary() - _ = yym3458 + yym3477 := z.EncBinary() + _ = yym3477 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[1] { - yym3460 := z.EncBinary() - _ = yym3460 + if yyq3474[1] { + yym3479 := z.EncBinary() + _ = yym3479 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43003,54 +43276,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[1] { + if yyq3474[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3461 := z.EncBinary() - _ = yym3461 + yym3480 := z.EncBinary() + _ = yym3480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[2] { - yy3463 := &x.ListMeta - yym3464 := z.EncBinary() - _ = yym3464 + if yyq3474[2] { + yy3482 := &x.ListMeta + yym3483 := z.EncBinary() + _ = yym3483 if false { - } else if z.HasExtensions() && z.EncExt(yy3463) { + } else if z.HasExtensions() && z.EncExt(yy3482) { } else { - z.EncFallback(yy3463) + z.EncFallback(yy3482) } } else { r.EncodeNil() } } else { - if yyq3455[2] { + if yyq3474[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3465 := &x.ListMeta - yym3466 := z.EncBinary() - _ = yym3466 + yy3484 := &x.ListMeta + yym3485 := z.EncBinary() + _ = yym3485 if false { - } else if z.HasExtensions() && z.EncExt(yy3465) { + } else if z.HasExtensions() && z.EncExt(yy3484) { } else { - z.EncFallback(yy3465) + z.EncFallback(yy3484) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3468 := z.EncBinary() - _ = yym3468 + yym3487 := z.EncBinary() + _ = yym3487 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -43063,15 +43336,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3469 := z.EncBinary() - _ = yym3469 + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr3455 || yy2arr3455 { + if yyr3474 || yy2arr3474 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43084,25 +43357,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3470 := z.DecBinary() - _ = yym3470 + yym3489 := z.DecBinary() + _ = yym3489 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3471 := r.ContainerType() - if yyct3471 == codecSelferValueTypeMap1234 { - yyl3471 := r.ReadMapStart() - if yyl3471 == 0 { + yyct3490 := r.ContainerType() + if yyct3490 == codecSelferValueTypeMap1234 { + yyl3490 := r.ReadMapStart() + if yyl3490 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3471, d) + x.codecDecodeSelfFromMap(yyl3490, d) } - } else if yyct3471 == codecSelferValueTypeArray1234 { - yyl3471 := r.ReadArrayStart() - if yyl3471 == 0 { + } else if yyct3490 == codecSelferValueTypeArray1234 { + yyl3490 := r.ReadArrayStart() + if yyl3490 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3471, d) + x.codecDecodeSelfFromArray(yyl3490, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43114,12 +43387,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3472Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3472Slc - var yyhl3472 bool = l >= 0 - for yyj3472 := 0; ; yyj3472++ { - if yyhl3472 { - if yyj3472 >= l { + var yys3491Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3491Slc + var yyhl3491 bool = l >= 0 + for yyj3491 := 0; ; yyj3491++ { + if yyhl3491 { + if yyj3491 >= l { break } } else { @@ -43128,10 +43401,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3472Slc = r.DecodeBytes(yys3472Slc, true, true) - yys3472 := string(yys3472Slc) + yys3491Slc = r.DecodeBytes(yys3491Slc, true, true) + yys3491 := string(yys3491Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3472 { + switch yys3491 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43148,31 +43421,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3475 := &x.ListMeta - yym3476 := z.DecBinary() - _ = yym3476 + yyv3494 := &x.ListMeta + yym3495 := z.DecBinary() + _ = yym3495 if false { - } else if z.HasExtensions() && z.DecExt(yyv3475) { + } else if z.HasExtensions() && z.DecExt(yyv3494) { } else { - z.DecFallback(yyv3475, false) + z.DecFallback(yyv3494, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3477 := &x.Items - yym3478 := z.DecBinary() - _ = yym3478 + yyv3496 := &x.Items + yym3497 := z.DecBinary() + _ = yym3497 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3477), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3496), d) } } default: - z.DecStructFieldNotFound(-1, yys3472) - } // end switch yys3472 - } // end for yyj3472 + z.DecStructFieldNotFound(-1, yys3491) + } // end switch yys3491 + } // end for yyj3491 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43180,16 +43453,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3479 int - var yyb3479 bool - var yyhl3479 bool = l >= 0 - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + var yyj3498 int + var yyb3498 bool + var yyhl3498 bool = l >= 0 + yyj3498++ + if yyhl3498 { + yyb3498 = yyj3498 > l } else { - yyb3479 = r.CheckBreak() + yyb3498 = r.CheckBreak() } - if yyb3479 { + if yyb3498 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43199,13 +43472,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + yyj3498++ + if yyhl3498 { + yyb3498 = yyj3498 > l } else { - yyb3479 = r.CheckBreak() + yyb3498 = r.CheckBreak() } - if yyb3479 { + if yyb3498 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43215,13 +43488,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + yyj3498++ + if yyhl3498 { + yyb3498 = yyj3498 > l } else { - yyb3479 = r.CheckBreak() + yyb3498 = r.CheckBreak() } - if yyb3479 { + if yyb3498 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43229,22 +43502,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3482 := &x.ListMeta - yym3483 := z.DecBinary() - _ = yym3483 + yyv3501 := &x.ListMeta + yym3502 := z.DecBinary() + _ = yym3502 if false { - } else if z.HasExtensions() && z.DecExt(yyv3482) { + } else if z.HasExtensions() && z.DecExt(yyv3501) { } else { - z.DecFallback(yyv3482, false) + z.DecFallback(yyv3501, false) } } - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + yyj3498++ + if yyhl3498 { + yyb3498 = yyj3498 > l } else { - yyb3479 = r.CheckBreak() + yyb3498 = r.CheckBreak() } - if yyb3479 { + if yyb3498 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43252,26 +43525,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3484 := &x.Items - yym3485 := z.DecBinary() - _ = yym3485 + yyv3503 := &x.Items + yym3504 := z.DecBinary() + _ = yym3504 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3484), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3503), d) } } for { - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + yyj3498++ + if yyhl3498 { + yyb3498 = yyj3498 > l } else { - yyb3479 = r.CheckBreak() + yyb3498 = r.CheckBreak() } - if yyb3479 { + if yyb3498 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3479-1, "") + z.DecStructFieldNotFound(yyj3498-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43283,38 +43556,38 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3486 := z.EncBinary() - _ = yym3486 + yym3505 := z.EncBinary() + _ = yym3505 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3487 := !z.EncBinary() - yy2arr3487 := z.EncBasicHandle().StructToArray - var yyq3487 [1]bool - _, _, _ = yysep3487, yyq3487, yy2arr3487 - const yyr3487 bool = false - yyq3487[0] = len(x.Items) != 0 - var yynn3487 int - if yyr3487 || yy2arr3487 { + yysep3506 := !z.EncBinary() + yy2arr3506 := z.EncBasicHandle().StructToArray + var yyq3506 [1]bool + _, _, _ = yysep3506, yyq3506, yy2arr3506 + const yyr3506 bool = false + yyq3506[0] = len(x.Items) != 0 + var yynn3506 int + if yyr3506 || yy2arr3506 { r.EncodeArrayStart(1) } else { - yynn3487 = 0 - for _, b := range yyq3487 { + yynn3506 = 0 + for _, b := range yyq3506 { if b { - yynn3487++ + yynn3506++ } } - r.EncodeMapStart(yynn3487) - yynn3487 = 0 + r.EncodeMapStart(yynn3506) + yynn3506 = 0 } - if yyr3487 || yy2arr3487 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3487[0] { + if yyq3506[0] { if x.Items == nil { r.EncodeNil() } else { - yym3489 := z.EncBinary() - _ = yym3489 + yym3508 := z.EncBinary() + _ = yym3508 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -43324,15 +43597,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3487[0] { + if yyq3506[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym3490 := z.EncBinary() - _ = yym3490 + yym3509 := z.EncBinary() + _ = yym3509 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -43340,7 +43613,7 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3487 || yy2arr3487 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43353,25 +43626,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3491 := z.DecBinary() - _ = yym3491 + yym3510 := z.DecBinary() + _ = yym3510 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3492 := r.ContainerType() - if yyct3492 == codecSelferValueTypeMap1234 { - yyl3492 := r.ReadMapStart() - if yyl3492 == 0 { + yyct3511 := r.ContainerType() + if yyct3511 == codecSelferValueTypeMap1234 { + yyl3511 := r.ReadMapStart() + if yyl3511 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3492, d) + x.codecDecodeSelfFromMap(yyl3511, d) } - } else if yyct3492 == codecSelferValueTypeArray1234 { - yyl3492 := r.ReadArrayStart() - if yyl3492 == 0 { + } else if yyct3511 == codecSelferValueTypeArray1234 { + yyl3511 := r.ReadArrayStart() + if yyl3511 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3492, d) + x.codecDecodeSelfFromArray(yyl3511, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43383,12 +43656,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3493Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3493Slc - var yyhl3493 bool = l >= 0 - for yyj3493 := 0; ; yyj3493++ { - if yyhl3493 { - if yyj3493 >= l { + 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 { @@ -43397,26 +43670,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3493Slc = r.DecodeBytes(yys3493Slc, true, true) - yys3493 := string(yys3493Slc) + yys3512Slc = r.DecodeBytes(yys3512Slc, true, true) + yys3512 := string(yys3512Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3493 { + switch yys3512 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3494 := &x.Items - yym3495 := z.DecBinary() - _ = yym3495 + yyv3513 := &x.Items + yym3514 := z.DecBinary() + _ = yym3514 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3494), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3513), d) } } default: - z.DecStructFieldNotFound(-1, yys3493) - } // end switch yys3493 - } // end for yyj3493 + z.DecStructFieldNotFound(-1, yys3512) + } // end switch yys3512 + } // end for yyj3512 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43424,16 +43697,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3496 int - var yyb3496 bool - var yyhl3496 bool = l >= 0 - yyj3496++ - if yyhl3496 { - yyb3496 = yyj3496 > l + var yyj3515 int + var yyb3515 bool + var yyhl3515 bool = l >= 0 + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3496 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3496 { + if yyb3515 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43441,26 +43714,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3497 := &x.Items - yym3498 := z.DecBinary() - _ = yym3498 + yyv3516 := &x.Items + yym3517 := z.DecBinary() + _ = yym3517 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3497), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3516), d) } } for { - yyj3496++ - if yyhl3496 { - yyb3496 = yyj3496 > l + yyj3515++ + if yyhl3515 { + yyb3515 = yyj3515 > l } else { - yyb3496 = r.CheckBreak() + yyb3515 = r.CheckBreak() } - if yyb3496 { + if yyb3515 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3496-1, "") + z.DecStructFieldNotFound(yyj3515-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43472,33 +43745,33 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3499 := z.EncBinary() - _ = yym3499 + yym3518 := z.EncBinary() + _ = yym3518 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3500 := !z.EncBinary() - yy2arr3500 := z.EncBasicHandle().StructToArray - var yyq3500 [2]bool - _, _, _ = yysep3500, yyq3500, yy2arr3500 - const yyr3500 bool = false - var yynn3500 int - if yyr3500 || yy2arr3500 { + yysep3519 := !z.EncBinary() + yy2arr3519 := z.EncBasicHandle().StructToArray + var yyq3519 [2]bool + _, _, _ = yysep3519, yyq3519, yy2arr3519 + const yyr3519 bool = false + var yynn3519 int + if yyr3519 || yy2arr3519 { r.EncodeArrayStart(2) } else { - yynn3500 = 2 - for _, b := range yyq3500 { + yynn3519 = 2 + for _, b := range yyq3519 { if b { - yynn3500++ + yynn3519++ } } - r.EncodeMapStart(yynn3500) - yynn3500 = 0 + r.EncodeMapStart(yynn3519) + yynn3519 = 0 } - if yyr3500 || yy2arr3500 { + if yyr3519 || yy2arr3519 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3502 := z.EncBinary() - _ = yym3502 + yym3521 := z.EncBinary() + _ = yym3521 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -43507,25 +43780,25 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3503 := z.EncBinary() - _ = yym3503 + yym3522 := z.EncBinary() + _ = yym3522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3500 || yy2arr3500 { + if yyr3519 || yy2arr3519 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3505 := &x.FieldRef - yy3505.CodecEncodeSelf(e) + yy3524 := &x.FieldRef + yy3524.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3506 := &x.FieldRef - yy3506.CodecEncodeSelf(e) + yy3525 := &x.FieldRef + yy3525.CodecEncodeSelf(e) } - if yyr3500 || yy2arr3500 { + if yyr3519 || yy2arr3519 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43538,25 +43811,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3507 := z.DecBinary() - _ = yym3507 + yym3526 := z.DecBinary() + _ = yym3526 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3508 := r.ContainerType() - if yyct3508 == codecSelferValueTypeMap1234 { - yyl3508 := r.ReadMapStart() - if yyl3508 == 0 { + yyct3527 := r.ContainerType() + if yyct3527 == codecSelferValueTypeMap1234 { + yyl3527 := r.ReadMapStart() + if yyl3527 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3508, d) + x.codecDecodeSelfFromMap(yyl3527, d) } - } else if yyct3508 == codecSelferValueTypeArray1234 { - yyl3508 := r.ReadArrayStart() - if yyl3508 == 0 { + } else if yyct3527 == codecSelferValueTypeArray1234 { + yyl3527 := r.ReadArrayStart() + if yyl3527 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3508, d) + x.codecDecodeSelfFromArray(yyl3527, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43568,12 +43841,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3509Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3509Slc - var yyhl3509 bool = l >= 0 - for yyj3509 := 0; ; yyj3509++ { - if yyhl3509 { - if yyj3509 >= l { + var yys3528Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3528Slc + var yyhl3528 bool = l >= 0 + for yyj3528 := 0; ; yyj3528++ { + if yyhl3528 { + if yyj3528 >= l { break } } else { @@ -43582,10 +43855,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3509Slc = r.DecodeBytes(yys3509Slc, true, true) - yys3509 := string(yys3509Slc) + yys3528Slc = r.DecodeBytes(yys3528Slc, true, true) + yys3528 := string(yys3528Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3509 { + switch yys3528 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -43596,13 +43869,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv3511 := &x.FieldRef - yyv3511.CodecDecodeSelf(d) + yyv3530 := &x.FieldRef + yyv3530.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3509) - } // end switch yys3509 - } // end for yyj3509 + z.DecStructFieldNotFound(-1, yys3528) + } // end switch yys3528 + } // end for yyj3528 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43610,16 +43883,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3512 int - var yyb3512 bool - var yyhl3512 bool = l >= 0 - yyj3512++ - if yyhl3512 { - yyb3512 = yyj3512 > l + var yyj3531 int + var yyb3531 bool + var yyhl3531 bool = l >= 0 + yyj3531++ + if yyhl3531 { + yyb3531 = yyj3531 > l } else { - yyb3512 = r.CheckBreak() + yyb3531 = r.CheckBreak() } - if yyb3512 { + if yyb3531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43629,13 +43902,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj3512++ - if yyhl3512 { - yyb3512 = yyj3512 > l + yyj3531++ + if yyhl3531 { + yyb3531 = yyj3531 > l } else { - yyb3512 = r.CheckBreak() + yyb3531 = r.CheckBreak() } - if yyb3512 { + if yyb3531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43643,21 +43916,21 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv3514 := &x.FieldRef - yyv3514.CodecDecodeSelf(d) + yyv3533 := &x.FieldRef + yyv3533.CodecDecodeSelf(d) } for { - yyj3512++ - if yyhl3512 { - yyb3512 = yyj3512 > l + yyj3531++ + if yyhl3531 { + yyb3531 = yyj3531 > l } else { - yyb3512 = r.CheckBreak() + yyb3531 = r.CheckBreak() } - if yyb3512 { + if yyb3531 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3512-1, "") + z.DecStructFieldNotFound(yyj3531-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43669,37 +43942,37 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3515 := z.EncBinary() - _ = yym3515 + yym3534 := z.EncBinary() + _ = yym3534 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3516 := !z.EncBinary() - yy2arr3516 := z.EncBasicHandle().StructToArray - var yyq3516 [5]bool - _, _, _ = yysep3516, yyq3516, yy2arr3516 - const yyr3516 bool = false - yyq3516[0] = x.Capabilities != nil - yyq3516[1] = x.Privileged != nil - yyq3516[2] = x.SELinuxOptions != nil - yyq3516[3] = x.RunAsUser != nil - yyq3516[4] = x.RunAsNonRoot != nil - var yynn3516 int - if yyr3516 || yy2arr3516 { + yysep3535 := !z.EncBinary() + yy2arr3535 := z.EncBasicHandle().StructToArray + var yyq3535 [5]bool + _, _, _ = yysep3535, yyq3535, yy2arr3535 + const yyr3535 bool = false + yyq3535[0] = x.Capabilities != nil + yyq3535[1] = x.Privileged != nil + yyq3535[2] = x.SELinuxOptions != nil + yyq3535[3] = x.RunAsUser != nil + yyq3535[4] = x.RunAsNonRoot != nil + var yynn3535 int + if yyr3535 || yy2arr3535 { r.EncodeArrayStart(5) } else { - yynn3516 = 0 - for _, b := range yyq3516 { + yynn3535 = 0 + for _, b := range yyq3535 { if b { - yynn3516++ + yynn3535++ } } - r.EncodeMapStart(yynn3516) - yynn3516 = 0 + r.EncodeMapStart(yynn3535) + yynn3535 = 0 } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3516[0] { + if yyq3535[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -43709,7 +43982,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3516[0] { + if yyq3535[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43720,44 +43993,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3516[1] { + if yyq3535[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy3519 := *x.Privileged - yym3520 := z.EncBinary() - _ = yym3520 + yy3538 := *x.Privileged + yym3539 := z.EncBinary() + _ = yym3539 if false { } else { - r.EncodeBool(bool(yy3519)) + r.EncodeBool(bool(yy3538)) } } } else { r.EncodeNil() } } else { - if yyq3516[1] { + if yyq3535[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy3521 := *x.Privileged - yym3522 := z.EncBinary() - _ = yym3522 + yy3540 := *x.Privileged + yym3541 := z.EncBinary() + _ = yym3541 if false { } else { - r.EncodeBool(bool(yy3521)) + r.EncodeBool(bool(yy3540)) } } } } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3516[2] { + if yyq3535[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -43767,7 +44040,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3516[2] { + if yyq3535[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43778,77 +44051,77 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3516[3] { + if yyq3535[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy3525 := *x.RunAsUser - yym3526 := z.EncBinary() - _ = yym3526 + yy3544 := *x.RunAsUser + yym3545 := z.EncBinary() + _ = yym3545 if false { } else { - r.EncodeInt(int64(yy3525)) + r.EncodeInt(int64(yy3544)) } } } else { r.EncodeNil() } } else { - if yyq3516[3] { + if yyq3535[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy3527 := *x.RunAsUser - yym3528 := z.EncBinary() - _ = yym3528 + yy3546 := *x.RunAsUser + yym3547 := z.EncBinary() + _ = yym3547 if false { } else { - r.EncodeInt(int64(yy3527)) + r.EncodeInt(int64(yy3546)) } } } } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3516[4] { + if yyq3535[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3530 := *x.RunAsNonRoot - yym3531 := z.EncBinary() - _ = yym3531 + yy3549 := *x.RunAsNonRoot + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { - r.EncodeBool(bool(yy3530)) + r.EncodeBool(bool(yy3549)) } } } else { r.EncodeNil() } } else { - if yyq3516[4] { + if yyq3535[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3532 := *x.RunAsNonRoot - yym3533 := z.EncBinary() - _ = yym3533 + yy3551 := *x.RunAsNonRoot + yym3552 := z.EncBinary() + _ = yym3552 if false { } else { - r.EncodeBool(bool(yy3532)) + r.EncodeBool(bool(yy3551)) } } } } - if yyr3516 || yy2arr3516 { + if yyr3535 || yy2arr3535 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43861,25 +44134,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3534 := z.DecBinary() - _ = yym3534 + yym3553 := z.DecBinary() + _ = yym3553 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3535 := r.ContainerType() - if yyct3535 == codecSelferValueTypeMap1234 { - yyl3535 := r.ReadMapStart() - if yyl3535 == 0 { + yyct3554 := r.ContainerType() + if yyct3554 == codecSelferValueTypeMap1234 { + yyl3554 := r.ReadMapStart() + if yyl3554 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3535, d) + x.codecDecodeSelfFromMap(yyl3554, d) } - } else if yyct3535 == codecSelferValueTypeArray1234 { - yyl3535 := r.ReadArrayStart() - if yyl3535 == 0 { + } else if yyct3554 == codecSelferValueTypeArray1234 { + yyl3554 := r.ReadArrayStart() + if yyl3554 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3535, d) + x.codecDecodeSelfFromArray(yyl3554, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43891,12 +44164,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3536Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3536Slc - var yyhl3536 bool = l >= 0 - for yyj3536 := 0; ; yyj3536++ { - if yyhl3536 { - if yyj3536 >= l { + var yys3555Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3555Slc + var yyhl3555 bool = l >= 0 + for yyj3555 := 0; ; yyj3555++ { + if yyhl3555 { + if yyj3555 >= l { break } } else { @@ -43905,10 +44178,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3536Slc = r.DecodeBytes(yys3536Slc, true, true) - yys3536 := string(yys3536Slc) + yys3555Slc = r.DecodeBytes(yys3555Slc, true, true) + yys3555 := string(yys3555Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3536 { + switch yys3555 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -43929,8 +44202,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym3539 := z.DecBinary() - _ = yym3539 + yym3558 := z.DecBinary() + _ = yym3558 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -43956,8 +44229,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3542 := z.DecBinary() - _ = yym3542 + yym3561 := z.DecBinary() + _ = yym3561 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -43972,17 +44245,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3544 := z.DecBinary() - _ = yym3544 + yym3563 := z.DecBinary() + _ = yym3563 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3536) - } // end switch yys3536 - } // end for yyj3536 + z.DecStructFieldNotFound(-1, yys3555) + } // end switch yys3555 + } // end for yyj3555 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43990,16 +44263,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3545 int - var yyb3545 bool - var yyhl3545 bool = l >= 0 - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + var yyj3564 int + var yyb3564 bool + var yyhl3564 bool = l >= 0 + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44014,13 +44287,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44033,20 +44306,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym3548 := z.DecBinary() - _ = yym3548 + yym3567 := z.DecBinary() + _ = yym3567 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44061,13 +44334,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44080,20 +44353,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3551 := z.DecBinary() - _ = yym3551 + yym3570 := z.DecBinary() + _ = yym3570 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44106,25 +44379,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3553 := z.DecBinary() - _ = yym3553 + yym3572 := z.DecBinary() + _ = yym3572 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } for { - yyj3545++ - if yyhl3545 { - yyb3545 = yyj3545 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3545 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3545 { + if yyb3564 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3545-1, "") + z.DecStructFieldNotFound(yyj3564-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44136,38 +44409,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3554 := z.EncBinary() - _ = yym3554 + yym3573 := z.EncBinary() + _ = yym3573 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3555 := !z.EncBinary() - yy2arr3555 := z.EncBasicHandle().StructToArray - var yyq3555 [4]bool - _, _, _ = yysep3555, yyq3555, yy2arr3555 - const yyr3555 bool = false - yyq3555[0] = x.User != "" - yyq3555[1] = x.Role != "" - yyq3555[2] = x.Type != "" - yyq3555[3] = x.Level != "" - var yynn3555 int - if yyr3555 || yy2arr3555 { + yysep3574 := !z.EncBinary() + yy2arr3574 := z.EncBasicHandle().StructToArray + var yyq3574 [4]bool + _, _, _ = yysep3574, yyq3574, yy2arr3574 + const yyr3574 bool = false + yyq3574[0] = x.User != "" + yyq3574[1] = x.Role != "" + yyq3574[2] = x.Type != "" + yyq3574[3] = x.Level != "" + var yynn3574 int + if yyr3574 || yy2arr3574 { r.EncodeArrayStart(4) } else { - yynn3555 = 0 - for _, b := range yyq3555 { + yynn3574 = 0 + for _, b := range yyq3574 { if b { - yynn3555++ + yynn3574++ } } - r.EncodeMapStart(yynn3555) - yynn3555 = 0 + r.EncodeMapStart(yynn3574) + yynn3574 = 0 } - if yyr3555 || yy2arr3555 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[0] { - yym3557 := z.EncBinary() - _ = yym3557 + if yyq3574[0] { + yym3576 := z.EncBinary() + _ = yym3576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -44176,23 +44449,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[0] { + if yyq3574[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3558 := z.EncBinary() - _ = yym3558 + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr3555 || yy2arr3555 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[1] { - yym3560 := z.EncBinary() - _ = yym3560 + if yyq3574[1] { + yym3579 := z.EncBinary() + _ = yym3579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -44201,23 +44474,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[1] { + if yyq3574[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3561 := z.EncBinary() - _ = yym3561 + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr3555 || yy2arr3555 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[2] { - yym3563 := z.EncBinary() - _ = yym3563 + if yyq3574[2] { + yym3582 := z.EncBinary() + _ = yym3582 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -44226,23 +44499,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[2] { + if yyq3574[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3564 := z.EncBinary() - _ = yym3564 + yym3583 := z.EncBinary() + _ = yym3583 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3555 || yy2arr3555 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[3] { - yym3566 := z.EncBinary() - _ = yym3566 + if yyq3574[3] { + yym3585 := z.EncBinary() + _ = yym3585 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -44251,19 +44524,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[3] { + if yyq3574[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3567 := z.EncBinary() - _ = yym3567 + yym3586 := z.EncBinary() + _ = yym3586 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr3555 || yy2arr3555 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44276,25 +44549,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3568 := z.DecBinary() - _ = yym3568 + yym3587 := z.DecBinary() + _ = yym3587 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3569 := r.ContainerType() - if yyct3569 == codecSelferValueTypeMap1234 { - yyl3569 := r.ReadMapStart() - if yyl3569 == 0 { + yyct3588 := r.ContainerType() + if yyct3588 == codecSelferValueTypeMap1234 { + yyl3588 := r.ReadMapStart() + if yyl3588 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3569, d) + x.codecDecodeSelfFromMap(yyl3588, d) } - } else if yyct3569 == codecSelferValueTypeArray1234 { - yyl3569 := r.ReadArrayStart() - if yyl3569 == 0 { + } else if yyct3588 == codecSelferValueTypeArray1234 { + yyl3588 := r.ReadArrayStart() + if yyl3588 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3569, d) + x.codecDecodeSelfFromArray(yyl3588, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44306,12 +44579,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3570Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3570Slc - var yyhl3570 bool = l >= 0 - for yyj3570 := 0; ; yyj3570++ { - if yyhl3570 { - if yyj3570 >= l { + var yys3589Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3589Slc + var yyhl3589 bool = l >= 0 + for yyj3589 := 0; ; yyj3589++ { + if yyhl3589 { + if yyj3589 >= l { break } } else { @@ -44320,10 +44593,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3570Slc = r.DecodeBytes(yys3570Slc, true, true) - yys3570 := string(yys3570Slc) + yys3589Slc = r.DecodeBytes(yys3589Slc, true, true) + yys3589 := string(yys3589Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3570 { + switch yys3589 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -44349,9 +44622,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3570) - } // end switch yys3570 - } // end for yyj3570 + z.DecStructFieldNotFound(-1, yys3589) + } // end switch yys3589 + } // end for yyj3589 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44359,16 +44632,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3575 int - var yyb3575 bool - var yyhl3575 bool = l >= 0 - yyj3575++ - if yyhl3575 { - yyb3575 = yyj3575 > l + var yyj3594 int + var yyb3594 bool + var yyhl3594 bool = l >= 0 + yyj3594++ + if yyhl3594 { + yyb3594 = yyj3594 > l } else { - yyb3575 = r.CheckBreak() + yyb3594 = r.CheckBreak() } - if yyb3575 { + if yyb3594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44378,13 +44651,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj3575++ - if yyhl3575 { - yyb3575 = yyj3575 > l + yyj3594++ + if yyhl3594 { + yyb3594 = yyj3594 > l } else { - yyb3575 = r.CheckBreak() + yyb3594 = r.CheckBreak() } - if yyb3575 { + if yyb3594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44394,13 +44667,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj3575++ - if yyhl3575 { - yyb3575 = yyj3575 > l + yyj3594++ + if yyhl3594 { + yyb3594 = yyj3594 > l } else { - yyb3575 = r.CheckBreak() + yyb3594 = r.CheckBreak() } - if yyb3575 { + if yyb3594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44410,13 +44683,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj3575++ - if yyhl3575 { - yyb3575 = yyj3575 > l + yyj3594++ + if yyhl3594 { + yyb3594 = yyj3594 > l } else { - yyb3575 = r.CheckBreak() + yyb3594 = r.CheckBreak() } - if yyb3575 { + if yyb3594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44427,17 +44700,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj3575++ - if yyhl3575 { - yyb3575 = yyj3575 > l + yyj3594++ + if yyhl3594 { + yyb3594 = yyj3594 > l } else { - yyb3575 = r.CheckBreak() + yyb3594 = r.CheckBreak() } - if yyb3575 { + if yyb3594 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3575-1, "") + z.DecStructFieldNotFound(yyj3594-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44449,37 +44722,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3580 := z.EncBinary() - _ = yym3580 + yym3599 := z.EncBinary() + _ = yym3599 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3581 := !z.EncBinary() - yy2arr3581 := z.EncBasicHandle().StructToArray - var yyq3581 [5]bool - _, _, _ = yysep3581, yyq3581, yy2arr3581 - const yyr3581 bool = false - yyq3581[0] = x.Kind != "" - yyq3581[1] = x.APIVersion != "" - yyq3581[2] = true - var yynn3581 int - if yyr3581 || yy2arr3581 { + yysep3600 := !z.EncBinary() + yy2arr3600 := z.EncBasicHandle().StructToArray + var yyq3600 [5]bool + _, _, _ = yysep3600, yyq3600, yy2arr3600 + const yyr3600 bool = false + yyq3600[0] = x.Kind != "" + yyq3600[1] = x.APIVersion != "" + yyq3600[2] = true + var yynn3600 int + if yyr3600 || yy2arr3600 { r.EncodeArrayStart(5) } else { - yynn3581 = 2 - for _, b := range yyq3581 { + yynn3600 = 2 + for _, b := range yyq3600 { if b { - yynn3581++ + yynn3600++ } } - r.EncodeMapStart(yynn3581) - yynn3581 = 0 + r.EncodeMapStart(yynn3600) + yynn3600 = 0 } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3581[0] { - yym3583 := z.EncBinary() - _ = yym3583 + if yyq3600[0] { + yym3602 := z.EncBinary() + _ = yym3602 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44488,23 +44761,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3581[0] { + if yyq3600[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3584 := z.EncBinary() - _ = yym3584 + yym3603 := z.EncBinary() + _ = yym3603 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3581[1] { - yym3586 := z.EncBinary() - _ = yym3586 + if yyq3600[1] { + yym3605 := z.EncBinary() + _ = yym3605 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44513,39 +44786,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3581[1] { + if yyq3600[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3587 := z.EncBinary() - _ = yym3587 + yym3606 := z.EncBinary() + _ = yym3606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3581[2] { - yy3589 := &x.ObjectMeta - yy3589.CodecEncodeSelf(e) + if yyq3600[2] { + yy3608 := &x.ObjectMeta + yy3608.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3581[2] { + if yyq3600[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3590 := &x.ObjectMeta - yy3590.CodecEncodeSelf(e) + yy3609 := &x.ObjectMeta + yy3609.CodecEncodeSelf(e) } } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3592 := z.EncBinary() - _ = yym3592 + yym3611 := z.EncBinary() + _ = yym3611 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -44554,20 +44827,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3593 := z.EncBinary() - _ = yym3593 + yym3612 := z.EncBinary() + _ = yym3612 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym3595 := z.EncBinary() - _ = yym3595 + yym3614 := z.EncBinary() + _ = yym3614 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -44580,15 +44853,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym3596 := z.EncBinary() - _ = yym3596 + yym3615 := z.EncBinary() + _ = yym3615 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr3581 || yy2arr3581 { + if yyr3600 || yy2arr3600 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44601,25 +44874,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3597 := z.DecBinary() - _ = yym3597 + yym3616 := z.DecBinary() + _ = yym3616 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3598 := r.ContainerType() - if yyct3598 == codecSelferValueTypeMap1234 { - yyl3598 := r.ReadMapStart() - if yyl3598 == 0 { + yyct3617 := r.ContainerType() + if yyct3617 == codecSelferValueTypeMap1234 { + yyl3617 := r.ReadMapStart() + if yyl3617 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3598, d) + x.codecDecodeSelfFromMap(yyl3617, d) } - } else if yyct3598 == codecSelferValueTypeArray1234 { - yyl3598 := r.ReadArrayStart() - if yyl3598 == 0 { + } else if yyct3617 == codecSelferValueTypeArray1234 { + yyl3617 := r.ReadArrayStart() + if yyl3617 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3598, d) + x.codecDecodeSelfFromArray(yyl3617, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44631,12 +44904,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3599Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3599Slc - var yyhl3599 bool = l >= 0 - for yyj3599 := 0; ; yyj3599++ { - if yyhl3599 { - if yyj3599 >= l { + var yys3618Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3618Slc + var yyhl3618 bool = l >= 0 + for yyj3618 := 0; ; yyj3618++ { + if yyhl3618 { + if yyj3618 >= l { break } } else { @@ -44645,10 +44918,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3599Slc = r.DecodeBytes(yys3599Slc, true, true) - yys3599 := string(yys3599Slc) + yys3618Slc = r.DecodeBytes(yys3618Slc, true, true) + yys3618 := string(yys3618Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3599 { + switch yys3618 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44665,8 +44938,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3602 := &x.ObjectMeta - yyv3602.CodecDecodeSelf(d) + yyv3621 := &x.ObjectMeta + yyv3621.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -44678,18 +44951,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3604 := &x.Data - yym3605 := z.DecBinary() - _ = yym3605 + yyv3623 := &x.Data + yym3624 := z.DecBinary() + _ = yym3624 if false { } else { - *yyv3604 = r.DecodeBytes(*(*[]byte)(yyv3604), false, false) + *yyv3623 = r.DecodeBytes(*(*[]byte)(yyv3623), false, false) } } default: - z.DecStructFieldNotFound(-1, yys3599) - } // end switch yys3599 - } // end for yyj3599 + z.DecStructFieldNotFound(-1, yys3618) + } // end switch yys3618 + } // end for yyj3618 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44697,16 +44970,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3606 int - var yyb3606 bool - var yyhl3606 bool = l >= 0 - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + var yyj3625 int + var yyb3625 bool + var yyhl3625 bool = l >= 0 + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44716,13 +44989,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44732,13 +45005,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44746,16 +45019,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3609 := &x.ObjectMeta - yyv3609.CodecDecodeSelf(d) + yyv3628 := &x.ObjectMeta + yyv3628.CodecDecodeSelf(d) } - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44765,13 +45038,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44779,26 +45052,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3611 := &x.Data - yym3612 := z.DecBinary() - _ = yym3612 + yyv3630 := &x.Data + yym3631 := z.DecBinary() + _ = yym3631 if false { } else { - *yyv3611 = r.DecodeBytes(*(*[]byte)(yyv3611), false, false) + *yyv3630 = r.DecodeBytes(*(*[]byte)(yyv3630), false, false) } } for { - yyj3606++ - if yyhl3606 { - yyb3606 = yyj3606 > l + yyj3625++ + if yyhl3625 { + yyb3625 = yyj3625 > l } else { - yyb3606 = r.CheckBreak() + yyb3625 = r.CheckBreak() } - if yyb3606 { + if yyb3625 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3606-1, "") + z.DecStructFieldNotFound(yyj3625-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44808,9 +45081,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3613 := range v { + for _, yyv3632 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3613.CodecEncodeSelf(e) + yyv3632.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44820,75 +45093,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3614 := *v - yyh3614, yyl3614 := z.DecSliceHelperStart() - var yyc3614 bool - if yyl3614 == 0 { - if yyv3614 == nil { - yyv3614 = []PersistentVolumeAccessMode{} - yyc3614 = true - } else if len(yyv3614) != 0 { - yyv3614 = yyv3614[:0] - yyc3614 = true + yyv3633 := *v + yyh3633, yyl3633 := z.DecSliceHelperStart() + var yyc3633 bool + if yyl3633 == 0 { + if yyv3633 == nil { + yyv3633 = []PersistentVolumeAccessMode{} + yyc3633 = true + } else if len(yyv3633) != 0 { + yyv3633 = yyv3633[:0] + yyc3633 = true } - } else if yyl3614 > 0 { - var yyrr3614, yyrl3614 int - var yyrt3614 bool - if yyl3614 > cap(yyv3614) { + } else if yyl3633 > 0 { + var yyrr3633, yyrl3633 int + var yyrt3633 bool + if yyl3633 > cap(yyv3633) { - yyrl3614, yyrt3614 = z.DecInferLen(yyl3614, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3614 { - if yyrl3614 <= cap(yyv3614) { - yyv3614 = yyv3614[:yyrl3614] + yyrl3633, yyrt3633 = z.DecInferLen(yyl3633, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3633 { + if yyrl3633 <= cap(yyv3633) { + yyv3633 = yyv3633[:yyrl3633] } else { - yyv3614 = make([]PersistentVolumeAccessMode, yyrl3614) + yyv3633 = make([]PersistentVolumeAccessMode, yyrl3633) } } else { - yyv3614 = make([]PersistentVolumeAccessMode, yyrl3614) + yyv3633 = make([]PersistentVolumeAccessMode, yyrl3633) } - yyc3614 = true - yyrr3614 = len(yyv3614) - } else if yyl3614 != len(yyv3614) { - yyv3614 = yyv3614[:yyl3614] - yyc3614 = true + yyc3633 = true + yyrr3633 = len(yyv3633) + } else if yyl3633 != len(yyv3633) { + yyv3633 = yyv3633[:yyl3633] + yyc3633 = true } - yyj3614 := 0 - for ; yyj3614 < yyrr3614; yyj3614++ { - yyh3614.ElemContainerState(yyj3614) + yyj3633 := 0 + for ; yyj3633 < yyrr3633; yyj3633++ { + yyh3633.ElemContainerState(yyj3633) if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3633[yyj3633] = "" } else { - yyv3614[yyj3614] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3633[yyj3633] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt3614 { - for ; yyj3614 < yyl3614; yyj3614++ { - yyv3614 = append(yyv3614, "") - yyh3614.ElemContainerState(yyj3614) + if yyrt3633 { + for ; yyj3633 < yyl3633; yyj3633++ { + yyv3633 = append(yyv3633, "") + yyh3633.ElemContainerState(yyj3633) if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3633[yyj3633] = "" } else { - yyv3614[yyj3614] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3633[yyj3633] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj3614 := 0 - for ; !r.CheckBreak(); yyj3614++ { + yyj3633 := 0 + for ; !r.CheckBreak(); yyj3633++ { - if yyj3614 >= len(yyv3614) { - yyv3614 = append(yyv3614, "") // var yyz3614 PersistentVolumeAccessMode - yyc3614 = true + if yyj3633 >= len(yyv3633) { + yyv3633 = append(yyv3633, "") // var yyz3633 PersistentVolumeAccessMode + yyc3633 = true } - yyh3614.ElemContainerState(yyj3614) - if yyj3614 < len(yyv3614) { + yyh3633.ElemContainerState(yyj3633) + if yyj3633 < len(yyv3633) { if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3633[yyj3633] = "" } else { - yyv3614[yyj3614] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3633[yyj3633] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -44896,17 +45169,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj3614 < len(yyv3614) { - yyv3614 = yyv3614[:yyj3614] - yyc3614 = true - } else if yyj3614 == 0 && yyv3614 == nil { - yyv3614 = []PersistentVolumeAccessMode{} - yyc3614 = true + if yyj3633 < len(yyv3633) { + yyv3633 = yyv3633[:yyj3633] + yyc3633 = true + } else if yyj3633 == 0 && yyv3633 == nil { + yyv3633 = []PersistentVolumeAccessMode{} + yyc3633 = true } } - yyh3614.End() - if yyc3614 { - *v = yyv3614 + yyh3633.End() + if yyc3633 { + *v = yyv3633 } } @@ -44915,10 +45188,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3618 := range v { + for _, yyv3637 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3619 := &yyv3618 - yy3619.CodecEncodeSelf(e) + yy3638 := &yyv3637 + yy3638.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44928,83 +45201,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3620 := *v - yyh3620, yyl3620 := z.DecSliceHelperStart() - var yyc3620 bool - if yyl3620 == 0 { - if yyv3620 == nil { - yyv3620 = []PersistentVolume{} - yyc3620 = true - } else if len(yyv3620) != 0 { - yyv3620 = yyv3620[:0] - yyc3620 = true + yyv3639 := *v + yyh3639, yyl3639 := z.DecSliceHelperStart() + var yyc3639 bool + if yyl3639 == 0 { + if yyv3639 == nil { + yyv3639 = []PersistentVolume{} + yyc3639 = true + } else if len(yyv3639) != 0 { + yyv3639 = yyv3639[:0] + yyc3639 = true } - } else if yyl3620 > 0 { - var yyrr3620, yyrl3620 int - var yyrt3620 bool - if yyl3620 > cap(yyv3620) { + } else if yyl3639 > 0 { + var yyrr3639, yyrl3639 int + var yyrt3639 bool + if yyl3639 > cap(yyv3639) { - yyrg3620 := len(yyv3620) > 0 - yyv23620 := yyv3620 - yyrl3620, yyrt3620 = z.DecInferLen(yyl3620, z.DecBasicHandle().MaxInitLen, 392) - if yyrt3620 { - if yyrl3620 <= cap(yyv3620) { - yyv3620 = yyv3620[:yyrl3620] + yyrg3639 := len(yyv3639) > 0 + yyv23639 := yyv3639 + yyrl3639, yyrt3639 = z.DecInferLen(yyl3639, z.DecBasicHandle().MaxInitLen, 392) + if yyrt3639 { + if yyrl3639 <= cap(yyv3639) { + yyv3639 = yyv3639[:yyrl3639] } else { - yyv3620 = make([]PersistentVolume, yyrl3620) + yyv3639 = make([]PersistentVolume, yyrl3639) } } else { - yyv3620 = make([]PersistentVolume, yyrl3620) + yyv3639 = make([]PersistentVolume, yyrl3639) } - yyc3620 = true - yyrr3620 = len(yyv3620) - if yyrg3620 { - copy(yyv3620, yyv23620) + yyc3639 = true + yyrr3639 = len(yyv3639) + if yyrg3639 { + copy(yyv3639, yyv23639) } - } else if yyl3620 != len(yyv3620) { - yyv3620 = yyv3620[:yyl3620] - yyc3620 = true + } else if yyl3639 != len(yyv3639) { + yyv3639 = yyv3639[:yyl3639] + yyc3639 = true } - yyj3620 := 0 - for ; yyj3620 < yyrr3620; yyj3620++ { - yyh3620.ElemContainerState(yyj3620) + yyj3639 := 0 + for ; yyj3639 < yyrr3639; yyj3639++ { + yyh3639.ElemContainerState(yyj3639) if r.TryDecodeAsNil() { - yyv3620[yyj3620] = PersistentVolume{} + yyv3639[yyj3639] = PersistentVolume{} } else { - yyv3621 := &yyv3620[yyj3620] - yyv3621.CodecDecodeSelf(d) + yyv3640 := &yyv3639[yyj3639] + yyv3640.CodecDecodeSelf(d) } } - if yyrt3620 { - for ; yyj3620 < yyl3620; yyj3620++ { - yyv3620 = append(yyv3620, PersistentVolume{}) - yyh3620.ElemContainerState(yyj3620) + if yyrt3639 { + for ; yyj3639 < yyl3639; yyj3639++ { + yyv3639 = append(yyv3639, PersistentVolume{}) + yyh3639.ElemContainerState(yyj3639) if r.TryDecodeAsNil() { - yyv3620[yyj3620] = PersistentVolume{} + yyv3639[yyj3639] = PersistentVolume{} } else { - yyv3622 := &yyv3620[yyj3620] - yyv3622.CodecDecodeSelf(d) + yyv3641 := &yyv3639[yyj3639] + yyv3641.CodecDecodeSelf(d) } } } } else { - yyj3620 := 0 - for ; !r.CheckBreak(); yyj3620++ { + yyj3639 := 0 + for ; !r.CheckBreak(); yyj3639++ { - if yyj3620 >= len(yyv3620) { - yyv3620 = append(yyv3620, PersistentVolume{}) // var yyz3620 PersistentVolume - yyc3620 = true + if yyj3639 >= len(yyv3639) { + yyv3639 = append(yyv3639, PersistentVolume{}) // var yyz3639 PersistentVolume + yyc3639 = true } - yyh3620.ElemContainerState(yyj3620) - if yyj3620 < len(yyv3620) { + yyh3639.ElemContainerState(yyj3639) + if yyj3639 < len(yyv3639) { if r.TryDecodeAsNil() { - yyv3620[yyj3620] = PersistentVolume{} + yyv3639[yyj3639] = PersistentVolume{} } else { - yyv3623 := &yyv3620[yyj3620] - yyv3623.CodecDecodeSelf(d) + yyv3642 := &yyv3639[yyj3639] + yyv3642.CodecDecodeSelf(d) } } else { @@ -45012,17 +45285,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj3620 < len(yyv3620) { - yyv3620 = yyv3620[:yyj3620] - yyc3620 = true - } else if yyj3620 == 0 && yyv3620 == nil { - yyv3620 = []PersistentVolume{} - yyc3620 = true + if yyj3639 < len(yyv3639) { + yyv3639 = yyv3639[:yyj3639] + yyc3639 = true + } else if yyj3639 == 0 && yyv3639 == nil { + yyv3639 = []PersistentVolume{} + yyc3639 = true } } - yyh3620.End() - if yyc3620 { - *v = yyv3620 + yyh3639.End() + if yyc3639 { + *v = yyv3639 } } @@ -45031,10 +45304,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3624 := range v { + for _, yyv3643 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3625 := &yyv3624 - yy3625.CodecEncodeSelf(e) + yy3644 := &yyv3643 + yy3644.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45044,83 +45317,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3626 := *v - yyh3626, yyl3626 := z.DecSliceHelperStart() - var yyc3626 bool - if yyl3626 == 0 { - if yyv3626 == nil { - yyv3626 = []PersistentVolumeClaim{} - yyc3626 = true - } else if len(yyv3626) != 0 { - yyv3626 = yyv3626[:0] - yyc3626 = true + yyv3645 := *v + yyh3645, yyl3645 := z.DecSliceHelperStart() + var yyc3645 bool + if yyl3645 == 0 { + if yyv3645 == nil { + yyv3645 = []PersistentVolumeClaim{} + yyc3645 = true + } else if len(yyv3645) != 0 { + yyv3645 = yyv3645[:0] + yyc3645 = true } - } else if yyl3626 > 0 { - var yyrr3626, yyrl3626 int - var yyrt3626 bool - if yyl3626 > cap(yyv3626) { + } else if yyl3645 > 0 { + var yyrr3645, yyrl3645 int + var yyrt3645 bool + if yyl3645 > cap(yyv3645) { - yyrg3626 := len(yyv3626) > 0 - yyv23626 := yyv3626 - yyrl3626, yyrt3626 = z.DecInferLen(yyl3626, z.DecBasicHandle().MaxInitLen, 296) - if yyrt3626 { - if yyrl3626 <= cap(yyv3626) { - yyv3626 = yyv3626[:yyrl3626] + yyrg3645 := len(yyv3645) > 0 + yyv23645 := yyv3645 + yyrl3645, yyrt3645 = z.DecInferLen(yyl3645, z.DecBasicHandle().MaxInitLen, 296) + if yyrt3645 { + if yyrl3645 <= cap(yyv3645) { + yyv3645 = yyv3645[:yyrl3645] } else { - yyv3626 = make([]PersistentVolumeClaim, yyrl3626) + yyv3645 = make([]PersistentVolumeClaim, yyrl3645) } } else { - yyv3626 = make([]PersistentVolumeClaim, yyrl3626) + yyv3645 = make([]PersistentVolumeClaim, yyrl3645) } - yyc3626 = true - yyrr3626 = len(yyv3626) - if yyrg3626 { - copy(yyv3626, yyv23626) + yyc3645 = true + yyrr3645 = len(yyv3645) + if yyrg3645 { + copy(yyv3645, yyv23645) } - } else if yyl3626 != len(yyv3626) { - yyv3626 = yyv3626[:yyl3626] - yyc3626 = true + } else if yyl3645 != len(yyv3645) { + yyv3645 = yyv3645[:yyl3645] + yyc3645 = true } - yyj3626 := 0 - for ; yyj3626 < yyrr3626; yyj3626++ { - yyh3626.ElemContainerState(yyj3626) + yyj3645 := 0 + for ; yyj3645 < yyrr3645; yyj3645++ { + yyh3645.ElemContainerState(yyj3645) if r.TryDecodeAsNil() { - yyv3626[yyj3626] = PersistentVolumeClaim{} + yyv3645[yyj3645] = PersistentVolumeClaim{} } else { - yyv3627 := &yyv3626[yyj3626] - yyv3627.CodecDecodeSelf(d) + yyv3646 := &yyv3645[yyj3645] + yyv3646.CodecDecodeSelf(d) } } - if yyrt3626 { - for ; yyj3626 < yyl3626; yyj3626++ { - yyv3626 = append(yyv3626, PersistentVolumeClaim{}) - yyh3626.ElemContainerState(yyj3626) + if yyrt3645 { + for ; yyj3645 < yyl3645; yyj3645++ { + yyv3645 = append(yyv3645, PersistentVolumeClaim{}) + yyh3645.ElemContainerState(yyj3645) if r.TryDecodeAsNil() { - yyv3626[yyj3626] = PersistentVolumeClaim{} + yyv3645[yyj3645] = PersistentVolumeClaim{} } else { - yyv3628 := &yyv3626[yyj3626] - yyv3628.CodecDecodeSelf(d) + yyv3647 := &yyv3645[yyj3645] + yyv3647.CodecDecodeSelf(d) } } } } else { - yyj3626 := 0 - for ; !r.CheckBreak(); yyj3626++ { + yyj3645 := 0 + for ; !r.CheckBreak(); yyj3645++ { - if yyj3626 >= len(yyv3626) { - yyv3626 = append(yyv3626, PersistentVolumeClaim{}) // var yyz3626 PersistentVolumeClaim - yyc3626 = true + if yyj3645 >= len(yyv3645) { + yyv3645 = append(yyv3645, PersistentVolumeClaim{}) // var yyz3645 PersistentVolumeClaim + yyc3645 = true } - yyh3626.ElemContainerState(yyj3626) - if yyj3626 < len(yyv3626) { + yyh3645.ElemContainerState(yyj3645) + if yyj3645 < len(yyv3645) { if r.TryDecodeAsNil() { - yyv3626[yyj3626] = PersistentVolumeClaim{} + yyv3645[yyj3645] = PersistentVolumeClaim{} } else { - yyv3629 := &yyv3626[yyj3626] - yyv3629.CodecDecodeSelf(d) + yyv3648 := &yyv3645[yyj3645] + yyv3648.CodecDecodeSelf(d) } } else { @@ -45128,17 +45401,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj3626 < len(yyv3626) { - yyv3626 = yyv3626[:yyj3626] - yyc3626 = true - } else if yyj3626 == 0 && yyv3626 == nil { - yyv3626 = []PersistentVolumeClaim{} - yyc3626 = true + if yyj3645 < len(yyv3645) { + yyv3645 = yyv3645[:yyj3645] + yyc3645 = true + } else if yyj3645 == 0 && yyv3645 == nil { + yyv3645 = []PersistentVolumeClaim{} + yyc3645 = true } } - yyh3626.End() - if yyc3626 { - *v = yyv3626 + yyh3645.End() + if yyc3645 { + *v = yyv3645 } } @@ -45147,9 +45420,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3630 := range v { + for _, yyv3649 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3630.CodecEncodeSelf(e) + yyv3649.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45159,75 +45432,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3631 := *v - yyh3631, yyl3631 := z.DecSliceHelperStart() - var yyc3631 bool - if yyl3631 == 0 { - if yyv3631 == nil { - yyv3631 = []Capability{} - yyc3631 = true - } else if len(yyv3631) != 0 { - yyv3631 = yyv3631[:0] - yyc3631 = true + yyv3650 := *v + yyh3650, yyl3650 := z.DecSliceHelperStart() + var yyc3650 bool + if yyl3650 == 0 { + if yyv3650 == nil { + yyv3650 = []Capability{} + yyc3650 = true + } else if len(yyv3650) != 0 { + yyv3650 = yyv3650[:0] + yyc3650 = true } - } else if yyl3631 > 0 { - var yyrr3631, yyrl3631 int - var yyrt3631 bool - if yyl3631 > cap(yyv3631) { + } else if yyl3650 > 0 { + var yyrr3650, yyrl3650 int + var yyrt3650 bool + if yyl3650 > cap(yyv3650) { - yyrl3631, yyrt3631 = z.DecInferLen(yyl3631, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3631 { - if yyrl3631 <= cap(yyv3631) { - yyv3631 = yyv3631[:yyrl3631] + yyrl3650, yyrt3650 = z.DecInferLen(yyl3650, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3650 { + if yyrl3650 <= cap(yyv3650) { + yyv3650 = yyv3650[:yyrl3650] } else { - yyv3631 = make([]Capability, yyrl3631) + yyv3650 = make([]Capability, yyrl3650) } } else { - yyv3631 = make([]Capability, yyrl3631) + yyv3650 = make([]Capability, yyrl3650) } - yyc3631 = true - yyrr3631 = len(yyv3631) - } else if yyl3631 != len(yyv3631) { - yyv3631 = yyv3631[:yyl3631] - yyc3631 = true + yyc3650 = true + yyrr3650 = len(yyv3650) + } else if yyl3650 != len(yyv3650) { + yyv3650 = yyv3650[:yyl3650] + yyc3650 = true } - yyj3631 := 0 - for ; yyj3631 < yyrr3631; yyj3631++ { - yyh3631.ElemContainerState(yyj3631) + yyj3650 := 0 + for ; yyj3650 < yyrr3650; yyj3650++ { + yyh3650.ElemContainerState(yyj3650) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = "" + yyv3650[yyj3650] = "" } else { - yyv3631[yyj3631] = Capability(r.DecodeString()) + yyv3650[yyj3650] = Capability(r.DecodeString()) } } - if yyrt3631 { - for ; yyj3631 < yyl3631; yyj3631++ { - yyv3631 = append(yyv3631, "") - yyh3631.ElemContainerState(yyj3631) + if yyrt3650 { + for ; yyj3650 < yyl3650; yyj3650++ { + yyv3650 = append(yyv3650, "") + yyh3650.ElemContainerState(yyj3650) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = "" + yyv3650[yyj3650] = "" } else { - yyv3631[yyj3631] = Capability(r.DecodeString()) + yyv3650[yyj3650] = Capability(r.DecodeString()) } } } } else { - yyj3631 := 0 - for ; !r.CheckBreak(); yyj3631++ { + yyj3650 := 0 + for ; !r.CheckBreak(); yyj3650++ { - if yyj3631 >= len(yyv3631) { - yyv3631 = append(yyv3631, "") // var yyz3631 Capability - yyc3631 = true + if yyj3650 >= len(yyv3650) { + yyv3650 = append(yyv3650, "") // var yyz3650 Capability + yyc3650 = true } - yyh3631.ElemContainerState(yyj3631) - if yyj3631 < len(yyv3631) { + yyh3650.ElemContainerState(yyj3650) + if yyj3650 < len(yyv3650) { if r.TryDecodeAsNil() { - yyv3631[yyj3631] = "" + yyv3650[yyj3650] = "" } else { - yyv3631[yyj3631] = Capability(r.DecodeString()) + yyv3650[yyj3650] = Capability(r.DecodeString()) } } else { @@ -45235,17 +45508,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj3631 < len(yyv3631) { - yyv3631 = yyv3631[:yyj3631] - yyc3631 = true - } else if yyj3631 == 0 && yyv3631 == nil { - yyv3631 = []Capability{} - yyc3631 = true + if yyj3650 < len(yyv3650) { + yyv3650 = yyv3650[:yyj3650] + yyc3650 = true + } else if yyj3650 == 0 && yyv3650 == nil { + yyv3650 = []Capability{} + yyc3650 = true } } - yyh3631.End() - if yyc3631 { - *v = yyv3631 + yyh3650.End() + if yyc3650 { + *v = yyv3650 } } @@ -45254,10 +45527,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3635 := range v { + for _, yyv3654 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3636 := &yyv3635 - yy3636.CodecEncodeSelf(e) + yy3655 := &yyv3654 + yy3655.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45267,83 +45540,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3637 := *v - yyh3637, yyl3637 := z.DecSliceHelperStart() - var yyc3637 bool - if yyl3637 == 0 { - if yyv3637 == nil { - yyv3637 = []ContainerPort{} - yyc3637 = true - } else if len(yyv3637) != 0 { - yyv3637 = yyv3637[:0] - yyc3637 = true + yyv3656 := *v + yyh3656, yyl3656 := z.DecSliceHelperStart() + var yyc3656 bool + if yyl3656 == 0 { + if yyv3656 == nil { + yyv3656 = []ContainerPort{} + yyc3656 = true + } else if len(yyv3656) != 0 { + yyv3656 = yyv3656[:0] + yyc3656 = true } - } else if yyl3637 > 0 { - var yyrr3637, yyrl3637 int - var yyrt3637 bool - if yyl3637 > cap(yyv3637) { + } else if yyl3656 > 0 { + var yyrr3656, yyrl3656 int + var yyrt3656 bool + if yyl3656 > cap(yyv3656) { - yyrg3637 := len(yyv3637) > 0 - yyv23637 := yyv3637 - yyrl3637, yyrt3637 = z.DecInferLen(yyl3637, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3637 { - if yyrl3637 <= cap(yyv3637) { - yyv3637 = yyv3637[:yyrl3637] + yyrg3656 := len(yyv3656) > 0 + yyv23656 := yyv3656 + yyrl3656, yyrt3656 = z.DecInferLen(yyl3656, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3656 { + if yyrl3656 <= cap(yyv3656) { + yyv3656 = yyv3656[:yyrl3656] } else { - yyv3637 = make([]ContainerPort, yyrl3637) + yyv3656 = make([]ContainerPort, yyrl3656) } } else { - yyv3637 = make([]ContainerPort, yyrl3637) + yyv3656 = make([]ContainerPort, yyrl3656) } - yyc3637 = true - yyrr3637 = len(yyv3637) - if yyrg3637 { - copy(yyv3637, yyv23637) + yyc3656 = true + yyrr3656 = len(yyv3656) + if yyrg3656 { + copy(yyv3656, yyv23656) } - } else if yyl3637 != len(yyv3637) { - yyv3637 = yyv3637[:yyl3637] - yyc3637 = true + } else if yyl3656 != len(yyv3656) { + yyv3656 = yyv3656[:yyl3656] + yyc3656 = true } - yyj3637 := 0 - for ; yyj3637 < yyrr3637; yyj3637++ { - yyh3637.ElemContainerState(yyj3637) + yyj3656 := 0 + for ; yyj3656 < yyrr3656; yyj3656++ { + yyh3656.ElemContainerState(yyj3656) if r.TryDecodeAsNil() { - yyv3637[yyj3637] = ContainerPort{} + yyv3656[yyj3656] = ContainerPort{} } else { - yyv3638 := &yyv3637[yyj3637] - yyv3638.CodecDecodeSelf(d) + yyv3657 := &yyv3656[yyj3656] + yyv3657.CodecDecodeSelf(d) } } - if yyrt3637 { - for ; yyj3637 < yyl3637; yyj3637++ { - yyv3637 = append(yyv3637, ContainerPort{}) - yyh3637.ElemContainerState(yyj3637) + if yyrt3656 { + for ; yyj3656 < yyl3656; yyj3656++ { + yyv3656 = append(yyv3656, ContainerPort{}) + yyh3656.ElemContainerState(yyj3656) if r.TryDecodeAsNil() { - yyv3637[yyj3637] = ContainerPort{} + yyv3656[yyj3656] = ContainerPort{} } else { - yyv3639 := &yyv3637[yyj3637] - yyv3639.CodecDecodeSelf(d) + yyv3658 := &yyv3656[yyj3656] + yyv3658.CodecDecodeSelf(d) } } } } else { - yyj3637 := 0 - for ; !r.CheckBreak(); yyj3637++ { + yyj3656 := 0 + for ; !r.CheckBreak(); yyj3656++ { - if yyj3637 >= len(yyv3637) { - yyv3637 = append(yyv3637, ContainerPort{}) // var yyz3637 ContainerPort - yyc3637 = true + if yyj3656 >= len(yyv3656) { + yyv3656 = append(yyv3656, ContainerPort{}) // var yyz3656 ContainerPort + yyc3656 = true } - yyh3637.ElemContainerState(yyj3637) - if yyj3637 < len(yyv3637) { + yyh3656.ElemContainerState(yyj3656) + if yyj3656 < len(yyv3656) { if r.TryDecodeAsNil() { - yyv3637[yyj3637] = ContainerPort{} + yyv3656[yyj3656] = ContainerPort{} } else { - yyv3640 := &yyv3637[yyj3637] - yyv3640.CodecDecodeSelf(d) + yyv3659 := &yyv3656[yyj3656] + yyv3659.CodecDecodeSelf(d) } } else { @@ -45351,17 +45624,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj3637 < len(yyv3637) { - yyv3637 = yyv3637[:yyj3637] - yyc3637 = true - } else if yyj3637 == 0 && yyv3637 == nil { - yyv3637 = []ContainerPort{} - yyc3637 = true + if yyj3656 < len(yyv3656) { + yyv3656 = yyv3656[:yyj3656] + yyc3656 = true + } else if yyj3656 == 0 && yyv3656 == nil { + yyv3656 = []ContainerPort{} + yyc3656 = true } } - yyh3637.End() - if yyc3637 { - *v = yyv3637 + yyh3656.End() + if yyc3656 { + *v = yyv3656 } } @@ -45370,10 +45643,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3641 := range v { + for _, yyv3660 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3642 := &yyv3641 - yy3642.CodecEncodeSelf(e) + yy3661 := &yyv3660 + yy3661.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45383,83 +45656,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3643 := *v - yyh3643, yyl3643 := z.DecSliceHelperStart() - var yyc3643 bool - if yyl3643 == 0 { - if yyv3643 == nil { - yyv3643 = []EnvVar{} - yyc3643 = true - } else if len(yyv3643) != 0 { - yyv3643 = yyv3643[:0] - yyc3643 = true + yyv3662 := *v + yyh3662, yyl3662 := z.DecSliceHelperStart() + var yyc3662 bool + if yyl3662 == 0 { + if yyv3662 == nil { + yyv3662 = []EnvVar{} + yyc3662 = true + } else if len(yyv3662) != 0 { + yyv3662 = yyv3662[:0] + yyc3662 = true } - } else if yyl3643 > 0 { - var yyrr3643, yyrl3643 int - var yyrt3643 bool - if yyl3643 > cap(yyv3643) { + } else if yyl3662 > 0 { + var yyrr3662, yyrl3662 int + var yyrt3662 bool + if yyl3662 > cap(yyv3662) { - yyrg3643 := len(yyv3643) > 0 - yyv23643 := yyv3643 - yyrl3643, yyrt3643 = z.DecInferLen(yyl3643, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3643 { - if yyrl3643 <= cap(yyv3643) { - yyv3643 = yyv3643[:yyrl3643] + yyrg3662 := len(yyv3662) > 0 + yyv23662 := yyv3662 + yyrl3662, yyrt3662 = z.DecInferLen(yyl3662, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3662 { + if yyrl3662 <= cap(yyv3662) { + yyv3662 = yyv3662[:yyrl3662] } else { - yyv3643 = make([]EnvVar, yyrl3643) + yyv3662 = make([]EnvVar, yyrl3662) } } else { - yyv3643 = make([]EnvVar, yyrl3643) + yyv3662 = make([]EnvVar, yyrl3662) } - yyc3643 = true - yyrr3643 = len(yyv3643) - if yyrg3643 { - copy(yyv3643, yyv23643) + yyc3662 = true + yyrr3662 = len(yyv3662) + if yyrg3662 { + copy(yyv3662, yyv23662) } - } else if yyl3643 != len(yyv3643) { - yyv3643 = yyv3643[:yyl3643] - yyc3643 = true + } else if yyl3662 != len(yyv3662) { + yyv3662 = yyv3662[:yyl3662] + yyc3662 = true } - yyj3643 := 0 - for ; yyj3643 < yyrr3643; yyj3643++ { - yyh3643.ElemContainerState(yyj3643) + yyj3662 := 0 + for ; yyj3662 < yyrr3662; yyj3662++ { + yyh3662.ElemContainerState(yyj3662) if r.TryDecodeAsNil() { - yyv3643[yyj3643] = EnvVar{} + yyv3662[yyj3662] = EnvVar{} } else { - yyv3644 := &yyv3643[yyj3643] - yyv3644.CodecDecodeSelf(d) + yyv3663 := &yyv3662[yyj3662] + yyv3663.CodecDecodeSelf(d) } } - if yyrt3643 { - for ; yyj3643 < yyl3643; yyj3643++ { - yyv3643 = append(yyv3643, EnvVar{}) - yyh3643.ElemContainerState(yyj3643) + if yyrt3662 { + for ; yyj3662 < yyl3662; yyj3662++ { + yyv3662 = append(yyv3662, EnvVar{}) + yyh3662.ElemContainerState(yyj3662) if r.TryDecodeAsNil() { - yyv3643[yyj3643] = EnvVar{} + yyv3662[yyj3662] = EnvVar{} } else { - yyv3645 := &yyv3643[yyj3643] - yyv3645.CodecDecodeSelf(d) + yyv3664 := &yyv3662[yyj3662] + yyv3664.CodecDecodeSelf(d) } } } } else { - yyj3643 := 0 - for ; !r.CheckBreak(); yyj3643++ { + yyj3662 := 0 + for ; !r.CheckBreak(); yyj3662++ { - if yyj3643 >= len(yyv3643) { - yyv3643 = append(yyv3643, EnvVar{}) // var yyz3643 EnvVar - yyc3643 = true + if yyj3662 >= len(yyv3662) { + yyv3662 = append(yyv3662, EnvVar{}) // var yyz3662 EnvVar + yyc3662 = true } - yyh3643.ElemContainerState(yyj3643) - if yyj3643 < len(yyv3643) { + yyh3662.ElemContainerState(yyj3662) + if yyj3662 < len(yyv3662) { if r.TryDecodeAsNil() { - yyv3643[yyj3643] = EnvVar{} + yyv3662[yyj3662] = EnvVar{} } else { - yyv3646 := &yyv3643[yyj3643] - yyv3646.CodecDecodeSelf(d) + yyv3665 := &yyv3662[yyj3662] + yyv3665.CodecDecodeSelf(d) } } else { @@ -45467,17 +45740,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj3643 < len(yyv3643) { - yyv3643 = yyv3643[:yyj3643] - yyc3643 = true - } else if yyj3643 == 0 && yyv3643 == nil { - yyv3643 = []EnvVar{} - yyc3643 = true + if yyj3662 < len(yyv3662) { + yyv3662 = yyv3662[:yyj3662] + yyc3662 = true + } else if yyj3662 == 0 && yyv3662 == nil { + yyv3662 = []EnvVar{} + yyc3662 = true } } - yyh3643.End() - if yyc3643 { - *v = yyv3643 + yyh3662.End() + if yyc3662 { + *v = yyv3662 } } @@ -45486,10 +45759,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3647 := range v { + for _, yyv3666 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3648 := &yyv3647 - yy3648.CodecEncodeSelf(e) + yy3667 := &yyv3666 + yy3667.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45499,83 +45772,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3649 := *v - yyh3649, yyl3649 := z.DecSliceHelperStart() - var yyc3649 bool - if yyl3649 == 0 { - if yyv3649 == nil { - yyv3649 = []VolumeMount{} - yyc3649 = true - } else if len(yyv3649) != 0 { - yyv3649 = yyv3649[:0] - yyc3649 = true + yyv3668 := *v + yyh3668, yyl3668 := z.DecSliceHelperStart() + var yyc3668 bool + if yyl3668 == 0 { + if yyv3668 == nil { + yyv3668 = []VolumeMount{} + yyc3668 = true + } else if len(yyv3668) != 0 { + yyv3668 = yyv3668[:0] + yyc3668 = true } - } else if yyl3649 > 0 { - var yyrr3649, yyrl3649 int - var yyrt3649 bool - if yyl3649 > cap(yyv3649) { + } else if yyl3668 > 0 { + var yyrr3668, yyrl3668 int + var yyrt3668 bool + if yyl3668 > cap(yyv3668) { - yyrg3649 := len(yyv3649) > 0 - yyv23649 := yyv3649 - yyrl3649, yyrt3649 = z.DecInferLen(yyl3649, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3649 { - if yyrl3649 <= cap(yyv3649) { - yyv3649 = yyv3649[:yyrl3649] + yyrg3668 := len(yyv3668) > 0 + yyv23668 := yyv3668 + yyrl3668, yyrt3668 = z.DecInferLen(yyl3668, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3668 { + if yyrl3668 <= cap(yyv3668) { + yyv3668 = yyv3668[:yyrl3668] } else { - yyv3649 = make([]VolumeMount, yyrl3649) + yyv3668 = make([]VolumeMount, yyrl3668) } } else { - yyv3649 = make([]VolumeMount, yyrl3649) + yyv3668 = make([]VolumeMount, yyrl3668) } - yyc3649 = true - yyrr3649 = len(yyv3649) - if yyrg3649 { - copy(yyv3649, yyv23649) + yyc3668 = true + yyrr3668 = len(yyv3668) + if yyrg3668 { + copy(yyv3668, yyv23668) } - } else if yyl3649 != len(yyv3649) { - yyv3649 = yyv3649[:yyl3649] - yyc3649 = true + } else if yyl3668 != len(yyv3668) { + yyv3668 = yyv3668[:yyl3668] + yyc3668 = true } - yyj3649 := 0 - for ; yyj3649 < yyrr3649; yyj3649++ { - yyh3649.ElemContainerState(yyj3649) + yyj3668 := 0 + for ; yyj3668 < yyrr3668; yyj3668++ { + yyh3668.ElemContainerState(yyj3668) if r.TryDecodeAsNil() { - yyv3649[yyj3649] = VolumeMount{} + yyv3668[yyj3668] = VolumeMount{} } else { - yyv3650 := &yyv3649[yyj3649] - yyv3650.CodecDecodeSelf(d) + yyv3669 := &yyv3668[yyj3668] + yyv3669.CodecDecodeSelf(d) } } - if yyrt3649 { - for ; yyj3649 < yyl3649; yyj3649++ { - yyv3649 = append(yyv3649, VolumeMount{}) - yyh3649.ElemContainerState(yyj3649) + if yyrt3668 { + for ; yyj3668 < yyl3668; yyj3668++ { + yyv3668 = append(yyv3668, VolumeMount{}) + yyh3668.ElemContainerState(yyj3668) if r.TryDecodeAsNil() { - yyv3649[yyj3649] = VolumeMount{} + yyv3668[yyj3668] = VolumeMount{} } else { - yyv3651 := &yyv3649[yyj3649] - yyv3651.CodecDecodeSelf(d) + yyv3670 := &yyv3668[yyj3668] + yyv3670.CodecDecodeSelf(d) } } } } else { - yyj3649 := 0 - for ; !r.CheckBreak(); yyj3649++ { + yyj3668 := 0 + for ; !r.CheckBreak(); yyj3668++ { - if yyj3649 >= len(yyv3649) { - yyv3649 = append(yyv3649, VolumeMount{}) // var yyz3649 VolumeMount - yyc3649 = true + if yyj3668 >= len(yyv3668) { + yyv3668 = append(yyv3668, VolumeMount{}) // var yyz3668 VolumeMount + yyc3668 = true } - yyh3649.ElemContainerState(yyj3649) - if yyj3649 < len(yyv3649) { + yyh3668.ElemContainerState(yyj3668) + if yyj3668 < len(yyv3668) { if r.TryDecodeAsNil() { - yyv3649[yyj3649] = VolumeMount{} + yyv3668[yyj3668] = VolumeMount{} } else { - yyv3652 := &yyv3649[yyj3649] - yyv3652.CodecDecodeSelf(d) + yyv3671 := &yyv3668[yyj3668] + yyv3671.CodecDecodeSelf(d) } } else { @@ -45583,17 +45856,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj3649 < len(yyv3649) { - yyv3649 = yyv3649[:yyj3649] - yyc3649 = true - } else if yyj3649 == 0 && yyv3649 == nil { - yyv3649 = []VolumeMount{} - yyc3649 = true + if yyj3668 < len(yyv3668) { + yyv3668 = yyv3668[:yyj3668] + yyc3668 = true + } else if yyj3668 == 0 && yyv3668 == nil { + yyv3668 = []VolumeMount{} + yyc3668 = true } } - yyh3649.End() - if yyc3649 { - *v = yyv3649 + yyh3668.End() + if yyc3668 { + *v = yyv3668 } } @@ -45602,10 +45875,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3653 := range v { + for _, yyv3672 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3654 := &yyv3653 - yy3654.CodecEncodeSelf(e) + yy3673 := &yyv3672 + yy3673.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45615,83 +45888,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3655 := *v - yyh3655, yyl3655 := z.DecSliceHelperStart() - var yyc3655 bool - if yyl3655 == 0 { - if yyv3655 == nil { - yyv3655 = []Volume{} - yyc3655 = true - } else if len(yyv3655) != 0 { - yyv3655 = yyv3655[:0] - yyc3655 = true + yyv3674 := *v + yyh3674, yyl3674 := z.DecSliceHelperStart() + var yyc3674 bool + if yyl3674 == 0 { + if yyv3674 == nil { + yyv3674 = []Volume{} + yyc3674 = true + } else if len(yyv3674) != 0 { + yyv3674 = yyv3674[:0] + yyc3674 = true } - } else if yyl3655 > 0 { - var yyrr3655, yyrl3655 int - var yyrt3655 bool - if yyl3655 > cap(yyv3655) { + } else if yyl3674 > 0 { + var yyrr3674, yyrl3674 int + var yyrt3674 bool + if yyl3674 > cap(yyv3674) { - yyrg3655 := len(yyv3655) > 0 - yyv23655 := yyv3655 - yyrl3655, yyrt3655 = z.DecInferLen(yyl3655, z.DecBasicHandle().MaxInitLen, 152) - if yyrt3655 { - if yyrl3655 <= cap(yyv3655) { - yyv3655 = yyv3655[:yyrl3655] + yyrg3674 := len(yyv3674) > 0 + yyv23674 := yyv3674 + yyrl3674, yyrt3674 = z.DecInferLen(yyl3674, z.DecBasicHandle().MaxInitLen, 152) + if yyrt3674 { + if yyrl3674 <= cap(yyv3674) { + yyv3674 = yyv3674[:yyrl3674] } else { - yyv3655 = make([]Volume, yyrl3655) + yyv3674 = make([]Volume, yyrl3674) } } else { - yyv3655 = make([]Volume, yyrl3655) + yyv3674 = make([]Volume, yyrl3674) } - yyc3655 = true - yyrr3655 = len(yyv3655) - if yyrg3655 { - copy(yyv3655, yyv23655) + yyc3674 = true + yyrr3674 = len(yyv3674) + if yyrg3674 { + copy(yyv3674, yyv23674) } - } else if yyl3655 != len(yyv3655) { - yyv3655 = yyv3655[:yyl3655] - yyc3655 = true + } else if yyl3674 != len(yyv3674) { + yyv3674 = yyv3674[:yyl3674] + yyc3674 = true } - yyj3655 := 0 - for ; yyj3655 < yyrr3655; yyj3655++ { - yyh3655.ElemContainerState(yyj3655) + yyj3674 := 0 + for ; yyj3674 < yyrr3674; yyj3674++ { + yyh3674.ElemContainerState(yyj3674) if r.TryDecodeAsNil() { - yyv3655[yyj3655] = Volume{} + yyv3674[yyj3674] = Volume{} } else { - yyv3656 := &yyv3655[yyj3655] - yyv3656.CodecDecodeSelf(d) + yyv3675 := &yyv3674[yyj3674] + yyv3675.CodecDecodeSelf(d) } } - if yyrt3655 { - for ; yyj3655 < yyl3655; yyj3655++ { - yyv3655 = append(yyv3655, Volume{}) - yyh3655.ElemContainerState(yyj3655) + if yyrt3674 { + for ; yyj3674 < yyl3674; yyj3674++ { + yyv3674 = append(yyv3674, Volume{}) + yyh3674.ElemContainerState(yyj3674) if r.TryDecodeAsNil() { - yyv3655[yyj3655] = Volume{} + yyv3674[yyj3674] = Volume{} } else { - yyv3657 := &yyv3655[yyj3655] - yyv3657.CodecDecodeSelf(d) + yyv3676 := &yyv3674[yyj3674] + yyv3676.CodecDecodeSelf(d) } } } } else { - yyj3655 := 0 - for ; !r.CheckBreak(); yyj3655++ { + yyj3674 := 0 + for ; !r.CheckBreak(); yyj3674++ { - if yyj3655 >= len(yyv3655) { - yyv3655 = append(yyv3655, Volume{}) // var yyz3655 Volume - yyc3655 = true + if yyj3674 >= len(yyv3674) { + yyv3674 = append(yyv3674, Volume{}) // var yyz3674 Volume + yyc3674 = true } - yyh3655.ElemContainerState(yyj3655) - if yyj3655 < len(yyv3655) { + yyh3674.ElemContainerState(yyj3674) + if yyj3674 < len(yyv3674) { if r.TryDecodeAsNil() { - yyv3655[yyj3655] = Volume{} + yyv3674[yyj3674] = Volume{} } else { - yyv3658 := &yyv3655[yyj3655] - yyv3658.CodecDecodeSelf(d) + yyv3677 := &yyv3674[yyj3674] + yyv3677.CodecDecodeSelf(d) } } else { @@ -45699,17 +45972,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj3655 < len(yyv3655) { - yyv3655 = yyv3655[:yyj3655] - yyc3655 = true - } else if yyj3655 == 0 && yyv3655 == nil { - yyv3655 = []Volume{} - yyc3655 = true + if yyj3674 < len(yyv3674) { + yyv3674 = yyv3674[:yyj3674] + yyc3674 = true + } else if yyj3674 == 0 && yyv3674 == nil { + yyv3674 = []Volume{} + yyc3674 = true } } - yyh3655.End() - if yyc3655 { - *v = yyv3655 + yyh3674.End() + if yyc3674 { + *v = yyv3674 } } @@ -45718,10 +45991,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3659 := range v { + for _, yyv3678 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3660 := &yyv3659 - yy3660.CodecEncodeSelf(e) + yy3679 := &yyv3678 + yy3679.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45731,83 +46004,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3661 := *v - yyh3661, yyl3661 := z.DecSliceHelperStart() - var yyc3661 bool - if yyl3661 == 0 { - if yyv3661 == nil { - yyv3661 = []Container{} - yyc3661 = true - } else if len(yyv3661) != 0 { - yyv3661 = yyv3661[:0] - yyc3661 = true + yyv3680 := *v + yyh3680, yyl3680 := z.DecSliceHelperStart() + var yyc3680 bool + if yyl3680 == 0 { + if yyv3680 == nil { + yyv3680 = []Container{} + yyc3680 = true + } else if len(yyv3680) != 0 { + yyv3680 = yyv3680[:0] + yyc3680 = true } - } else if yyl3661 > 0 { - var yyrr3661, yyrl3661 int - var yyrt3661 bool - if yyl3661 > cap(yyv3661) { + } else if yyl3680 > 0 { + var yyrr3680, yyrl3680 int + var yyrt3680 bool + if yyl3680 > cap(yyv3680) { - yyrg3661 := len(yyv3661) > 0 - yyv23661 := yyv3661 - yyrl3661, yyrt3661 = z.DecInferLen(yyl3661, z.DecBasicHandle().MaxInitLen, 256) - if yyrt3661 { - if yyrl3661 <= cap(yyv3661) { - yyv3661 = yyv3661[:yyrl3661] + yyrg3680 := len(yyv3680) > 0 + yyv23680 := yyv3680 + yyrl3680, yyrt3680 = z.DecInferLen(yyl3680, z.DecBasicHandle().MaxInitLen, 256) + if yyrt3680 { + if yyrl3680 <= cap(yyv3680) { + yyv3680 = yyv3680[:yyrl3680] } else { - yyv3661 = make([]Container, yyrl3661) + yyv3680 = make([]Container, yyrl3680) } } else { - yyv3661 = make([]Container, yyrl3661) + yyv3680 = make([]Container, yyrl3680) } - yyc3661 = true - yyrr3661 = len(yyv3661) - if yyrg3661 { - copy(yyv3661, yyv23661) + yyc3680 = true + yyrr3680 = len(yyv3680) + if yyrg3680 { + copy(yyv3680, yyv23680) } - } else if yyl3661 != len(yyv3661) { - yyv3661 = yyv3661[:yyl3661] - yyc3661 = true + } else if yyl3680 != len(yyv3680) { + yyv3680 = yyv3680[:yyl3680] + yyc3680 = true } - yyj3661 := 0 - for ; yyj3661 < yyrr3661; yyj3661++ { - yyh3661.ElemContainerState(yyj3661) + yyj3680 := 0 + for ; yyj3680 < yyrr3680; yyj3680++ { + yyh3680.ElemContainerState(yyj3680) if r.TryDecodeAsNil() { - yyv3661[yyj3661] = Container{} + yyv3680[yyj3680] = Container{} } else { - yyv3662 := &yyv3661[yyj3661] - yyv3662.CodecDecodeSelf(d) + yyv3681 := &yyv3680[yyj3680] + yyv3681.CodecDecodeSelf(d) } } - if yyrt3661 { - for ; yyj3661 < yyl3661; yyj3661++ { - yyv3661 = append(yyv3661, Container{}) - yyh3661.ElemContainerState(yyj3661) + if yyrt3680 { + for ; yyj3680 < yyl3680; yyj3680++ { + yyv3680 = append(yyv3680, Container{}) + yyh3680.ElemContainerState(yyj3680) if r.TryDecodeAsNil() { - yyv3661[yyj3661] = Container{} + yyv3680[yyj3680] = Container{} } else { - yyv3663 := &yyv3661[yyj3661] - yyv3663.CodecDecodeSelf(d) + yyv3682 := &yyv3680[yyj3680] + yyv3682.CodecDecodeSelf(d) } } } } else { - yyj3661 := 0 - for ; !r.CheckBreak(); yyj3661++ { + yyj3680 := 0 + for ; !r.CheckBreak(); yyj3680++ { - if yyj3661 >= len(yyv3661) { - yyv3661 = append(yyv3661, Container{}) // var yyz3661 Container - yyc3661 = true + if yyj3680 >= len(yyv3680) { + yyv3680 = append(yyv3680, Container{}) // var yyz3680 Container + yyc3680 = true } - yyh3661.ElemContainerState(yyj3661) - if yyj3661 < len(yyv3661) { + yyh3680.ElemContainerState(yyj3680) + if yyj3680 < len(yyv3680) { if r.TryDecodeAsNil() { - yyv3661[yyj3661] = Container{} + yyv3680[yyj3680] = Container{} } else { - yyv3664 := &yyv3661[yyj3661] - yyv3664.CodecDecodeSelf(d) + yyv3683 := &yyv3680[yyj3680] + yyv3683.CodecDecodeSelf(d) } } else { @@ -45815,17 +46088,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj3661 < len(yyv3661) { - yyv3661 = yyv3661[:yyj3661] - yyc3661 = true - } else if yyj3661 == 0 && yyv3661 == nil { - yyv3661 = []Container{} - yyc3661 = true + if yyj3680 < len(yyv3680) { + yyv3680 = yyv3680[:yyj3680] + yyc3680 = true + } else if yyj3680 == 0 && yyv3680 == nil { + yyv3680 = []Container{} + yyc3680 = true } } - yyh3661.End() - if yyc3661 { - *v = yyv3661 + yyh3680.End() + if yyc3680 { + *v = yyv3680 } } @@ -45834,10 +46107,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3665 := range v { + for _, yyv3684 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3666 := &yyv3665 - yy3666.CodecEncodeSelf(e) + yy3685 := &yyv3684 + yy3685.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45847,83 +46120,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3667 := *v - yyh3667, yyl3667 := z.DecSliceHelperStart() - var yyc3667 bool - if yyl3667 == 0 { - if yyv3667 == nil { - yyv3667 = []LocalObjectReference{} - yyc3667 = true - } else if len(yyv3667) != 0 { - yyv3667 = yyv3667[:0] - yyc3667 = true + yyv3686 := *v + yyh3686, yyl3686 := z.DecSliceHelperStart() + var yyc3686 bool + if yyl3686 == 0 { + if yyv3686 == nil { + yyv3686 = []LocalObjectReference{} + yyc3686 = true + } else if len(yyv3686) != 0 { + yyv3686 = yyv3686[:0] + yyc3686 = true } - } else if yyl3667 > 0 { - var yyrr3667, yyrl3667 int - var yyrt3667 bool - if yyl3667 > cap(yyv3667) { + } else if yyl3686 > 0 { + var yyrr3686, yyrl3686 int + var yyrt3686 bool + if yyl3686 > cap(yyv3686) { - yyrg3667 := len(yyv3667) > 0 - yyv23667 := yyv3667 - yyrl3667, yyrt3667 = z.DecInferLen(yyl3667, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3667 { - if yyrl3667 <= cap(yyv3667) { - yyv3667 = yyv3667[:yyrl3667] + yyrg3686 := len(yyv3686) > 0 + yyv23686 := yyv3686 + yyrl3686, yyrt3686 = z.DecInferLen(yyl3686, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3686 { + if yyrl3686 <= cap(yyv3686) { + yyv3686 = yyv3686[:yyrl3686] } else { - yyv3667 = make([]LocalObjectReference, yyrl3667) + yyv3686 = make([]LocalObjectReference, yyrl3686) } } else { - yyv3667 = make([]LocalObjectReference, yyrl3667) + yyv3686 = make([]LocalObjectReference, yyrl3686) } - yyc3667 = true - yyrr3667 = len(yyv3667) - if yyrg3667 { - copy(yyv3667, yyv23667) + yyc3686 = true + yyrr3686 = len(yyv3686) + if yyrg3686 { + copy(yyv3686, yyv23686) } - } else if yyl3667 != len(yyv3667) { - yyv3667 = yyv3667[:yyl3667] - yyc3667 = true + } else if yyl3686 != len(yyv3686) { + yyv3686 = yyv3686[:yyl3686] + yyc3686 = true } - yyj3667 := 0 - for ; yyj3667 < yyrr3667; yyj3667++ { - yyh3667.ElemContainerState(yyj3667) + yyj3686 := 0 + for ; yyj3686 < yyrr3686; yyj3686++ { + yyh3686.ElemContainerState(yyj3686) if r.TryDecodeAsNil() { - yyv3667[yyj3667] = LocalObjectReference{} + yyv3686[yyj3686] = LocalObjectReference{} } else { - yyv3668 := &yyv3667[yyj3667] - yyv3668.CodecDecodeSelf(d) + yyv3687 := &yyv3686[yyj3686] + yyv3687.CodecDecodeSelf(d) } } - if yyrt3667 { - for ; yyj3667 < yyl3667; yyj3667++ { - yyv3667 = append(yyv3667, LocalObjectReference{}) - yyh3667.ElemContainerState(yyj3667) + if yyrt3686 { + for ; yyj3686 < yyl3686; yyj3686++ { + yyv3686 = append(yyv3686, LocalObjectReference{}) + yyh3686.ElemContainerState(yyj3686) if r.TryDecodeAsNil() { - yyv3667[yyj3667] = LocalObjectReference{} + yyv3686[yyj3686] = LocalObjectReference{} } else { - yyv3669 := &yyv3667[yyj3667] - yyv3669.CodecDecodeSelf(d) + yyv3688 := &yyv3686[yyj3686] + yyv3688.CodecDecodeSelf(d) } } } } else { - yyj3667 := 0 - for ; !r.CheckBreak(); yyj3667++ { + yyj3686 := 0 + for ; !r.CheckBreak(); yyj3686++ { - if yyj3667 >= len(yyv3667) { - yyv3667 = append(yyv3667, LocalObjectReference{}) // var yyz3667 LocalObjectReference - yyc3667 = true + if yyj3686 >= len(yyv3686) { + yyv3686 = append(yyv3686, LocalObjectReference{}) // var yyz3686 LocalObjectReference + yyc3686 = true } - yyh3667.ElemContainerState(yyj3667) - if yyj3667 < len(yyv3667) { + yyh3686.ElemContainerState(yyj3686) + if yyj3686 < len(yyv3686) { if r.TryDecodeAsNil() { - yyv3667[yyj3667] = LocalObjectReference{} + yyv3686[yyj3686] = LocalObjectReference{} } else { - yyv3670 := &yyv3667[yyj3667] - yyv3670.CodecDecodeSelf(d) + yyv3689 := &yyv3686[yyj3686] + yyv3689.CodecDecodeSelf(d) } } else { @@ -45931,17 +46204,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj3667 < len(yyv3667) { - yyv3667 = yyv3667[:yyj3667] - yyc3667 = true - } else if yyj3667 == 0 && yyv3667 == nil { - yyv3667 = []LocalObjectReference{} - yyc3667 = true + if yyj3686 < len(yyv3686) { + yyv3686 = yyv3686[:yyj3686] + yyc3686 = true + } else if yyj3686 == 0 && yyv3686 == nil { + yyv3686 = []LocalObjectReference{} + yyc3686 = true } } - yyh3667.End() - if yyc3667 { - *v = yyv3667 + yyh3686.End() + if yyc3686 { + *v = yyv3686 } } @@ -45950,10 +46223,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3671 := range v { + for _, yyv3690 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3672 := &yyv3671 - yy3672.CodecEncodeSelf(e) + yy3691 := &yyv3690 + yy3691.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45963,83 +46236,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3673 := *v - yyh3673, yyl3673 := z.DecSliceHelperStart() - var yyc3673 bool - if yyl3673 == 0 { - if yyv3673 == nil { - yyv3673 = []PodCondition{} - yyc3673 = true - } else if len(yyv3673) != 0 { - yyv3673 = yyv3673[:0] - yyc3673 = true + yyv3692 := *v + yyh3692, yyl3692 := z.DecSliceHelperStart() + var yyc3692 bool + if yyl3692 == 0 { + if yyv3692 == nil { + yyv3692 = []PodCondition{} + yyc3692 = true + } else if len(yyv3692) != 0 { + yyv3692 = yyv3692[:0] + yyc3692 = true } - } else if yyl3673 > 0 { - var yyrr3673, yyrl3673 int - var yyrt3673 bool - if yyl3673 > cap(yyv3673) { + } else if yyl3692 > 0 { + var yyrr3692, yyrl3692 int + var yyrt3692 bool + if yyl3692 > cap(yyv3692) { - yyrg3673 := len(yyv3673) > 0 - yyv23673 := yyv3673 - yyrl3673, yyrt3673 = z.DecInferLen(yyl3673, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3673 { - if yyrl3673 <= cap(yyv3673) { - yyv3673 = yyv3673[:yyrl3673] + yyrg3692 := len(yyv3692) > 0 + yyv23692 := yyv3692 + yyrl3692, yyrt3692 = z.DecInferLen(yyl3692, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3692 { + if yyrl3692 <= cap(yyv3692) { + yyv3692 = yyv3692[:yyrl3692] } else { - yyv3673 = make([]PodCondition, yyrl3673) + yyv3692 = make([]PodCondition, yyrl3692) } } else { - yyv3673 = make([]PodCondition, yyrl3673) + yyv3692 = make([]PodCondition, yyrl3692) } - yyc3673 = true - yyrr3673 = len(yyv3673) - if yyrg3673 { - copy(yyv3673, yyv23673) + yyc3692 = true + yyrr3692 = len(yyv3692) + if yyrg3692 { + copy(yyv3692, yyv23692) } - } else if yyl3673 != len(yyv3673) { - yyv3673 = yyv3673[:yyl3673] - yyc3673 = true + } else if yyl3692 != len(yyv3692) { + yyv3692 = yyv3692[:yyl3692] + yyc3692 = true } - yyj3673 := 0 - for ; yyj3673 < yyrr3673; yyj3673++ { - yyh3673.ElemContainerState(yyj3673) + yyj3692 := 0 + for ; yyj3692 < yyrr3692; yyj3692++ { + yyh3692.ElemContainerState(yyj3692) if r.TryDecodeAsNil() { - yyv3673[yyj3673] = PodCondition{} + yyv3692[yyj3692] = PodCondition{} } else { - yyv3674 := &yyv3673[yyj3673] - yyv3674.CodecDecodeSelf(d) + yyv3693 := &yyv3692[yyj3692] + yyv3693.CodecDecodeSelf(d) } } - if yyrt3673 { - for ; yyj3673 < yyl3673; yyj3673++ { - yyv3673 = append(yyv3673, PodCondition{}) - yyh3673.ElemContainerState(yyj3673) + if yyrt3692 { + for ; yyj3692 < yyl3692; yyj3692++ { + yyv3692 = append(yyv3692, PodCondition{}) + yyh3692.ElemContainerState(yyj3692) if r.TryDecodeAsNil() { - yyv3673[yyj3673] = PodCondition{} + yyv3692[yyj3692] = PodCondition{} } else { - yyv3675 := &yyv3673[yyj3673] - yyv3675.CodecDecodeSelf(d) + yyv3694 := &yyv3692[yyj3692] + yyv3694.CodecDecodeSelf(d) } } } } else { - yyj3673 := 0 - for ; !r.CheckBreak(); yyj3673++ { + yyj3692 := 0 + for ; !r.CheckBreak(); yyj3692++ { - if yyj3673 >= len(yyv3673) { - yyv3673 = append(yyv3673, PodCondition{}) // var yyz3673 PodCondition - yyc3673 = true + if yyj3692 >= len(yyv3692) { + yyv3692 = append(yyv3692, PodCondition{}) // var yyz3692 PodCondition + yyc3692 = true } - yyh3673.ElemContainerState(yyj3673) - if yyj3673 < len(yyv3673) { + yyh3692.ElemContainerState(yyj3692) + if yyj3692 < len(yyv3692) { if r.TryDecodeAsNil() { - yyv3673[yyj3673] = PodCondition{} + yyv3692[yyj3692] = PodCondition{} } else { - yyv3676 := &yyv3673[yyj3673] - yyv3676.CodecDecodeSelf(d) + yyv3695 := &yyv3692[yyj3692] + yyv3695.CodecDecodeSelf(d) } } else { @@ -46047,17 +46320,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj3673 < len(yyv3673) { - yyv3673 = yyv3673[:yyj3673] - yyc3673 = true - } else if yyj3673 == 0 && yyv3673 == nil { - yyv3673 = []PodCondition{} - yyc3673 = true + if yyj3692 < len(yyv3692) { + yyv3692 = yyv3692[:yyj3692] + yyc3692 = true + } else if yyj3692 == 0 && yyv3692 == nil { + yyv3692 = []PodCondition{} + yyc3692 = true } } - yyh3673.End() - if yyc3673 { - *v = yyv3673 + yyh3692.End() + if yyc3692 { + *v = yyv3692 } } @@ -46066,10 +46339,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3677 := range v { + for _, yyv3696 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3678 := &yyv3677 - yy3678.CodecEncodeSelf(e) + yy3697 := &yyv3696 + yy3697.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46079,83 +46352,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3679 := *v - yyh3679, yyl3679 := z.DecSliceHelperStart() - var yyc3679 bool - if yyl3679 == 0 { - if yyv3679 == nil { - yyv3679 = []ContainerStatus{} - yyc3679 = true - } else if len(yyv3679) != 0 { - yyv3679 = yyv3679[:0] - yyc3679 = true + yyv3698 := *v + yyh3698, yyl3698 := z.DecSliceHelperStart() + var yyc3698 bool + if yyl3698 == 0 { + if yyv3698 == nil { + yyv3698 = []ContainerStatus{} + yyc3698 = true + } else if len(yyv3698) != 0 { + yyv3698 = yyv3698[:0] + yyc3698 = true } - } else if yyl3679 > 0 { - var yyrr3679, yyrl3679 int - var yyrt3679 bool - if yyl3679 > cap(yyv3679) { + } else if yyl3698 > 0 { + var yyrr3698, yyrl3698 int + var yyrt3698 bool + if yyl3698 > cap(yyv3698) { - yyrg3679 := len(yyv3679) > 0 - yyv23679 := yyv3679 - yyrl3679, yyrt3679 = z.DecInferLen(yyl3679, z.DecBasicHandle().MaxInitLen, 120) - if yyrt3679 { - if yyrl3679 <= cap(yyv3679) { - yyv3679 = yyv3679[:yyrl3679] + yyrg3698 := len(yyv3698) > 0 + yyv23698 := yyv3698 + yyrl3698, yyrt3698 = z.DecInferLen(yyl3698, z.DecBasicHandle().MaxInitLen, 120) + if yyrt3698 { + if yyrl3698 <= cap(yyv3698) { + yyv3698 = yyv3698[:yyrl3698] } else { - yyv3679 = make([]ContainerStatus, yyrl3679) + yyv3698 = make([]ContainerStatus, yyrl3698) } } else { - yyv3679 = make([]ContainerStatus, yyrl3679) + yyv3698 = make([]ContainerStatus, yyrl3698) } - yyc3679 = true - yyrr3679 = len(yyv3679) - if yyrg3679 { - copy(yyv3679, yyv23679) + yyc3698 = true + yyrr3698 = len(yyv3698) + if yyrg3698 { + copy(yyv3698, yyv23698) } - } else if yyl3679 != len(yyv3679) { - yyv3679 = yyv3679[:yyl3679] - yyc3679 = true + } else if yyl3698 != len(yyv3698) { + yyv3698 = yyv3698[:yyl3698] + yyc3698 = true } - yyj3679 := 0 - for ; yyj3679 < yyrr3679; yyj3679++ { - yyh3679.ElemContainerState(yyj3679) + yyj3698 := 0 + for ; yyj3698 < yyrr3698; yyj3698++ { + yyh3698.ElemContainerState(yyj3698) if r.TryDecodeAsNil() { - yyv3679[yyj3679] = ContainerStatus{} + yyv3698[yyj3698] = ContainerStatus{} } else { - yyv3680 := &yyv3679[yyj3679] - yyv3680.CodecDecodeSelf(d) + yyv3699 := &yyv3698[yyj3698] + yyv3699.CodecDecodeSelf(d) } } - if yyrt3679 { - for ; yyj3679 < yyl3679; yyj3679++ { - yyv3679 = append(yyv3679, ContainerStatus{}) - yyh3679.ElemContainerState(yyj3679) + if yyrt3698 { + for ; yyj3698 < yyl3698; yyj3698++ { + yyv3698 = append(yyv3698, ContainerStatus{}) + yyh3698.ElemContainerState(yyj3698) if r.TryDecodeAsNil() { - yyv3679[yyj3679] = ContainerStatus{} + yyv3698[yyj3698] = ContainerStatus{} } else { - yyv3681 := &yyv3679[yyj3679] - yyv3681.CodecDecodeSelf(d) + yyv3700 := &yyv3698[yyj3698] + yyv3700.CodecDecodeSelf(d) } } } } else { - yyj3679 := 0 - for ; !r.CheckBreak(); yyj3679++ { + yyj3698 := 0 + for ; !r.CheckBreak(); yyj3698++ { - if yyj3679 >= len(yyv3679) { - yyv3679 = append(yyv3679, ContainerStatus{}) // var yyz3679 ContainerStatus - yyc3679 = true + if yyj3698 >= len(yyv3698) { + yyv3698 = append(yyv3698, ContainerStatus{}) // var yyz3698 ContainerStatus + yyc3698 = true } - yyh3679.ElemContainerState(yyj3679) - if yyj3679 < len(yyv3679) { + yyh3698.ElemContainerState(yyj3698) + if yyj3698 < len(yyv3698) { if r.TryDecodeAsNil() { - yyv3679[yyj3679] = ContainerStatus{} + yyv3698[yyj3698] = ContainerStatus{} } else { - yyv3682 := &yyv3679[yyj3679] - yyv3682.CodecDecodeSelf(d) + yyv3701 := &yyv3698[yyj3698] + yyv3701.CodecDecodeSelf(d) } } else { @@ -46163,17 +46436,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj3679 < len(yyv3679) { - yyv3679 = yyv3679[:yyj3679] - yyc3679 = true - } else if yyj3679 == 0 && yyv3679 == nil { - yyv3679 = []ContainerStatus{} - yyc3679 = true + if yyj3698 < len(yyv3698) { + yyv3698 = yyv3698[:yyj3698] + yyc3698 = true + } else if yyj3698 == 0 && yyv3698 == nil { + yyv3698 = []ContainerStatus{} + yyc3698 = true } } - yyh3679.End() - if yyc3679 { - *v = yyv3679 + yyh3698.End() + if yyc3698 { + *v = yyv3698 } } @@ -46182,10 +46455,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3683 := range v { + for _, yyv3702 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3684 := &yyv3683 - yy3684.CodecEncodeSelf(e) + yy3703 := &yyv3702 + yy3703.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46195,83 +46468,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3685 := *v - yyh3685, yyl3685 := z.DecSliceHelperStart() - var yyc3685 bool - if yyl3685 == 0 { - if yyv3685 == nil { - yyv3685 = []Pod{} - yyc3685 = true - } else if len(yyv3685) != 0 { - yyv3685 = yyv3685[:0] - yyc3685 = true + yyv3704 := *v + yyh3704, yyl3704 := z.DecSliceHelperStart() + var yyc3704 bool + if yyl3704 == 0 { + if yyv3704 == nil { + yyv3704 = []Pod{} + yyc3704 = true + } else if len(yyv3704) != 0 { + yyv3704 = yyv3704[:0] + yyc3704 = true } - } else if yyl3685 > 0 { - var yyrr3685, yyrl3685 int - var yyrt3685 bool - if yyl3685 > cap(yyv3685) { + } else if yyl3704 > 0 { + var yyrr3704, yyrl3704 int + var yyrt3704 bool + if yyl3704 > cap(yyv3704) { - yyrg3685 := len(yyv3685) > 0 - yyv23685 := yyv3685 - yyrl3685, yyrt3685 = z.DecInferLen(yyl3685, z.DecBasicHandle().MaxInitLen, 520) - if yyrt3685 { - if yyrl3685 <= cap(yyv3685) { - yyv3685 = yyv3685[:yyrl3685] + yyrg3704 := len(yyv3704) > 0 + yyv23704 := yyv3704 + yyrl3704, yyrt3704 = z.DecInferLen(yyl3704, z.DecBasicHandle().MaxInitLen, 520) + if yyrt3704 { + if yyrl3704 <= cap(yyv3704) { + yyv3704 = yyv3704[:yyrl3704] } else { - yyv3685 = make([]Pod, yyrl3685) + yyv3704 = make([]Pod, yyrl3704) } } else { - yyv3685 = make([]Pod, yyrl3685) + yyv3704 = make([]Pod, yyrl3704) } - yyc3685 = true - yyrr3685 = len(yyv3685) - if yyrg3685 { - copy(yyv3685, yyv23685) + yyc3704 = true + yyrr3704 = len(yyv3704) + if yyrg3704 { + copy(yyv3704, yyv23704) } - } else if yyl3685 != len(yyv3685) { - yyv3685 = yyv3685[:yyl3685] - yyc3685 = true + } else if yyl3704 != len(yyv3704) { + yyv3704 = yyv3704[:yyl3704] + yyc3704 = true } - yyj3685 := 0 - for ; yyj3685 < yyrr3685; yyj3685++ { - yyh3685.ElemContainerState(yyj3685) + yyj3704 := 0 + for ; yyj3704 < yyrr3704; yyj3704++ { + yyh3704.ElemContainerState(yyj3704) if r.TryDecodeAsNil() { - yyv3685[yyj3685] = Pod{} + yyv3704[yyj3704] = Pod{} } else { - yyv3686 := &yyv3685[yyj3685] - yyv3686.CodecDecodeSelf(d) + yyv3705 := &yyv3704[yyj3704] + yyv3705.CodecDecodeSelf(d) } } - if yyrt3685 { - for ; yyj3685 < yyl3685; yyj3685++ { - yyv3685 = append(yyv3685, Pod{}) - yyh3685.ElemContainerState(yyj3685) + if yyrt3704 { + for ; yyj3704 < yyl3704; yyj3704++ { + yyv3704 = append(yyv3704, Pod{}) + yyh3704.ElemContainerState(yyj3704) if r.TryDecodeAsNil() { - yyv3685[yyj3685] = Pod{} + yyv3704[yyj3704] = Pod{} } else { - yyv3687 := &yyv3685[yyj3685] - yyv3687.CodecDecodeSelf(d) + yyv3706 := &yyv3704[yyj3704] + yyv3706.CodecDecodeSelf(d) } } } } else { - yyj3685 := 0 - for ; !r.CheckBreak(); yyj3685++ { + yyj3704 := 0 + for ; !r.CheckBreak(); yyj3704++ { - if yyj3685 >= len(yyv3685) { - yyv3685 = append(yyv3685, Pod{}) // var yyz3685 Pod - yyc3685 = true + if yyj3704 >= len(yyv3704) { + yyv3704 = append(yyv3704, Pod{}) // var yyz3704 Pod + yyc3704 = true } - yyh3685.ElemContainerState(yyj3685) - if yyj3685 < len(yyv3685) { + yyh3704.ElemContainerState(yyj3704) + if yyj3704 < len(yyv3704) { if r.TryDecodeAsNil() { - yyv3685[yyj3685] = Pod{} + yyv3704[yyj3704] = Pod{} } else { - yyv3688 := &yyv3685[yyj3685] - yyv3688.CodecDecodeSelf(d) + yyv3707 := &yyv3704[yyj3704] + yyv3707.CodecDecodeSelf(d) } } else { @@ -46279,17 +46552,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj3685 < len(yyv3685) { - yyv3685 = yyv3685[:yyj3685] - yyc3685 = true - } else if yyj3685 == 0 && yyv3685 == nil { - yyv3685 = []Pod{} - yyc3685 = true + if yyj3704 < len(yyv3704) { + yyv3704 = yyv3704[:yyj3704] + yyc3704 = true + } else if yyj3704 == 0 && yyv3704 == nil { + yyv3704 = []Pod{} + yyc3704 = true } } - yyh3685.End() - if yyc3685 { - *v = yyv3685 + yyh3704.End() + if yyc3704 { + *v = yyv3704 } } @@ -46298,10 +46571,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3689 := range v { + for _, yyv3708 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3690 := &yyv3689 - yy3690.CodecEncodeSelf(e) + yy3709 := &yyv3708 + yy3709.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46311,83 +46584,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3691 := *v - yyh3691, yyl3691 := z.DecSliceHelperStart() - var yyc3691 bool - if yyl3691 == 0 { - if yyv3691 == nil { - yyv3691 = []PodTemplate{} - yyc3691 = true - } else if len(yyv3691) != 0 { - yyv3691 = yyv3691[:0] - yyc3691 = true + yyv3710 := *v + yyh3710, yyl3710 := z.DecSliceHelperStart() + var yyc3710 bool + if yyl3710 == 0 { + if yyv3710 == nil { + yyv3710 = []PodTemplate{} + yyc3710 = true + } else if len(yyv3710) != 0 { + yyv3710 = yyv3710[:0] + yyc3710 = true } - } else if yyl3691 > 0 { - var yyrr3691, yyrl3691 int - var yyrt3691 bool - if yyl3691 > cap(yyv3691) { + } else if yyl3710 > 0 { + var yyrr3710, yyrl3710 int + var yyrt3710 bool + if yyl3710 > cap(yyv3710) { - yyrg3691 := len(yyv3691) > 0 - yyv23691 := yyv3691 - yyrl3691, yyrt3691 = z.DecInferLen(yyl3691, z.DecBasicHandle().MaxInitLen, 544) - if yyrt3691 { - if yyrl3691 <= cap(yyv3691) { - yyv3691 = yyv3691[:yyrl3691] + yyrg3710 := len(yyv3710) > 0 + yyv23710 := yyv3710 + yyrl3710, yyrt3710 = z.DecInferLen(yyl3710, z.DecBasicHandle().MaxInitLen, 544) + if yyrt3710 { + if yyrl3710 <= cap(yyv3710) { + yyv3710 = yyv3710[:yyrl3710] } else { - yyv3691 = make([]PodTemplate, yyrl3691) + yyv3710 = make([]PodTemplate, yyrl3710) } } else { - yyv3691 = make([]PodTemplate, yyrl3691) + yyv3710 = make([]PodTemplate, yyrl3710) } - yyc3691 = true - yyrr3691 = len(yyv3691) - if yyrg3691 { - copy(yyv3691, yyv23691) + yyc3710 = true + yyrr3710 = len(yyv3710) + if yyrg3710 { + copy(yyv3710, yyv23710) } - } else if yyl3691 != len(yyv3691) { - yyv3691 = yyv3691[:yyl3691] - yyc3691 = true + } else if yyl3710 != len(yyv3710) { + yyv3710 = yyv3710[:yyl3710] + yyc3710 = true } - yyj3691 := 0 - for ; yyj3691 < yyrr3691; yyj3691++ { - yyh3691.ElemContainerState(yyj3691) + yyj3710 := 0 + for ; yyj3710 < yyrr3710; yyj3710++ { + yyh3710.ElemContainerState(yyj3710) if r.TryDecodeAsNil() { - yyv3691[yyj3691] = PodTemplate{} + yyv3710[yyj3710] = PodTemplate{} } else { - yyv3692 := &yyv3691[yyj3691] - yyv3692.CodecDecodeSelf(d) + yyv3711 := &yyv3710[yyj3710] + yyv3711.CodecDecodeSelf(d) } } - if yyrt3691 { - for ; yyj3691 < yyl3691; yyj3691++ { - yyv3691 = append(yyv3691, PodTemplate{}) - yyh3691.ElemContainerState(yyj3691) + if yyrt3710 { + for ; yyj3710 < yyl3710; yyj3710++ { + yyv3710 = append(yyv3710, PodTemplate{}) + yyh3710.ElemContainerState(yyj3710) if r.TryDecodeAsNil() { - yyv3691[yyj3691] = PodTemplate{} + yyv3710[yyj3710] = PodTemplate{} } else { - yyv3693 := &yyv3691[yyj3691] - yyv3693.CodecDecodeSelf(d) + yyv3712 := &yyv3710[yyj3710] + yyv3712.CodecDecodeSelf(d) } } } } else { - yyj3691 := 0 - for ; !r.CheckBreak(); yyj3691++ { + yyj3710 := 0 + for ; !r.CheckBreak(); yyj3710++ { - if yyj3691 >= len(yyv3691) { - yyv3691 = append(yyv3691, PodTemplate{}) // var yyz3691 PodTemplate - yyc3691 = true + if yyj3710 >= len(yyv3710) { + yyv3710 = append(yyv3710, PodTemplate{}) // var yyz3710 PodTemplate + yyc3710 = true } - yyh3691.ElemContainerState(yyj3691) - if yyj3691 < len(yyv3691) { + yyh3710.ElemContainerState(yyj3710) + if yyj3710 < len(yyv3710) { if r.TryDecodeAsNil() { - yyv3691[yyj3691] = PodTemplate{} + yyv3710[yyj3710] = PodTemplate{} } else { - yyv3694 := &yyv3691[yyj3691] - yyv3694.CodecDecodeSelf(d) + yyv3713 := &yyv3710[yyj3710] + yyv3713.CodecDecodeSelf(d) } } else { @@ -46395,17 +46668,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj3691 < len(yyv3691) { - yyv3691 = yyv3691[:yyj3691] - yyc3691 = true - } else if yyj3691 == 0 && yyv3691 == nil { - yyv3691 = []PodTemplate{} - yyc3691 = true + if yyj3710 < len(yyv3710) { + yyv3710 = yyv3710[:yyj3710] + yyc3710 = true + } else if yyj3710 == 0 && yyv3710 == nil { + yyv3710 = []PodTemplate{} + yyc3710 = true } } - yyh3691.End() - if yyc3691 { - *v = yyv3691 + yyh3710.End() + if yyc3710 { + *v = yyv3710 } } @@ -46414,10 +46687,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3695 := range v { + for _, yyv3714 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3696 := &yyv3695 - yy3696.CodecEncodeSelf(e) + yy3715 := &yyv3714 + yy3715.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46427,83 +46700,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3697 := *v - yyh3697, yyl3697 := z.DecSliceHelperStart() - var yyc3697 bool - if yyl3697 == 0 { - if yyv3697 == nil { - yyv3697 = []ReplicationController{} - yyc3697 = true - } else if len(yyv3697) != 0 { - yyv3697 = yyv3697[:0] - yyc3697 = true + yyv3716 := *v + yyh3716, yyl3716 := z.DecSliceHelperStart() + var yyc3716 bool + if yyl3716 == 0 { + if yyv3716 == nil { + yyv3716 = []ReplicationController{} + yyc3716 = true + } else if len(yyv3716) != 0 { + yyv3716 = yyv3716[:0] + yyc3716 = true } - } else if yyl3697 > 0 { - var yyrr3697, yyrl3697 int - var yyrt3697 bool - if yyl3697 > cap(yyv3697) { + } else if yyl3716 > 0 { + var yyrr3716, yyrl3716 int + var yyrt3716 bool + if yyl3716 > cap(yyv3716) { - yyrg3697 := len(yyv3697) > 0 - yyv23697 := yyv3697 - yyrl3697, yyrt3697 = z.DecInferLen(yyl3697, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3697 { - if yyrl3697 <= cap(yyv3697) { - yyv3697 = yyv3697[:yyrl3697] + yyrg3716 := len(yyv3716) > 0 + yyv23716 := yyv3716 + yyrl3716, yyrt3716 = z.DecInferLen(yyl3716, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3716 { + if yyrl3716 <= cap(yyv3716) { + yyv3716 = yyv3716[:yyrl3716] } else { - yyv3697 = make([]ReplicationController, yyrl3697) + yyv3716 = make([]ReplicationController, yyrl3716) } } else { - yyv3697 = make([]ReplicationController, yyrl3697) + yyv3716 = make([]ReplicationController, yyrl3716) } - yyc3697 = true - yyrr3697 = len(yyv3697) - if yyrg3697 { - copy(yyv3697, yyv23697) + yyc3716 = true + yyrr3716 = len(yyv3716) + if yyrg3716 { + copy(yyv3716, yyv23716) } - } else if yyl3697 != len(yyv3697) { - yyv3697 = yyv3697[:yyl3697] - yyc3697 = true + } else if yyl3716 != len(yyv3716) { + yyv3716 = yyv3716[:yyl3716] + yyc3716 = true } - yyj3697 := 0 - for ; yyj3697 < yyrr3697; yyj3697++ { - yyh3697.ElemContainerState(yyj3697) + yyj3716 := 0 + for ; yyj3716 < yyrr3716; yyj3716++ { + yyh3716.ElemContainerState(yyj3716) if r.TryDecodeAsNil() { - yyv3697[yyj3697] = ReplicationController{} + yyv3716[yyj3716] = ReplicationController{} } else { - yyv3698 := &yyv3697[yyj3697] - yyv3698.CodecDecodeSelf(d) + yyv3717 := &yyv3716[yyj3716] + yyv3717.CodecDecodeSelf(d) } } - if yyrt3697 { - for ; yyj3697 < yyl3697; yyj3697++ { - yyv3697 = append(yyv3697, ReplicationController{}) - yyh3697.ElemContainerState(yyj3697) + if yyrt3716 { + for ; yyj3716 < yyl3716; yyj3716++ { + yyv3716 = append(yyv3716, ReplicationController{}) + yyh3716.ElemContainerState(yyj3716) if r.TryDecodeAsNil() { - yyv3697[yyj3697] = ReplicationController{} + yyv3716[yyj3716] = ReplicationController{} } else { - yyv3699 := &yyv3697[yyj3697] - yyv3699.CodecDecodeSelf(d) + yyv3718 := &yyv3716[yyj3716] + yyv3718.CodecDecodeSelf(d) } } } } else { - yyj3697 := 0 - for ; !r.CheckBreak(); yyj3697++ { + yyj3716 := 0 + for ; !r.CheckBreak(); yyj3716++ { - if yyj3697 >= len(yyv3697) { - yyv3697 = append(yyv3697, ReplicationController{}) // var yyz3697 ReplicationController - yyc3697 = true + if yyj3716 >= len(yyv3716) { + yyv3716 = append(yyv3716, ReplicationController{}) // var yyz3716 ReplicationController + yyc3716 = true } - yyh3697.ElemContainerState(yyj3697) - if yyj3697 < len(yyv3697) { + yyh3716.ElemContainerState(yyj3716) + if yyj3716 < len(yyv3716) { if r.TryDecodeAsNil() { - yyv3697[yyj3697] = ReplicationController{} + yyv3716[yyj3716] = ReplicationController{} } else { - yyv3700 := &yyv3697[yyj3697] - yyv3700.CodecDecodeSelf(d) + yyv3719 := &yyv3716[yyj3716] + yyv3719.CodecDecodeSelf(d) } } else { @@ -46511,17 +46784,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj3697 < len(yyv3697) { - yyv3697 = yyv3697[:yyj3697] - yyc3697 = true - } else if yyj3697 == 0 && yyv3697 == nil { - yyv3697 = []ReplicationController{} - yyc3697 = true + if yyj3716 < len(yyv3716) { + yyv3716 = yyv3716[:yyj3716] + yyc3716 = true + } else if yyj3716 == 0 && yyv3716 == nil { + yyv3716 = []ReplicationController{} + yyc3716 = true } } - yyh3697.End() - if yyc3697 { - *v = yyv3697 + yyh3716.End() + if yyc3716 { + *v = yyv3716 } } @@ -46530,10 +46803,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3701 := range v { + for _, yyv3720 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3702 := &yyv3701 - yy3702.CodecEncodeSelf(e) + yy3721 := &yyv3720 + yy3721.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46543,83 +46816,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3703 := *v - yyh3703, yyl3703 := z.DecSliceHelperStart() - var yyc3703 bool - if yyl3703 == 0 { - if yyv3703 == nil { - yyv3703 = []LoadBalancerIngress{} - yyc3703 = true - } else if len(yyv3703) != 0 { - yyv3703 = yyv3703[:0] - yyc3703 = true + yyv3722 := *v + yyh3722, yyl3722 := z.DecSliceHelperStart() + var yyc3722 bool + if yyl3722 == 0 { + if yyv3722 == nil { + yyv3722 = []LoadBalancerIngress{} + yyc3722 = true + } else if len(yyv3722) != 0 { + yyv3722 = yyv3722[:0] + yyc3722 = true } - } else if yyl3703 > 0 { - var yyrr3703, yyrl3703 int - var yyrt3703 bool - if yyl3703 > cap(yyv3703) { + } else if yyl3722 > 0 { + var yyrr3722, yyrl3722 int + var yyrt3722 bool + if yyl3722 > cap(yyv3722) { - yyrg3703 := len(yyv3703) > 0 - yyv23703 := yyv3703 - yyrl3703, yyrt3703 = z.DecInferLen(yyl3703, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3703 { - if yyrl3703 <= cap(yyv3703) { - yyv3703 = yyv3703[:yyrl3703] + yyrg3722 := len(yyv3722) > 0 + yyv23722 := yyv3722 + yyrl3722, yyrt3722 = z.DecInferLen(yyl3722, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3722 { + if yyrl3722 <= cap(yyv3722) { + yyv3722 = yyv3722[:yyrl3722] } else { - yyv3703 = make([]LoadBalancerIngress, yyrl3703) + yyv3722 = make([]LoadBalancerIngress, yyrl3722) } } else { - yyv3703 = make([]LoadBalancerIngress, yyrl3703) + yyv3722 = make([]LoadBalancerIngress, yyrl3722) } - yyc3703 = true - yyrr3703 = len(yyv3703) - if yyrg3703 { - copy(yyv3703, yyv23703) + yyc3722 = true + yyrr3722 = len(yyv3722) + if yyrg3722 { + copy(yyv3722, yyv23722) } - } else if yyl3703 != len(yyv3703) { - yyv3703 = yyv3703[:yyl3703] - yyc3703 = true + } else if yyl3722 != len(yyv3722) { + yyv3722 = yyv3722[:yyl3722] + yyc3722 = true } - yyj3703 := 0 - for ; yyj3703 < yyrr3703; yyj3703++ { - yyh3703.ElemContainerState(yyj3703) + yyj3722 := 0 + for ; yyj3722 < yyrr3722; yyj3722++ { + yyh3722.ElemContainerState(yyj3722) if r.TryDecodeAsNil() { - yyv3703[yyj3703] = LoadBalancerIngress{} + yyv3722[yyj3722] = LoadBalancerIngress{} } else { - yyv3704 := &yyv3703[yyj3703] - yyv3704.CodecDecodeSelf(d) + yyv3723 := &yyv3722[yyj3722] + yyv3723.CodecDecodeSelf(d) } } - if yyrt3703 { - for ; yyj3703 < yyl3703; yyj3703++ { - yyv3703 = append(yyv3703, LoadBalancerIngress{}) - yyh3703.ElemContainerState(yyj3703) + if yyrt3722 { + for ; yyj3722 < yyl3722; yyj3722++ { + yyv3722 = append(yyv3722, LoadBalancerIngress{}) + yyh3722.ElemContainerState(yyj3722) if r.TryDecodeAsNil() { - yyv3703[yyj3703] = LoadBalancerIngress{} + yyv3722[yyj3722] = LoadBalancerIngress{} } else { - yyv3705 := &yyv3703[yyj3703] - yyv3705.CodecDecodeSelf(d) + yyv3724 := &yyv3722[yyj3722] + yyv3724.CodecDecodeSelf(d) } } } } else { - yyj3703 := 0 - for ; !r.CheckBreak(); yyj3703++ { + yyj3722 := 0 + for ; !r.CheckBreak(); yyj3722++ { - if yyj3703 >= len(yyv3703) { - yyv3703 = append(yyv3703, LoadBalancerIngress{}) // var yyz3703 LoadBalancerIngress - yyc3703 = true + if yyj3722 >= len(yyv3722) { + yyv3722 = append(yyv3722, LoadBalancerIngress{}) // var yyz3722 LoadBalancerIngress + yyc3722 = true } - yyh3703.ElemContainerState(yyj3703) - if yyj3703 < len(yyv3703) { + yyh3722.ElemContainerState(yyj3722) + if yyj3722 < len(yyv3722) { if r.TryDecodeAsNil() { - yyv3703[yyj3703] = LoadBalancerIngress{} + yyv3722[yyj3722] = LoadBalancerIngress{} } else { - yyv3706 := &yyv3703[yyj3703] - yyv3706.CodecDecodeSelf(d) + yyv3725 := &yyv3722[yyj3722] + yyv3725.CodecDecodeSelf(d) } } else { @@ -46627,17 +46900,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj3703 < len(yyv3703) { - yyv3703 = yyv3703[:yyj3703] - yyc3703 = true - } else if yyj3703 == 0 && yyv3703 == nil { - yyv3703 = []LoadBalancerIngress{} - yyc3703 = true + if yyj3722 < len(yyv3722) { + yyv3722 = yyv3722[:yyj3722] + yyc3722 = true + } else if yyj3722 == 0 && yyv3722 == nil { + yyv3722 = []LoadBalancerIngress{} + yyc3722 = true } } - yyh3703.End() - if yyc3703 { - *v = yyv3703 + yyh3722.End() + if yyc3722 { + *v = yyv3722 } } @@ -46646,10 +46919,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3707 := range v { + for _, yyv3726 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3708 := &yyv3707 - yy3708.CodecEncodeSelf(e) + yy3727 := &yyv3726 + yy3727.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46659,83 +46932,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3709 := *v - yyh3709, yyl3709 := z.DecSliceHelperStart() - var yyc3709 bool - if yyl3709 == 0 { - if yyv3709 == nil { - yyv3709 = []ServicePort{} - yyc3709 = true - } else if len(yyv3709) != 0 { - yyv3709 = yyv3709[:0] - yyc3709 = true + yyv3728 := *v + yyh3728, yyl3728 := z.DecSliceHelperStart() + var yyc3728 bool + if yyl3728 == 0 { + if yyv3728 == nil { + yyv3728 = []ServicePort{} + yyc3728 = true + } else if len(yyv3728) != 0 { + yyv3728 = yyv3728[:0] + yyc3728 = true } - } else if yyl3709 > 0 { - var yyrr3709, yyrl3709 int - var yyrt3709 bool - if yyl3709 > cap(yyv3709) { + } else if yyl3728 > 0 { + var yyrr3728, yyrl3728 int + var yyrt3728 bool + if yyl3728 > cap(yyv3728) { - yyrg3709 := len(yyv3709) > 0 - yyv23709 := yyv3709 - yyrl3709, yyrt3709 = z.DecInferLen(yyl3709, z.DecBasicHandle().MaxInitLen, 80) - if yyrt3709 { - if yyrl3709 <= cap(yyv3709) { - yyv3709 = yyv3709[:yyrl3709] + yyrg3728 := len(yyv3728) > 0 + yyv23728 := yyv3728 + yyrl3728, yyrt3728 = z.DecInferLen(yyl3728, z.DecBasicHandle().MaxInitLen, 80) + if yyrt3728 { + if yyrl3728 <= cap(yyv3728) { + yyv3728 = yyv3728[:yyrl3728] } else { - yyv3709 = make([]ServicePort, yyrl3709) + yyv3728 = make([]ServicePort, yyrl3728) } } else { - yyv3709 = make([]ServicePort, yyrl3709) + yyv3728 = make([]ServicePort, yyrl3728) } - yyc3709 = true - yyrr3709 = len(yyv3709) - if yyrg3709 { - copy(yyv3709, yyv23709) + yyc3728 = true + yyrr3728 = len(yyv3728) + if yyrg3728 { + copy(yyv3728, yyv23728) } - } else if yyl3709 != len(yyv3709) { - yyv3709 = yyv3709[:yyl3709] - yyc3709 = true + } else if yyl3728 != len(yyv3728) { + yyv3728 = yyv3728[:yyl3728] + yyc3728 = true } - yyj3709 := 0 - for ; yyj3709 < yyrr3709; yyj3709++ { - yyh3709.ElemContainerState(yyj3709) + yyj3728 := 0 + for ; yyj3728 < yyrr3728; yyj3728++ { + yyh3728.ElemContainerState(yyj3728) if r.TryDecodeAsNil() { - yyv3709[yyj3709] = ServicePort{} + yyv3728[yyj3728] = ServicePort{} } else { - yyv3710 := &yyv3709[yyj3709] - yyv3710.CodecDecodeSelf(d) + yyv3729 := &yyv3728[yyj3728] + yyv3729.CodecDecodeSelf(d) } } - if yyrt3709 { - for ; yyj3709 < yyl3709; yyj3709++ { - yyv3709 = append(yyv3709, ServicePort{}) - yyh3709.ElemContainerState(yyj3709) + if yyrt3728 { + for ; yyj3728 < yyl3728; yyj3728++ { + yyv3728 = append(yyv3728, ServicePort{}) + yyh3728.ElemContainerState(yyj3728) if r.TryDecodeAsNil() { - yyv3709[yyj3709] = ServicePort{} + yyv3728[yyj3728] = ServicePort{} } else { - yyv3711 := &yyv3709[yyj3709] - yyv3711.CodecDecodeSelf(d) + yyv3730 := &yyv3728[yyj3728] + yyv3730.CodecDecodeSelf(d) } } } } else { - yyj3709 := 0 - for ; !r.CheckBreak(); yyj3709++ { + yyj3728 := 0 + for ; !r.CheckBreak(); yyj3728++ { - if yyj3709 >= len(yyv3709) { - yyv3709 = append(yyv3709, ServicePort{}) // var yyz3709 ServicePort - yyc3709 = true + if yyj3728 >= len(yyv3728) { + yyv3728 = append(yyv3728, ServicePort{}) // var yyz3728 ServicePort + yyc3728 = true } - yyh3709.ElemContainerState(yyj3709) - if yyj3709 < len(yyv3709) { + yyh3728.ElemContainerState(yyj3728) + if yyj3728 < len(yyv3728) { if r.TryDecodeAsNil() { - yyv3709[yyj3709] = ServicePort{} + yyv3728[yyj3728] = ServicePort{} } else { - yyv3712 := &yyv3709[yyj3709] - yyv3712.CodecDecodeSelf(d) + yyv3731 := &yyv3728[yyj3728] + yyv3731.CodecDecodeSelf(d) } } else { @@ -46743,17 +47016,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj3709 < len(yyv3709) { - yyv3709 = yyv3709[:yyj3709] - yyc3709 = true - } else if yyj3709 == 0 && yyv3709 == nil { - yyv3709 = []ServicePort{} - yyc3709 = true + if yyj3728 < len(yyv3728) { + yyv3728 = yyv3728[:yyj3728] + yyc3728 = true + } else if yyj3728 == 0 && yyv3728 == nil { + yyv3728 = []ServicePort{} + yyc3728 = true } } - yyh3709.End() - if yyc3709 { - *v = yyv3709 + yyh3728.End() + if yyc3728 { + *v = yyv3728 } } @@ -46762,10 +47035,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3713 := range v { + for _, yyv3732 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3714 := &yyv3713 - yy3714.CodecEncodeSelf(e) + yy3733 := &yyv3732 + yy3733.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46775,83 +47048,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3715 := *v - yyh3715, yyl3715 := z.DecSliceHelperStart() - var yyc3715 bool - if yyl3715 == 0 { - if yyv3715 == nil { - yyv3715 = []Service{} - yyc3715 = true - } else if len(yyv3715) != 0 { - yyv3715 = yyv3715[:0] - yyc3715 = true + yyv3734 := *v + yyh3734, yyl3734 := z.DecSliceHelperStart() + var yyc3734 bool + if yyl3734 == 0 { + if yyv3734 == nil { + yyv3734 = []Service{} + yyc3734 = true + } else if len(yyv3734) != 0 { + yyv3734 = yyv3734[:0] + yyc3734 = true } - } else if yyl3715 > 0 { - var yyrr3715, yyrl3715 int - var yyrt3715 bool - if yyl3715 > cap(yyv3715) { + } else if yyl3734 > 0 { + var yyrr3734, yyrl3734 int + var yyrt3734 bool + if yyl3734 > cap(yyv3734) { - yyrg3715 := len(yyv3715) > 0 - yyv23715 := yyv3715 - yyrl3715, yyrt3715 = z.DecInferLen(yyl3715, z.DecBasicHandle().MaxInitLen, 360) - if yyrt3715 { - if yyrl3715 <= cap(yyv3715) { - yyv3715 = yyv3715[:yyrl3715] + yyrg3734 := len(yyv3734) > 0 + yyv23734 := yyv3734 + yyrl3734, yyrt3734 = z.DecInferLen(yyl3734, z.DecBasicHandle().MaxInitLen, 360) + if yyrt3734 { + if yyrl3734 <= cap(yyv3734) { + yyv3734 = yyv3734[:yyrl3734] } else { - yyv3715 = make([]Service, yyrl3715) + yyv3734 = make([]Service, yyrl3734) } } else { - yyv3715 = make([]Service, yyrl3715) + yyv3734 = make([]Service, yyrl3734) } - yyc3715 = true - yyrr3715 = len(yyv3715) - if yyrg3715 { - copy(yyv3715, yyv23715) + yyc3734 = true + yyrr3734 = len(yyv3734) + if yyrg3734 { + copy(yyv3734, yyv23734) } - } else if yyl3715 != len(yyv3715) { - yyv3715 = yyv3715[:yyl3715] - yyc3715 = true + } else if yyl3734 != len(yyv3734) { + yyv3734 = yyv3734[:yyl3734] + yyc3734 = true } - yyj3715 := 0 - for ; yyj3715 < yyrr3715; yyj3715++ { - yyh3715.ElemContainerState(yyj3715) + yyj3734 := 0 + for ; yyj3734 < yyrr3734; yyj3734++ { + yyh3734.ElemContainerState(yyj3734) if r.TryDecodeAsNil() { - yyv3715[yyj3715] = Service{} + yyv3734[yyj3734] = Service{} } else { - yyv3716 := &yyv3715[yyj3715] - yyv3716.CodecDecodeSelf(d) + yyv3735 := &yyv3734[yyj3734] + yyv3735.CodecDecodeSelf(d) } } - if yyrt3715 { - for ; yyj3715 < yyl3715; yyj3715++ { - yyv3715 = append(yyv3715, Service{}) - yyh3715.ElemContainerState(yyj3715) + if yyrt3734 { + for ; yyj3734 < yyl3734; yyj3734++ { + yyv3734 = append(yyv3734, Service{}) + yyh3734.ElemContainerState(yyj3734) if r.TryDecodeAsNil() { - yyv3715[yyj3715] = Service{} + yyv3734[yyj3734] = Service{} } else { - yyv3717 := &yyv3715[yyj3715] - yyv3717.CodecDecodeSelf(d) + yyv3736 := &yyv3734[yyj3734] + yyv3736.CodecDecodeSelf(d) } } } } else { - yyj3715 := 0 - for ; !r.CheckBreak(); yyj3715++ { + yyj3734 := 0 + for ; !r.CheckBreak(); yyj3734++ { - if yyj3715 >= len(yyv3715) { - yyv3715 = append(yyv3715, Service{}) // var yyz3715 Service - yyc3715 = true + if yyj3734 >= len(yyv3734) { + yyv3734 = append(yyv3734, Service{}) // var yyz3734 Service + yyc3734 = true } - yyh3715.ElemContainerState(yyj3715) - if yyj3715 < len(yyv3715) { + yyh3734.ElemContainerState(yyj3734) + if yyj3734 < len(yyv3734) { if r.TryDecodeAsNil() { - yyv3715[yyj3715] = Service{} + yyv3734[yyj3734] = Service{} } else { - yyv3718 := &yyv3715[yyj3715] - yyv3718.CodecDecodeSelf(d) + yyv3737 := &yyv3734[yyj3734] + yyv3737.CodecDecodeSelf(d) } } else { @@ -46859,17 +47132,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj3715 < len(yyv3715) { - yyv3715 = yyv3715[:yyj3715] - yyc3715 = true - } else if yyj3715 == 0 && yyv3715 == nil { - yyv3715 = []Service{} - yyc3715 = true + if yyj3734 < len(yyv3734) { + yyv3734 = yyv3734[:yyj3734] + yyc3734 = true + } else if yyj3734 == 0 && yyv3734 == nil { + yyv3734 = []Service{} + yyc3734 = true } } - yyh3715.End() - if yyc3715 { - *v = yyv3715 + yyh3734.End() + if yyc3734 { + *v = yyv3734 } } @@ -46878,10 +47151,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3719 := range v { + for _, yyv3738 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3720 := &yyv3719 - yy3720.CodecEncodeSelf(e) + yy3739 := &yyv3738 + yy3739.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46891,83 +47164,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3721 := *v - yyh3721, yyl3721 := z.DecSliceHelperStart() - var yyc3721 bool - if yyl3721 == 0 { - if yyv3721 == nil { - yyv3721 = []ObjectReference{} - yyc3721 = true - } else if len(yyv3721) != 0 { - yyv3721 = yyv3721[:0] - yyc3721 = true + yyv3740 := *v + yyh3740, yyl3740 := z.DecSliceHelperStart() + var yyc3740 bool + if yyl3740 == 0 { + if yyv3740 == nil { + yyv3740 = []ObjectReference{} + yyc3740 = true + } else if len(yyv3740) != 0 { + yyv3740 = yyv3740[:0] + yyc3740 = true } - } else if yyl3721 > 0 { - var yyrr3721, yyrl3721 int - var yyrt3721 bool - if yyl3721 > cap(yyv3721) { + } else if yyl3740 > 0 { + var yyrr3740, yyrl3740 int + var yyrt3740 bool + if yyl3740 > cap(yyv3740) { - yyrg3721 := len(yyv3721) > 0 - yyv23721 := yyv3721 - yyrl3721, yyrt3721 = z.DecInferLen(yyl3721, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3721 { - if yyrl3721 <= cap(yyv3721) { - yyv3721 = yyv3721[:yyrl3721] + yyrg3740 := len(yyv3740) > 0 + yyv23740 := yyv3740 + yyrl3740, yyrt3740 = z.DecInferLen(yyl3740, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3740 { + if yyrl3740 <= cap(yyv3740) { + yyv3740 = yyv3740[:yyrl3740] } else { - yyv3721 = make([]ObjectReference, yyrl3721) + yyv3740 = make([]ObjectReference, yyrl3740) } } else { - yyv3721 = make([]ObjectReference, yyrl3721) + yyv3740 = make([]ObjectReference, yyrl3740) } - yyc3721 = true - yyrr3721 = len(yyv3721) - if yyrg3721 { - copy(yyv3721, yyv23721) + yyc3740 = true + yyrr3740 = len(yyv3740) + if yyrg3740 { + copy(yyv3740, yyv23740) } - } else if yyl3721 != len(yyv3721) { - yyv3721 = yyv3721[:yyl3721] - yyc3721 = true + } else if yyl3740 != len(yyv3740) { + yyv3740 = yyv3740[:yyl3740] + yyc3740 = true } - yyj3721 := 0 - for ; yyj3721 < yyrr3721; yyj3721++ { - yyh3721.ElemContainerState(yyj3721) + yyj3740 := 0 + for ; yyj3740 < yyrr3740; yyj3740++ { + yyh3740.ElemContainerState(yyj3740) if r.TryDecodeAsNil() { - yyv3721[yyj3721] = ObjectReference{} + yyv3740[yyj3740] = ObjectReference{} } else { - yyv3722 := &yyv3721[yyj3721] - yyv3722.CodecDecodeSelf(d) + yyv3741 := &yyv3740[yyj3740] + yyv3741.CodecDecodeSelf(d) } } - if yyrt3721 { - for ; yyj3721 < yyl3721; yyj3721++ { - yyv3721 = append(yyv3721, ObjectReference{}) - yyh3721.ElemContainerState(yyj3721) + if yyrt3740 { + for ; yyj3740 < yyl3740; yyj3740++ { + yyv3740 = append(yyv3740, ObjectReference{}) + yyh3740.ElemContainerState(yyj3740) if r.TryDecodeAsNil() { - yyv3721[yyj3721] = ObjectReference{} + yyv3740[yyj3740] = ObjectReference{} } else { - yyv3723 := &yyv3721[yyj3721] - yyv3723.CodecDecodeSelf(d) + yyv3742 := &yyv3740[yyj3740] + yyv3742.CodecDecodeSelf(d) } } } } else { - yyj3721 := 0 - for ; !r.CheckBreak(); yyj3721++ { + yyj3740 := 0 + for ; !r.CheckBreak(); yyj3740++ { - if yyj3721 >= len(yyv3721) { - yyv3721 = append(yyv3721, ObjectReference{}) // var yyz3721 ObjectReference - yyc3721 = true + if yyj3740 >= len(yyv3740) { + yyv3740 = append(yyv3740, ObjectReference{}) // var yyz3740 ObjectReference + yyc3740 = true } - yyh3721.ElemContainerState(yyj3721) - if yyj3721 < len(yyv3721) { + yyh3740.ElemContainerState(yyj3740) + if yyj3740 < len(yyv3740) { if r.TryDecodeAsNil() { - yyv3721[yyj3721] = ObjectReference{} + yyv3740[yyj3740] = ObjectReference{} } else { - yyv3724 := &yyv3721[yyj3721] - yyv3724.CodecDecodeSelf(d) + yyv3743 := &yyv3740[yyj3740] + yyv3743.CodecDecodeSelf(d) } } else { @@ -46975,17 +47248,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj3721 < len(yyv3721) { - yyv3721 = yyv3721[:yyj3721] - yyc3721 = true - } else if yyj3721 == 0 && yyv3721 == nil { - yyv3721 = []ObjectReference{} - yyc3721 = true + if yyj3740 < len(yyv3740) { + yyv3740 = yyv3740[:yyj3740] + yyc3740 = true + } else if yyj3740 == 0 && yyv3740 == nil { + yyv3740 = []ObjectReference{} + yyc3740 = true } } - yyh3721.End() - if yyc3721 { - *v = yyv3721 + yyh3740.End() + if yyc3740 { + *v = yyv3740 } } @@ -46994,10 +47267,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3725 := range v { + for _, yyv3744 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3726 := &yyv3725 - yy3726.CodecEncodeSelf(e) + yy3745 := &yyv3744 + yy3745.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47007,83 +47280,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3727 := *v - yyh3727, yyl3727 := z.DecSliceHelperStart() - var yyc3727 bool - if yyl3727 == 0 { - if yyv3727 == nil { - yyv3727 = []ServiceAccount{} - yyc3727 = true - } else if len(yyv3727) != 0 { - yyv3727 = yyv3727[:0] - yyc3727 = true + yyv3746 := *v + yyh3746, yyl3746 := z.DecSliceHelperStart() + var yyc3746 bool + if yyl3746 == 0 { + if yyv3746 == nil { + yyv3746 = []ServiceAccount{} + yyc3746 = true + } else if len(yyv3746) != 0 { + yyv3746 = yyv3746[:0] + yyc3746 = true } - } else if yyl3727 > 0 { - var yyrr3727, yyrl3727 int - var yyrt3727 bool - if yyl3727 > cap(yyv3727) { + } else if yyl3746 > 0 { + var yyrr3746, yyrl3746 int + var yyrt3746 bool + if yyl3746 > cap(yyv3746) { - yyrg3727 := len(yyv3727) > 0 - yyv23727 := yyv3727 - yyrl3727, yyrt3727 = z.DecInferLen(yyl3727, z.DecBasicHandle().MaxInitLen, 240) - if yyrt3727 { - if yyrl3727 <= cap(yyv3727) { - yyv3727 = yyv3727[:yyrl3727] + yyrg3746 := len(yyv3746) > 0 + yyv23746 := yyv3746 + yyrl3746, yyrt3746 = z.DecInferLen(yyl3746, z.DecBasicHandle().MaxInitLen, 240) + if yyrt3746 { + if yyrl3746 <= cap(yyv3746) { + yyv3746 = yyv3746[:yyrl3746] } else { - yyv3727 = make([]ServiceAccount, yyrl3727) + yyv3746 = make([]ServiceAccount, yyrl3746) } } else { - yyv3727 = make([]ServiceAccount, yyrl3727) + yyv3746 = make([]ServiceAccount, yyrl3746) } - yyc3727 = true - yyrr3727 = len(yyv3727) - if yyrg3727 { - copy(yyv3727, yyv23727) + yyc3746 = true + yyrr3746 = len(yyv3746) + if yyrg3746 { + copy(yyv3746, yyv23746) } - } else if yyl3727 != len(yyv3727) { - yyv3727 = yyv3727[:yyl3727] - yyc3727 = true + } else if yyl3746 != len(yyv3746) { + yyv3746 = yyv3746[:yyl3746] + yyc3746 = true } - yyj3727 := 0 - for ; yyj3727 < yyrr3727; yyj3727++ { - yyh3727.ElemContainerState(yyj3727) + yyj3746 := 0 + for ; yyj3746 < yyrr3746; yyj3746++ { + yyh3746.ElemContainerState(yyj3746) if r.TryDecodeAsNil() { - yyv3727[yyj3727] = ServiceAccount{} + yyv3746[yyj3746] = ServiceAccount{} } else { - yyv3728 := &yyv3727[yyj3727] - yyv3728.CodecDecodeSelf(d) + yyv3747 := &yyv3746[yyj3746] + yyv3747.CodecDecodeSelf(d) } } - if yyrt3727 { - for ; yyj3727 < yyl3727; yyj3727++ { - yyv3727 = append(yyv3727, ServiceAccount{}) - yyh3727.ElemContainerState(yyj3727) + if yyrt3746 { + for ; yyj3746 < yyl3746; yyj3746++ { + yyv3746 = append(yyv3746, ServiceAccount{}) + yyh3746.ElemContainerState(yyj3746) if r.TryDecodeAsNil() { - yyv3727[yyj3727] = ServiceAccount{} + yyv3746[yyj3746] = ServiceAccount{} } else { - yyv3729 := &yyv3727[yyj3727] - yyv3729.CodecDecodeSelf(d) + yyv3748 := &yyv3746[yyj3746] + yyv3748.CodecDecodeSelf(d) } } } } else { - yyj3727 := 0 - for ; !r.CheckBreak(); yyj3727++ { + yyj3746 := 0 + for ; !r.CheckBreak(); yyj3746++ { - if yyj3727 >= len(yyv3727) { - yyv3727 = append(yyv3727, ServiceAccount{}) // var yyz3727 ServiceAccount - yyc3727 = true + if yyj3746 >= len(yyv3746) { + yyv3746 = append(yyv3746, ServiceAccount{}) // var yyz3746 ServiceAccount + yyc3746 = true } - yyh3727.ElemContainerState(yyj3727) - if yyj3727 < len(yyv3727) { + yyh3746.ElemContainerState(yyj3746) + if yyj3746 < len(yyv3746) { if r.TryDecodeAsNil() { - yyv3727[yyj3727] = ServiceAccount{} + yyv3746[yyj3746] = ServiceAccount{} } else { - yyv3730 := &yyv3727[yyj3727] - yyv3730.CodecDecodeSelf(d) + yyv3749 := &yyv3746[yyj3746] + yyv3749.CodecDecodeSelf(d) } } else { @@ -47091,17 +47364,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj3727 < len(yyv3727) { - yyv3727 = yyv3727[:yyj3727] - yyc3727 = true - } else if yyj3727 == 0 && yyv3727 == nil { - yyv3727 = []ServiceAccount{} - yyc3727 = true + if yyj3746 < len(yyv3746) { + yyv3746 = yyv3746[:yyj3746] + yyc3746 = true + } else if yyj3746 == 0 && yyv3746 == nil { + yyv3746 = []ServiceAccount{} + yyc3746 = true } } - yyh3727.End() - if yyc3727 { - *v = yyv3727 + yyh3746.End() + if yyc3746 { + *v = yyv3746 } } @@ -47110,10 +47383,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3731 := range v { + for _, yyv3750 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3732 := &yyv3731 - yy3732.CodecEncodeSelf(e) + yy3751 := &yyv3750 + yy3751.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47123,83 +47396,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3733 := *v - yyh3733, yyl3733 := z.DecSliceHelperStart() - var yyc3733 bool - if yyl3733 == 0 { - if yyv3733 == nil { - yyv3733 = []EndpointSubset{} - yyc3733 = true - } else if len(yyv3733) != 0 { - yyv3733 = yyv3733[:0] - yyc3733 = true + yyv3752 := *v + yyh3752, yyl3752 := z.DecSliceHelperStart() + var yyc3752 bool + if yyl3752 == 0 { + if yyv3752 == nil { + yyv3752 = []EndpointSubset{} + yyc3752 = true + } else if len(yyv3752) != 0 { + yyv3752 = yyv3752[:0] + yyc3752 = true } - } else if yyl3733 > 0 { - var yyrr3733, yyrl3733 int - var yyrt3733 bool - if yyl3733 > cap(yyv3733) { + } else if yyl3752 > 0 { + var yyrr3752, yyrl3752 int + var yyrt3752 bool + if yyl3752 > cap(yyv3752) { - yyrg3733 := len(yyv3733) > 0 - yyv23733 := yyv3733 - yyrl3733, yyrt3733 = z.DecInferLen(yyl3733, z.DecBasicHandle().MaxInitLen, 72) - if yyrt3733 { - if yyrl3733 <= cap(yyv3733) { - yyv3733 = yyv3733[:yyrl3733] + yyrg3752 := len(yyv3752) > 0 + yyv23752 := yyv3752 + yyrl3752, yyrt3752 = z.DecInferLen(yyl3752, z.DecBasicHandle().MaxInitLen, 72) + if yyrt3752 { + if yyrl3752 <= cap(yyv3752) { + yyv3752 = yyv3752[:yyrl3752] } else { - yyv3733 = make([]EndpointSubset, yyrl3733) + yyv3752 = make([]EndpointSubset, yyrl3752) } } else { - yyv3733 = make([]EndpointSubset, yyrl3733) + yyv3752 = make([]EndpointSubset, yyrl3752) } - yyc3733 = true - yyrr3733 = len(yyv3733) - if yyrg3733 { - copy(yyv3733, yyv23733) + yyc3752 = true + yyrr3752 = len(yyv3752) + if yyrg3752 { + copy(yyv3752, yyv23752) } - } else if yyl3733 != len(yyv3733) { - yyv3733 = yyv3733[:yyl3733] - yyc3733 = true + } else if yyl3752 != len(yyv3752) { + yyv3752 = yyv3752[:yyl3752] + yyc3752 = true } - yyj3733 := 0 - for ; yyj3733 < yyrr3733; yyj3733++ { - yyh3733.ElemContainerState(yyj3733) + yyj3752 := 0 + for ; yyj3752 < yyrr3752; yyj3752++ { + yyh3752.ElemContainerState(yyj3752) if r.TryDecodeAsNil() { - yyv3733[yyj3733] = EndpointSubset{} + yyv3752[yyj3752] = EndpointSubset{} } else { - yyv3734 := &yyv3733[yyj3733] - yyv3734.CodecDecodeSelf(d) + yyv3753 := &yyv3752[yyj3752] + yyv3753.CodecDecodeSelf(d) } } - if yyrt3733 { - for ; yyj3733 < yyl3733; yyj3733++ { - yyv3733 = append(yyv3733, EndpointSubset{}) - yyh3733.ElemContainerState(yyj3733) + if yyrt3752 { + for ; yyj3752 < yyl3752; yyj3752++ { + yyv3752 = append(yyv3752, EndpointSubset{}) + yyh3752.ElemContainerState(yyj3752) if r.TryDecodeAsNil() { - yyv3733[yyj3733] = EndpointSubset{} + yyv3752[yyj3752] = EndpointSubset{} } else { - yyv3735 := &yyv3733[yyj3733] - yyv3735.CodecDecodeSelf(d) + yyv3754 := &yyv3752[yyj3752] + yyv3754.CodecDecodeSelf(d) } } } } else { - yyj3733 := 0 - for ; !r.CheckBreak(); yyj3733++ { + yyj3752 := 0 + for ; !r.CheckBreak(); yyj3752++ { - if yyj3733 >= len(yyv3733) { - yyv3733 = append(yyv3733, EndpointSubset{}) // var yyz3733 EndpointSubset - yyc3733 = true + if yyj3752 >= len(yyv3752) { + yyv3752 = append(yyv3752, EndpointSubset{}) // var yyz3752 EndpointSubset + yyc3752 = true } - yyh3733.ElemContainerState(yyj3733) - if yyj3733 < len(yyv3733) { + yyh3752.ElemContainerState(yyj3752) + if yyj3752 < len(yyv3752) { if r.TryDecodeAsNil() { - yyv3733[yyj3733] = EndpointSubset{} + yyv3752[yyj3752] = EndpointSubset{} } else { - yyv3736 := &yyv3733[yyj3733] - yyv3736.CodecDecodeSelf(d) + yyv3755 := &yyv3752[yyj3752] + yyv3755.CodecDecodeSelf(d) } } else { @@ -47207,17 +47480,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj3733 < len(yyv3733) { - yyv3733 = yyv3733[:yyj3733] - yyc3733 = true - } else if yyj3733 == 0 && yyv3733 == nil { - yyv3733 = []EndpointSubset{} - yyc3733 = true + if yyj3752 < len(yyv3752) { + yyv3752 = yyv3752[:yyj3752] + yyc3752 = true + } else if yyj3752 == 0 && yyv3752 == nil { + yyv3752 = []EndpointSubset{} + yyc3752 = true } } - yyh3733.End() - if yyc3733 { - *v = yyv3733 + yyh3752.End() + if yyc3752 { + *v = yyv3752 } } @@ -47226,10 +47499,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3737 := range v { + for _, yyv3756 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3738 := &yyv3737 - yy3738.CodecEncodeSelf(e) + yy3757 := &yyv3756 + yy3757.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47239,83 +47512,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3739 := *v - yyh3739, yyl3739 := z.DecSliceHelperStart() - var yyc3739 bool - if yyl3739 == 0 { - if yyv3739 == nil { - yyv3739 = []EndpointAddress{} - yyc3739 = true - } else if len(yyv3739) != 0 { - yyv3739 = yyv3739[:0] - yyc3739 = true + yyv3758 := *v + yyh3758, yyl3758 := z.DecSliceHelperStart() + var yyc3758 bool + if yyl3758 == 0 { + if yyv3758 == nil { + yyv3758 = []EndpointAddress{} + yyc3758 = true + } else if len(yyv3758) != 0 { + yyv3758 = yyv3758[:0] + yyc3758 = true } - } else if yyl3739 > 0 { - var yyrr3739, yyrl3739 int - var yyrt3739 bool - if yyl3739 > cap(yyv3739) { + } else if yyl3758 > 0 { + var yyrr3758, yyrl3758 int + var yyrt3758 bool + if yyl3758 > cap(yyv3758) { - yyrg3739 := len(yyv3739) > 0 - yyv23739 := yyv3739 - yyrl3739, yyrt3739 = z.DecInferLen(yyl3739, z.DecBasicHandle().MaxInitLen, 24) - if yyrt3739 { - if yyrl3739 <= cap(yyv3739) { - yyv3739 = yyv3739[:yyrl3739] + yyrg3758 := len(yyv3758) > 0 + yyv23758 := yyv3758 + yyrl3758, yyrt3758 = z.DecInferLen(yyl3758, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3758 { + if yyrl3758 <= cap(yyv3758) { + yyv3758 = yyv3758[:yyrl3758] } else { - yyv3739 = make([]EndpointAddress, yyrl3739) + yyv3758 = make([]EndpointAddress, yyrl3758) } } else { - yyv3739 = make([]EndpointAddress, yyrl3739) + yyv3758 = make([]EndpointAddress, yyrl3758) } - yyc3739 = true - yyrr3739 = len(yyv3739) - if yyrg3739 { - copy(yyv3739, yyv23739) + yyc3758 = true + yyrr3758 = len(yyv3758) + if yyrg3758 { + copy(yyv3758, yyv23758) } - } else if yyl3739 != len(yyv3739) { - yyv3739 = yyv3739[:yyl3739] - yyc3739 = true + } else if yyl3758 != len(yyv3758) { + yyv3758 = yyv3758[:yyl3758] + yyc3758 = true } - yyj3739 := 0 - for ; yyj3739 < yyrr3739; yyj3739++ { - yyh3739.ElemContainerState(yyj3739) + yyj3758 := 0 + for ; yyj3758 < yyrr3758; yyj3758++ { + yyh3758.ElemContainerState(yyj3758) if r.TryDecodeAsNil() { - yyv3739[yyj3739] = EndpointAddress{} + yyv3758[yyj3758] = EndpointAddress{} } else { - yyv3740 := &yyv3739[yyj3739] - yyv3740.CodecDecodeSelf(d) + yyv3759 := &yyv3758[yyj3758] + yyv3759.CodecDecodeSelf(d) } } - if yyrt3739 { - for ; yyj3739 < yyl3739; yyj3739++ { - yyv3739 = append(yyv3739, EndpointAddress{}) - yyh3739.ElemContainerState(yyj3739) + if yyrt3758 { + for ; yyj3758 < yyl3758; yyj3758++ { + yyv3758 = append(yyv3758, EndpointAddress{}) + yyh3758.ElemContainerState(yyj3758) if r.TryDecodeAsNil() { - yyv3739[yyj3739] = EndpointAddress{} + yyv3758[yyj3758] = EndpointAddress{} } else { - yyv3741 := &yyv3739[yyj3739] - yyv3741.CodecDecodeSelf(d) + yyv3760 := &yyv3758[yyj3758] + yyv3760.CodecDecodeSelf(d) } } } } else { - yyj3739 := 0 - for ; !r.CheckBreak(); yyj3739++ { + yyj3758 := 0 + for ; !r.CheckBreak(); yyj3758++ { - if yyj3739 >= len(yyv3739) { - yyv3739 = append(yyv3739, EndpointAddress{}) // var yyz3739 EndpointAddress - yyc3739 = true + if yyj3758 >= len(yyv3758) { + yyv3758 = append(yyv3758, EndpointAddress{}) // var yyz3758 EndpointAddress + yyc3758 = true } - yyh3739.ElemContainerState(yyj3739) - if yyj3739 < len(yyv3739) { + yyh3758.ElemContainerState(yyj3758) + if yyj3758 < len(yyv3758) { if r.TryDecodeAsNil() { - yyv3739[yyj3739] = EndpointAddress{} + yyv3758[yyj3758] = EndpointAddress{} } else { - yyv3742 := &yyv3739[yyj3739] - yyv3742.CodecDecodeSelf(d) + yyv3761 := &yyv3758[yyj3758] + yyv3761.CodecDecodeSelf(d) } } else { @@ -47323,17 +47596,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj3739 < len(yyv3739) { - yyv3739 = yyv3739[:yyj3739] - yyc3739 = true - } else if yyj3739 == 0 && yyv3739 == nil { - yyv3739 = []EndpointAddress{} - yyc3739 = true + if yyj3758 < len(yyv3758) { + yyv3758 = yyv3758[:yyj3758] + yyc3758 = true + } else if yyj3758 == 0 && yyv3758 == nil { + yyv3758 = []EndpointAddress{} + yyc3758 = true } } - yyh3739.End() - if yyc3739 { - *v = yyv3739 + yyh3758.End() + if yyc3758 { + *v = yyv3758 } } @@ -47342,10 +47615,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3743 := range v { + for _, yyv3762 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3744 := &yyv3743 - yy3744.CodecEncodeSelf(e) + yy3763 := &yyv3762 + yy3763.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47355,83 +47628,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3745 := *v - yyh3745, yyl3745 := z.DecSliceHelperStart() - var yyc3745 bool - if yyl3745 == 0 { - if yyv3745 == nil { - yyv3745 = []EndpointPort{} - yyc3745 = true - } else if len(yyv3745) != 0 { - yyv3745 = yyv3745[:0] - yyc3745 = true + yyv3764 := *v + yyh3764, yyl3764 := z.DecSliceHelperStart() + var yyc3764 bool + if yyl3764 == 0 { + if yyv3764 == nil { + yyv3764 = []EndpointPort{} + yyc3764 = true + } else if len(yyv3764) != 0 { + yyv3764 = yyv3764[:0] + yyc3764 = true } - } else if yyl3745 > 0 { - var yyrr3745, yyrl3745 int - var yyrt3745 bool - if yyl3745 > cap(yyv3745) { + } else if yyl3764 > 0 { + var yyrr3764, yyrl3764 int + var yyrt3764 bool + if yyl3764 > cap(yyv3764) { - yyrg3745 := len(yyv3745) > 0 - yyv23745 := yyv3745 - yyrl3745, yyrt3745 = z.DecInferLen(yyl3745, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3745 { - if yyrl3745 <= cap(yyv3745) { - yyv3745 = yyv3745[:yyrl3745] + yyrg3764 := len(yyv3764) > 0 + yyv23764 := yyv3764 + yyrl3764, yyrt3764 = z.DecInferLen(yyl3764, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3764 { + if yyrl3764 <= cap(yyv3764) { + yyv3764 = yyv3764[:yyrl3764] } else { - yyv3745 = make([]EndpointPort, yyrl3745) + yyv3764 = make([]EndpointPort, yyrl3764) } } else { - yyv3745 = make([]EndpointPort, yyrl3745) + yyv3764 = make([]EndpointPort, yyrl3764) } - yyc3745 = true - yyrr3745 = len(yyv3745) - if yyrg3745 { - copy(yyv3745, yyv23745) + yyc3764 = true + yyrr3764 = len(yyv3764) + if yyrg3764 { + copy(yyv3764, yyv23764) } - } else if yyl3745 != len(yyv3745) { - yyv3745 = yyv3745[:yyl3745] - yyc3745 = true + } else if yyl3764 != len(yyv3764) { + yyv3764 = yyv3764[:yyl3764] + yyc3764 = true } - yyj3745 := 0 - for ; yyj3745 < yyrr3745; yyj3745++ { - yyh3745.ElemContainerState(yyj3745) + yyj3764 := 0 + for ; yyj3764 < yyrr3764; yyj3764++ { + yyh3764.ElemContainerState(yyj3764) if r.TryDecodeAsNil() { - yyv3745[yyj3745] = EndpointPort{} + yyv3764[yyj3764] = EndpointPort{} } else { - yyv3746 := &yyv3745[yyj3745] - yyv3746.CodecDecodeSelf(d) + yyv3765 := &yyv3764[yyj3764] + yyv3765.CodecDecodeSelf(d) } } - if yyrt3745 { - for ; yyj3745 < yyl3745; yyj3745++ { - yyv3745 = append(yyv3745, EndpointPort{}) - yyh3745.ElemContainerState(yyj3745) + if yyrt3764 { + for ; yyj3764 < yyl3764; yyj3764++ { + yyv3764 = append(yyv3764, EndpointPort{}) + yyh3764.ElemContainerState(yyj3764) if r.TryDecodeAsNil() { - yyv3745[yyj3745] = EndpointPort{} + yyv3764[yyj3764] = EndpointPort{} } else { - yyv3747 := &yyv3745[yyj3745] - yyv3747.CodecDecodeSelf(d) + yyv3766 := &yyv3764[yyj3764] + yyv3766.CodecDecodeSelf(d) } } } } else { - yyj3745 := 0 - for ; !r.CheckBreak(); yyj3745++ { + yyj3764 := 0 + for ; !r.CheckBreak(); yyj3764++ { - if yyj3745 >= len(yyv3745) { - yyv3745 = append(yyv3745, EndpointPort{}) // var yyz3745 EndpointPort - yyc3745 = true + if yyj3764 >= len(yyv3764) { + yyv3764 = append(yyv3764, EndpointPort{}) // var yyz3764 EndpointPort + yyc3764 = true } - yyh3745.ElemContainerState(yyj3745) - if yyj3745 < len(yyv3745) { + yyh3764.ElemContainerState(yyj3764) + if yyj3764 < len(yyv3764) { if r.TryDecodeAsNil() { - yyv3745[yyj3745] = EndpointPort{} + yyv3764[yyj3764] = EndpointPort{} } else { - yyv3748 := &yyv3745[yyj3745] - yyv3748.CodecDecodeSelf(d) + yyv3767 := &yyv3764[yyj3764] + yyv3767.CodecDecodeSelf(d) } } else { @@ -47439,17 +47712,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj3745 < len(yyv3745) { - yyv3745 = yyv3745[:yyj3745] - yyc3745 = true - } else if yyj3745 == 0 && yyv3745 == nil { - yyv3745 = []EndpointPort{} - yyc3745 = true + if yyj3764 < len(yyv3764) { + yyv3764 = yyv3764[:yyj3764] + yyc3764 = true + } else if yyj3764 == 0 && yyv3764 == nil { + yyv3764 = []EndpointPort{} + yyc3764 = true } } - yyh3745.End() - if yyc3745 { - *v = yyv3745 + yyh3764.End() + if yyc3764 { + *v = yyv3764 } } @@ -47458,10 +47731,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3749 := range v { + for _, yyv3768 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3750 := &yyv3749 - yy3750.CodecEncodeSelf(e) + yy3769 := &yyv3768 + yy3769.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47471,83 +47744,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3751 := *v - yyh3751, yyl3751 := z.DecSliceHelperStart() - var yyc3751 bool - if yyl3751 == 0 { - if yyv3751 == nil { - yyv3751 = []Endpoints{} - yyc3751 = true - } else if len(yyv3751) != 0 { - yyv3751 = yyv3751[:0] - yyc3751 = true + yyv3770 := *v + yyh3770, yyl3770 := z.DecSliceHelperStart() + var yyc3770 bool + if yyl3770 == 0 { + if yyv3770 == nil { + yyv3770 = []Endpoints{} + yyc3770 = true + } else if len(yyv3770) != 0 { + yyv3770 = yyv3770[:0] + yyc3770 = true } - } else if yyl3751 > 0 { - var yyrr3751, yyrl3751 int - var yyrt3751 bool - if yyl3751 > cap(yyv3751) { + } else if yyl3770 > 0 { + var yyrr3770, yyrl3770 int + var yyrt3770 bool + if yyl3770 > cap(yyv3770) { - yyrg3751 := len(yyv3751) > 0 - yyv23751 := yyv3751 - yyrl3751, yyrt3751 = z.DecInferLen(yyl3751, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3751 { - if yyrl3751 <= cap(yyv3751) { - yyv3751 = yyv3751[:yyrl3751] + yyrg3770 := len(yyv3770) > 0 + yyv23770 := yyv3770 + yyrl3770, yyrt3770 = z.DecInferLen(yyl3770, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3770 { + if yyrl3770 <= cap(yyv3770) { + yyv3770 = yyv3770[:yyrl3770] } else { - yyv3751 = make([]Endpoints, yyrl3751) + yyv3770 = make([]Endpoints, yyrl3770) } } else { - yyv3751 = make([]Endpoints, yyrl3751) + yyv3770 = make([]Endpoints, yyrl3770) } - yyc3751 = true - yyrr3751 = len(yyv3751) - if yyrg3751 { - copy(yyv3751, yyv23751) + yyc3770 = true + yyrr3770 = len(yyv3770) + if yyrg3770 { + copy(yyv3770, yyv23770) } - } else if yyl3751 != len(yyv3751) { - yyv3751 = yyv3751[:yyl3751] - yyc3751 = true + } else if yyl3770 != len(yyv3770) { + yyv3770 = yyv3770[:yyl3770] + yyc3770 = true } - yyj3751 := 0 - for ; yyj3751 < yyrr3751; yyj3751++ { - yyh3751.ElemContainerState(yyj3751) + yyj3770 := 0 + for ; yyj3770 < yyrr3770; yyj3770++ { + yyh3770.ElemContainerState(yyj3770) if r.TryDecodeAsNil() { - yyv3751[yyj3751] = Endpoints{} + yyv3770[yyj3770] = Endpoints{} } else { - yyv3752 := &yyv3751[yyj3751] - yyv3752.CodecDecodeSelf(d) + yyv3771 := &yyv3770[yyj3770] + yyv3771.CodecDecodeSelf(d) } } - if yyrt3751 { - for ; yyj3751 < yyl3751; yyj3751++ { - yyv3751 = append(yyv3751, Endpoints{}) - yyh3751.ElemContainerState(yyj3751) + if yyrt3770 { + for ; yyj3770 < yyl3770; yyj3770++ { + yyv3770 = append(yyv3770, Endpoints{}) + yyh3770.ElemContainerState(yyj3770) if r.TryDecodeAsNil() { - yyv3751[yyj3751] = Endpoints{} + yyv3770[yyj3770] = Endpoints{} } else { - yyv3753 := &yyv3751[yyj3751] - yyv3753.CodecDecodeSelf(d) + yyv3772 := &yyv3770[yyj3770] + yyv3772.CodecDecodeSelf(d) } } } } else { - yyj3751 := 0 - for ; !r.CheckBreak(); yyj3751++ { + yyj3770 := 0 + for ; !r.CheckBreak(); yyj3770++ { - if yyj3751 >= len(yyv3751) { - yyv3751 = append(yyv3751, Endpoints{}) // var yyz3751 Endpoints - yyc3751 = true + if yyj3770 >= len(yyv3770) { + yyv3770 = append(yyv3770, Endpoints{}) // var yyz3770 Endpoints + yyc3770 = true } - yyh3751.ElemContainerState(yyj3751) - if yyj3751 < len(yyv3751) { + yyh3770.ElemContainerState(yyj3770) + if yyj3770 < len(yyv3770) { if r.TryDecodeAsNil() { - yyv3751[yyj3751] = Endpoints{} + yyv3770[yyj3770] = Endpoints{} } else { - yyv3754 := &yyv3751[yyj3751] - yyv3754.CodecDecodeSelf(d) + yyv3773 := &yyv3770[yyj3770] + yyv3773.CodecDecodeSelf(d) } } else { @@ -47555,17 +47828,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj3751 < len(yyv3751) { - yyv3751 = yyv3751[:yyj3751] - yyc3751 = true - } else if yyj3751 == 0 && yyv3751 == nil { - yyv3751 = []Endpoints{} - yyc3751 = true + if yyj3770 < len(yyv3770) { + yyv3770 = yyv3770[:yyj3770] + yyc3770 = true + } else if yyj3770 == 0 && yyv3770 == nil { + yyv3770 = []Endpoints{} + yyc3770 = true } } - yyh3751.End() - if yyc3751 { - *v = yyv3751 + yyh3770.End() + if yyc3770 { + *v = yyv3770 } } @@ -47574,10 +47847,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3755 := range v { + for _, yyv3774 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3756 := &yyv3755 - yy3756.CodecEncodeSelf(e) + yy3775 := &yyv3774 + yy3775.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47587,83 +47860,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3757 := *v - yyh3757, yyl3757 := z.DecSliceHelperStart() - var yyc3757 bool - if yyl3757 == 0 { - if yyv3757 == nil { - yyv3757 = []NodeCondition{} - yyc3757 = true - } else if len(yyv3757) != 0 { - yyv3757 = yyv3757[:0] - yyc3757 = true + yyv3776 := *v + yyh3776, yyl3776 := z.DecSliceHelperStart() + var yyc3776 bool + if yyl3776 == 0 { + if yyv3776 == nil { + yyv3776 = []NodeCondition{} + yyc3776 = true + } else if len(yyv3776) != 0 { + yyv3776 = yyv3776[:0] + yyc3776 = true } - } else if yyl3757 > 0 { - var yyrr3757, yyrl3757 int - var yyrt3757 bool - if yyl3757 > cap(yyv3757) { + } else if yyl3776 > 0 { + var yyrr3776, yyrl3776 int + var yyrt3776 bool + if yyl3776 > cap(yyv3776) { - yyrg3757 := len(yyv3757) > 0 - yyv23757 := yyv3757 - yyrl3757, yyrt3757 = z.DecInferLen(yyl3757, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3757 { - if yyrl3757 <= cap(yyv3757) { - yyv3757 = yyv3757[:yyrl3757] + yyrg3776 := len(yyv3776) > 0 + yyv23776 := yyv3776 + yyrl3776, yyrt3776 = z.DecInferLen(yyl3776, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3776 { + if yyrl3776 <= cap(yyv3776) { + yyv3776 = yyv3776[:yyrl3776] } else { - yyv3757 = make([]NodeCondition, yyrl3757) + yyv3776 = make([]NodeCondition, yyrl3776) } } else { - yyv3757 = make([]NodeCondition, yyrl3757) + yyv3776 = make([]NodeCondition, yyrl3776) } - yyc3757 = true - yyrr3757 = len(yyv3757) - if yyrg3757 { - copy(yyv3757, yyv23757) + yyc3776 = true + yyrr3776 = len(yyv3776) + if yyrg3776 { + copy(yyv3776, yyv23776) } - } else if yyl3757 != len(yyv3757) { - yyv3757 = yyv3757[:yyl3757] - yyc3757 = true + } else if yyl3776 != len(yyv3776) { + yyv3776 = yyv3776[:yyl3776] + yyc3776 = true } - yyj3757 := 0 - for ; yyj3757 < yyrr3757; yyj3757++ { - yyh3757.ElemContainerState(yyj3757) + yyj3776 := 0 + for ; yyj3776 < yyrr3776; yyj3776++ { + yyh3776.ElemContainerState(yyj3776) if r.TryDecodeAsNil() { - yyv3757[yyj3757] = NodeCondition{} + yyv3776[yyj3776] = NodeCondition{} } else { - yyv3758 := &yyv3757[yyj3757] - yyv3758.CodecDecodeSelf(d) + yyv3777 := &yyv3776[yyj3776] + yyv3777.CodecDecodeSelf(d) } } - if yyrt3757 { - for ; yyj3757 < yyl3757; yyj3757++ { - yyv3757 = append(yyv3757, NodeCondition{}) - yyh3757.ElemContainerState(yyj3757) + if yyrt3776 { + for ; yyj3776 < yyl3776; yyj3776++ { + yyv3776 = append(yyv3776, NodeCondition{}) + yyh3776.ElemContainerState(yyj3776) if r.TryDecodeAsNil() { - yyv3757[yyj3757] = NodeCondition{} + yyv3776[yyj3776] = NodeCondition{} } else { - yyv3759 := &yyv3757[yyj3757] - yyv3759.CodecDecodeSelf(d) + yyv3778 := &yyv3776[yyj3776] + yyv3778.CodecDecodeSelf(d) } } } } else { - yyj3757 := 0 - for ; !r.CheckBreak(); yyj3757++ { + yyj3776 := 0 + for ; !r.CheckBreak(); yyj3776++ { - if yyj3757 >= len(yyv3757) { - yyv3757 = append(yyv3757, NodeCondition{}) // var yyz3757 NodeCondition - yyc3757 = true + if yyj3776 >= len(yyv3776) { + yyv3776 = append(yyv3776, NodeCondition{}) // var yyz3776 NodeCondition + yyc3776 = true } - yyh3757.ElemContainerState(yyj3757) - if yyj3757 < len(yyv3757) { + yyh3776.ElemContainerState(yyj3776) + if yyj3776 < len(yyv3776) { if r.TryDecodeAsNil() { - yyv3757[yyj3757] = NodeCondition{} + yyv3776[yyj3776] = NodeCondition{} } else { - yyv3760 := &yyv3757[yyj3757] - yyv3760.CodecDecodeSelf(d) + yyv3779 := &yyv3776[yyj3776] + yyv3779.CodecDecodeSelf(d) } } else { @@ -47671,17 +47944,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj3757 < len(yyv3757) { - yyv3757 = yyv3757[:yyj3757] - yyc3757 = true - } else if yyj3757 == 0 && yyv3757 == nil { - yyv3757 = []NodeCondition{} - yyc3757 = true + if yyj3776 < len(yyv3776) { + yyv3776 = yyv3776[:yyj3776] + yyc3776 = true + } else if yyj3776 == 0 && yyv3776 == nil { + yyv3776 = []NodeCondition{} + yyc3776 = true } } - yyh3757.End() - if yyc3757 { - *v = yyv3757 + yyh3776.End() + if yyc3776 { + *v = yyv3776 } } @@ -47690,10 +47963,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3761 := range v { + for _, yyv3780 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3762 := &yyv3761 - yy3762.CodecEncodeSelf(e) + yy3781 := &yyv3780 + yy3781.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47703,83 +47976,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3763 := *v - yyh3763, yyl3763 := z.DecSliceHelperStart() - var yyc3763 bool - if yyl3763 == 0 { - if yyv3763 == nil { - yyv3763 = []NodeAddress{} - yyc3763 = true - } else if len(yyv3763) != 0 { - yyv3763 = yyv3763[:0] - yyc3763 = true + yyv3782 := *v + yyh3782, yyl3782 := z.DecSliceHelperStart() + var yyc3782 bool + if yyl3782 == 0 { + if yyv3782 == nil { + yyv3782 = []NodeAddress{} + yyc3782 = true + } else if len(yyv3782) != 0 { + yyv3782 = yyv3782[:0] + yyc3782 = true } - } else if yyl3763 > 0 { - var yyrr3763, yyrl3763 int - var yyrt3763 bool - if yyl3763 > cap(yyv3763) { + } else if yyl3782 > 0 { + var yyrr3782, yyrl3782 int + var yyrt3782 bool + if yyl3782 > cap(yyv3782) { - yyrg3763 := len(yyv3763) > 0 - yyv23763 := yyv3763 - yyrl3763, yyrt3763 = z.DecInferLen(yyl3763, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3763 { - if yyrl3763 <= cap(yyv3763) { - yyv3763 = yyv3763[:yyrl3763] + yyrg3782 := len(yyv3782) > 0 + yyv23782 := yyv3782 + yyrl3782, yyrt3782 = z.DecInferLen(yyl3782, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3782 { + if yyrl3782 <= cap(yyv3782) { + yyv3782 = yyv3782[:yyrl3782] } else { - yyv3763 = make([]NodeAddress, yyrl3763) + yyv3782 = make([]NodeAddress, yyrl3782) } } else { - yyv3763 = make([]NodeAddress, yyrl3763) + yyv3782 = make([]NodeAddress, yyrl3782) } - yyc3763 = true - yyrr3763 = len(yyv3763) - if yyrg3763 { - copy(yyv3763, yyv23763) + yyc3782 = true + yyrr3782 = len(yyv3782) + if yyrg3782 { + copy(yyv3782, yyv23782) } - } else if yyl3763 != len(yyv3763) { - yyv3763 = yyv3763[:yyl3763] - yyc3763 = true + } else if yyl3782 != len(yyv3782) { + yyv3782 = yyv3782[:yyl3782] + yyc3782 = true } - yyj3763 := 0 - for ; yyj3763 < yyrr3763; yyj3763++ { - yyh3763.ElemContainerState(yyj3763) + yyj3782 := 0 + for ; yyj3782 < yyrr3782; yyj3782++ { + yyh3782.ElemContainerState(yyj3782) if r.TryDecodeAsNil() { - yyv3763[yyj3763] = NodeAddress{} + yyv3782[yyj3782] = NodeAddress{} } else { - yyv3764 := &yyv3763[yyj3763] - yyv3764.CodecDecodeSelf(d) + yyv3783 := &yyv3782[yyj3782] + yyv3783.CodecDecodeSelf(d) } } - if yyrt3763 { - for ; yyj3763 < yyl3763; yyj3763++ { - yyv3763 = append(yyv3763, NodeAddress{}) - yyh3763.ElemContainerState(yyj3763) + if yyrt3782 { + for ; yyj3782 < yyl3782; yyj3782++ { + yyv3782 = append(yyv3782, NodeAddress{}) + yyh3782.ElemContainerState(yyj3782) if r.TryDecodeAsNil() { - yyv3763[yyj3763] = NodeAddress{} + yyv3782[yyj3782] = NodeAddress{} } else { - yyv3765 := &yyv3763[yyj3763] - yyv3765.CodecDecodeSelf(d) + yyv3784 := &yyv3782[yyj3782] + yyv3784.CodecDecodeSelf(d) } } } } else { - yyj3763 := 0 - for ; !r.CheckBreak(); yyj3763++ { + yyj3782 := 0 + for ; !r.CheckBreak(); yyj3782++ { - if yyj3763 >= len(yyv3763) { - yyv3763 = append(yyv3763, NodeAddress{}) // var yyz3763 NodeAddress - yyc3763 = true + if yyj3782 >= len(yyv3782) { + yyv3782 = append(yyv3782, NodeAddress{}) // var yyz3782 NodeAddress + yyc3782 = true } - yyh3763.ElemContainerState(yyj3763) - if yyj3763 < len(yyv3763) { + yyh3782.ElemContainerState(yyj3782) + if yyj3782 < len(yyv3782) { if r.TryDecodeAsNil() { - yyv3763[yyj3763] = NodeAddress{} + yyv3782[yyj3782] = NodeAddress{} } else { - yyv3766 := &yyv3763[yyj3763] - yyv3766.CodecDecodeSelf(d) + yyv3785 := &yyv3782[yyj3782] + yyv3785.CodecDecodeSelf(d) } } else { @@ -47787,17 +48060,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj3763 < len(yyv3763) { - yyv3763 = yyv3763[:yyj3763] - yyc3763 = true - } else if yyj3763 == 0 && yyv3763 == nil { - yyv3763 = []NodeAddress{} - yyc3763 = true + if yyj3782 < len(yyv3782) { + yyv3782 = yyv3782[:yyj3782] + yyc3782 = true + } else if yyj3782 == 0 && yyv3782 == nil { + yyv3782 = []NodeAddress{} + yyc3782 = true } } - yyh3763.End() - if yyc3763 { - *v = yyv3763 + yyh3782.End() + if yyc3782 { + *v = yyv3782 } } @@ -47806,10 +48079,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3767 := range v { + for _, yyv3786 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3768 := &yyv3767 - yy3768.CodecEncodeSelf(e) + yy3787 := &yyv3786 + yy3787.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47819,83 +48092,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3769 := *v - yyh3769, yyl3769 := z.DecSliceHelperStart() - var yyc3769 bool - if yyl3769 == 0 { - if yyv3769 == nil { - yyv3769 = []ContainerImage{} - yyc3769 = true - } else if len(yyv3769) != 0 { - yyv3769 = yyv3769[:0] - yyc3769 = true + yyv3788 := *v + yyh3788, yyl3788 := z.DecSliceHelperStart() + var yyc3788 bool + if yyl3788 == 0 { + if yyv3788 == nil { + yyv3788 = []ContainerImage{} + yyc3788 = true + } else if len(yyv3788) != 0 { + yyv3788 = yyv3788[:0] + yyc3788 = true } - } else if yyl3769 > 0 { - var yyrr3769, yyrl3769 int - var yyrt3769 bool - if yyl3769 > cap(yyv3769) { + } else if yyl3788 > 0 { + var yyrr3788, yyrl3788 int + var yyrt3788 bool + if yyl3788 > cap(yyv3788) { - yyrg3769 := len(yyv3769) > 0 - yyv23769 := yyv3769 - yyrl3769, yyrt3769 = z.DecInferLen(yyl3769, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3769 { - if yyrl3769 <= cap(yyv3769) { - yyv3769 = yyv3769[:yyrl3769] + yyrg3788 := len(yyv3788) > 0 + yyv23788 := yyv3788 + yyrl3788, yyrt3788 = z.DecInferLen(yyl3788, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3788 { + if yyrl3788 <= cap(yyv3788) { + yyv3788 = yyv3788[:yyrl3788] } else { - yyv3769 = make([]ContainerImage, yyrl3769) + yyv3788 = make([]ContainerImage, yyrl3788) } } else { - yyv3769 = make([]ContainerImage, yyrl3769) + yyv3788 = make([]ContainerImage, yyrl3788) } - yyc3769 = true - yyrr3769 = len(yyv3769) - if yyrg3769 { - copy(yyv3769, yyv23769) + yyc3788 = true + yyrr3788 = len(yyv3788) + if yyrg3788 { + copy(yyv3788, yyv23788) } - } else if yyl3769 != len(yyv3769) { - yyv3769 = yyv3769[:yyl3769] - yyc3769 = true + } else if yyl3788 != len(yyv3788) { + yyv3788 = yyv3788[:yyl3788] + yyc3788 = true } - yyj3769 := 0 - for ; yyj3769 < yyrr3769; yyj3769++ { - yyh3769.ElemContainerState(yyj3769) + yyj3788 := 0 + for ; yyj3788 < yyrr3788; yyj3788++ { + yyh3788.ElemContainerState(yyj3788) if r.TryDecodeAsNil() { - yyv3769[yyj3769] = ContainerImage{} + yyv3788[yyj3788] = ContainerImage{} } else { - yyv3770 := &yyv3769[yyj3769] - yyv3770.CodecDecodeSelf(d) + yyv3789 := &yyv3788[yyj3788] + yyv3789.CodecDecodeSelf(d) } } - if yyrt3769 { - for ; yyj3769 < yyl3769; yyj3769++ { - yyv3769 = append(yyv3769, ContainerImage{}) - yyh3769.ElemContainerState(yyj3769) + if yyrt3788 { + for ; yyj3788 < yyl3788; yyj3788++ { + yyv3788 = append(yyv3788, ContainerImage{}) + yyh3788.ElemContainerState(yyj3788) if r.TryDecodeAsNil() { - yyv3769[yyj3769] = ContainerImage{} + yyv3788[yyj3788] = ContainerImage{} } else { - yyv3771 := &yyv3769[yyj3769] - yyv3771.CodecDecodeSelf(d) + yyv3790 := &yyv3788[yyj3788] + yyv3790.CodecDecodeSelf(d) } } } } else { - yyj3769 := 0 - for ; !r.CheckBreak(); yyj3769++ { + yyj3788 := 0 + for ; !r.CheckBreak(); yyj3788++ { - if yyj3769 >= len(yyv3769) { - yyv3769 = append(yyv3769, ContainerImage{}) // var yyz3769 ContainerImage - yyc3769 = true + if yyj3788 >= len(yyv3788) { + yyv3788 = append(yyv3788, ContainerImage{}) // var yyz3788 ContainerImage + yyc3788 = true } - yyh3769.ElemContainerState(yyj3769) - if yyj3769 < len(yyv3769) { + yyh3788.ElemContainerState(yyj3788) + if yyj3788 < len(yyv3788) { if r.TryDecodeAsNil() { - yyv3769[yyj3769] = ContainerImage{} + yyv3788[yyj3788] = ContainerImage{} } else { - yyv3772 := &yyv3769[yyj3769] - yyv3772.CodecDecodeSelf(d) + yyv3791 := &yyv3788[yyj3788] + yyv3791.CodecDecodeSelf(d) } } else { @@ -47903,17 +48176,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj3769 < len(yyv3769) { - yyv3769 = yyv3769[:yyj3769] - yyc3769 = true - } else if yyj3769 == 0 && yyv3769 == nil { - yyv3769 = []ContainerImage{} - yyc3769 = true + if yyj3788 < len(yyv3788) { + yyv3788 = yyv3788[:yyj3788] + yyc3788 = true + } else if yyj3788 == 0 && yyv3788 == nil { + yyv3788 = []ContainerImage{} + yyc3788 = true } } - yyh3769.End() - if yyc3769 { - *v = yyv3769 + yyh3788.End() + if yyc3788 { + *v = yyv3788 } } @@ -47922,19 +48195,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3773, yyv3773 := range v { + for yyk3792, yyv3792 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk3773.CodecEncodeSelf(e) + yyk3792.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3774 := &yyv3773 - yym3775 := z.EncBinary() - _ = yym3775 + yy3793 := &yyv3792 + yym3794 := z.EncBinary() + _ = yym3794 if false { - } else if z.HasExtensions() && z.EncExt(yy3774) { - } else if !yym3775 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3774) + } else if z.HasExtensions() && z.EncExt(yy3793) { + } else if !yym3794 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3793) } else { - z.EncFallback(yy3774) + z.EncFallback(yy3793) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47945,86 +48218,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3776 := *v - yyl3776 := r.ReadMapStart() - yybh3776 := z.DecBasicHandle() - if yyv3776 == nil { - yyrl3776, _ := z.DecInferLen(yyl3776, yybh3776.MaxInitLen, 40) - yyv3776 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3776) - *v = yyv3776 + yyv3795 := *v + yyl3795 := r.ReadMapStart() + yybh3795 := z.DecBasicHandle() + if yyv3795 == nil { + yyrl3795, _ := z.DecInferLen(yyl3795, yybh3795.MaxInitLen, 40) + yyv3795 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3795) + *v = yyv3795 } - var yymk3776 ResourceName - var yymv3776 pkg3_resource.Quantity - var yymg3776 bool - if yybh3776.MapValueReset { - yymg3776 = true + var yymk3795 ResourceName + var yymv3795 pkg3_resource.Quantity + var yymg3795 bool + if yybh3795.MapValueReset { + yymg3795 = true } - if yyl3776 > 0 { - for yyj3776 := 0; yyj3776 < yyl3776; yyj3776++ { + if yyl3795 > 0 { + for yyj3795 := 0; yyj3795 < yyl3795; yyj3795++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3776 = "" + yymk3795 = "" } else { - yymk3776 = ResourceName(r.DecodeString()) + yymk3795 = ResourceName(r.DecodeString()) } - if yymg3776 { - yymv3776 = yyv3776[yymk3776] + if yymg3795 { + yymv3795 = yyv3795[yymk3795] } else { - yymv3776 = pkg3_resource.Quantity{} + yymv3795 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3776 = pkg3_resource.Quantity{} + yymv3795 = pkg3_resource.Quantity{} } else { - yyv3778 := &yymv3776 - yym3779 := z.DecBinary() - _ = yym3779 + yyv3797 := &yymv3795 + yym3798 := z.DecBinary() + _ = yym3798 if false { - } else if z.HasExtensions() && z.DecExt(yyv3778) { - } else if !yym3779 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3778) + } else if z.HasExtensions() && z.DecExt(yyv3797) { + } else if !yym3798 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3797) } else { - z.DecFallback(yyv3778, false) + z.DecFallback(yyv3797, false) } } - if yyv3776 != nil { - yyv3776[yymk3776] = yymv3776 + if yyv3795 != nil { + yyv3795[yymk3795] = yymv3795 } } - } else if yyl3776 < 0 { - for yyj3776 := 0; !r.CheckBreak(); yyj3776++ { + } else if yyl3795 < 0 { + for yyj3795 := 0; !r.CheckBreak(); yyj3795++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3776 = "" + yymk3795 = "" } else { - yymk3776 = ResourceName(r.DecodeString()) + yymk3795 = ResourceName(r.DecodeString()) } - if yymg3776 { - yymv3776 = yyv3776[yymk3776] + if yymg3795 { + yymv3795 = yyv3795[yymk3795] } else { - yymv3776 = pkg3_resource.Quantity{} + yymv3795 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3776 = pkg3_resource.Quantity{} + yymv3795 = pkg3_resource.Quantity{} } else { - yyv3781 := &yymv3776 - yym3782 := z.DecBinary() - _ = yym3782 + yyv3800 := &yymv3795 + yym3801 := z.DecBinary() + _ = yym3801 if false { - } else if z.HasExtensions() && z.DecExt(yyv3781) { - } else if !yym3782 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3781) + } else if z.HasExtensions() && z.DecExt(yyv3800) { + } else if !yym3801 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3800) } else { - z.DecFallback(yyv3781, false) + z.DecFallback(yyv3800, false) } } - if yyv3776 != nil { - yyv3776[yymk3776] = yymv3776 + if yyv3795 != nil { + yyv3795[yymk3795] = yymv3795 } } } // else len==0: TODO: Should we clear map entries? @@ -48036,10 +48309,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3783 := range v { + for _, yyv3802 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3784 := &yyv3783 - yy3784.CodecEncodeSelf(e) + yy3803 := &yyv3802 + yy3803.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48049,83 +48322,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3785 := *v - yyh3785, yyl3785 := z.DecSliceHelperStart() - var yyc3785 bool - if yyl3785 == 0 { - if yyv3785 == nil { - yyv3785 = []Node{} - yyc3785 = true - } else if len(yyv3785) != 0 { - yyv3785 = yyv3785[:0] - yyc3785 = true + yyv3804 := *v + yyh3804, yyl3804 := z.DecSliceHelperStart() + var yyc3804 bool + if yyl3804 == 0 { + if yyv3804 == nil { + yyv3804 = []Node{} + yyc3804 = true + } else if len(yyv3804) != 0 { + yyv3804 = yyv3804[:0] + yyc3804 = true } - } else if yyl3785 > 0 { - var yyrr3785, yyrl3785 int - var yyrt3785 bool - if yyl3785 > cap(yyv3785) { + } else if yyl3804 > 0 { + var yyrr3804, yyrl3804 int + var yyrt3804 bool + if yyl3804 > cap(yyv3804) { - yyrg3785 := len(yyv3785) > 0 - yyv23785 := yyv3785 - yyrl3785, yyrt3785 = z.DecInferLen(yyl3785, z.DecBasicHandle().MaxInitLen, 488) - if yyrt3785 { - if yyrl3785 <= cap(yyv3785) { - yyv3785 = yyv3785[:yyrl3785] + yyrg3804 := len(yyv3804) > 0 + yyv23804 := yyv3804 + yyrl3804, yyrt3804 = z.DecInferLen(yyl3804, z.DecBasicHandle().MaxInitLen, 488) + if yyrt3804 { + if yyrl3804 <= cap(yyv3804) { + yyv3804 = yyv3804[:yyrl3804] } else { - yyv3785 = make([]Node, yyrl3785) + yyv3804 = make([]Node, yyrl3804) } } else { - yyv3785 = make([]Node, yyrl3785) + yyv3804 = make([]Node, yyrl3804) } - yyc3785 = true - yyrr3785 = len(yyv3785) - if yyrg3785 { - copy(yyv3785, yyv23785) + yyc3804 = true + yyrr3804 = len(yyv3804) + if yyrg3804 { + copy(yyv3804, yyv23804) } - } else if yyl3785 != len(yyv3785) { - yyv3785 = yyv3785[:yyl3785] - yyc3785 = true + } else if yyl3804 != len(yyv3804) { + yyv3804 = yyv3804[:yyl3804] + yyc3804 = true } - yyj3785 := 0 - for ; yyj3785 < yyrr3785; yyj3785++ { - yyh3785.ElemContainerState(yyj3785) + yyj3804 := 0 + for ; yyj3804 < yyrr3804; yyj3804++ { + yyh3804.ElemContainerState(yyj3804) if r.TryDecodeAsNil() { - yyv3785[yyj3785] = Node{} + yyv3804[yyj3804] = Node{} } else { - yyv3786 := &yyv3785[yyj3785] - yyv3786.CodecDecodeSelf(d) + yyv3805 := &yyv3804[yyj3804] + yyv3805.CodecDecodeSelf(d) } } - if yyrt3785 { - for ; yyj3785 < yyl3785; yyj3785++ { - yyv3785 = append(yyv3785, Node{}) - yyh3785.ElemContainerState(yyj3785) + if yyrt3804 { + for ; yyj3804 < yyl3804; yyj3804++ { + yyv3804 = append(yyv3804, Node{}) + yyh3804.ElemContainerState(yyj3804) if r.TryDecodeAsNil() { - yyv3785[yyj3785] = Node{} + yyv3804[yyj3804] = Node{} } else { - yyv3787 := &yyv3785[yyj3785] - yyv3787.CodecDecodeSelf(d) + yyv3806 := &yyv3804[yyj3804] + yyv3806.CodecDecodeSelf(d) } } } } else { - yyj3785 := 0 - for ; !r.CheckBreak(); yyj3785++ { + yyj3804 := 0 + for ; !r.CheckBreak(); yyj3804++ { - if yyj3785 >= len(yyv3785) { - yyv3785 = append(yyv3785, Node{}) // var yyz3785 Node - yyc3785 = true + if yyj3804 >= len(yyv3804) { + yyv3804 = append(yyv3804, Node{}) // var yyz3804 Node + yyc3804 = true } - yyh3785.ElemContainerState(yyj3785) - if yyj3785 < len(yyv3785) { + yyh3804.ElemContainerState(yyj3804) + if yyj3804 < len(yyv3804) { if r.TryDecodeAsNil() { - yyv3785[yyj3785] = Node{} + yyv3804[yyj3804] = Node{} } else { - yyv3788 := &yyv3785[yyj3785] - yyv3788.CodecDecodeSelf(d) + yyv3807 := &yyv3804[yyj3804] + yyv3807.CodecDecodeSelf(d) } } else { @@ -48133,17 +48406,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj3785 < len(yyv3785) { - yyv3785 = yyv3785[:yyj3785] - yyc3785 = true - } else if yyj3785 == 0 && yyv3785 == nil { - yyv3785 = []Node{} - yyc3785 = true + if yyj3804 < len(yyv3804) { + yyv3804 = yyv3804[:yyj3804] + yyc3804 = true + } else if yyj3804 == 0 && yyv3804 == nil { + yyv3804 = []Node{} + yyc3804 = true } } - yyh3785.End() - if yyc3785 { - *v = yyv3785 + yyh3804.End() + if yyc3804 { + *v = yyv3804 } } @@ -48152,9 +48425,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3789 := range v { + for _, yyv3808 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3789.CodecEncodeSelf(e) + yyv3808.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48164,360 +48437,12 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3790 := *v - yyh3790, yyl3790 := z.DecSliceHelperStart() - var yyc3790 bool - if yyl3790 == 0 { - if yyv3790 == nil { - yyv3790 = []FinalizerName{} - yyc3790 = true - } else if len(yyv3790) != 0 { - yyv3790 = yyv3790[:0] - yyc3790 = true - } - } else if yyl3790 > 0 { - var yyrr3790, yyrl3790 int - var yyrt3790 bool - if yyl3790 > cap(yyv3790) { - - yyrl3790, yyrt3790 = z.DecInferLen(yyl3790, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3790 { - if yyrl3790 <= cap(yyv3790) { - yyv3790 = yyv3790[:yyrl3790] - } else { - yyv3790 = make([]FinalizerName, yyrl3790) - } - } else { - yyv3790 = make([]FinalizerName, yyrl3790) - } - yyc3790 = true - yyrr3790 = len(yyv3790) - } else if yyl3790 != len(yyv3790) { - yyv3790 = yyv3790[:yyl3790] - yyc3790 = true - } - yyj3790 := 0 - for ; yyj3790 < yyrr3790; yyj3790++ { - yyh3790.ElemContainerState(yyj3790) - if r.TryDecodeAsNil() { - yyv3790[yyj3790] = "" - } else { - yyv3790[yyj3790] = FinalizerName(r.DecodeString()) - } - - } - if yyrt3790 { - for ; yyj3790 < yyl3790; yyj3790++ { - yyv3790 = append(yyv3790, "") - yyh3790.ElemContainerState(yyj3790) - if r.TryDecodeAsNil() { - yyv3790[yyj3790] = "" - } else { - yyv3790[yyj3790] = FinalizerName(r.DecodeString()) - } - - } - } - - } else { - yyj3790 := 0 - for ; !r.CheckBreak(); yyj3790++ { - - if yyj3790 >= len(yyv3790) { - yyv3790 = append(yyv3790, "") // var yyz3790 FinalizerName - yyc3790 = true - } - yyh3790.ElemContainerState(yyj3790) - if yyj3790 < len(yyv3790) { - if r.TryDecodeAsNil() { - yyv3790[yyj3790] = "" - } else { - yyv3790[yyj3790] = FinalizerName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj3790 < len(yyv3790) { - yyv3790 = yyv3790[:yyj3790] - yyc3790 = true - } else if yyj3790 == 0 && yyv3790 == nil { - yyv3790 = []FinalizerName{} - yyc3790 = true - } - } - yyh3790.End() - if yyc3790 { - *v = yyv3790 - } -} - -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 _, yyv3794 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3795 := &yyv3794 - yy3795.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 - - yyv3796 := *v - yyh3796, yyl3796 := z.DecSliceHelperStart() - var yyc3796 bool - if yyl3796 == 0 { - if yyv3796 == nil { - yyv3796 = []Namespace{} - yyc3796 = true - } else if len(yyv3796) != 0 { - yyv3796 = yyv3796[:0] - yyc3796 = true - } - } else if yyl3796 > 0 { - var yyrr3796, yyrl3796 int - var yyrt3796 bool - if yyl3796 > cap(yyv3796) { - - yyrg3796 := len(yyv3796) > 0 - yyv23796 := yyv3796 - yyrl3796, yyrt3796 = z.DecInferLen(yyl3796, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3796 { - if yyrl3796 <= cap(yyv3796) { - yyv3796 = yyv3796[:yyrl3796] - } else { - yyv3796 = make([]Namespace, yyrl3796) - } - } else { - yyv3796 = make([]Namespace, yyrl3796) - } - yyc3796 = true - yyrr3796 = len(yyv3796) - if yyrg3796 { - copy(yyv3796, yyv23796) - } - } else if yyl3796 != len(yyv3796) { - yyv3796 = yyv3796[:yyl3796] - yyc3796 = true - } - yyj3796 := 0 - for ; yyj3796 < yyrr3796; yyj3796++ { - yyh3796.ElemContainerState(yyj3796) - if r.TryDecodeAsNil() { - yyv3796[yyj3796] = Namespace{} - } else { - yyv3797 := &yyv3796[yyj3796] - yyv3797.CodecDecodeSelf(d) - } - - } - if yyrt3796 { - for ; yyj3796 < yyl3796; yyj3796++ { - yyv3796 = append(yyv3796, Namespace{}) - yyh3796.ElemContainerState(yyj3796) - if r.TryDecodeAsNil() { - yyv3796[yyj3796] = Namespace{} - } else { - yyv3798 := &yyv3796[yyj3796] - yyv3798.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3796 := 0 - for ; !r.CheckBreak(); yyj3796++ { - - if yyj3796 >= len(yyv3796) { - yyv3796 = append(yyv3796, Namespace{}) // var yyz3796 Namespace - yyc3796 = true - } - yyh3796.ElemContainerState(yyj3796) - if yyj3796 < len(yyv3796) { - if r.TryDecodeAsNil() { - yyv3796[yyj3796] = Namespace{} - } else { - yyv3799 := &yyv3796[yyj3796] - yyv3799.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3796 < len(yyv3796) { - yyv3796 = yyv3796[:yyj3796] - yyc3796 = true - } else if yyj3796 == 0 && yyv3796 == nil { - yyv3796 = []Namespace{} - yyc3796 = true - } - } - yyh3796.End() - if yyc3796 { - *v = yyv3796 - } -} - -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 _, yyv3800 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3801 := &yyv3800 - yy3801.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 - - yyv3802 := *v - yyh3802, yyl3802 := z.DecSliceHelperStart() - var yyc3802 bool - if yyl3802 == 0 { - if yyv3802 == nil { - yyv3802 = []Event{} - yyc3802 = true - } else if len(yyv3802) != 0 { - yyv3802 = yyv3802[:0] - yyc3802 = true - } - } else if yyl3802 > 0 { - var yyrr3802, yyrl3802 int - var yyrt3802 bool - if yyl3802 > cap(yyv3802) { - - yyrg3802 := len(yyv3802) > 0 - yyv23802 := yyv3802 - yyrl3802, yyrt3802 = z.DecInferLen(yyl3802, z.DecBasicHandle().MaxInitLen, 440) - if yyrt3802 { - if yyrl3802 <= cap(yyv3802) { - yyv3802 = yyv3802[:yyrl3802] - } else { - yyv3802 = make([]Event, yyrl3802) - } - } else { - yyv3802 = make([]Event, yyrl3802) - } - yyc3802 = true - yyrr3802 = len(yyv3802) - if yyrg3802 { - copy(yyv3802, yyv23802) - } - } else if yyl3802 != len(yyv3802) { - yyv3802 = yyv3802[:yyl3802] - yyc3802 = true - } - yyj3802 := 0 - for ; yyj3802 < yyrr3802; yyj3802++ { - yyh3802.ElemContainerState(yyj3802) - if r.TryDecodeAsNil() { - yyv3802[yyj3802] = Event{} - } else { - yyv3803 := &yyv3802[yyj3802] - yyv3803.CodecDecodeSelf(d) - } - - } - if yyrt3802 { - for ; yyj3802 < yyl3802; yyj3802++ { - yyv3802 = append(yyv3802, Event{}) - yyh3802.ElemContainerState(yyj3802) - if r.TryDecodeAsNil() { - yyv3802[yyj3802] = Event{} - } else { - yyv3804 := &yyv3802[yyj3802] - yyv3804.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3802 := 0 - for ; !r.CheckBreak(); yyj3802++ { - - if yyj3802 >= len(yyv3802) { - yyv3802 = append(yyv3802, Event{}) // var yyz3802 Event - yyc3802 = true - } - yyh3802.ElemContainerState(yyj3802) - if yyj3802 < len(yyv3802) { - if r.TryDecodeAsNil() { - yyv3802[yyj3802] = Event{} - } else { - yyv3805 := &yyv3802[yyj3802] - yyv3805.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3802 < len(yyv3802) { - yyv3802 = yyv3802[:yyj3802] - yyc3802 = true - } else if yyj3802 == 0 && yyv3802 == nil { - yyv3802 = []Event{} - yyc3802 = true - } - } - yyh3802.End() - if yyc3802 { - *v = yyv3802 - } -} - -func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg6_runtime.RawExtension, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv3806 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3807 := &yyv3806 - yym3808 := z.EncBinary() - _ = yym3808 - if false { - } else if z.HasExtensions() && z.EncExt(yy3807) { - } else if !yym3808 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3807) - } else { - z.EncFallback(yy3807) - } - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExtension, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv3809 := *v yyh3809, yyl3809 := z.DecSliceHelperStart() var yyc3809 bool if yyl3809 == 0 { if yyv3809 == nil { - yyv3809 = []pkg6_runtime.RawExtension{} + yyv3809 = []FinalizerName{} yyc3809 = true } else if len(yyv3809) != 0 { yyv3809 = yyv3809[:0] @@ -48528,23 +48453,18 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten var yyrt3809 bool if yyl3809 > cap(yyv3809) { - yyrg3809 := len(yyv3809) > 0 - yyv23809 := yyv3809 - yyrl3809, yyrt3809 = z.DecInferLen(yyl3809, z.DecBasicHandle().MaxInitLen, 24) + yyrl3809, yyrt3809 = z.DecInferLen(yyl3809, z.DecBasicHandle().MaxInitLen, 16) if yyrt3809 { if yyrl3809 <= cap(yyv3809) { yyv3809 = yyv3809[:yyrl3809] } else { - yyv3809 = make([]pkg6_runtime.RawExtension, yyrl3809) + yyv3809 = make([]FinalizerName, yyrl3809) } } else { - yyv3809 = make([]pkg6_runtime.RawExtension, yyrl3809) + yyv3809 = make([]FinalizerName, yyrl3809) } yyc3809 = true yyrr3809 = len(yyv3809) - if yyrg3809 { - copy(yyv3809, yyv23809) - } } else if yyl3809 != len(yyv3809) { yyv3809 = yyv3809[:yyl3809] yyc3809 = true @@ -48553,38 +48473,20 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten for ; yyj3809 < yyrr3809; yyj3809++ { yyh3809.ElemContainerState(yyj3809) if r.TryDecodeAsNil() { - yyv3809[yyj3809] = pkg6_runtime.RawExtension{} + yyv3809[yyj3809] = "" } else { - yyv3810 := &yyv3809[yyj3809] - yym3811 := z.DecBinary() - _ = yym3811 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3810) { - } else if !yym3811 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3810) - } else { - z.DecFallback(yyv3810, false) - } + yyv3809[yyj3809] = FinalizerName(r.DecodeString()) } } if yyrt3809 { for ; yyj3809 < yyl3809; yyj3809++ { - yyv3809 = append(yyv3809, pkg6_runtime.RawExtension{}) + yyv3809 = append(yyv3809, "") yyh3809.ElemContainerState(yyj3809) if r.TryDecodeAsNil() { - yyv3809[yyj3809] = pkg6_runtime.RawExtension{} + yyv3809[yyj3809] = "" } else { - yyv3812 := &yyv3809[yyj3809] - yym3813 := z.DecBinary() - _ = yym3813 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3812) { - } else if !yym3813 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3812) - } else { - z.DecFallback(yyv3812, false) - } + yyv3809[yyj3809] = FinalizerName(r.DecodeString()) } } @@ -48595,24 +48497,15 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten for ; !r.CheckBreak(); yyj3809++ { if yyj3809 >= len(yyv3809) { - yyv3809 = append(yyv3809, pkg6_runtime.RawExtension{}) // var yyz3809 pkg6_runtime.RawExtension + yyv3809 = append(yyv3809, "") // var yyz3809 FinalizerName yyc3809 = true } yyh3809.ElemContainerState(yyj3809) if yyj3809 < len(yyv3809) { if r.TryDecodeAsNil() { - yyv3809[yyj3809] = pkg6_runtime.RawExtension{} + yyv3809[yyj3809] = "" } else { - yyv3814 := &yyv3809[yyj3809] - yym3815 := z.DecBinary() - _ = yym3815 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3814) { - } else if !yym3815 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3814) - } else { - z.DecFallback(yyv3814, false) - } + yyv3809[yyj3809] = FinalizerName(r.DecodeString()) } } else { @@ -48624,7 +48517,7 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten yyv3809 = yyv3809[:yyj3809] yyc3809 = true } else if yyj3809 == 0 && yyv3809 == nil { - yyv3809 = []pkg6_runtime.RawExtension{} + yyv3809 = []FinalizerName{} yyc3809 = true } } @@ -48634,15 +48527,395 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten } } +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 _, yyv3813 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3814 := &yyv3813 + yy3814.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 + + yyv3815 := *v + yyh3815, yyl3815 := z.DecSliceHelperStart() + var yyc3815 bool + if yyl3815 == 0 { + if yyv3815 == nil { + yyv3815 = []Namespace{} + yyc3815 = true + } else if len(yyv3815) != 0 { + yyv3815 = yyv3815[:0] + yyc3815 = true + } + } else if yyl3815 > 0 { + var yyrr3815, yyrl3815 int + var yyrt3815 bool + if yyl3815 > cap(yyv3815) { + + yyrg3815 := len(yyv3815) > 0 + yyv23815 := yyv3815 + yyrl3815, yyrt3815 = z.DecInferLen(yyl3815, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3815 { + if yyrl3815 <= cap(yyv3815) { + yyv3815 = yyv3815[:yyrl3815] + } else { + yyv3815 = make([]Namespace, yyrl3815) + } + } else { + yyv3815 = make([]Namespace, yyrl3815) + } + yyc3815 = true + yyrr3815 = len(yyv3815) + if yyrg3815 { + copy(yyv3815, yyv23815) + } + } else if yyl3815 != len(yyv3815) { + yyv3815 = yyv3815[:yyl3815] + yyc3815 = true + } + yyj3815 := 0 + for ; yyj3815 < yyrr3815; yyj3815++ { + yyh3815.ElemContainerState(yyj3815) + if r.TryDecodeAsNil() { + yyv3815[yyj3815] = Namespace{} + } else { + yyv3816 := &yyv3815[yyj3815] + yyv3816.CodecDecodeSelf(d) + } + + } + if yyrt3815 { + for ; yyj3815 < yyl3815; yyj3815++ { + yyv3815 = append(yyv3815, Namespace{}) + yyh3815.ElemContainerState(yyj3815) + if r.TryDecodeAsNil() { + yyv3815[yyj3815] = Namespace{} + } else { + yyv3817 := &yyv3815[yyj3815] + yyv3817.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj3815 := 0 + for ; !r.CheckBreak(); yyj3815++ { + + if yyj3815 >= len(yyv3815) { + yyv3815 = append(yyv3815, Namespace{}) // var yyz3815 Namespace + yyc3815 = true + } + yyh3815.ElemContainerState(yyj3815) + if yyj3815 < len(yyv3815) { + if r.TryDecodeAsNil() { + yyv3815[yyj3815] = Namespace{} + } else { + yyv3818 := &yyv3815[yyj3815] + yyv3818.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj3815 < len(yyv3815) { + yyv3815 = yyv3815[:yyj3815] + yyc3815 = true + } else if yyj3815 == 0 && yyv3815 == nil { + yyv3815 = []Namespace{} + yyc3815 = true + } + } + yyh3815.End() + if yyc3815 { + *v = yyv3815 + } +} + +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 _, yyv3819 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3820 := &yyv3819 + yy3820.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 + + yyv3821 := *v + yyh3821, yyl3821 := z.DecSliceHelperStart() + var yyc3821 bool + if yyl3821 == 0 { + if yyv3821 == nil { + yyv3821 = []Event{} + yyc3821 = true + } else if len(yyv3821) != 0 { + yyv3821 = yyv3821[:0] + yyc3821 = true + } + } else if yyl3821 > 0 { + var yyrr3821, yyrl3821 int + var yyrt3821 bool + if yyl3821 > cap(yyv3821) { + + yyrg3821 := len(yyv3821) > 0 + yyv23821 := yyv3821 + yyrl3821, yyrt3821 = z.DecInferLen(yyl3821, z.DecBasicHandle().MaxInitLen, 440) + if yyrt3821 { + if yyrl3821 <= cap(yyv3821) { + yyv3821 = yyv3821[:yyrl3821] + } else { + yyv3821 = make([]Event, yyrl3821) + } + } else { + yyv3821 = make([]Event, yyrl3821) + } + yyc3821 = true + yyrr3821 = len(yyv3821) + if yyrg3821 { + copy(yyv3821, yyv23821) + } + } else if yyl3821 != len(yyv3821) { + yyv3821 = yyv3821[:yyl3821] + yyc3821 = true + } + yyj3821 := 0 + for ; yyj3821 < yyrr3821; yyj3821++ { + yyh3821.ElemContainerState(yyj3821) + if r.TryDecodeAsNil() { + yyv3821[yyj3821] = Event{} + } else { + yyv3822 := &yyv3821[yyj3821] + yyv3822.CodecDecodeSelf(d) + } + + } + if yyrt3821 { + for ; yyj3821 < yyl3821; yyj3821++ { + yyv3821 = append(yyv3821, Event{}) + yyh3821.ElemContainerState(yyj3821) + if r.TryDecodeAsNil() { + yyv3821[yyj3821] = Event{} + } else { + yyv3823 := &yyv3821[yyj3821] + yyv3823.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj3821 := 0 + for ; !r.CheckBreak(); yyj3821++ { + + if yyj3821 >= len(yyv3821) { + yyv3821 = append(yyv3821, Event{}) // var yyz3821 Event + yyc3821 = true + } + yyh3821.ElemContainerState(yyj3821) + if yyj3821 < len(yyv3821) { + if r.TryDecodeAsNil() { + yyv3821[yyj3821] = Event{} + } else { + yyv3824 := &yyv3821[yyj3821] + yyv3824.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj3821 < len(yyv3821) { + yyv3821 = yyv3821[:yyj3821] + yyc3821 = true + } else if yyj3821 == 0 && yyv3821 == nil { + yyv3821 = []Event{} + yyc3821 = true + } + } + yyh3821.End() + if yyc3821 { + *v = yyv3821 + } +} + +func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg6_runtime.RawExtension, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv3825 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3826 := &yyv3825 + yym3827 := z.EncBinary() + _ = yym3827 + if false { + } else if z.HasExtensions() && z.EncExt(yy3826) { + } else if !yym3827 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3826) + } else { + z.EncFallback(yy3826) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExtension, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv3828 := *v + yyh3828, yyl3828 := z.DecSliceHelperStart() + var yyc3828 bool + if yyl3828 == 0 { + if yyv3828 == nil { + yyv3828 = []pkg6_runtime.RawExtension{} + yyc3828 = true + } else if len(yyv3828) != 0 { + yyv3828 = yyv3828[:0] + yyc3828 = true + } + } else if yyl3828 > 0 { + var yyrr3828, yyrl3828 int + var yyrt3828 bool + if yyl3828 > cap(yyv3828) { + + yyrg3828 := len(yyv3828) > 0 + yyv23828 := yyv3828 + yyrl3828, yyrt3828 = z.DecInferLen(yyl3828, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3828 { + if yyrl3828 <= cap(yyv3828) { + yyv3828 = yyv3828[:yyrl3828] + } else { + yyv3828 = make([]pkg6_runtime.RawExtension, yyrl3828) + } + } else { + yyv3828 = make([]pkg6_runtime.RawExtension, yyrl3828) + } + yyc3828 = true + yyrr3828 = len(yyv3828) + if yyrg3828 { + copy(yyv3828, yyv23828) + } + } else if yyl3828 != len(yyv3828) { + yyv3828 = yyv3828[:yyl3828] + yyc3828 = true + } + yyj3828 := 0 + for ; yyj3828 < yyrr3828; yyj3828++ { + yyh3828.ElemContainerState(yyj3828) + if r.TryDecodeAsNil() { + yyv3828[yyj3828] = pkg6_runtime.RawExtension{} + } else { + yyv3829 := &yyv3828[yyj3828] + yym3830 := z.DecBinary() + _ = yym3830 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3829) { + } else if !yym3830 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3829) + } else { + z.DecFallback(yyv3829, false) + } + } + + } + if yyrt3828 { + for ; yyj3828 < yyl3828; yyj3828++ { + yyv3828 = append(yyv3828, pkg6_runtime.RawExtension{}) + yyh3828.ElemContainerState(yyj3828) + if r.TryDecodeAsNil() { + yyv3828[yyj3828] = pkg6_runtime.RawExtension{} + } else { + yyv3831 := &yyv3828[yyj3828] + yym3832 := z.DecBinary() + _ = yym3832 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3831) { + } else if !yym3832 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3831) + } else { + z.DecFallback(yyv3831, false) + } + } + + } + } + + } else { + yyj3828 := 0 + for ; !r.CheckBreak(); yyj3828++ { + + if yyj3828 >= len(yyv3828) { + yyv3828 = append(yyv3828, pkg6_runtime.RawExtension{}) // var yyz3828 pkg6_runtime.RawExtension + yyc3828 = true + } + yyh3828.ElemContainerState(yyj3828) + if yyj3828 < len(yyv3828) { + if r.TryDecodeAsNil() { + yyv3828[yyj3828] = pkg6_runtime.RawExtension{} + } else { + yyv3833 := &yyv3828[yyj3828] + yym3834 := z.DecBinary() + _ = yym3834 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3833) { + } else if !yym3834 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3833) + } else { + z.DecFallback(yyv3833, false) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj3828 < len(yyv3828) { + yyv3828 = yyv3828[:yyj3828] + yyc3828 = true + } else if yyj3828 == 0 && yyv3828 == nil { + yyv3828 = []pkg6_runtime.RawExtension{} + yyc3828 = true + } + } + yyh3828.End() + if yyc3828 { + *v = yyv3828 + } +} + 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 _, yyv3816 := range v { + for _, yyv3835 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3817 := &yyv3816 - yy3817.CodecEncodeSelf(e) + yy3836 := &yyv3835 + yy3836.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48652,83 +48925,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3818 := *v - yyh3818, yyl3818 := z.DecSliceHelperStart() - var yyc3818 bool - if yyl3818 == 0 { - if yyv3818 == nil { - yyv3818 = []LimitRangeItem{} - yyc3818 = true - } else if len(yyv3818) != 0 { - yyv3818 = yyv3818[:0] - yyc3818 = true + yyv3837 := *v + yyh3837, yyl3837 := z.DecSliceHelperStart() + var yyc3837 bool + if yyl3837 == 0 { + if yyv3837 == nil { + yyv3837 = []LimitRangeItem{} + yyc3837 = true + } else if len(yyv3837) != 0 { + yyv3837 = yyv3837[:0] + yyc3837 = true } - } else if yyl3818 > 0 { - var yyrr3818, yyrl3818 int - var yyrt3818 bool - if yyl3818 > cap(yyv3818) { + } else if yyl3837 > 0 { + var yyrr3837, yyrl3837 int + var yyrt3837 bool + if yyl3837 > cap(yyv3837) { - yyrg3818 := len(yyv3818) > 0 - yyv23818 := yyv3818 - yyrl3818, yyrt3818 = z.DecInferLen(yyl3818, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3818 { - if yyrl3818 <= cap(yyv3818) { - yyv3818 = yyv3818[:yyrl3818] + yyrg3837 := len(yyv3837) > 0 + yyv23837 := yyv3837 + yyrl3837, yyrt3837 = z.DecInferLen(yyl3837, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3837 { + if yyrl3837 <= cap(yyv3837) { + yyv3837 = yyv3837[:yyrl3837] } else { - yyv3818 = make([]LimitRangeItem, yyrl3818) + yyv3837 = make([]LimitRangeItem, yyrl3837) } } else { - yyv3818 = make([]LimitRangeItem, yyrl3818) + yyv3837 = make([]LimitRangeItem, yyrl3837) } - yyc3818 = true - yyrr3818 = len(yyv3818) - if yyrg3818 { - copy(yyv3818, yyv23818) + yyc3837 = true + yyrr3837 = len(yyv3837) + if yyrg3837 { + copy(yyv3837, yyv23837) } - } else if yyl3818 != len(yyv3818) { - yyv3818 = yyv3818[:yyl3818] - yyc3818 = true + } else if yyl3837 != len(yyv3837) { + yyv3837 = yyv3837[:yyl3837] + yyc3837 = true } - yyj3818 := 0 - for ; yyj3818 < yyrr3818; yyj3818++ { - yyh3818.ElemContainerState(yyj3818) + yyj3837 := 0 + for ; yyj3837 < yyrr3837; yyj3837++ { + yyh3837.ElemContainerState(yyj3837) if r.TryDecodeAsNil() { - yyv3818[yyj3818] = LimitRangeItem{} + yyv3837[yyj3837] = LimitRangeItem{} } else { - yyv3819 := &yyv3818[yyj3818] - yyv3819.CodecDecodeSelf(d) + yyv3838 := &yyv3837[yyj3837] + yyv3838.CodecDecodeSelf(d) } } - if yyrt3818 { - for ; yyj3818 < yyl3818; yyj3818++ { - yyv3818 = append(yyv3818, LimitRangeItem{}) - yyh3818.ElemContainerState(yyj3818) + if yyrt3837 { + for ; yyj3837 < yyl3837; yyj3837++ { + yyv3837 = append(yyv3837, LimitRangeItem{}) + yyh3837.ElemContainerState(yyj3837) if r.TryDecodeAsNil() { - yyv3818[yyj3818] = LimitRangeItem{} + yyv3837[yyj3837] = LimitRangeItem{} } else { - yyv3820 := &yyv3818[yyj3818] - yyv3820.CodecDecodeSelf(d) + yyv3839 := &yyv3837[yyj3837] + yyv3839.CodecDecodeSelf(d) } } } } else { - yyj3818 := 0 - for ; !r.CheckBreak(); yyj3818++ { + yyj3837 := 0 + for ; !r.CheckBreak(); yyj3837++ { - if yyj3818 >= len(yyv3818) { - yyv3818 = append(yyv3818, LimitRangeItem{}) // var yyz3818 LimitRangeItem - yyc3818 = true + if yyj3837 >= len(yyv3837) { + yyv3837 = append(yyv3837, LimitRangeItem{}) // var yyz3837 LimitRangeItem + yyc3837 = true } - yyh3818.ElemContainerState(yyj3818) - if yyj3818 < len(yyv3818) { + yyh3837.ElemContainerState(yyj3837) + if yyj3837 < len(yyv3837) { if r.TryDecodeAsNil() { - yyv3818[yyj3818] = LimitRangeItem{} + yyv3837[yyj3837] = LimitRangeItem{} } else { - yyv3821 := &yyv3818[yyj3818] - yyv3821.CodecDecodeSelf(d) + yyv3840 := &yyv3837[yyj3837] + yyv3840.CodecDecodeSelf(d) } } else { @@ -48736,17 +49009,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj3818 < len(yyv3818) { - yyv3818 = yyv3818[:yyj3818] - yyc3818 = true - } else if yyj3818 == 0 && yyv3818 == nil { - yyv3818 = []LimitRangeItem{} - yyc3818 = true + if yyj3837 < len(yyv3837) { + yyv3837 = yyv3837[:yyj3837] + yyc3837 = true + } else if yyj3837 == 0 && yyv3837 == nil { + yyv3837 = []LimitRangeItem{} + yyc3837 = true } } - yyh3818.End() - if yyc3818 { - *v = yyv3818 + yyh3837.End() + if yyc3837 { + *v = yyv3837 } } @@ -48755,10 +49028,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3822 := range v { + for _, yyv3841 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3823 := &yyv3822 - yy3823.CodecEncodeSelf(e) + yy3842 := &yyv3841 + yy3842.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48768,83 +49041,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3824 := *v - yyh3824, yyl3824 := z.DecSliceHelperStart() - var yyc3824 bool - if yyl3824 == 0 { - if yyv3824 == nil { - yyv3824 = []LimitRange{} - yyc3824 = true - } else if len(yyv3824) != 0 { - yyv3824 = yyv3824[:0] - yyc3824 = true + yyv3843 := *v + yyh3843, yyl3843 := z.DecSliceHelperStart() + var yyc3843 bool + if yyl3843 == 0 { + if yyv3843 == nil { + yyv3843 = []LimitRange{} + yyc3843 = true + } else if len(yyv3843) != 0 { + yyv3843 = yyv3843[:0] + yyc3843 = true } - } else if yyl3824 > 0 { - var yyrr3824, yyrl3824 int - var yyrt3824 bool - if yyl3824 > cap(yyv3824) { + } else if yyl3843 > 0 { + var yyrr3843, yyrl3843 int + var yyrt3843 bool + if yyl3843 > cap(yyv3843) { - yyrg3824 := len(yyv3824) > 0 - yyv23824 := yyv3824 - yyrl3824, yyrt3824 = z.DecInferLen(yyl3824, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3824 { - if yyrl3824 <= cap(yyv3824) { - yyv3824 = yyv3824[:yyrl3824] + yyrg3843 := len(yyv3843) > 0 + yyv23843 := yyv3843 + yyrl3843, yyrt3843 = z.DecInferLen(yyl3843, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3843 { + if yyrl3843 <= cap(yyv3843) { + yyv3843 = yyv3843[:yyrl3843] } else { - yyv3824 = make([]LimitRange, yyrl3824) + yyv3843 = make([]LimitRange, yyrl3843) } } else { - yyv3824 = make([]LimitRange, yyrl3824) + yyv3843 = make([]LimitRange, yyrl3843) } - yyc3824 = true - yyrr3824 = len(yyv3824) - if yyrg3824 { - copy(yyv3824, yyv23824) + yyc3843 = true + yyrr3843 = len(yyv3843) + if yyrg3843 { + copy(yyv3843, yyv23843) } - } else if yyl3824 != len(yyv3824) { - yyv3824 = yyv3824[:yyl3824] - yyc3824 = true + } else if yyl3843 != len(yyv3843) { + yyv3843 = yyv3843[:yyl3843] + yyc3843 = true } - yyj3824 := 0 - for ; yyj3824 < yyrr3824; yyj3824++ { - yyh3824.ElemContainerState(yyj3824) + yyj3843 := 0 + for ; yyj3843 < yyrr3843; yyj3843++ { + yyh3843.ElemContainerState(yyj3843) if r.TryDecodeAsNil() { - yyv3824[yyj3824] = LimitRange{} + yyv3843[yyj3843] = LimitRange{} } else { - yyv3825 := &yyv3824[yyj3824] - yyv3825.CodecDecodeSelf(d) + yyv3844 := &yyv3843[yyj3843] + yyv3844.CodecDecodeSelf(d) } } - if yyrt3824 { - for ; yyj3824 < yyl3824; yyj3824++ { - yyv3824 = append(yyv3824, LimitRange{}) - yyh3824.ElemContainerState(yyj3824) + if yyrt3843 { + for ; yyj3843 < yyl3843; yyj3843++ { + yyv3843 = append(yyv3843, LimitRange{}) + yyh3843.ElemContainerState(yyj3843) if r.TryDecodeAsNil() { - yyv3824[yyj3824] = LimitRange{} + yyv3843[yyj3843] = LimitRange{} } else { - yyv3826 := &yyv3824[yyj3824] - yyv3826.CodecDecodeSelf(d) + yyv3845 := &yyv3843[yyj3843] + yyv3845.CodecDecodeSelf(d) } } } } else { - yyj3824 := 0 - for ; !r.CheckBreak(); yyj3824++ { + yyj3843 := 0 + for ; !r.CheckBreak(); yyj3843++ { - if yyj3824 >= len(yyv3824) { - yyv3824 = append(yyv3824, LimitRange{}) // var yyz3824 LimitRange - yyc3824 = true + if yyj3843 >= len(yyv3843) { + yyv3843 = append(yyv3843, LimitRange{}) // var yyz3843 LimitRange + yyc3843 = true } - yyh3824.ElemContainerState(yyj3824) - if yyj3824 < len(yyv3824) { + yyh3843.ElemContainerState(yyj3843) + if yyj3843 < len(yyv3843) { if r.TryDecodeAsNil() { - yyv3824[yyj3824] = LimitRange{} + yyv3843[yyj3843] = LimitRange{} } else { - yyv3827 := &yyv3824[yyj3824] - yyv3827.CodecDecodeSelf(d) + yyv3846 := &yyv3843[yyj3843] + yyv3846.CodecDecodeSelf(d) } } else { @@ -48852,17 +49125,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj3824 < len(yyv3824) { - yyv3824 = yyv3824[:yyj3824] - yyc3824 = true - } else if yyj3824 == 0 && yyv3824 == nil { - yyv3824 = []LimitRange{} - yyc3824 = true + if yyj3843 < len(yyv3843) { + yyv3843 = yyv3843[:yyj3843] + yyc3843 = true + } else if yyj3843 == 0 && yyv3843 == nil { + yyv3843 = []LimitRange{} + yyc3843 = true } } - yyh3824.End() - if yyc3824 { - *v = yyv3824 + yyh3843.End() + if yyc3843 { + *v = yyv3843 } } @@ -48871,10 +49144,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3828 := range v { + for _, yyv3847 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3829 := &yyv3828 - yy3829.CodecEncodeSelf(e) + yy3848 := &yyv3847 + yy3848.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48884,83 +49157,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3830 := *v - yyh3830, yyl3830 := z.DecSliceHelperStart() - var yyc3830 bool - if yyl3830 == 0 { - if yyv3830 == nil { - yyv3830 = []ResourceQuota{} - yyc3830 = true - } else if len(yyv3830) != 0 { - yyv3830 = yyv3830[:0] - yyc3830 = true + yyv3849 := *v + yyh3849, yyl3849 := z.DecSliceHelperStart() + var yyc3849 bool + if yyl3849 == 0 { + if yyv3849 == nil { + yyv3849 = []ResourceQuota{} + yyc3849 = true + } else if len(yyv3849) != 0 { + yyv3849 = yyv3849[:0] + yyc3849 = true } - } else if yyl3830 > 0 { - var yyrr3830, yyrl3830 int - var yyrt3830 bool - if yyl3830 > cap(yyv3830) { + } else if yyl3849 > 0 { + var yyrr3849, yyrl3849 int + var yyrt3849 bool + if yyl3849 > cap(yyv3849) { - yyrg3830 := len(yyv3830) > 0 - yyv23830 := yyv3830 - yyrl3830, yyrt3830 = z.DecInferLen(yyl3830, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3830 { - if yyrl3830 <= cap(yyv3830) { - yyv3830 = yyv3830[:yyrl3830] + yyrg3849 := len(yyv3849) > 0 + yyv23849 := yyv3849 + yyrl3849, yyrt3849 = z.DecInferLen(yyl3849, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3849 { + if yyrl3849 <= cap(yyv3849) { + yyv3849 = yyv3849[:yyrl3849] } else { - yyv3830 = make([]ResourceQuota, yyrl3830) + yyv3849 = make([]ResourceQuota, yyrl3849) } } else { - yyv3830 = make([]ResourceQuota, yyrl3830) + yyv3849 = make([]ResourceQuota, yyrl3849) } - yyc3830 = true - yyrr3830 = len(yyv3830) - if yyrg3830 { - copy(yyv3830, yyv23830) + yyc3849 = true + yyrr3849 = len(yyv3849) + if yyrg3849 { + copy(yyv3849, yyv23849) } - } else if yyl3830 != len(yyv3830) { - yyv3830 = yyv3830[:yyl3830] - yyc3830 = true + } else if yyl3849 != len(yyv3849) { + yyv3849 = yyv3849[:yyl3849] + yyc3849 = true } - yyj3830 := 0 - for ; yyj3830 < yyrr3830; yyj3830++ { - yyh3830.ElemContainerState(yyj3830) + yyj3849 := 0 + for ; yyj3849 < yyrr3849; yyj3849++ { + yyh3849.ElemContainerState(yyj3849) if r.TryDecodeAsNil() { - yyv3830[yyj3830] = ResourceQuota{} + yyv3849[yyj3849] = ResourceQuota{} } else { - yyv3831 := &yyv3830[yyj3830] - yyv3831.CodecDecodeSelf(d) + yyv3850 := &yyv3849[yyj3849] + yyv3850.CodecDecodeSelf(d) } } - if yyrt3830 { - for ; yyj3830 < yyl3830; yyj3830++ { - yyv3830 = append(yyv3830, ResourceQuota{}) - yyh3830.ElemContainerState(yyj3830) + if yyrt3849 { + for ; yyj3849 < yyl3849; yyj3849++ { + yyv3849 = append(yyv3849, ResourceQuota{}) + yyh3849.ElemContainerState(yyj3849) if r.TryDecodeAsNil() { - yyv3830[yyj3830] = ResourceQuota{} + yyv3849[yyj3849] = ResourceQuota{} } else { - yyv3832 := &yyv3830[yyj3830] - yyv3832.CodecDecodeSelf(d) + yyv3851 := &yyv3849[yyj3849] + yyv3851.CodecDecodeSelf(d) } } } } else { - yyj3830 := 0 - for ; !r.CheckBreak(); yyj3830++ { + yyj3849 := 0 + for ; !r.CheckBreak(); yyj3849++ { - if yyj3830 >= len(yyv3830) { - yyv3830 = append(yyv3830, ResourceQuota{}) // var yyz3830 ResourceQuota - yyc3830 = true + if yyj3849 >= len(yyv3849) { + yyv3849 = append(yyv3849, ResourceQuota{}) // var yyz3849 ResourceQuota + yyc3849 = true } - yyh3830.ElemContainerState(yyj3830) - if yyj3830 < len(yyv3830) { + yyh3849.ElemContainerState(yyj3849) + if yyj3849 < len(yyv3849) { if r.TryDecodeAsNil() { - yyv3830[yyj3830] = ResourceQuota{} + yyv3849[yyj3849] = ResourceQuota{} } else { - yyv3833 := &yyv3830[yyj3830] - yyv3833.CodecDecodeSelf(d) + yyv3852 := &yyv3849[yyj3849] + yyv3852.CodecDecodeSelf(d) } } else { @@ -48968,17 +49241,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj3830 < len(yyv3830) { - yyv3830 = yyv3830[:yyj3830] - yyc3830 = true - } else if yyj3830 == 0 && yyv3830 == nil { - yyv3830 = []ResourceQuota{} - yyc3830 = true + if yyj3849 < len(yyv3849) { + yyv3849 = yyv3849[:yyj3849] + yyc3849 = true + } else if yyj3849 == 0 && yyv3849 == nil { + yyv3849 = []ResourceQuota{} + yyc3849 = true } } - yyh3830.End() - if yyc3830 { - *v = yyv3830 + yyh3849.End() + if yyc3849 { + *v = yyv3849 } } @@ -48987,23 +49260,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3834, yyv3834 := range v { + for yyk3853, yyv3853 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym3835 := z.EncBinary() - _ = yym3835 + yym3854 := z.EncBinary() + _ = yym3854 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk3834)) + r.EncodeString(codecSelferC_UTF81234, string(yyk3853)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv3834 == nil { + if yyv3853 == nil { r.EncodeNil() } else { - yym3836 := z.EncBinary() - _ = yym3836 + yym3855 := z.EncBinary() + _ = yym3855 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3834)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3853)) } } } @@ -49015,80 +49288,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3837 := *v - yyl3837 := r.ReadMapStart() - yybh3837 := z.DecBasicHandle() - if yyv3837 == nil { - yyrl3837, _ := z.DecInferLen(yyl3837, yybh3837.MaxInitLen, 40) - yyv3837 = make(map[string][]uint8, yyrl3837) - *v = yyv3837 + yyv3856 := *v + yyl3856 := r.ReadMapStart() + yybh3856 := z.DecBasicHandle() + if yyv3856 == nil { + yyrl3856, _ := z.DecInferLen(yyl3856, yybh3856.MaxInitLen, 40) + yyv3856 = make(map[string][]uint8, yyrl3856) + *v = yyv3856 } - var yymk3837 string - var yymv3837 []uint8 - var yymg3837 bool - if yybh3837.MapValueReset { - yymg3837 = true + var yymk3856 string + var yymv3856 []uint8 + var yymg3856 bool + if yybh3856.MapValueReset { + yymg3856 = true } - if yyl3837 > 0 { - for yyj3837 := 0; yyj3837 < yyl3837; yyj3837++ { + if yyl3856 > 0 { + for yyj3856 := 0; yyj3856 < yyl3856; yyj3856++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3837 = "" + yymk3856 = "" } else { - yymk3837 = string(r.DecodeString()) + yymk3856 = string(r.DecodeString()) } - if yymg3837 { - yymv3837 = yyv3837[yymk3837] + if yymg3856 { + yymv3856 = yyv3856[yymk3856] } else { - yymv3837 = nil + yymv3856 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3837 = nil + yymv3856 = nil } else { - yyv3839 := &yymv3837 - yym3840 := z.DecBinary() - _ = yym3840 + yyv3858 := &yymv3856 + yym3859 := z.DecBinary() + _ = yym3859 if false { } else { - *yyv3839 = r.DecodeBytes(*(*[]byte)(yyv3839), false, false) + *yyv3858 = r.DecodeBytes(*(*[]byte)(yyv3858), false, false) } } - if yyv3837 != nil { - yyv3837[yymk3837] = yymv3837 + if yyv3856 != nil { + yyv3856[yymk3856] = yymv3856 } } - } else if yyl3837 < 0 { - for yyj3837 := 0; !r.CheckBreak(); yyj3837++ { + } else if yyl3856 < 0 { + for yyj3856 := 0; !r.CheckBreak(); yyj3856++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3837 = "" + yymk3856 = "" } else { - yymk3837 = string(r.DecodeString()) + yymk3856 = string(r.DecodeString()) } - if yymg3837 { - yymv3837 = yyv3837[yymk3837] + if yymg3856 { + yymv3856 = yyv3856[yymk3856] } else { - yymv3837 = nil + yymv3856 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3837 = nil + yymv3856 = nil } else { - yyv3842 := &yymv3837 - yym3843 := z.DecBinary() - _ = yym3843 + yyv3861 := &yymv3856 + yym3862 := z.DecBinary() + _ = yym3862 if false { } else { - *yyv3842 = r.DecodeBytes(*(*[]byte)(yyv3842), false, false) + *yyv3861 = r.DecodeBytes(*(*[]byte)(yyv3861), false, false) } } - if yyv3837 != nil { - yyv3837[yymk3837] = yymv3837 + if yyv3856 != nil { + yyv3856[yymk3856] = yymv3856 } } } // else len==0: TODO: Should we clear map entries? @@ -49100,10 +49373,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3844 := range v { + for _, yyv3863 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3845 := &yyv3844 - yy3845.CodecEncodeSelf(e) + yy3864 := &yyv3863 + yy3864.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49113,83 +49386,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3846 := *v - yyh3846, yyl3846 := z.DecSliceHelperStart() - var yyc3846 bool - if yyl3846 == 0 { - if yyv3846 == nil { - yyv3846 = []Secret{} - yyc3846 = true - } else if len(yyv3846) != 0 { - yyv3846 = yyv3846[:0] - yyc3846 = true + yyv3865 := *v + yyh3865, yyl3865 := z.DecSliceHelperStart() + var yyc3865 bool + if yyl3865 == 0 { + if yyv3865 == nil { + yyv3865 = []Secret{} + yyc3865 = true + } else if len(yyv3865) != 0 { + yyv3865 = yyv3865[:0] + yyc3865 = true } - } else if yyl3846 > 0 { - var yyrr3846, yyrl3846 int - var yyrt3846 bool - if yyl3846 > cap(yyv3846) { + } else if yyl3865 > 0 { + var yyrr3865, yyrl3865 int + var yyrt3865 bool + if yyl3865 > cap(yyv3865) { - yyrg3846 := len(yyv3846) > 0 - yyv23846 := yyv3846 - yyrl3846, yyrt3846 = z.DecInferLen(yyl3846, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3846 { - if yyrl3846 <= cap(yyv3846) { - yyv3846 = yyv3846[:yyrl3846] + yyrg3865 := len(yyv3865) > 0 + yyv23865 := yyv3865 + yyrl3865, yyrt3865 = z.DecInferLen(yyl3865, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3865 { + if yyrl3865 <= cap(yyv3865) { + yyv3865 = yyv3865[:yyrl3865] } else { - yyv3846 = make([]Secret, yyrl3846) + yyv3865 = make([]Secret, yyrl3865) } } else { - yyv3846 = make([]Secret, yyrl3846) + yyv3865 = make([]Secret, yyrl3865) } - yyc3846 = true - yyrr3846 = len(yyv3846) - if yyrg3846 { - copy(yyv3846, yyv23846) + yyc3865 = true + yyrr3865 = len(yyv3865) + if yyrg3865 { + copy(yyv3865, yyv23865) } - } else if yyl3846 != len(yyv3846) { - yyv3846 = yyv3846[:yyl3846] - yyc3846 = true + } else if yyl3865 != len(yyv3865) { + yyv3865 = yyv3865[:yyl3865] + yyc3865 = true } - yyj3846 := 0 - for ; yyj3846 < yyrr3846; yyj3846++ { - yyh3846.ElemContainerState(yyj3846) + yyj3865 := 0 + for ; yyj3865 < yyrr3865; yyj3865++ { + yyh3865.ElemContainerState(yyj3865) if r.TryDecodeAsNil() { - yyv3846[yyj3846] = Secret{} + yyv3865[yyj3865] = Secret{} } else { - yyv3847 := &yyv3846[yyj3846] - yyv3847.CodecDecodeSelf(d) + yyv3866 := &yyv3865[yyj3865] + yyv3866.CodecDecodeSelf(d) } } - if yyrt3846 { - for ; yyj3846 < yyl3846; yyj3846++ { - yyv3846 = append(yyv3846, Secret{}) - yyh3846.ElemContainerState(yyj3846) + if yyrt3865 { + for ; yyj3865 < yyl3865; yyj3865++ { + yyv3865 = append(yyv3865, Secret{}) + yyh3865.ElemContainerState(yyj3865) if r.TryDecodeAsNil() { - yyv3846[yyj3846] = Secret{} + yyv3865[yyj3865] = Secret{} } else { - yyv3848 := &yyv3846[yyj3846] - yyv3848.CodecDecodeSelf(d) + yyv3867 := &yyv3865[yyj3865] + yyv3867.CodecDecodeSelf(d) } } } } else { - yyj3846 := 0 - for ; !r.CheckBreak(); yyj3846++ { + yyj3865 := 0 + for ; !r.CheckBreak(); yyj3865++ { - if yyj3846 >= len(yyv3846) { - yyv3846 = append(yyv3846, Secret{}) // var yyz3846 Secret - yyc3846 = true + if yyj3865 >= len(yyv3865) { + yyv3865 = append(yyv3865, Secret{}) // var yyz3865 Secret + yyc3865 = true } - yyh3846.ElemContainerState(yyj3846) - if yyj3846 < len(yyv3846) { + yyh3865.ElemContainerState(yyj3865) + if yyj3865 < len(yyv3865) { if r.TryDecodeAsNil() { - yyv3846[yyj3846] = Secret{} + yyv3865[yyj3865] = Secret{} } else { - yyv3849 := &yyv3846[yyj3846] - yyv3849.CodecDecodeSelf(d) + yyv3868 := &yyv3865[yyj3865] + yyv3868.CodecDecodeSelf(d) } } else { @@ -49197,17 +49470,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj3846 < len(yyv3846) { - yyv3846 = yyv3846[:yyj3846] - yyc3846 = true - } else if yyj3846 == 0 && yyv3846 == nil { - yyv3846 = []Secret{} - yyc3846 = true + if yyj3865 < len(yyv3865) { + yyv3865 = yyv3865[:yyj3865] + yyc3865 = true + } else if yyj3865 == 0 && yyv3865 == nil { + yyv3865 = []Secret{} + yyc3865 = true } } - yyh3846.End() - if yyc3846 { - *v = yyv3846 + yyh3865.End() + if yyc3865 { + *v = yyv3865 } } @@ -49216,10 +49489,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3850 := range v { + for _, yyv3869 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3851 := &yyv3850 - yy3851.CodecEncodeSelf(e) + yy3870 := &yyv3869 + yy3870.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49229,83 +49502,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3852 := *v - yyh3852, yyl3852 := z.DecSliceHelperStart() - var yyc3852 bool - if yyl3852 == 0 { - if yyv3852 == nil { - yyv3852 = []ComponentCondition{} - yyc3852 = true - } else if len(yyv3852) != 0 { - yyv3852 = yyv3852[:0] - yyc3852 = true + yyv3871 := *v + yyh3871, yyl3871 := z.DecSliceHelperStart() + var yyc3871 bool + if yyl3871 == 0 { + if yyv3871 == nil { + yyv3871 = []ComponentCondition{} + yyc3871 = true + } else if len(yyv3871) != 0 { + yyv3871 = yyv3871[:0] + yyc3871 = true } - } else if yyl3852 > 0 { - var yyrr3852, yyrl3852 int - var yyrt3852 bool - if yyl3852 > cap(yyv3852) { + } else if yyl3871 > 0 { + var yyrr3871, yyrl3871 int + var yyrt3871 bool + if yyl3871 > cap(yyv3871) { - yyrg3852 := len(yyv3852) > 0 - yyv23852 := yyv3852 - yyrl3852, yyrt3852 = z.DecInferLen(yyl3852, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3852 { - if yyrl3852 <= cap(yyv3852) { - yyv3852 = yyv3852[:yyrl3852] + yyrg3871 := len(yyv3871) > 0 + yyv23871 := yyv3871 + yyrl3871, yyrt3871 = z.DecInferLen(yyl3871, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3871 { + if yyrl3871 <= cap(yyv3871) { + yyv3871 = yyv3871[:yyrl3871] } else { - yyv3852 = make([]ComponentCondition, yyrl3852) + yyv3871 = make([]ComponentCondition, yyrl3871) } } else { - yyv3852 = make([]ComponentCondition, yyrl3852) + yyv3871 = make([]ComponentCondition, yyrl3871) } - yyc3852 = true - yyrr3852 = len(yyv3852) - if yyrg3852 { - copy(yyv3852, yyv23852) + yyc3871 = true + yyrr3871 = len(yyv3871) + if yyrg3871 { + copy(yyv3871, yyv23871) } - } else if yyl3852 != len(yyv3852) { - yyv3852 = yyv3852[:yyl3852] - yyc3852 = true + } else if yyl3871 != len(yyv3871) { + yyv3871 = yyv3871[:yyl3871] + yyc3871 = true } - yyj3852 := 0 - for ; yyj3852 < yyrr3852; yyj3852++ { - yyh3852.ElemContainerState(yyj3852) + yyj3871 := 0 + for ; yyj3871 < yyrr3871; yyj3871++ { + yyh3871.ElemContainerState(yyj3871) if r.TryDecodeAsNil() { - yyv3852[yyj3852] = ComponentCondition{} + yyv3871[yyj3871] = ComponentCondition{} } else { - yyv3853 := &yyv3852[yyj3852] - yyv3853.CodecDecodeSelf(d) + yyv3872 := &yyv3871[yyj3871] + yyv3872.CodecDecodeSelf(d) } } - if yyrt3852 { - for ; yyj3852 < yyl3852; yyj3852++ { - yyv3852 = append(yyv3852, ComponentCondition{}) - yyh3852.ElemContainerState(yyj3852) + if yyrt3871 { + for ; yyj3871 < yyl3871; yyj3871++ { + yyv3871 = append(yyv3871, ComponentCondition{}) + yyh3871.ElemContainerState(yyj3871) if r.TryDecodeAsNil() { - yyv3852[yyj3852] = ComponentCondition{} + yyv3871[yyj3871] = ComponentCondition{} } else { - yyv3854 := &yyv3852[yyj3852] - yyv3854.CodecDecodeSelf(d) + yyv3873 := &yyv3871[yyj3871] + yyv3873.CodecDecodeSelf(d) } } } } else { - yyj3852 := 0 - for ; !r.CheckBreak(); yyj3852++ { + yyj3871 := 0 + for ; !r.CheckBreak(); yyj3871++ { - if yyj3852 >= len(yyv3852) { - yyv3852 = append(yyv3852, ComponentCondition{}) // var yyz3852 ComponentCondition - yyc3852 = true + if yyj3871 >= len(yyv3871) { + yyv3871 = append(yyv3871, ComponentCondition{}) // var yyz3871 ComponentCondition + yyc3871 = true } - yyh3852.ElemContainerState(yyj3852) - if yyj3852 < len(yyv3852) { + yyh3871.ElemContainerState(yyj3871) + if yyj3871 < len(yyv3871) { if r.TryDecodeAsNil() { - yyv3852[yyj3852] = ComponentCondition{} + yyv3871[yyj3871] = ComponentCondition{} } else { - yyv3855 := &yyv3852[yyj3852] - yyv3855.CodecDecodeSelf(d) + yyv3874 := &yyv3871[yyj3871] + yyv3874.CodecDecodeSelf(d) } } else { @@ -49313,17 +49586,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj3852 < len(yyv3852) { - yyv3852 = yyv3852[:yyj3852] - yyc3852 = true - } else if yyj3852 == 0 && yyv3852 == nil { - yyv3852 = []ComponentCondition{} - yyc3852 = true + if yyj3871 < len(yyv3871) { + yyv3871 = yyv3871[:yyj3871] + yyc3871 = true + } else if yyj3871 == 0 && yyv3871 == nil { + yyv3871 = []ComponentCondition{} + yyc3871 = true } } - yyh3852.End() - if yyc3852 { - *v = yyv3852 + yyh3871.End() + if yyc3871 { + *v = yyv3871 } } @@ -49332,10 +49605,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3856 := range v { + for _, yyv3875 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3857 := &yyv3856 - yy3857.CodecEncodeSelf(e) + yy3876 := &yyv3875 + yy3876.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49345,83 +49618,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3858 := *v - yyh3858, yyl3858 := z.DecSliceHelperStart() - var yyc3858 bool - if yyl3858 == 0 { - if yyv3858 == nil { - yyv3858 = []ComponentStatus{} - yyc3858 = true - } else if len(yyv3858) != 0 { - yyv3858 = yyv3858[:0] - yyc3858 = true + yyv3877 := *v + yyh3877, yyl3877 := z.DecSliceHelperStart() + var yyc3877 bool + if yyl3877 == 0 { + if yyv3877 == nil { + yyv3877 = []ComponentStatus{} + yyc3877 = true + } else if len(yyv3877) != 0 { + yyv3877 = yyv3877[:0] + yyc3877 = true } - } else if yyl3858 > 0 { - var yyrr3858, yyrl3858 int - var yyrt3858 bool - if yyl3858 > cap(yyv3858) { + } else if yyl3877 > 0 { + var yyrr3877, yyrl3877 int + var yyrt3877 bool + if yyl3877 > cap(yyv3877) { - yyrg3858 := len(yyv3858) > 0 - yyv23858 := yyv3858 - yyrl3858, yyrt3858 = z.DecInferLen(yyl3858, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3858 { - if yyrl3858 <= cap(yyv3858) { - yyv3858 = yyv3858[:yyrl3858] + yyrg3877 := len(yyv3877) > 0 + yyv23877 := yyv3877 + yyrl3877, yyrt3877 = z.DecInferLen(yyl3877, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3877 { + if yyrl3877 <= cap(yyv3877) { + yyv3877 = yyv3877[:yyrl3877] } else { - yyv3858 = make([]ComponentStatus, yyrl3858) + yyv3877 = make([]ComponentStatus, yyrl3877) } } else { - yyv3858 = make([]ComponentStatus, yyrl3858) + yyv3877 = make([]ComponentStatus, yyrl3877) } - yyc3858 = true - yyrr3858 = len(yyv3858) - if yyrg3858 { - copy(yyv3858, yyv23858) + yyc3877 = true + yyrr3877 = len(yyv3877) + if yyrg3877 { + copy(yyv3877, yyv23877) } - } else if yyl3858 != len(yyv3858) { - yyv3858 = yyv3858[:yyl3858] - yyc3858 = true + } else if yyl3877 != len(yyv3877) { + yyv3877 = yyv3877[:yyl3877] + yyc3877 = true } - yyj3858 := 0 - for ; yyj3858 < yyrr3858; yyj3858++ { - yyh3858.ElemContainerState(yyj3858) + yyj3877 := 0 + for ; yyj3877 < yyrr3877; yyj3877++ { + yyh3877.ElemContainerState(yyj3877) if r.TryDecodeAsNil() { - yyv3858[yyj3858] = ComponentStatus{} + yyv3877[yyj3877] = ComponentStatus{} } else { - yyv3859 := &yyv3858[yyj3858] - yyv3859.CodecDecodeSelf(d) + yyv3878 := &yyv3877[yyj3877] + yyv3878.CodecDecodeSelf(d) } } - if yyrt3858 { - for ; yyj3858 < yyl3858; yyj3858++ { - yyv3858 = append(yyv3858, ComponentStatus{}) - yyh3858.ElemContainerState(yyj3858) + if yyrt3877 { + for ; yyj3877 < yyl3877; yyj3877++ { + yyv3877 = append(yyv3877, ComponentStatus{}) + yyh3877.ElemContainerState(yyj3877) if r.TryDecodeAsNil() { - yyv3858[yyj3858] = ComponentStatus{} + yyv3877[yyj3877] = ComponentStatus{} } else { - yyv3860 := &yyv3858[yyj3858] - yyv3860.CodecDecodeSelf(d) + yyv3879 := &yyv3877[yyj3877] + yyv3879.CodecDecodeSelf(d) } } } } else { - yyj3858 := 0 - for ; !r.CheckBreak(); yyj3858++ { + yyj3877 := 0 + for ; !r.CheckBreak(); yyj3877++ { - if yyj3858 >= len(yyv3858) { - yyv3858 = append(yyv3858, ComponentStatus{}) // var yyz3858 ComponentStatus - yyc3858 = true + if yyj3877 >= len(yyv3877) { + yyv3877 = append(yyv3877, ComponentStatus{}) // var yyz3877 ComponentStatus + yyc3877 = true } - yyh3858.ElemContainerState(yyj3858) - if yyj3858 < len(yyv3858) { + yyh3877.ElemContainerState(yyj3877) + if yyj3877 < len(yyv3877) { if r.TryDecodeAsNil() { - yyv3858[yyj3858] = ComponentStatus{} + yyv3877[yyj3877] = ComponentStatus{} } else { - yyv3861 := &yyv3858[yyj3858] - yyv3861.CodecDecodeSelf(d) + yyv3880 := &yyv3877[yyj3877] + yyv3880.CodecDecodeSelf(d) } } else { @@ -49429,17 +49702,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj3858 < len(yyv3858) { - yyv3858 = yyv3858[:yyj3858] - yyc3858 = true - } else if yyj3858 == 0 && yyv3858 == nil { - yyv3858 = []ComponentStatus{} - yyc3858 = true + if yyj3877 < len(yyv3877) { + yyv3877 = yyv3877[:yyj3877] + yyc3877 = true + } else if yyj3877 == 0 && yyv3877 == nil { + yyv3877 = []ComponentStatus{} + yyc3877 = true } } - yyh3858.End() - if yyc3858 { - *v = yyv3858 + yyh3877.End() + if yyc3877 { + *v = yyv3877 } } @@ -49448,10 +49721,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3862 := range v { + for _, yyv3881 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3863 := &yyv3862 - yy3863.CodecEncodeSelf(e) + yy3882 := &yyv3881 + yy3882.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49461,83 +49734,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3864 := *v - yyh3864, yyl3864 := z.DecSliceHelperStart() - var yyc3864 bool - if yyl3864 == 0 { - if yyv3864 == nil { - yyv3864 = []DownwardAPIVolumeFile{} - yyc3864 = true - } else if len(yyv3864) != 0 { - yyv3864 = yyv3864[:0] - yyc3864 = true + yyv3883 := *v + yyh3883, yyl3883 := z.DecSliceHelperStart() + var yyc3883 bool + if yyl3883 == 0 { + if yyv3883 == nil { + yyv3883 = []DownwardAPIVolumeFile{} + yyc3883 = true + } else if len(yyv3883) != 0 { + yyv3883 = yyv3883[:0] + yyc3883 = true } - } else if yyl3864 > 0 { - var yyrr3864, yyrl3864 int - var yyrt3864 bool - if yyl3864 > cap(yyv3864) { + } else if yyl3883 > 0 { + var yyrr3883, yyrl3883 int + var yyrt3883 bool + if yyl3883 > cap(yyv3883) { - yyrg3864 := len(yyv3864) > 0 - yyv23864 := yyv3864 - yyrl3864, yyrt3864 = z.DecInferLen(yyl3864, z.DecBasicHandle().MaxInitLen, 48) - if yyrt3864 { - if yyrl3864 <= cap(yyv3864) { - yyv3864 = yyv3864[:yyrl3864] + yyrg3883 := len(yyv3883) > 0 + yyv23883 := yyv3883 + yyrl3883, yyrt3883 = z.DecInferLen(yyl3883, z.DecBasicHandle().MaxInitLen, 48) + if yyrt3883 { + if yyrl3883 <= cap(yyv3883) { + yyv3883 = yyv3883[:yyrl3883] } else { - yyv3864 = make([]DownwardAPIVolumeFile, yyrl3864) + yyv3883 = make([]DownwardAPIVolumeFile, yyrl3883) } } else { - yyv3864 = make([]DownwardAPIVolumeFile, yyrl3864) + yyv3883 = make([]DownwardAPIVolumeFile, yyrl3883) } - yyc3864 = true - yyrr3864 = len(yyv3864) - if yyrg3864 { - copy(yyv3864, yyv23864) + yyc3883 = true + yyrr3883 = len(yyv3883) + if yyrg3883 { + copy(yyv3883, yyv23883) } - } else if yyl3864 != len(yyv3864) { - yyv3864 = yyv3864[:yyl3864] - yyc3864 = true + } else if yyl3883 != len(yyv3883) { + yyv3883 = yyv3883[:yyl3883] + yyc3883 = true } - yyj3864 := 0 - for ; yyj3864 < yyrr3864; yyj3864++ { - yyh3864.ElemContainerState(yyj3864) + yyj3883 := 0 + for ; yyj3883 < yyrr3883; yyj3883++ { + yyh3883.ElemContainerState(yyj3883) if r.TryDecodeAsNil() { - yyv3864[yyj3864] = DownwardAPIVolumeFile{} + yyv3883[yyj3883] = DownwardAPIVolumeFile{} } else { - yyv3865 := &yyv3864[yyj3864] - yyv3865.CodecDecodeSelf(d) + yyv3884 := &yyv3883[yyj3883] + yyv3884.CodecDecodeSelf(d) } } - if yyrt3864 { - for ; yyj3864 < yyl3864; yyj3864++ { - yyv3864 = append(yyv3864, DownwardAPIVolumeFile{}) - yyh3864.ElemContainerState(yyj3864) + if yyrt3883 { + for ; yyj3883 < yyl3883; yyj3883++ { + yyv3883 = append(yyv3883, DownwardAPIVolumeFile{}) + yyh3883.ElemContainerState(yyj3883) if r.TryDecodeAsNil() { - yyv3864[yyj3864] = DownwardAPIVolumeFile{} + yyv3883[yyj3883] = DownwardAPIVolumeFile{} } else { - yyv3866 := &yyv3864[yyj3864] - yyv3866.CodecDecodeSelf(d) + yyv3885 := &yyv3883[yyj3883] + yyv3885.CodecDecodeSelf(d) } } } } else { - yyj3864 := 0 - for ; !r.CheckBreak(); yyj3864++ { + yyj3883 := 0 + for ; !r.CheckBreak(); yyj3883++ { - if yyj3864 >= len(yyv3864) { - yyv3864 = append(yyv3864, DownwardAPIVolumeFile{}) // var yyz3864 DownwardAPIVolumeFile - yyc3864 = true + if yyj3883 >= len(yyv3883) { + yyv3883 = append(yyv3883, DownwardAPIVolumeFile{}) // var yyz3883 DownwardAPIVolumeFile + yyc3883 = true } - yyh3864.ElemContainerState(yyj3864) - if yyj3864 < len(yyv3864) { + yyh3883.ElemContainerState(yyj3883) + if yyj3883 < len(yyv3883) { if r.TryDecodeAsNil() { - yyv3864[yyj3864] = DownwardAPIVolumeFile{} + yyv3883[yyj3883] = DownwardAPIVolumeFile{} } else { - yyv3867 := &yyv3864[yyj3864] - yyv3867.CodecDecodeSelf(d) + yyv3886 := &yyv3883[yyj3883] + yyv3886.CodecDecodeSelf(d) } } else { @@ -49545,16 +49818,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj3864 < len(yyv3864) { - yyv3864 = yyv3864[:yyj3864] - yyc3864 = true - } else if yyj3864 == 0 && yyv3864 == nil { - yyv3864 = []DownwardAPIVolumeFile{} - yyc3864 = true + if yyj3883 < len(yyv3883) { + yyv3883 = yyv3883[:yyj3883] + yyc3883 = true + } else if yyj3883 == 0 && yyv3883 == nil { + yyv3883 = []DownwardAPIVolumeFile{} + yyc3883 = true } } - yyh3864.End() - if yyc3864 { - *v = yyv3864 + yyh3883.End() + if yyc3883 { + *v = yyv3883 } } diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index 9b0cfe5df09..e99db438fa4 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -724,9 +724,9 @@ type GitRepoVolumeSource struct { // as files using the keys in the Data field as the file names. // Secret volumes support ownership management and SELinux relabeling. type SecretVolumeSource struct { - // SecretName is the name of a secret in the pod's namespace. + // Name of the secret in the pod's namespace to use. // More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets - SecretName string `json:"secretName"` + SecretName string `json:"secretName,omitempty"` } // Represents an NFS mount that lasts the lifetime of a pod. @@ -847,6 +847,8 @@ type EnvVarSource struct { FieldRef *ObjectFieldSelector `json:"fieldRef,omitempty"` // Selects a key of a ConfigMap. ConfigMapKeyRef *ConfigMapKeySelector `json:"configMapKeyRef,omitempty"` + // Selects a key of a secret in the pod's namespace + SecretKeyRef *SecretKeySelector `json:"secretKeyRef,omitempty"` } // ObjectFieldSelector selects an APIVersioned field of an object. @@ -865,6 +867,14 @@ type ConfigMapKeySelector struct { Key string `json:"key"` } +// SecretKeySelector selects a key of a Secret. +type SecretKeySelector struct { + // The name of the secret in the pod's namespace to select from. + LocalObjectReference `json:",inline"` + // The key of the secret to select from. Must be a valid secret key. + Key string `json:"key"` +} + // HTTPGetAction describes an action based on HTTP Get requests. type HTTPGetAction struct { // Path to access on the HTTP server. diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 351a05adfae..3f748d45581 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -347,6 +347,7 @@ var map_EnvVarSource = map[string]string{ "": "EnvVarSource represents a source for the value of an EnvVar.", "fieldRef": "Selects a field of the pod; only name and namespace are supported.", "configMapKeyRef": "Selects a key of a ConfigMap.", + "secretKeyRef": "Selects a key of a secret in the pod's namespace", } func (EnvVarSource) SwaggerDoc() map[string]string { @@ -1271,6 +1272,15 @@ func (Secret) SwaggerDoc() map[string]string { return map_Secret } +var map_SecretKeySelector = map[string]string{ + "": "SecretKeySelector selects a key of a Secret.", + "key": "The key of the secret to select from. Must be a valid secret key.", +} + +func (SecretKeySelector) SwaggerDoc() map[string]string { + return map_SecretKeySelector +} + var map_SecretList = map[string]string{ "": "SecretList is a list of Secret.", "metadata": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", @@ -1283,7 +1293,7 @@ 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": "SecretName is the name of a secret in the pod's namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets", + "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", } func (SecretVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/validation/validation.go b/pkg/api/validation/validation.go index 7ee78619fa6..52f31a76862 100644 --- a/pkg/api/validation/validation.go +++ b/pkg/api/validation/validation.go @@ -964,17 +964,25 @@ func validateEnvVarValueFrom(ev api.EnvVar, fldPath *field.Path) field.ErrorList numSources := 0 - switch { - case ev.ValueFrom.FieldRef != nil: + if ev.ValueFrom.FieldRef != nil { numSources++ allErrs = append(allErrs, validateObjectFieldSelector(ev.ValueFrom.FieldRef, &validFieldPathExpressionsEnv, fldPath.Child("fieldRef"))...) - case ev.ValueFrom.ConfigMapKeyRef != nil: + } + if ev.ValueFrom.ConfigMapKeyRef != nil { numSources++ allErrs = append(allErrs, validateConfigMapKeySelector(ev.ValueFrom.ConfigMapKeyRef, fldPath.Child("configMapKeyRef"))...) } + if ev.ValueFrom.SecretKeyRef != nil { + numSources++ + allErrs = append(allErrs, validateSecretKeySelector(ev.ValueFrom.SecretKeyRef, fldPath.Child("secretKeyRef"))...) + } - if len(ev.Value) != 0 && numSources != 0 { - allErrs = append(allErrs, field.Invalid(fldPath, "", "may not be specified when `value` is not empty")) + if len(ev.Value) != 0 { + if numSources != 0 { + allErrs = append(allErrs, field.Invalid(fldPath, "", "may not be specified when `value` is not empty")) + } + } else if numSources != 1 { + allErrs = append(allErrs, field.Invalid(fldPath, "", "may not have more than one field specified at a time")) } return allErrs @@ -1014,6 +1022,21 @@ func validateConfigMapKeySelector(s *api.ConfigMapKeySelector, fldPath *field.Pa return allErrs } +func validateSecretKeySelector(s *api.SecretKeySelector, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if len(s.Name) == 0 { + allErrs = append(allErrs, field.Required(fldPath.Child("name"), "")) + } + if len(s.Key) == 0 { + allErrs = append(allErrs, field.Required(fldPath.Child("key"), "")) + } else if !IsSecretKey(s.Key) { + allErrs = append(allErrs, field.Invalid(fldPath.Child("key"), s.Key, fmt.Sprintf("must have at most %d characters and match regex %s", validation.DNS1123SubdomainMaxLength, SecretKeyFmt))) + } + + return allErrs +} + func validateVolumeMounts(mounts []api.VolumeMount, volumes sets.String, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} diff --git a/pkg/api/validation/validation_test.go b/pkg/api/validation/validation_test.go index c911b0c6c97..f3ca9d02ea4 100644 --- a/pkg/api/validation/validation_test.go +++ b/pkg/api/validation/validation_test.go @@ -812,6 +812,17 @@ func TestValidateEnv(t *testing.T) { }, }, }, + { + Name: "secret_value", + ValueFrom: &api.EnvVarSource{ + SecretKeyRef: &api.SecretKeySelector{ + LocalObjectReference: api.LocalObjectReference{ + Name: "some-secret", + }, + Key: "secret-key", + }, + }, + }, } if errs := validateEnv(successCase, field.NewPath("field")); len(errs) != 0 { t.Errorf("expected success: %v", errs) @@ -846,6 +857,25 @@ func TestValidateEnv(t *testing.T) { }}, expectedError: "[0].valueFrom: Invalid value: \"\": may not be specified when `value` is not empty", }, + { + name: "FieldRef and SecretKeyRef specified", + envs: []api.EnvVar{{ + Name: "abc", + ValueFrom: &api.EnvVarSource{ + FieldRef: &api.ObjectFieldSelector{ + APIVersion: testapi.Default.GroupVersion().String(), + FieldPath: "metadata.name", + }, + SecretKeyRef: &api.SecretKeySelector{ + LocalObjectReference: api.LocalObjectReference{ + Name: "a-secret", + }, + Key: "a-key", + }, + }, + }}, + expectedError: "[0].valueFrom: Invalid value: \"\": may not have more than one field specified at a time", + }, { name: "missing FieldPath on ObjectFieldSelector", envs: []api.EnvVar{{ diff --git a/pkg/apis/extensions/deep_copy_generated.go b/pkg/apis/extensions/deep_copy_generated.go index e4fc5078294..dc3bc016b27 100644 --- a/pkg/apis/extensions/deep_copy_generated.go +++ b/pkg/apis/extensions/deep_copy_generated.go @@ -255,6 +255,14 @@ func deepCopy_api_EnvVarSource(in api.EnvVarSource, out *api.EnvVarSource, c *co } else { out.ConfigMapKeyRef = nil } + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(api.SecretKeySelector) + if err := deepCopy_api_SecretKeySelector(*in.SecretKeyRef, out.SecretKeyRef, c); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -692,6 +700,14 @@ func deepCopy_api_SELinuxOptions(in api.SELinuxOptions, out *api.SELinuxOptions, return nil } +func deepCopy_api_SecretKeySelector(in api.SecretKeySelector, out *api.SecretKeySelector, c *conversion.Cloner) error { + if err := deepCopy_api_LocalObjectReference(in.LocalObjectReference, &out.LocalObjectReference, c); err != nil { + return err + } + out.Key = in.Key + return nil +} + func deepCopy_api_SecretVolumeSource(in api.SecretVolumeSource, out *api.SecretVolumeSource, c *conversion.Cloner) error { out.SecretName = in.SecretName return nil @@ -1711,6 +1727,7 @@ func init() { deepCopy_api_RBDVolumeSource, deepCopy_api_ResourceRequirements, deepCopy_api_SELinuxOptions, + deepCopy_api_SecretKeySelector, deepCopy_api_SecretVolumeSource, deepCopy_api_SecurityContext, deepCopy_api_TCPSocketAction, diff --git a/pkg/apis/extensions/v1beta1/conversion_generated.go b/pkg/apis/extensions/v1beta1/conversion_generated.go index e5101bcbff2..7162945cf03 100644 --- a/pkg/apis/extensions/v1beta1/conversion_generated.go +++ b/pkg/apis/extensions/v1beta1/conversion_generated.go @@ -343,6 +343,15 @@ func autoConvert_api_EnvVarSource_To_v1_EnvVarSource(in *api.EnvVarSource, out * } else { out.ConfigMapKeyRef = nil } + // unable to generate simple pointer conversion for api.SecretKeySelector -> v1.SecretKeySelector + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(v1.SecretKeySelector) + if err := Convert_api_SecretKeySelector_To_v1_SecretKeySelector(in.SecretKeyRef, out.SecretKeyRef, s); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -950,6 +959,21 @@ func Convert_api_SELinuxOptions_To_v1_SELinuxOptions(in *api.SELinuxOptions, out return autoConvert_api_SELinuxOptions_To_v1_SELinuxOptions(in, out, s) } +func autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector(in *api.SecretKeySelector, out *v1.SecretKeySelector, s conversion.Scope) error { + if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { + defaulting.(func(*api.SecretKeySelector))(in) + } + if err := Convert_api_LocalObjectReference_To_v1_LocalObjectReference(&in.LocalObjectReference, &out.LocalObjectReference, s); err != nil { + return err + } + out.Key = in.Key + return nil +} + +func Convert_api_SecretKeySelector_To_v1_SecretKeySelector(in *api.SecretKeySelector, out *v1.SecretKeySelector, s conversion.Scope) error { + return autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector(in, out, s) +} + func autoConvert_api_SecretVolumeSource_To_v1_SecretVolumeSource(in *api.SecretVolumeSource, out *v1.SecretVolumeSource, s conversion.Scope) error { if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { defaulting.(func(*api.SecretVolumeSource))(in) @@ -1530,6 +1554,15 @@ func autoConvert_v1_EnvVarSource_To_api_EnvVarSource(in *v1.EnvVarSource, out *a } else { out.ConfigMapKeyRef = nil } + // unable to generate simple pointer conversion for v1.SecretKeySelector -> api.SecretKeySelector + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(api.SecretKeySelector) + if err := Convert_v1_SecretKeySelector_To_api_SecretKeySelector(in.SecretKeyRef, out.SecretKeyRef, s); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -2113,6 +2146,21 @@ func Convert_v1_SELinuxOptions_To_api_SELinuxOptions(in *v1.SELinuxOptions, out return autoConvert_v1_SELinuxOptions_To_api_SELinuxOptions(in, out, s) } +func autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector(in *v1.SecretKeySelector, out *api.SecretKeySelector, s conversion.Scope) error { + if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { + defaulting.(func(*v1.SecretKeySelector))(in) + } + if err := Convert_v1_LocalObjectReference_To_api_LocalObjectReference(&in.LocalObjectReference, &out.LocalObjectReference, s); err != nil { + return err + } + out.Key = in.Key + return nil +} + +func Convert_v1_SecretKeySelector_To_api_SecretKeySelector(in *v1.SecretKeySelector, out *api.SecretKeySelector, s conversion.Scope) error { + return autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector(in, out, s) +} + func autoConvert_v1_SecretVolumeSource_To_api_SecretVolumeSource(in *v1.SecretVolumeSource, out *api.SecretVolumeSource, s conversion.Scope) error { if defaulting, found := s.DefaultingInterface(reflect.TypeOf(*in)); found { defaulting.(func(*v1.SecretVolumeSource))(in) @@ -4538,6 +4586,7 @@ func init() { autoConvert_api_RBDVolumeSource_To_v1_RBDVolumeSource, autoConvert_api_ResourceRequirements_To_v1_ResourceRequirements, autoConvert_api_SELinuxOptions_To_v1_SELinuxOptions, + autoConvert_api_SecretKeySelector_To_v1_SecretKeySelector, autoConvert_api_SecretVolumeSource_To_v1_SecretVolumeSource, autoConvert_api_SecurityContext_To_v1_SecurityContext, autoConvert_api_TCPSocketAction_To_v1_TCPSocketAction, @@ -4628,6 +4677,7 @@ func init() { autoConvert_v1_RBDVolumeSource_To_api_RBDVolumeSource, autoConvert_v1_ResourceRequirements_To_api_ResourceRequirements, autoConvert_v1_SELinuxOptions_To_api_SELinuxOptions, + autoConvert_v1_SecretKeySelector_To_api_SecretKeySelector, autoConvert_v1_SecretVolumeSource_To_api_SecretVolumeSource, autoConvert_v1_SecurityContext_To_api_SecurityContext, autoConvert_v1_TCPSocketAction_To_api_TCPSocketAction, diff --git a/pkg/apis/extensions/v1beta1/deep_copy_generated.go b/pkg/apis/extensions/v1beta1/deep_copy_generated.go index fbe3359284c..780b7a741b7 100644 --- a/pkg/apis/extensions/v1beta1/deep_copy_generated.go +++ b/pkg/apis/extensions/v1beta1/deep_copy_generated.go @@ -291,6 +291,14 @@ func deepCopy_v1_EnvVarSource(in v1.EnvVarSource, out *v1.EnvVarSource, c *conve } else { out.ConfigMapKeyRef = nil } + if in.SecretKeyRef != nil { + out.SecretKeyRef = new(v1.SecretKeySelector) + if err := deepCopy_v1_SecretKeySelector(*in.SecretKeyRef, out.SecretKeyRef, c); err != nil { + return err + } + } else { + out.SecretKeyRef = nil + } return nil } @@ -729,6 +737,14 @@ func deepCopy_v1_SELinuxOptions(in v1.SELinuxOptions, out *v1.SELinuxOptions, c return nil } +func deepCopy_v1_SecretKeySelector(in v1.SecretKeySelector, out *v1.SecretKeySelector, c *conversion.Cloner) error { + if err := deepCopy_v1_LocalObjectReference(in.LocalObjectReference, &out.LocalObjectReference, c); err != nil { + return err + } + out.Key = in.Key + return nil +} + func deepCopy_v1_SecretVolumeSource(in v1.SecretVolumeSource, out *v1.SecretVolumeSource, c *conversion.Cloner) error { out.SecretName = in.SecretName return nil @@ -1754,6 +1770,7 @@ func init() { deepCopy_v1_RBDVolumeSource, deepCopy_v1_ResourceRequirements, deepCopy_v1_SELinuxOptions, + deepCopy_v1_SecretKeySelector, deepCopy_v1_SecretVolumeSource, deepCopy_v1_SecurityContext, deepCopy_v1_TCPSocketAction, diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index d5bbf795b3d..1931f6e57d1 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -1369,6 +1369,7 @@ func (kl *Kubelet) makeEnvironmentVariables(pod *api.Pod, container *api.Contain var ( tmpEnv = make(map[string]string) configMaps = make(map[string]*apiextensions.ConfigMap) + secrets = make(map[string]*api.Secret) mappingFunc = expansion.MappingFuncFor(tmpEnv, serviceEnv) ) for _, envVar := range container.Env { @@ -1405,6 +1406,21 @@ func (kl *Kubelet) makeEnvironmentVariables(pod *api.Pod, container *api.Contain if !ok { return result, fmt.Errorf("Couldn't find key %v in ConfigMap %v/%v", key, pod.Namespace, name) } + case envVar.ValueFrom.SecretKeyRef != nil: + name := envVar.ValueFrom.SecretKeyRef.Name + key := envVar.ValueFrom.SecretKeyRef.Key + secret, ok := secrets[name] + if !ok { + secret, err = kl.kubeClient.Secrets(pod.Namespace).Get(name) + if err != nil { + return result, err + } + } + runtimeValBytes, ok := secret.Data[key] + if !ok { + return result, fmt.Errorf("Couldn't find key %v in Secret %v/%v", key, pod.Namespace, name) + } + runtimeVal = string(runtimeValBytes) } } diff --git a/test/e2e/secrets.go b/test/e2e/secrets.go index b67e172e07a..d63dbcabe5a 100644 --- a/test/e2e/secrets.go +++ b/test/e2e/secrets.go @@ -28,7 +28,7 @@ import ( var _ = Describe("Secrets", func() { f := NewFramework("secrets") - It("should be consumable from pods [Conformance]", func() { + It("should be consumable from pods in volume [Conformance]", func() { name := "secret-test-" + string(util.NewUUID()) volumeName := "secret-volume" volumeMountPath := "/etc/secret-volume" @@ -74,7 +74,7 @@ var _ = Describe("Secrets", func() { }, Containers: []api.Container{ { - Name: "secret-test", + Name: "secret-volume-test", Image: "gcr.io/google_containers/mounttest:0.2", Args: []string{ "--file_content=/etc/secret-volume/data-1", @@ -97,4 +97,63 @@ var _ = Describe("Secrets", func() { "mode of file \"/etc/secret-volume/data-1\": -r--r--r--", }, f.Namespace.Name) }) + + It("should be consumable from pods in env vars [Conformance]", func() { + name := "secret-test-" + string(util.NewUUID()) + + secret := &api.Secret{ + ObjectMeta: api.ObjectMeta{ + Namespace: f.Namespace.Name, + Name: name, + }, + Data: map[string][]byte{ + "data-1": []byte("value-1"), + }, + } + + By(fmt.Sprintf("Creating secret with name %s", secret.Name)) + defer func() { + By("Cleaning up the secret") + if err := f.Client.Secrets(f.Namespace.Name).Delete(secret.Name); err != nil { + Failf("unable to delete secret %v: %v", secret.Name, err) + } + }() + var err error + if secret, err = f.Client.Secrets(f.Namespace.Name).Create(secret); err != nil { + Failf("unable to create test secret %s: %v", secret.Name, err) + } + + pod := &api.Pod{ + ObjectMeta: api.ObjectMeta{ + Name: "pod-secrets-" + string(util.NewUUID()), + }, + Spec: api.PodSpec{ + Containers: []api.Container{ + { + Name: "secret-env-test", + Image: "gcr.io/google_containers/busybox", + Command: []string{"sh", "-c", "env"}, + Env: []api.EnvVar{ + { + Name: "SECRET_DATA", + ValueFrom: &api.EnvVarSource{ + SecretKeyRef: &api.SecretKeySelector{ + LocalObjectReference: api.LocalObjectReference{ + Name: name, + }, + Key: "data-1", + }, + }, + }, + }, + }, + }, + RestartPolicy: api.RestartPolicyNever, + }, + } + + testContainerOutput("consume secrets", f.Client, pod, 0, []string{ + "SECRET_DATA=value-1", + }, f.Namespace.Name) + }) })